* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #CDBCAB;
    --secondry-color: #C57A38;
    --third-color: #786050;
    --fourth-color: #664220;
    --fifth-color: #F9F2EC;
    --white-color: #FFFFFF;
    --overlay-color: #34210FBF;
}

html,
body {
    overflow-x: hidden;
}

body {
    direction: rtl;
        font-family: "Tajawal" !important;

}

dl,
ol,
ul {
    margin-bottom: 0 !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--fifth-color);
}

::-webkit-scrollbar-thumb {
    background-color: var(--secondry-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--fourth-color);
}

/* Firefox scrollbar (limited support) */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--secondry-color) var(--fifth-color);
}

::selection {
    background-color: #C57A38;
    /* same as --secondry-color */
    color: #FFFFFF;
    /* same as --white-color */
}

::-moz-selection {
    background-color: #C57A38;
    color: #FFFFFF;
}

.custom-navbar .nav-links .nav-item {
    color: var(--primary-color);
    font-size: 14px;
    transition: all .3s ease;
}

.custom-navbar .nav-links .nav-item:hover {
    font-weight: bold;
}

.nav-links .nav-link {
    color: var(--fifth-color);
}



.custom-navbar .btn-contact {
    width: 154px;
    height: 50px;
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.custom-navbar {
    position: fixed;
    z-index: 888;
    width: 100%;
    padding: 15px 0;
    background: linear-gradient(351.44deg, rgb(64 41 20 / 0%) 6.12%, #40291424 93.05%);
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.activepg {
    font-weight: bold;
}

.custom-navbar.scrolled .nav-link:hover,
.custom-navbar.scrolled .nav-link.activepg {
    font-weight: bold;
}

.hero-section {
    background-image:
        linear-gradient(to bottom,
            rgba(52, 33, 15, 0.932) 0%,
            rgba(85, 57, 33, 0.692) 50%,
            rgba(52, 33, 15, 0.85) 100%),
        url(https://back2.puiux.org/wordpress/novaarkan/wp-content/uploads/2025/11/hero-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.welcome-text {
    font-size: 18px;
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.divider {
    color: var(--secondry-color);
    font-size: 20px;
    font-weight: bolder;
    margin-inline-end: 7px;
}

.hero-title {
    font-size: clamp(28px, 4vw, 46px);
    font-weight: bold;
    color: var(--fifth-color);
    max-width: 600px;
    line-height: 1.8;
}


.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 200px;
    margin-top: 200px;
}

/* الدائرة اليسار */
.scroll-down-circle {
    width: 178px;
    height: 178px;
    min-width: 178px;
    border: 2px solid var(--secondry-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    /* خلفية شفافة */
    backdrop-filter: blur(2px);
    /* التأثير الزجاجي */
    -webkit-backdrop-filter: blur(2px);
    transition: all .3s ease;
    /* دعم Safari */
}

.scroll-down-circle:hover {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transform: translateY(-10px);
}

.scroll-down-circle .arrow {
    font-size: 24px;
    margin-top: 5px;
    display: inline-block;
    /* ضروري لتطبيق transform */
    transition: transform 0.3s ease;
}

.scroll-down-circle:hover .arrow {
    animation: bounceArrow 0.6s ease infinite;
}

@keyframes bounceArrow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

.whats-button {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 1000;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondry-color, #c57a38);
    background-size: cover;
    background-position: center;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: pulse-ring 2s infinite ease-in-out;
    box-shadow: 0 4px 12px rgba(197, 122, 56, 0.3);
    will-change: transform;
}
.swiper-button-prev,.swiper-button-next{
    color: var(--secondry-color) !important;
}
.whats-button::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 1px solid var(--white-color, #ffffff);
    transition: all 0.3s ease;
}

.whats-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(197, 122, 56, 0.2);
    animation: ripple 2s infinite;
    z-index: -1;
}

.whats-button .whats-icon {
    color: white;
    font-size: 32px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    transform: rotate(6deg);
    will-change: transform;
    animation: float 3s ease-in-out infinite;
}

.whats-button:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(197, 122, 56, 0.4);
    animation-play-state: paused;
}

.whats-button:hover .whats-icon {
    transform: scale(1.2) rotate(12deg);
    animation-play-state: paused;
}

.whats-button:hover::after {
    animation-play-state: paused;
}

.whats-button:active {
    transform: translateY(0) scale(0.95);
}

/* Infinite Animations */
@keyframes pulse-ring {
    0% {
        box-shadow: 0 4px 12px rgba(197, 122, 56, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(197, 122, 56, 0.5),
            0 0 0 8px rgba(197, 122, 56, 0.1);
    }

    100% {
        box-shadow: 0 4px 12px rgba(197, 122, 56, 0.3);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes float {

    0%,
    100% {
        transform: rotate(6deg) translateY(0);
    }

    50% {
        transform: rotate(6deg) translateY(-3px);
    }
}

/* Shake animation for attention */
@keyframes shake {

    0%,
    100% {
        transform: translateX(0) rotate(6deg);
    }

    25% {
        transform: translateX(-2px) rotate(4deg);
    }

    75% {
        transform: translateX(2px) rotate(8deg);
    }
}

/* Optional: Add shake animation every 10 seconds */
.whats-button.shake-attention {
    animation: pulse-ring 2s infinite ease-in-out, shake 0.5s ease-in-out 10s infinite;
}

/* Optimizations for better performance */
@media (prefers-reduced-motion: reduce) {

    .whats-button,
    .whats-button::after,
    .whats-button .whats-icon {
        animation: none;
    }

    .whats-button:hover {
        transform: none;
    }

    .whats-button:hover .whats-icon {
        transform: scale(1.1) rotate(6deg);
    }
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .whats-button {
        width: 65px;
        height: 65px;
        bottom: 20px;
        right: 20px;
    }

    .whats-button .whats-icon {
        font-size: 28px;
    }
}

.hero-squre {
    width: 558px;
    height: 97.63px;
    background-color: var(--third-color);
    position: absolute;
    top: -47px;
    transform: skewX(41deg);
    right: 0;
    animation: moveRight 0.8s ease forwards;
    overflow: hidden;
}

@keyframes moveRight {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: -48px;
        opacity: 1;
    }
}

.skew-stripe {
    position: absolute;
    left: 0px !important;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: var(--secondry-color);
    transform: skewX(181deg);
    opacity: 0;
    animation: moveStripe 0.8s ease forwards 0.2s;
    /* تأخير بسيط لمزامنة الحركة */
}

@keyframes moveStripe {
    from {
        left: 0;
        opacity: 0;
    }

    to {
        left: -29px;
        opacity: 1;
    }
}

.hero-squre-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-squre-left .high-squre {
    width: 552px;
    height: 89px;
    background-color: #493728c0;
    transform: rotate3d(1, 1, 1, 59deg);
    position: absolute;
    left: -134px;
    bottom: 108px;
    z-index: 1;
}

.midlle-squre {
    width: 472px;
    height: 130px;
    transform: rotate3d(1, 1, 1, 59deg);
    margin-inline-end: -103px;
    background-color: #442c17be;
    margin-bottom: -12px;
    z-index: 3;
}

.low-squre {
    width: 317px;
    height: 86px;
    background-color: #7e532ac4;
    transform: rotate3d(1, 1, 1, 59deg);
    position: absolute;
    left: -71px;
    bottom: 131px;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%);
}

.about-sec {
    padding: 100px 0;
}

.about-right {
    padding-top: 100px;
}

.about-sec .about-right h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--fourth-color);
}

.about-sec .about-right h2 .divider {
    font-weight: bold;
}

.about-sec .about-right h3 {
    font-size: clamp(30px, 5vw, 52px);
    font-weight: bold;
    color: var(--fourth-color);
}


.about-sec .about-right p {
    font-size: 18px;
    color: var(--fourth-color)
}

.about-images {
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: auto;
}


.up-image {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 212px;
    height: 251px;
    left: 118px;
    top: 75px;
    object-fit: cover;
    pointer-events: none;
}

.middle-image {

    z-index: 2;

    position: relative;

    max-width: 325px;

    height: auto;

    /*width: 100%;
    max-width: 325px;
    height: 595px;
    transform: rotate(2deg);*/

    width: 100%;

    object-fit: contain;

    margin-left: -154px;

    clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
}

.bottom-img {
    margin-bottom: -45px;
    z-index: 3;
    width: 100%;
    max-width: 348px;
    height: 471px;
    object-fit: cover;
    margin-top: auto;
    clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 100%);
}

.value-card .value-header {
    position: relative;
}

.values-sec i.icon {
    background: url("https://back2.puiux.org/wordpress/novaarkan/wp-content/uploads/2025/11/Rectangle-5383.png");
    background-size: 100% 100%;
    width: 133px;
    display: flex;
    height: 79px;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    padding-inline-start: 20px;
}

.value-header img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.value-header {
    display: flex;
    align-items: center;
}

.value-card .value-header .card-name {
    background-image: url(https://back2.puiux.org/wordpress/novaarkan/wp-content/uploads/2025/11/Vector-6.png);
    background-size: 100% 100%;
    color: var(--white-color);
    width: 215.27px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    right: 72px;
}

.value-card .value-p {
    padding-top: 26px;
    font-size: 14px;
    color: #44372D;
}

.left-growth-expansion {
    background: url(https://back2.puiux.org/wordpress/novaarkan/wp-content/uploads/2025/11/left-growth-expansion-scaled.png) no-repeat;
    background-size: 100%;
    height: 666px;
    display: block;
}

.growth-expansion .growth-expansion-title {
    color: var(--fourth-color);
    font-size: 14px;
    font-weight: bold;
}

.growth-expansion .growth-expansion-years {
    color: var(--fourth-color);
    font-size: 52px;
    font-weight: bold;
}

.growth-expansion .growth-expansion-para {
    color: #44372D;
    font-size: 18px;
}

.div-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 126px;
    text-align: center;
    position: relative;
    left: -3px;
    padding-top: 14px;
}

.left-growth-expansion strong {
    font-size: 20px;
    color: var(--secondry-color);
}

.left-growth-expansion p {
    font-size: 32px;
    color: var(--secondry-color);
    margin: 0;
    line-height: .7;
}

.left-growth-expansion p span {
    font-size: 14px;
}

.div-center strong,
.div-center p {
    color: #664220;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-left strong,
.div-left p {
    color: var(--third-color);
    font-weight: bold;
}
.div-right,.div-center,.div-left{
    cursor: pointer;
}
.div-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 115px;
    padding-right: 87px;
    padding-top: 15px;
}

.div-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 125px;
    padding-top: 16px;
    position: relative;
    left: -35px;
}

/* about */
.about {
    position: relative;
}

.serv-header {
    position: relative;
    text-align: center;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.serv-header .intro-img {
    position: absolute;
    right: 251px;
    top: 8px;
    pointer-events: none;
}

.img-serv-top {
    object-fit: cover;
    max-width: 267px;
    max-height: 317px;
    position: absolute;
    left: 0px;
    top: 0px;
    pointer-events: none;
}

.img-serv-bottom {
    object-fit: cover;
    max-width: 220px;
    max-height: 272px;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0px;
    pointer-events: none;
}

.services-container {
    position: relative
}

.serv-intro {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
}

.serv-divider {
    color: var(--secondry-color);
}

.serv-para {
    font-size: 52px;
    font-weight: bold;
    max-width: 558px;
    padding-top: 15px;
}

.services-container::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 52px;
    background-color: var(--secondry-color);
    top: -52px;
    right: -22px;
    transform: skew(322deg, 0);
}

.services-container {
    background: #664220;
    padding: 100px 0;
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 19px 0;
}

.services-container::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 52px;
    background-color: var(--third-color);
    bottom: -23px;
    left: -19px;
    transform: skew(322deg, 0);
}

.service-card {
    background: #5F3D1E;
    border: 2px solid transparent;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.service-card:hover {
    border: 2px solid var(--secondry-color);
}


.service-card.active {
    border-color: #C57A38;
}

.service-icon {
    font-size: 3rem;
    display: flex;
    background: #00000012;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 12px;
    margin: auto;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.service-description {
    line-height: 1.6;
    opacity: 0.9;
    color: #DFD8D2;
    font-size: 14px;
}

.detailed-services {
    backdrop-filter: blur(10px);
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    border: 2px solid transparent;
    background: transparent;
}

.detailed-services.show {
    opacity: 1;
    transform: translateY(0);
    max-height: 100%;
    padding: 40px;
    border-color: #C57A38;
    background: #5F3D1E;
}

#detailed-title {
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
}

.services-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.service-column ul {
    list-style: none;
}

.service-column li {
    padding: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    color: #DFD8D2;
    font-size: 14px;
}

.service-column li:hover {
    color: var(--secondry-color);
    padding-right: 10px;
}

.service-column li::before {
    content: "";
    opacity: 0.7;
    width: 6px;
    height: 6px;
    background: var(--secondry-color);
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 19px;
}

.service-column li:hover::before {
    opacity: 1;
    animation: pulse 1s infinite;
}

.serv-skew {
    width: 46px;
    height: 52px;
    background-color: var(--secondry-color);
    position: absolute;
    left: 189px;
    bottom: -23px;
    transform: skew(-40deg, 0deg);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

div#mobileMenu {
    background-color: var(--fourth-color);
}

.connection-line {
    position: absolute;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 27px;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.connection-line::before {
    content: "▼";
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 2;
    color: #5f3d1e;
    transform: rotate(179deg);
    left: 2px;
    top: 10px;
    font-size: 23px;
}

.connection-line::after {
    content: "▼";
    font-size: 28px;
    color: #C57A38;
    transform: rotate(181deg);
}

.custom-navbar.scrolled {
    background-color: #5f3e1ef1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-sec {
        padding: 0px 0;
    }

    .about-sec .about-right h3 {
        font-size: 35px;
    }

    .service-card {
        padding: 20px;
    }

    /* .detailed-services {
        padding: 20px;
    }*/

    .services-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.projects-sec {
    padding-top: 100px;
}

.proj-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-bottom: 20px;
}

.proj-intro {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--fourth-color);
}

.proj-divider {
    color: var(--secondry-color);
}

.proj-para {
    font-size: 52px;
    font-weight: bold;
    color: var(--fourth-color)
}

section.projects-sec picture {
    width: 100%;
    display: block;
}

section.projects-sec picture img {
    width: 100%;
    display: block;
    height: 550px;
    object-fit: cover;

}

.projects-sec li.swiper-slide {
    opacity: 20%;
}

.projects-sec li.swiper-slide-active {
    opacity: 1 !important;
}

.project-sec .swiper-container {
    padding-top: 100px;
}

.clients-sec {
    padding-top: 100px;
}

.clients-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 50px;
}

.clients-intro {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--fourth-color);
}

.clients-divider {
    color: var(--secondry-color);
}

.clients-para {
    font-size: 52px;
    font-weight: bold;
    color: var(--fourth-color)
}

.swiper-wraper {
    display: flex;
}

.swiper.swiper_clients.mySwiper_clients img {
    filter: opacity(0.8) grayscale(1) brightness(0.8) contrast(1.1) !important;
    transition: filter 0.3s ease-in-out;
}

.swiper.swiper_clients.mySwiper_clients img:hover {
    filter: none !important;
}


.swiper.swiper_clients.mySwiper_clients .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

proj-sec .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #f5e6d8;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    background: #c57a38;
    border-radius: 5px;
}

.contain-loc {
    max-width: 1675px;
    background-color: #CDBCAB;
}

.location-intro h2 {
    font-size: 18px;
    color: #664220;
}

.location-sec {
    padding-top: 100px;
    margin-bottom: -167px;
    position: relative;
    z-index: 2;
}



.location-header {
    /* text-align: center;*/
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    position: relative;
    right: -196px;
    /* align-items: center;
    justify-content: center;*/
    gap: 20px;
    padding-bottom: 36px;
}

.location-intro {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--fourth-color);
}

.location-divider {
    color: var(--secondry-color);
}

.location-para {
    font-size: 52px;
    font-weight: bold;
    color: var(--fourth-color)
}

/*.location-sec .location-map .loc-frame{
    filter: ;
}*/
.location-map {
    position: relative;
    margin-inline-start: 67px;
}

.location-map::after {
    content: "";
    background-color: #39200740;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    pointer-events: none;
}
.mobil-menu .nav-link{
    transition: all .3s ease;
}
.mobil-menu .nav-link:hover {
            color: var(--primary-color);
            padding-right: 10px;
            transform: translateX(-5px);
        }
.mobil-menu .contact-us:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.3);
            color: white;
        }
.mobil-menu .contact-us{
    transition: all .3s ease;
}     

iframe.loc-frame {
    filter: grayscale(1);

    .location-intro h2 {
        font-size: 18px;
        color: #664220;
    }
}

.loc-bottom .loc-image-bottom {
    transform: rotate(180deg);
    width: 325px;
    object-fit: cover;
    pointer-events: none;
}

.loc-top {
    position: relative;
}

.loc-top .loc-image-top {
    position: absolute;
    width: 325px;
    object-fit: cover;
    left: 0px;
    pointer-events: none;
}

.loc-top .loc-squre-up {
    width: 270px;
    height: 77px;
    background-color: var(--fourth-color);
    position: absolute;
    left: 323px;
    left: 278px;
    transform: skew(-49deg, 0deg);
}

.location-sec .location-containt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-header img.loc-intro-img {
    position: absolute;
    right: -55px;
    top: 70px;
    pointer-events: none;
    width: 284px;
    height: 236px;
}

.loc-end {
    position: relative;
}

.loc-end .loc-end-img {

    position: absolute;
    left: 2px;
    bottom: 162px;
    pointer-events: none;
}

footer {
    background-color: var(--fourth-color);
}

.footer-container {
    padding: 100px;
    padding-top: 279px;
}

.footer-container .footer-contant {
    border: solid 1px #ffffff28;
}

.footer-left-up {
    border-bottom: 1px solid #FFFFFF1A;
    display: flex;
    justify-content: center;
}

.footer-left-up .footer-links {
    display: flex;
    justify-content: center;
    /* max-width: 300px; */
    padding: 40px;
    gap: 20px;
    width: 533px;
    max-width: 533px;
    white-space: nowrap;
}

.footer-left-up .footer-item .footer-link {
    text-decoration: none;
    color: #F9F2ECCC;
    transition: all 0.4s ease;
    display: block;
}

.footer-left-up .footer-item .footer-link:hover {
    font-weight: bold;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.footer-cont-item {
    color: #F9F2ECCC;
}

.footer-cont-item .footer-cont-link {
    text-decoration: none;
    color: #F9F2ECCC;
    transition: all .3s ease;
}

.footer-cont-phone {
    display: flex;
    justify-content: space-between;
}

.footer-contac {
    font-size: 14px;
    position: relative;
}

.footer-cont-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 20px;
}

ul.footer-social-links {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 16px;
    margin: auto;
    padding-right: 18px;
    padding-bottom: 37px;
}

.footer-img {
    border-left: 1px solid #FFFFFF1A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-links .footer-social-item {
    transition: all 0.3s ease;
}

.footer-social-links .footer-social-item:hover {
    transform: translateY(-4px);
}

a.footer-social-link {
    border: 1px solid #fff;
    border-radius: 50% 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px;
}

.footer-contac::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #FFFFFF1A;
    top: 50%;
    left: 0;
    height: 101%;
    transform: translateY(-50%);
}

.social-foot {
    display: flex;
    align-items: center;
    border-left: 1px solid #FFFFFF1A;
}

.puiux-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links .footer-item .footer-link:hover {
    /* font-weight: bold; */
}

.footer-links .footer-item .activepg {
    font-weight: bold;
}

.footer-fimg {
    width: 100%;
    object-fit: contain;
}


span.swiper-pagination-bullet {
    background-color: #c57a387e;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C57A38;
    width: 20px;
    height: 8px;
    border-radius: 50px;
}

.swiper-proj-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

a.btn-contact.btn.menu-btn-contact {
    color: var(--white-color);
}

button.close-btn.btn {
    background-color: var(--secondry-color);
    color: var(--white-color);
     transition: all 0.3s ease; 
}
button.close-btn.btn:hover{
    transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0,0,0,0.3);
            color: white;
}
.contact-us {
    background-color: var(--secondry-color);
}

.bottom-social-bar {
    display: none;
}

.mobile-left-growth-expansion {
    display: none;
}

@media(max-width:1440px) {
    .loc-end .loc-end-img {
        display: none;
    }
}

@media(max-width:1399px) {
    .div-right {
        gap: 108px;
        padding-top: 8px;
    }

    .div-center {
        gap: 96px;
        padding-right: 75px;
        padding-top: 12px;
    }

    .div-left {
        gap: 110px;
        padding-top: 11px;
        left: -32px;
    }

    .loc-end .loc-end-img {
        display: none;
    }
}

@media(max-width:1199px) {
    .up-image {
        left: 61px;
        top: 91px;
    }

    .middle-image {
        margin-left: -198px;
    }

    .about-sec .about-right p {
        font-size: 17px;
        color: var(--fourth-color);
        max-width: 432px;
    }

    .about-sec .about-right h3 {
        font-size: 40px;
    }

    .div-right {
        gap: 80px;
        padding-top: 4px;
    }

    .div-center {
        gap: 73px;
        padding-right: 61px;
        padding-top: 7px;
    }

    .div-left {
        gap: 84px;
        padding-top: 7px;
        left: -25px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 18px;
        margin: 19px 0;
    }
}

@media(max-width:1024px) {
    .location-map {
        margin-inline-start: 45px;
    }

    .loc-top .loc-image-top {
        width: 244px;
    }

    .loc-top .loc-squre-up {
        width: 224px;
        height: 63px;
        left: 204px;
    }

    .location-header img.loc-intro-img {
        right: -55px;
        top: 62px;
    }

    .loc-bottom .loc-image-bottom {
        width: 320px;
    }

    .img-serv-bottom {
        object-fit: cover;
        max-width: 170px;
    }

    .about-sec .about-right p {
        max-width: 400px;
    }
}

.menu-burger {
    color: var(--white-color);

}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    justify-content: space-between;
}

@media(max-width:999px) {

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .up-image {
        left: -46px;
        top: 55px;
    }

    .growth-expansion .growth-expansion-years {
        font-size: 45px;
    }

    /*.div-right {
        gap: 55px;
        padding-top: 4px;

    }

    .left-growth-expansion strong {
        font-size: 13px;
        white-space: nowrap;
    }

    .div-center {
        gap: 36px;
        padding-right: 47px;
        padding-top: 6px;
    }

    .div-left p {
        color: var(--third-color);
        font-weight: bold;
        font-size: 24px;
    }

    .div-left {
        gap: 64px;
        padding-top: 9px;
        left: -19px;
    }*/

    .up-image {
        left: 63px;
        top: 51px;
    }

    .middle-image {
        max-width: 231px;
        height: 475px;
        width: 100%;
        margin-left: -154px;
    }

    .bottom-img {
        margin-bottom: -45px !important;
        max-width: 298px !important;
        height: 404px !important;
    }

    .col-md-6.about-left {
        scale: 0.8;
    }

   /* .div-right {
        gap: 88px;
        padding-top: 9px;
    }

    .div-center {
        gap: 65px;
        padding-right: 58px;
        padding-top: 11px;
    }*/
    .hero-squre {
    width: 459px;
    height: 61.63px;
    background-color: var(--third-color);
    position: absolute;
    top: -37px;
    transform: skewX(41deg);
    right: 0;
    animation: moveRight 0.8s ease forwards;
    overflow: hidden;
}

    .location-map {
        margin-inline-start: 2px;
    }

    .left-growth-expansion {
        display: none !important;
    }

    .mobile-left-growth-expansion {
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
        padding-bottom: 100px;
        width: fit-content;
        margin: auto;
        margin-left: 30px;
    }

    .mobile-left-growth-expansion::before {
        content: '';
        position: absolute;
        right: 51px;
        top: 50px;
        width: 3px;
        height: 301px;
        background: linear-gradient(to bottom, var(--secondry-color), var(--fourth-color), var(--third-color));
        z-index: 0;
    }

    /* .col-md-4 {
            position: relative;
            z-index: 1;
        }*/

    .mobile-left-growth-cont {
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    .date-cont {
        width: 102px;
        height: 102px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        min-width: 102px;
        align-items: center;
        text-align: center;
        font-weight: bold;
        background: white;
        position: relative;
        z-index: 2;
    }

    .date-cont p {
        margin: 0;
        line-height: 1.2;
    }

    .date-cont span {
        font-size: 14px;
        font-weight: normal;
    }

    .div-year {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;  */
}

    .up-right {
        border: 4px solid var(--secondry-color);
        color: var(--secondry-color);
    }

    .middle-right {
        border: 4px solid var(--fourth-color);
        color: var(--fourth-color);
    }

    .bottom-right {
        border: 4px solid var(--third-color);
        color: var(--third-color);
        font-size: 18px;
        font-weight: bold;
    }

    .up-left,
    .middle-left,
    .bottom-left {
        font-size: 18px;
        font-weight: 600;
        padding: 15px 25px;
        background: white;
        text-align: center;
        min-width: 221px;
    }

    .div-up .up-left {
        color: var(--secondry-color);
        border-top: 2px solid var(--secondry-color);
        border-bottom: 2px solid var(--secondry-color);
    }

    .div-middle .middle-left {
        color: var(--fourth-color);
        border-top: 2px solid var(--fourth-color);
        border-bottom: 2px solid var(--fourth-color);
    }

    .div-bottom .bottom-left {
        color: var(--third-color);
        border-top: 2px solid var(--third-color);
        border-bottom: 2px solid var(--third-color);
    }

    /* Animation effects */
    .mobile-left-growth-cont {
        opacity: 0;
        transform: translateX(30px);
        animation: slideIn 0.6s ease-out forwards;
    }



    @keyframes slideIn {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .date-cont:hover {
        transform: scale(1.1);
        transition: transform 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1)
    }

    .up-left:hover,
    .middle-left:hover,
    .bottom-left:hover {
        transform: translateX(-10px);
        transition: transform 0.3s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

}


@media(max-width:991px) {
    ul.open-nav {
        display: none;
    }

    .up-image {
        left: 7px;
    }

    /*.div-right {
        gap: 86px;
        padding-top: 10px;
    }

    .div-center {
        gap: 62px;
        padding-right: 65px;
        padding-top: 14px;
    }

    .div-left {
        gap: 95px;
        padding-top: 13px;
        left: -28px;
    }*/

    .value-card .value-header .card-name {
        width: 140px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 10px;
        margin: 19px 0;
    }

    iframe.loc-frame {
        filter: grayscale(1);
        width: 900px;
    }
    button.close-btn.btn {
    background-color: var(--secondry-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
}

@media(max-width:944px) {
    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 16px;
        margin: auto;
        padding-right: 18px;
        padding-bottom: 56px;
    }

    .footer-cont-phone {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media(max-width:912px) {
    /*.div-right {
        gap: 83px;
        padding-top: 7px;
    }

    .div-center {
        gap: 60px;
        padding-right: 62px;
        padding-top: 11px;
    }

    .div-left {
        gap: 86px;
        padding-top: 13px;
        left: -26px;
    }*/

    .growth-expansion.py-5 {
        padding-bottom: none !important;
    }

    .about-sec .about-right h3 {
        font-size: 37px;
    }

    .footer-cont-phone {
        display: flex;
        flex-direction: column;
    }

    .up-image {
        left: 57px;
        top: 51px;
    }

}
/*@media(max-width:943px){
    .div-right {
        gap: 84px;
        padding-top: 9px;
    }
    .div-center {
        gap: 61px;
        padding-right: 60px;
        padding-top: 12px;
    }
    .div-left {
        gap: 90px;
        padding-top: 11px;
        left: -26px;
    }
}*/
@media(max-width:890px) {
    iframe.loc-frame {
        filter: grayscale(1);
        width: 823px;
    }
}

@media(max-width:853px) {
    /*.div-right {
        gap: 75px;
        padding-top: 7px;
    }

    .div-center {
        gap: 47px;
        padding-right: 55px;
        padding-top: 11px;
    }

    .div-left {
        gap: 82px;
        padding-top: 9px;
        left: -23px;
    }
*/
    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 16px;
        margin: auto;
        padding-right: 6px;
        padding-bottom: 70px;
    }
}

@media(max-width:820px) {
    .up-image {
        left: 35px;
        top: 51px;
    }
}

@media(max-width:768px) {
    .hero-squre-left {
    left: -102px;
    bottom: -37px;
    transform: scale(.6);
}
    .hero-squre {
        width: 357px;
        height: 46.63px;
        background-color: var(--third-color);
        position: absolute;
        top: -36px;
        transform: skewX(41deg);
        right: 0;
        animation: moveRight 0.8s ease forwards;
        overflow: hidden;
    }

    .serv-para {
        font-size: 40px;
    }

    .values-sec i.icon {
        width: 121px;
        display: flex;
        height: 66px;
        align-items: center;
        justify-content: flex-start;
        z-index: 2;
        padding-inline-start: 20px;
    }

    .value-card .value-header .card-name {
        width: 135px;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        z-index: 2;
        right: 63px;
    }

    .growth-expansion.py-5 {
        padding-bottom: 0 !important;
    }

    .serv-header .intro-img {
        position: absolute;
        right: 87px;
        top: 9px;
        pointer-events: none;
        width: 277px;
        height: 170px;
    }

    /*.div-right {
        gap: 58px;
        padding-top: 5px;
        width: fit-content;
        padding-right: 33px;
    }*/

    .location-map {
        width: 100%;
        margin-inline-start: 0;
    }

    .footer-cont-phone {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    iframe.loc-frame {
        width: 100%;
    }

    .location-sec {
        padding-top: 100px;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

    .loc-bottom .loc-image-bottom {
        display: none;
    }

    .footer-container {
        padding: 21px;
        padding-top: 82px;
    }

   /* .div-left {
        gap: 74px;
        padding-top: 7px;
        left: -20px;
    }*/

    footer {
        margin-top: 70px;
    }

    .location-header {

        display: flex;
        flex-direction: column;
        right: -133px;
    }

    .location-para {
        font-size: 41px;
    }

    .location-header img.loc-intro-img {
        right: -55px;
        top: 94px;
    }

    .location-header img.loc-intro-img {
        right: -48px;
        top: 86px;
        width: 236px;
        height: 144px;
    }

    /*.div-center {
        gap: 64px;
        padding-right: 51px;
        padding-top: 7px;
    }*/

    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 16px;
        margin: auto;
        padding-right: 18px;
        padding-bottom: 74px;
    }



    .whats-button {
        display: none;
    }

    .bottom-social-bar {
        display: block;
        background-color: var(--secondry-color);
        border-top: 2px solid var(--white-color);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
        opacity: 0.95;
        z-index: 9999;
    }

    .social-icon {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.05);
        padding: 10px;
        border-radius: 12px;
        text-decoration: none;
        font-size: 18px;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

    .bottom-social-icons-bar.justify-content-center {
        justify-content: space-between !important;
    }

    .up-image {
        left: 24px;
        top: 53px;
    }
    .scroll-down-circle {
    width: 140px;
    height: 140px;
    min-width: 140px;
    border: 2px solid var(--secondry-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    /* خلفية شفافة */
    backdrop-filter: blur(2px);
    /* التأثير الزجاجي */
    -webkit-backdrop-filter: blur(2px);
    transition: all .3s ease;
    /* دعم Safari */
}
    
 
}

@media(max-width:767px) {
    .footer-container {
        padding: 21px;
        padding-top: 82px;
        padding-bottom: 80px;
    }
.welcome-text {
    font-size: 14px;
}
section#growth-expansion-section {
    padding-top: 0  !important;
}
    .col-md-2.puiux-logo {
        padding-bottom: 20px;
    }

    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 16px;
        margin-left: auto;
        margin: unset;
        padding-bottom: 24px;
    }

    .puiux-logo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: 24px;

    }

    /*.div-right {
        gap: 114px;
        padding-top: 13px;
        width: fit-content;
        padding-right: 77px;
    }*/

    .value-card .value-p {
        padding-top: 26px;
        font-size: 14px;
        color: #44372D;
        text-align: right;
    }

    .mobile-left-growth-expansion {
        display: flex;
        flex-direction: column;
        gap: 30px;
        position: relative;
        padding-bottom: 100px;
        width: fit-content;
        margin: unset;
        margin-left: auto;
        padding-top: 20px;
    }

    .footer-img {
        border-left: 1px solid #FFFFFF1A;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-left-up {
        border-bottom: 1px solid #FFFFFF1A;
        display: flex;
        justify-content: flex-start;
    }

    .footer-left-up .footer-links {
        display: flex;
        justify-content: center;
        max-width: 300px;
        padding: 40px;
        gap: 20px;
        width: 390px;
        max-width: 533px;
        white-space: nowrap;
    }

}

@media(max-width:540px) {
    .about-sec .about-right h3 {
        font-size: 34px;
        max-width: 369px;
    }

    .up-image {
        left: 69px;
        top: 54px;
    }
}

@media (max-width:480px) {
    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
      
     justify-content: space-between;
    align-items: flex-start;
     padding-bottom: 200px;
     margin-top: 200px;
    }

 


    .location-header {
        right: unset;
    }
    .up-image {
        left: 65px;
        top: 56px;
    }
    /*  .left-growth-expansion .col-md-4 {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        width: 33.33%;
    }*/

    /*.div-left {
        height: fit-content;
        gap: 50px;
    }*/
   .hero-squre {
        width: 209px;
        height: 40.63px;
        background-color: var(--third-color);
        position: absolute;
        top: -25px;
        transform: skewX(41deg);
        right: 0;
        animation: moveRight 0.8s ease forwards;
        overflow: hidden;
    }
    
 
}

@media(max-width:430px) {
    .up-image {
        left: 45px;
        top: 55px;
    }

   /* .div-right {
        gap: 49px;
        padding-top: 3px;
        width: fit-content;
        padding-left: 19px;
    }

    .div-center {
        gap: 38px;
        padding-right: 0px;
        padding-top: 4px;
    }

    .div-center p {
        font-size: 25px;
    }

    .div-left {
        height: fit-content;
        gap: 55px;
        left: -8px;
    }

    .div-left strong {
        font-size: 11px;
    }*/

    .serv-header .intro-img {
        position: absolute;
        right: 11px;
        top: 9px;
        pointer-events: none;
        width: 181px;
    }

    .location-para {
        font-size: 30px;
    }

    .serv-para {
        font-size: 25px;
        max-width: 243px;
    }

    .services-container::after {
        content: "";
        position: absolute;
        width: 136px;
        height: 52px;
        background-color: var(--third-color);
        bottom: -23px;
        left: -19px;
        transform: skew(322deg, 0);
    }

    .serv-skew {
        width: 35px;
        height: 52px;
        background-color: var(--secondry-color);
        position: absolute;
        left: 109px;
        bottom: -23px;
        transform: skew(-40deg, 0deg);
    }

    .img-serv-bottom {
        object-fit: cover;
        max-width: 130px;
    }
}

@media(max-width:425px) {
    .hero-squre {
        width: 242px;
        height: 41.63px;
        background-color: var(--third-color);
        position: absolute;
        top: -26px;
        transform: skewX(41deg);
        right: 0;
        animation: moveRight 0.8s ease forwards;
        overflow: hidden;
        z-index: 4;
    }

    .location-para {
        font-size: 33px;
    }

    .serv-header .intro-img {
        position: absolute;
        right: 15px;
        top: 9px;
        width: 164px;
        pointer-events: none;
    }

     

    .left-growth-expansion strong {
        font-size: 11px;
        white-space: nowrap;
    }

    .values-sec i.icon {
        width: 98px;
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: flex-start;
        z-index: 2;
        padding-inline-start: 20px;
    }

    .value-header img {
        width: 27px;
        height: 30px;
        object-fit: contain;
    }

    .left-growth-expansion .col-md-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 33.33%;
    }

    .value-card .value-header .card-name {
        width: 113px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        z-index: 2;
        right: 51px;
    }

    /*.div-right {
        gap: 48px;
        padding-right: 14px;
    }

    .div-right p {
        display: flex;
        flex-direction: column;
        font-size: 20px;
    }

    .div-left {
        gap: 49px;
        padding-top: 7px;
        left: -16px;
    }

    .div-left p {
        color: var(--third-color);
        font-weight: bold;
        font-size: 21px;
    }

    .div-center {
        gap: 49px;
        padding-right: 35px;
        padding-top: 6px;
    }*/

    .serv-para {
        font-size: 24px;
    }

    .footer-left-up .footer-links {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .left-growth-expansion p {
        /*font-size: 32px;*/
        margin: 0;
        line-height: .7;
        display: flex;
        align-items: center;
    }

    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        /*margin: auto;*/
        padding-right: 18px;
        justify-content: space-around;
        align-items: center;
    }

    .puiux-logo {
        display: flex;
        justify-content: center;
        padding: 0px 0;
        width: fit-content !important;
    }

    .services-container::after {
        content: "";
        position: absolute;
        width: 138px;
        height: 50px;
        background-color: var(--third-color);
        bottom: -23px;
        left: -19px;
        transform: skew(322deg, 0);
    }

    .serv-skew {
        width: 29px;
        height: 50px;
        background-color: var(--secondry-color);
        position: absolute;
        left: 116px;
        bottom: -23px;
        transform: skew(-40deg, 0deg);
    }

    .about-sec .about-right h3 {
        font-size: 30px;
    }

    .up-image {
        left: 42px;
    }

    .proj-para {
        font-size: 40px;
        font-weight: bold;
        color: var(--fourth-color);
    }

    .clients-para {
        font-size: 40px;
        font-weight: bold;
        color: var(--fourth-color);
    }

    iframe.loc-frame {
        height: 400px;
    }

    .about-right {
        padding: 100px 8px 0 24px;
    }

    .values-sec {
        padding: 0 8px 0 24px;
    }

    .growth-expansion {
         padding: 0 8px 0 24px;
    }

    .services-contain {
         padding: 0 8px 0 8px !important;
    }

    .container.projects-contain {
         padding: 0 8px 0 8px;
    }

    .location-sec .location-containt {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 24px 0 24px;
    }

    .footer-cont-links {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 20px 24px;
    }

    .custom-container.container.d-flex.justify-content-between.align-items-center {
        padding: 0 24px;
    }

    .footer-left-up .footer-links {
        display: flex;
        justify-content: center;
        max-width: 300px;
        padding: 40px;
        gap: 20px;
        width: 107px;
        max-width: 533px;
        white-space: nowrap;
    }

    .loc-top .loc-image-top {
        width: 166px;
    }

    .loc-top .loc-squre-up {
        width: 118px;
        height: 40px;
        left: 140px;
    }
}

@media(max-width:390px) {
    .up-image {
        left: 47px;
    }

    /*.div-right {
        gap: 43px;
        padding-right: 9px;
    }

    .div-center {
        gap: 43px;
        padding-right: 27px;
        padding-top: 2px;
    }

    .div-left {
        gap: 47px;
        padding-top: 3px;
        left: -8px;
    }

    .div-left p {
        color: var(--third-color);
        font-weight: bold;
        font-size: 18px;
    }*/

    .location-header img.loc-intro-img {
        right: -42px;
        top: 89px;
        width: 188px;
        height: 138px;
    }

    .location-para {
        font-size: 29px;
    }

    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        padding-left: 139px;
    }

    .up-left,
    .middle-left,
    .bottom-left {
        font-size: 15px;
        font-weight: 600;
        padding: 15px 25px;
        background: white;
        text-align: center;
        min-width: 187px;
    }
}

@media(max-width:380px) {
    .left-growth-expansion p {
        margin: 0;
        line-height: .7;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    /*.div-right {
        gap: 46px;
        padding-right: 16px;
    }

    .div-center {
        gap: 49px;
        padding-right: 36px;
        padding-top: 6px;
    }

    .div-left {
        gap: 51px;
        padding-top: 7px;
        left: -15px;
    }
*/
    .left-growth-expansion p {
        font-size: 19px;
    }

   

    .up-left,
    .middle-left,
    .bottom-left {
        font-size: 14px;
        font-weight: 600;
        padding: 15px 25px;
        background: white;
        text-align: center;
        min-width: 187px;
    }
}

@media(max-width:375px) {
    .div-center {
        gap: 34px;
        padding-right: 24px;
        padding-top: 6px;
    }

    .services-container::after {
        content: "";
        position: absolute;
        width: 168px;
        height: 50px;
        background-color: var(--third-color);
        bottom: -23px;
        left: -19px;
        transform: skew(322deg, 0);
    }

    .div-left {
        gap: 43px;
        padding-top: 3px;
        left: 1px;
    }

    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        padding-left: 123px;
    }

    .div-left p {
        font-size: 19px;
        padding-right: 12px;
    }

    .div-right {
        gap: 37px;
        padding-right: 7px;
    }

    .serv-skew {
        width: 39px;
        height: 50px;
        background-color: var(--secondry-color);
        position: absolute;
        left: 138px;
        bottom: -23px;
        transform: skew(-40deg, 0deg);
    }

    .up-left,
    .middle-left,
    .bottom-left {
        font-size: 12px;
        font-weight: 600;
        padding: 15px 25px;
        background: white;
        text-align: center;
        min-width: 162px;
    }

    .img-serv-top {
        object-fit: cover;
        max-width: 200px;
        max-height: 234px;
        position: absolute;
        left: 0px;
        top: 0px;
        pointer-events: none;
    }
    .scroll-down-circle {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border: 2px solid var(--secondry-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    /* خلفية شفافة */
    backdrop-filter: blur(2px);
    /* التأثير الزجاجي */
    -webkit-backdrop-filter: blur(2px);
    transition: all .3s ease;
    /* دعم Safari */
}
}

@media(max-width:344px) {
    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        padding-left: 91px;
    }

   /* .div-right {
        gap: 35px !important;
        padding-top: 0px;
        gap: 33px;
        padding-right: 2px;
    }

    .div-center {
        gap: 32px;
        padding-right: 18px;
        padding-top: 2px;
    }

    .div-left {
        gap: 38px;
        padding-top: 2px;
        left: 6px;
    }

    .div-left p {
        font-size: 15px;
        padding-right: 10px;
    }
*/
    .img-serv-top {
        object-fit: cover;
        max-width: 200px;
        max-height: 301px;
        position: absolute;
        left: 0px;
        top: 0px;
        pointer-events: none;
    }

    .up-image {
        left: -7px;
    }

    .up-left,
    .middle-left,
    .bottom-left {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 6px;
        background: white;
        text-align: center;
        min-width: 142px;
    }


}

@media(max-width:320px) {
    .about-images {
        position: relative;
        width: fit-content;
        display: flex;
        justify-content: center;
        margin: auto;
        padding: 0 24px;
    }

    .up-image {
        position: absolute;
        z-index: 1;
        width: 100%;
        max-width: 191px;
        height: 120px;
        left: 11px;
        top: 42px;
        object-fit: cover;
        pointer-events: none;
    }

    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        padding-left: 69px;
    }

    .middle-image {
        max-width: 325px;
        height: 431px;
        width: 100%;
        margin-left: -154px;
    }

    /*.div-right {
        gap: 34px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .div-right p {
        font-size: 8px;
        padding-left: 6px;
    }

    .div-center {
        gap: 29px;
        padding-right: 12px;
        padding-top: 1px;
    }

    .div-left {
        gap: 35px;
        padding-top: 2px;
        left: 2px;
    }

    .div-left p {
        font-size: 13px;
        padding-right: 0px;
    }

    .div-left strong {
        font-size: 10px;
        font-weight: bolder;
    }*/

    .about-sec .about-right h3 {
        font-size: 27px;
    }

    ul.footer-social-links {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        padding-left: 81px;
    }

    .services-container::after {
        content: "";
        position: absolute;
        width: 109px;
        height: 41px;
        background-color: var(--third-color);
        bottom: -23px;
        left: -19px;
        transform: skew(322deg, 0);
    }

    iframe.loc-frame {
        height: 350px;
    }

    .serv-skew {
        width: 30px;
        height: 41px;
        background-color: var(--secondry-color);
        position: absolute;
        left: 88px;
        bottom: -23px;
        transform: skew(-40deg, 0deg);
    }

    .serv-header .intro-img {
        position: absolute;
        right: -3px;
        top: 9px;
        width: 133px;
        pointer-events: none;
    }

    .img-serv-top {
        object-fit: cover;
        max-width: 173px;
        max-height: 293px;
        position: absolute;
        left: 0px;
        top: 0px;
        pointer-events: none;
    }

    .location-header img.loc-intro-img {
        right: -6px;
        top: 91px;
        width: 103px;
        height: 144px;
    }

    .location-para {
        font-size: 34px;
    }

    .value-header img {
        width: 24px;
        height: 22px;
        object-fit: contain;
    }

    .values-sec i.icon {
        width: 89px;
        display: flex;
        height: 41px;
        align-items: center;
        justify-content: flex-start;
        z-index: 2;
        padding-inline-start: 20px;
    }

    .value-card .value-header .card-name {
        width: 103px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        z-index: 2;
        right: 48px;
    }

    .services-contain {
        padding: 0 10px !important;
    }
}
