/* Mobile-only refinement. Desktop rules remain in the original stylesheets. */
.footer-mobile-intro,
.mobile-home-feature,
.home-services-showcase__heading,
.box__cardeImage .title .text small,
.brands__subtitle {
  display: none;
}

.home-services-showcase {
  display: contents;
}

.section-ourclients .top > p,
.section-countryList .top > p {
  display: none;
}

.ul-title-mobile,
.ul-hero-badge,
.ul-hero-kicker,
.ul-hero-meta {
  display: none;
}

.contact-form__heading,
.section-contactus label,
.contact-card-icon,
.contact-card-action,
.map-heading {
  display: none;
}

@media only screen and (max-width: 768px) {
  :root {
    --geha-navy: #00244a;
    --geha-green: #08710b;
    --geha-soft: #f4f7f5;
    --geha-border: rgba(0, 36, 74, 0.12);
  }

  html {
    height: auto;
    min-height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 0;
    overflow-x: clip !important;
    overflow-y: auto !important;
    scroll-behavior: smooth;
  }

  body {
    height: auto;
    min-height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    margin: 0;
    position: relative;
    overflow-x: clip !important;
    overflow-y: visible !important;
    -webkit-text-size-adjust: 100%;
  }

  body.home { padding-bottom: 0 !important; }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .wrapper {
    height: auto;
    min-height: 0;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  .wrapper > section,
  .wrapper > div,
  footer {
    max-width: 100vw !important;
    box-sizing: border-box;
  }

  img,
  iframe {
    max-width: 100%;
  }

  .wrap,
  .wrapin {
    width: 100%;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box;
  }

  .header-reserve-height {
    height: 74px;
  }

  header.menu--header {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 74px;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 24px rgba(0, 36, 74, 0.09);
    z-index: 1000;
  }

  header.menu--header .wrap {
    padding: 0 !important;
  }

  header .image-logo-header {
    min-height: 74px;
  }

  header .logo {
    left: 18px;
    top: 10px;
    width: auto;
    max-width: 150px;
  }

  header .logo img {
    width: auto;
    max-width: 150px;
    max-height: 54px;
    object-fit: contain;
  }

  header .menuOnMobile {
    display: block !important;
    position: fixed !important;
    top: 13px;
    right: 14px !important;
    left: auto !important;
    z-index: 1002;
  }

  header .menuOnMobile .box-shadow-menu {
    appearance: none;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--geha-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 36, 74, 0.12);
    cursor: pointer;
  }

  header .menuOnMobile .wrp {
    width: 100%;
    height: 100%;
  }

  header .menuOnMobile .menuText {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  header .hambergerMenu,
  header .hambergerMenu::before,
  header .hambergerMenu::after {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--geha-navy);
    transition: transform .25s ease, opacity .2s ease, background .2s ease;
  }

  header .hambergerMenu {
    position: relative;
    box-shadow: none;
  }

  header .hambergerMenu::before,
  header .hambergerMenu::after {
    content: "";
    position: absolute;
    left: 0;
  }

  header .hambergerMenu::before { top: -7px; }
  header .hambergerMenu::after { top: 7px; }

  header .open + .menuOnMobile .hambergerMenu { background: transparent; }
  header .open + .menuOnMobile .hambergerMenu::before { transform: translateY(7px) rotate(45deg); }
  header .open + .menuOnMobile .hambergerMenu::after { transform: translateY(-7px) rotate(-45deg); }

  header .menuForMobile {
    position: fixed;
    top: 74px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    background: rgba(255,255,255,.99);
    transform: translate3d(0, 14px, 0);
    transition: opacity .24s ease, transform .24s ease, visibility .24s;
    visibility: hidden;
  }

  header .open .menuForMobile {
    top: 74px;
    padding: 18px 20px 32px;
    border: 0;
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    box-shadow: inset 0 1px 0 var(--geha-border);
  }

  .menu--header nav.menu {
    width: 100% !important;
    padding: 0 !important;
  }

  header nav ul li {
    border-bottom: 1px solid var(--geha-border);
  }

  header nav ul li a {
    display: block !important;
    max-width: none;
    min-height: 48px;
    margin: 0;
    padding: 15px 10px 12px;
    box-sizing: border-box;
    color: var(--geha-navy);
    font-size: 16px;
    line-height: 1.25;
    pointer-events: auto;
  }

  header nav ul li.active > a { color: var(--geha-green); }

  header nav ul li.has-submenu > a::before {
    content: "+";
    float: right;
    color: var(--geha-green);
    font-size: 21px;
    line-height: 16px;
  }

  header nav ul li.has-submenu.active-open > a::before { content: "\2212"; }

  header nav ul li ul.submenu li a {
    min-height: 42px;
    padding: 12px 14px !important;
    font-size: 13px !important;
    line-height: 1.35;
    background: var(--geha-soft);
  }

  .menu--header .contactUsInfo {
    margin-top: 22px;
    padding: 18px 14px;
    border-radius: 16px;
    background: var(--geha-soft);
  }

  header .infoItem { margin-bottom: 12px; }
  header .infoItem a { min-height: 30px; display: flex; align-items: center; }

  .section-breadcrumb {
    min-height: 88px;
    margin-bottom: 24px !important;
  }

  .section-breadcrumb .titles {
    min-height: 88px;
    padding: 12px 0;
    box-sizing: border-box;
  }

  .section-breadcrumb h1 { font-size: clamp(23px, 7vw, 32px); line-height: 1.1; }

  body:not(.page-ul) .section-breadcrumb {
    position: relative;
    height: auto;
    min-height: 224px;
    margin: 0 0 30px !important;
    overflow: hidden;
    background: linear-gradient(145deg, #073966 0%, #00244a 68%, #001a36 100%);
    box-shadow: 0 14px 30px rgba(0,36,74,.18);
  }

  body:not(.page-ul) .section-breadcrumb::before {
    content: "";
    position: absolute;
    top: -105px;
    right: -110px;
    width: 275px;
    height: 275px;
    border: 1px solid rgba(89,187,97,.2);
    border-radius: 50%;
    box-shadow: 0 0 0 40px rgba(89,187,97,.035), 0 0 0 80px rgba(89,187,97,.025);
    pointer-events: none;
  }

  body:not(.page-ul) .section-breadcrumb::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #57b75e;
    box-shadow: 15px 0 0 rgba(87,183,94,.55), 30px 0 0 rgba(87,183,94,.25);
  }

  body:not(.page-ul) .section-breadcrumb .imageLayer { display: none; }

  body:not(.page-ul) .section-breadcrumb .wrap {
    min-height: 224px;
    padding: 0 22px !important;
  }

  body:not(.page-ul) .section-breadcrumb .wrap::before {
    content: "G";
    position: absolute;
    top: 28px;
    left: 22px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,.18);
    color: var(--geha-green);
    font: 800 24px/1 Arial, sans-serif;
  }

  body:not(.page-ul) .section-breadcrumb .titles {
    min-height: 224px;
    padding: 91px 0 26px;
    align-items: flex-start;
  }

  body:not(.page-ul) .section-breadcrumb .auto {
    display: block;
    width: 100%;
    height: auto;
  }

  body:not(.page-ul) .section-breadcrumb .auto::before {
    content: "GEHA ENGINEERING";
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #79ca7e;
    font: 700 10px/1 sans-serif;
    letter-spacing: 1.35px;
  }

  body:not(.page-ul) .section-breadcrumb h1 {
    max-width: 92%;
    margin: 0 0 12px;
    color: #fff;
    font: 400 clamp(28px, 8vw, 38px)/1.04 "Myriad-Pro-Semibold", sans-serif;
    letter-spacing: -.45px;
    text-transform: none;
  }

  body:not(.page-ul) .section-breadcrumb h2 {
    margin: 0;
    color: rgba(255,255,255,.66);
    font: italic 400 14px/1.35 "Bahij_TheSansArabic-Plain", sans-serif;
  }

  body:not(.page-ul) .section-breadcrumb .bredTtitles {
    display: flex;
    max-width: calc(100vw - 44px);
    gap: 4px;
    align-items: center;
    overflow-x: auto;
    color: rgba(255,255,255,.38);
    font-size: 11px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  body:not(.page-ul) .section-breadcrumb .bredTtitles::-webkit-scrollbar { display: none; }
  body:not(.page-ul) .section-breadcrumb .bredTtitles a { color: rgba(255,255,255,.68); font: 400 11px/1.3 "Bahij_TheSansArabic-Plain", sans-serif; }
  body:not(.page-ul) .section-breadcrumb .bredTtitles a:last-child { color: #83cf88; }
  body:not(.page-ul) .section-breadcrumb .bredTtitles .seperator { color: rgba(255,255,255,.26); }

  .section-ourProjects .swiper-container { height: 56vw !important; min-height: 230px; max-height: 360px; }
  .section-ourProjects .swiper-slide img { height: 100%; object-fit: cover; }
  .section-ourProjects .slider__data .flex-it { min-height: 130px; }
  .section-ourProjects .slider__data .project-data { padding: 24px 20px; }
  .section-ourProjects .slider__data .data { width: calc(100% - 36px); margin-top: -22px; border-radius: 3px; }
  .section-ourProjects .slider__data h2 { font-size: clamp(22px, 7vw, 31px); line-height: 1.08; }

  .home-services-showcase {
    display: block;
    padding: 42px 18px 34px;
    background: linear-gradient(180deg, #f5f8f6 0%, #fff 100%);
  }

  .home-services-showcase__heading {
    display: block;
    margin-bottom: 24px;
  }

  .home-services-showcase__heading > span {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: var(--geha-green);
    font: 700 11px/1 sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .home-services-showcase__heading > span::before { content: ""; width: 25px; height: 2px; background: var(--geha-green); }
  .home-services-showcase__heading h2 { margin: 0 0 10px; color: var(--geha-navy); font: 400 clamp(29px, 8.2vw, 38px)/1.05 "Myriad-Pro-Semibold", sans-serif; letter-spacing: -.5px; }
  .home-services-showcase__heading p { color: #6b7880; font: 400 14px/1.5 "Bahij_TheSansArabic-Plain", sans-serif; }

  .home-services-showcase .box__cardeImage {
    height: auto;
    margin: 0 0 15px;
  }

  .home-services-showcase .box__cardeImage .wrap { padding: 0 !important; }

  .home-services-showcase .box__cardeImage .wrap__image__box {
    height: 216px;
    margin-top: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 36, 74, .13);
  }

  .home-services-showcase .box__cardeImage .imageBox { height: 100%; padding: 0; }
  .home-services-showcase .box__cardeImage .imageBox img { height: 100%; min-height: 0; object-position: center; transition: transform .5s ease; }
  .home-services-showcase .box__cardeImage .imageBox::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,28,58,.94) 0%, rgba(0,36,74,.46) 52%, rgba(0,36,74,.05) 100%); }
  .home-services-showcase .box__cardeImage .cadre__title { align-items: flex-end; padding: 0 !important; }
  .home-services-showcase .box__cardeImage .inner { height: auto; max-height: none; padding: 20px; }
  .home-services-showcase .box__cardeImage .cadre { height: auto; max-height: none; border: 0; }
  .home-services-showcase .box__cardeImage .title { width: calc(100% - 82px); min-width: 0; height: auto; margin: 0; background: none; }
  .home-services-showcase .box__cardeImage .title .text { color: #fff; text-align: left; font-size: 20px; line-height: 1.13; }
  .home-services-showcase .box__cardeImage .title .text small { display: block; margin-bottom: 7px; color: #83cf88; font: 700 10px/1.2 sans-serif; letter-spacing: 1px; text-transform: uppercase; }
  .home-services-showcase .box__cardeImage .cadre__title .link { display: grid; right: 18px; bottom: 20px; width: 44px; height: 44px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: transparent; font-size: 0; }
  .home-services-showcase .box__cardeImage .cadre__title .link::after { content: "→"; color: #fff; font: 400 20px/1 sans-serif; }
  .home-services-showcase .box__cardeImage:active .imageBox img { transform: scale(1.035); }

  .section-always {
    min-height: 0;
    padding: 40px 0 34px;
    background: linear-gradient(145deg, #073766, #00244a 72%);
    overflow: hidden;
  }

  .section-always .wrap { padding-top: 0; }
  .section-always .title__wrap { height: auto; }
  .section-always .title__wrap::before { display: none; }
  .section-always .title { position: relative; top: auto; left: auto; padding: 0; background: transparent; font: 400 30px/1.1 "Myriad-Pro-Semibold", sans-serif; text-transform: none; }
  .section-always .subtitle { margin-top: 8px; padding: 0; color: rgba(255,255,255,.62); font: 400 14px/1.45 "Bahij_TheSansArabic-Plain", sans-serif; }
  .section-always .items { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 24px; }
  .section-always .items .item { float: none; width: auto; min-height: 148px; margin: 0; padding: 18px 12px; box-sizing: border-box; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.07); }
  .section-always .items .item::after { display: none; }
  .section-always .items .image { width: 42px; height: 42px; margin: 0 0 12px; }
  .section-always .items .image img { height: 100%; object-fit: contain; object-position: left center; }
  .section-always .items .number { color: #fff; font: 400 29px/1 "Myriad-Pro-Semibold", sans-serif; text-align: left; }
  .section-always .items .description { margin-top: 6px; color: rgba(255,255,255,.68); font: 400 12px/1.35 "Bahij_TheSansArabic-Plain", sans-serif; text-align: left; }

  .brands {
    height: auto !important;
    min-height: 0;
    padding: 32px 0 34px !important;
    background: #f3f7f4 !important;
    color: var(--geha-navy);
    overflow: clip !important;
  }

  .brands .wrap { padding: 0 18px !important; }
  .brands .title { padding: 0; color: var(--geha-navy) !important; font: 400 29px/1.1 "Myriad-Pro-Semibold", sans-serif; }
  .brands__subtitle { display: block; max-width: 310px; margin: 7px 0 20px; color: #68776f !important; font: 400 13px/1.45 "Bahij_TheSansArabic-Plain", sans-serif; }
  .brands .brandsSlider { padding-bottom: 22px; }
  .brands .swiper-container { width: 100%; max-width: 100%; overflow: hidden !important; }
  .brands .swiper-slide { height: 118px; border: 1px solid #dce6df; border-radius: 18px; background: #fff; box-shadow: 0 9px 22px rgba(0,36,74,.07); }
  .brands .flexbox { padding: 18px; }
  .brands .swiper-slide img { max-width: 100%; max-height: 72px; filter: grayscale(1); opacity: .76; transition: filter .25s ease, opacity .25s ease; }
  .brands .swiper-slide-active img { filter: grayscale(0); opacity: 1; }
  .brands .swiper-button-prev,
  .brands .swiper-button-next { display: none; }
  .brands .brands-pagination.swiper-pagination-progressbar { top: auto; right: auto; bottom: 0; left: 0; width: 82px; height: 3px; border-radius: 4px; overflow: hidden; background: #d6e0da; }
  .brands .brands-pagination .swiper-pagination-progressbar-fill { border-radius: 4px; background: var(--geha-green); }
  .brands .brandsSlider::after { content: "SWIPE"; position: absolute; left: 94px; bottom: -2px; color: #8a9890; font: 700 9px/1 sans-serif; letter-spacing: 1.4px; }

  .section__aboutus { margin: 28px 18px; width: calc(100% - 36px); border-radius: 18px; overflow: hidden; }
  .section__aboutus .article { padding: 28px 22px; font-size: 15px; line-height: 1.65; }
  .section__aboutus .article h1 { padding-left: 0; font-size: 17px; line-height: 1.45; }
  .section__aboutus .button-custom { min-height: 48px; border-radius: 4px; }

  .mobile-home-feature {
    display: block;
    position: relative;
    margin: 34px 0 38px;
    padding: 42px 0 34px;
    overflow: hidden;
    background: var(--geha-navy);
    color: #fff;
  }

  .mobile-home-feature__glow {
    position: absolute;
    top: -90px;
    right: -105px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 147, 54, .42), rgba(16, 147, 54, 0) 68%);
    pointer-events: none;
  }

  .mobile-home-feature__heading {
    position: relative;
    padding: 0 22px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease;
  }

  .mobile-home-feature.is-visible .mobile-home-feature__heading {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-home-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #75c77a;
    font: 700 11px/1.2 "Bahij_TheSansArabic-Plain", sans-serif;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .mobile-home-feature__eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    background: #49a952;
  }

  .mobile-home-feature__heading h2 {
    margin: 0 0 14px;
    color: #fff;
    font: 400 clamp(31px, 9vw, 42px)/1.04 "Myriad-Pro-Semibold", sans-serif;
    letter-spacing: -.7px;
  }

  .mobile-home-feature__heading p {
    max-width: 310px;
    color: rgba(255,255,255,.7);
    font: 400 15px/1.5 "Bahij_TheSansArabic-Plain", sans-serif;
  }

  .mobile-home-feature__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(252px, 78vw);
    gap: 14px;
    margin-top: 28px;
    padding: 0 22px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 22px;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .mobile-home-feature__rail::-webkit-scrollbar { display: none; }

  .mobile-home-feature__card {
    position: relative;
    min-height: 282px;
    padding: 22px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
    box-shadow: 0 18px 36px rgba(0,0,0,.16);
    color: #fff;
    text-decoration: none;
    scroll-snap-align: start;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .55s ease, transform .55s ease, border-color .2s ease;
  }

  .mobile-home-feature.is-visible .mobile-home-feature__card { opacity: 1; transform: translateX(0); }
  .mobile-home-feature.is-visible .mobile-home-feature__card:nth-child(2) { transition-delay: .1s; }
  .mobile-home-feature.is-visible .mobile-home-feature__card:nth-child(3) { transition-delay: .2s; }

  .mobile-home-feature__number {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(255,255,255,.26);
    font: 600 13px/1 sans-serif;
    letter-spacing: 1px;
  }

  .mobile-home-feature__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 30px;
    place-items: center;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0,0,0,.2);
  }

  .mobile-home-feature__icon svg { width: 31px; fill: none; stroke: var(--geha-green); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-home-feature__card strong { display: block; margin-bottom: 8px; font: 400 27px/1.1 "Myriad-Pro-Semibold", sans-serif; }
  .mobile-home-feature__card > span:not(.mobile-home-feature__number):not(.mobile-home-feature__icon) { display: block; color: rgba(255,255,255,.68); font: 400 14px/1.55 "Bahij_TheSansArabic-Plain", sans-serif; }
  .mobile-home-feature__card em { position: absolute; left: 22px; bottom: 22px; color: #7fce83; font: normal 700 12px/1 sans-serif; text-transform: uppercase; letter-spacing: .7px; }
  .mobile-home-feature__card em b { margin-left: 5px; font-size: 18px; }

  .mobile-home-feature__hint {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 22px;
    color: rgba(255,255,255,.48);
    font: 600 10px/1 sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .mobile-home-feature__hint span { width: 34px; height: 1px; background: rgba(255,255,255,.4); }

  .service-box .box,
  .section-contactus .contact-form,
  .project-detail .description {
    border-radius: 14px;
  }

  .service-box .box { padding: 20px; box-shadow: 0 8px 24px rgba(0,36,74,.08) !important; }
  .service-box .box h1, .service-box .box h2 { font-size: 17px; line-height: 1.4; }
  .service-box .box ul li { font-size: 15px; line-height: 1.55; }

  .section-contactus .contact-form .input--css {
    float: none;
    width: 100%;
    height: 48px;
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 16px;
  }

  .section-contactus .contact-form .textarea--css { min-height: 140px; padding: 12px; border-radius: 8px; font-size: 16px; }
  .section-contactus .btn-send { min-height: 48px; }
  .section-contactus .description-wrap { padding: 24px 4px 0; box-sizing: border-box; }

  .page-contact-us .section-contactus {
    padding: 6px 0 38px;
    background: #f3f7f4;
  }

  .page-contact-us .section-contactus .wrap { padding: 0 18px !important; }
  .page-contact-us .section-contactus .figure-text-wrap { display: flex; flex-direction: column; }
  .page-contact-us .section-contactus .description-wrap { order: 1; width: 100%; margin: 0; padding: 0; }
  .page-contact-us .section-contactus .contact-form { order: 2; width: 100%; margin-top: 28px; padding: 24px 18px 20px; box-sizing: border-box; border: 1px solid #dce6df; border-radius: 20px; background: #fff; box-shadow: 0 10px 26px rgba(0,36,74,.07); }

  .page-contact-us .section-contactus .infoList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-contact-us .section-contactus .infoList .item {
    min-width: 0;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #dce6df;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,36,74,.055);
  }

  .page-contact-us .section-contactus .infoList .item:first-child { grid-column: 1 / -1; }
  .page-contact-us .section-contactus .infoList .item .inner { min-height: 158px; padding: 18px 14px 16px !important; }
  .page-contact-us .section-contactus .infoList .item:first-child .inner { min-height: 150px; }

  .page-contact-us .contact-card-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    place-items: center;
    border-radius: 13px;
    background: #eef6f0;
  }

  .page-contact-us .contact-card-icon img { display: block; width: 23px; max-height: 25px; object-fit: contain; }
  .page-contact-us .section-contactus .description-wrap .item .title { margin-bottom: 6px; color: var(--geha-navy); font: 400 16px/1.2 "Myriad-Pro-Semibold", sans-serif; text-transform: none; }
  .page-contact-us .section-contactus .description-wrap .item .description,
  .page-contact-us .section-contactus .description-wrap .item .description a { color: #637068; font: 400 11px/1.45 "Bahij_TheSansArabic-Plain", sans-serif; overflow-wrap: anywhere; }

  .page-contact-us .contact-card-action {
    display: inline-flex;
    margin-top: 12px;
    align-items: center;
    gap: 6px;
    color: var(--geha-green);
    font: 700 10px/1 sans-serif;
    letter-spacing: .4px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .page-contact-us .contact-card-action span { font-size: 15px; }

  .page-contact-us .contact-form__heading { display: block; margin-bottom: 20px; }
  .page-contact-us .contact-form__heading > span { display: block; margin-bottom: 8px; color: var(--geha-green); font: 700 10px/1 sans-serif; letter-spacing: 1.3px; text-transform: uppercase; }
  .page-contact-us .contact-form__heading h2 { margin: 0 0 8px; color: var(--geha-navy); font: 400 26px/1.08 "Myriad-Pro-Semibold", sans-serif; }
  .page-contact-us .contact-form__heading p { color: #6c7972; font: 400 13px/1.45 "Bahij_TheSansArabic-Plain", sans-serif; }

  .page-contact-us .section-contactus label {
    display: block;
    margin: 0 0 6px 2px;
    color: #364842;
    font: 700 11px/1 sans-serif;
  }

  .page-contact-us .section-contactus .contact-form .input--css {
    height: 46px;
    margin-bottom: 14px;
    border: 1px solid #d7e1db;
    border-radius: 11px;
    background: #f8faf9;
    color: var(--geha-navy);
  }

  .page-contact-us .section-contactus .contact-form .input--css:focus,
  .page-contact-us .section-contactus .contact-form .textarea--css:focus { border-color: var(--geha-green); background: #fff; box-shadow: 0 0 0 3px rgba(8,113,11,.08); }
  .page-contact-us .section-contactus .contact-form .textarea--css { min-height: 130px; margin-bottom: 4px; border: 1px solid #d7e1db; border-radius: 11px; background: #f8faf9; color: var(--geha-navy); }
  .page-contact-us .section-contactus .btnWrap { padding: 0; }
  .page-contact-us .section-contactus .btn-send { width: 100%; height: 48px; margin-top: 14px; border: 0; border-radius: 24px; background: var(--geha-green); box-shadow: 0 10px 20px rgba(8,113,11,.2); }
  .page-contact-us .section-contactus .btn-send .btn-img { display: none; }
  .page-contact-us .section-contactus .btn-send .text { font: 700 12px/1 sans-serif; letter-spacing: .8px; }
  .page-contact-us #mail-status { margin-top: 10px; padding: 0; letter-spacing: 0; line-height: 1.4; }

  .page-contact-us .section-map {
    height: auto;
    margin-top: 0;
    background: #fff;
  }

  .page-contact-us .map-heading {
    display: block;
    position: relative;
    padding: 30px 20px 24px;
  }

  .page-contact-us .map-heading > span { display: block; margin-bottom: 8px; color: var(--geha-green); font: 700 10px/1 sans-serif; letter-spacing: 1.3px; text-transform: uppercase; }
  .page-contact-us .map-heading h2 { max-width: 260px; margin: 0; color: var(--geha-navy); font: 400 25px/1.1 "Myriad-Pro-Semibold", sans-serif; }
  .page-contact-us .map-heading a { position: static; display: inline-flex; min-height: 38px; margin-top: 16px; padding: 0 13px; align-items: center; gap: 7px; border: 1px solid #d7e1db; border-radius: 19px; color: var(--geha-navy); font: 700 10px/1 sans-serif; text-decoration: none; }
  .page-contact-us .map-heading a b { color: var(--geha-green); font-size: 15px; }
  .page-contact-us .section-map .mapouter { height: 330px; overflow: hidden; }
  .page-contact-us .section-map .gmap_canvas { height: 330px; }
  .page-contact-us .section-map iframe { display: block; border: 0; }

  .project-detail .description .top { height: auto; min-height: 48px; padding: 14px 18px; border-radius: 10px 10px 0 0; }
  .project-detail .description .infoList { padding: 16px 18px; }
  .project-detail .description .info .title--info,
  .project-detail .description .info .content--info { font-size: 14px; line-height: 1.5; }

  .page-aboutus .section-ourclients {
    margin: 34px 0 0;
    padding: 38px 0 34px;
    background: #f3f7f4;
  }

  .page-aboutus .section-ourclients .top {
    height: auto;
    margin-bottom: 20px;
    background: transparent;
  }

  .page-aboutus .section-ourclients .top h1 {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    padding: 0;
    color: var(--geha-navy);
    font: 400 30px/1.1 "Myriad-Pro-Semibold", sans-serif;
    text-transform: none;
  }

  .page-aboutus .section-ourclients .top p {
    display: block;
    margin-top: 8px;
    color: #68776f;
    font: 400 14px/1.45 "Bahij_TheSansArabic-Plain", sans-serif;
  }

  .page-aboutus .section-ourclients .boxes {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  .page-aboutus .section-ourclients .boxes .box {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #dce6df !important;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,36,74,.055);
  }

  .page-aboutus .section-ourclients .boxes .box .title { padding: 0; }
  .page-aboutus .section-ourclients .boxes .box img { top: 16px; left: 16px; width: 31px; }
  .page-aboutus .section-ourclients .boxes .box .changedColor { display: none; }
  .page-aboutus .section-ourclients .boxes .box:nth-child(2n) .normalColor { display: block; }

  .page-aboutus .section-ourclients .boxes .box h1 {
    display: flex;
    min-height: 64px;
    margin: 0;
    padding: 18px 48px 16px 60px;
    align-items: center;
    box-sizing: border-box;
    color: var(--geha-navy);
    font: 400 16px/1.25 "Myriad-Pro-Semibold", sans-serif;
    cursor: pointer;
    outline: none;
  }

  .page-aboutus .section-ourclients .boxes .box h1::after {
    content: "+";
    position: absolute;
    right: 18px;
    color: var(--geha-green);
    font: 400 23px/1 sans-serif;
  }

  .page-aboutus .section-ourclients .boxes .box.is-open h1 { color: var(--geha-green); }
  .page-aboutus .section-ourclients .boxes .box.is-open h1::after { content: "−"; }

  .page-aboutus .section-ourclients .boxes .box ul {
    max-height: 0;
    margin: 0;
    padding: 0 18px 0 28px;
    overflow: hidden;
    opacity: 0;
    transition: max-height .38s ease, opacity .25s ease, padding .38s ease;
  }

  .page-aboutus .section-ourclients .boxes .box.is-open ul {
    max-height: 900px;
    padding-top: 3px;
    padding-bottom: 19px;
    opacity: 1;
  }

  .page-aboutus .section-ourclients .boxes .box ul li {
    margin-bottom: 7px;
    padding-left: 15px;
    color: #4e5a54;
    font: 400 13px/1.45 "Bahij_TheSansArabic-Plain", sans-serif;
  }

  .page-aboutus .section-ourclients .boxes .box ul li::before {
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--geha-green);
  }

  .page-aboutus .section-countryList {
    padding: 40px 0 30px;
    overflow: hidden;
    background: linear-gradient(150deg, #073766, #00244a 70%);
  }

  .page-aboutus .section-countryList .top {
    height: auto;
    margin-bottom: 22px;
    background: transparent;
  }

  .page-aboutus .section-countryList .top h1 {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    max-width: 330px;
    padding: 0;
    color: #fff;
    font: 400 28px/1.12 "Myriad-Pro-Semibold", sans-serif;
    text-transform: none;
  }

  .page-aboutus .section-countryList .top p {
    display: block;
    margin-top: 9px;
    color: rgba(255,255,255,.62);
    font: 400 14px/1.45 "Bahij_TheSansArabic-Plain", sans-serif;
  }

  .page-aboutus .section-countryList .flags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
    padding: 0;
  }

  .page-aboutus .section-countryList .flag-box { display: contents; }
  .page-aboutus .section-countryList .flag-box::after { display: none; }

  .page-aboutus .section-countryList .flag {
    display: flex;
    min-height: 58px;
    padding: 10px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 14px;
    background: rgba(255,255,255,.065);
  }

  .page-aboutus .section-countryList .flag.country-extra { display: none; }
  .page-aboutus .section-countryList.countries-expanded .flag.country-extra { display: flex; }
  .page-aboutus .section-countryList .flag img { position: relative; top: auto; left: auto; width: 34px; height: 25px; border-radius: 3px; object-fit: cover; box-shadow: 0 3px 9px rgba(0,0,0,.18); }
  .page-aboutus .section-countryList .flag .flagCountryName { min-width: 0; padding-left: 10px; color: #fff; font: 400 11px/1.25 "Bahij_TheSansArabic-Plain", sans-serif; text-transform: none; }

  .page-aboutus .countries-toggle {
    display: flex;
    width: 100%;
    min-height: 46px;
    margin-top: 14px;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 23px;
    background: transparent;
    color: #fff;
    font: 700 12px/1 sans-serif;
    cursor: pointer;
  }

  .page-aboutus .countries-toggle span { color: #78cb7d; font-size: 18px; }
  .page-aboutus .section-countryList .map { margin-top: 28px; padding: 0 18px; opacity: .9; }
  .page-aboutus .section-countryList .map img { max-height: 220px; }

  .page-ul .section-breadcrumb {
    position: relative;
    height: auto;
    min-height: 292px;
    margin: 0 0 30px !important;
    overflow: hidden;
    background: linear-gradient(145deg, #073966 0%, #00244a 68%, #001a36 100%);
    box-shadow: 0 16px 34px rgba(0,36,74,.2);
  }

  .page-ul .section-breadcrumb::before,
  .page-ul .section-breadcrumb::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

  .page-ul .section-breadcrumb::before {
    top: -110px;
    right: -115px;
    width: 285px;
    height: 285px;
    border: 1px solid rgba(89,187,97,.2);
    box-shadow: 0 0 0 42px rgba(89,187,97,.035), 0 0 0 84px rgba(89,187,97,.025);
  }

  .page-ul .section-breadcrumb::after {
    right: 24px;
    bottom: 22px;
    width: 7px;
    height: 7px;
    background: #57b75e;
    box-shadow: 15px 0 0 rgba(87,183,94,.55), 30px 0 0 rgba(87,183,94,.25);
  }

  .page-ul .section-breadcrumb .imageLayer { display: none; }
  .page-ul .section-breadcrumb .wrap { min-height: 292px; padding: 0 22px !important; }
  .page-ul .section-breadcrumb .titles { min-height: 292px; padding: 30px 0 25px; }
  .page-ul .section-breadcrumb .auto { display: block; width: 100%; }

  .page-ul .ul-hero-badge {
    display: flex;
    width: fit-content;
    margin: 0 0 24px;
    align-items: center;
    gap: 10px;
  }

  .page-ul .ul-hero-badge strong {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,.2);
    color: #e1261c;
    font: 800 21px/1 Arial, sans-serif;
  }

  .page-ul .ul-hero-badge span {
    color: rgba(255,255,255,.57);
    font: 600 9px/1.25 sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .page-ul .ul-hero-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #79ca7e;
    font: 700 10px/1 sans-serif;
    letter-spacing: 1.3px;
    text-transform: uppercase;
  }

  .page-ul .ul-hero-kicker::before { content: ""; width: 22px; height: 2px; background: #57b75e; }
  .page-ul .ul-title-desktop { display: none; }
  .page-ul .ul-title-mobile { display: inline; }

  .page-ul .section-breadcrumb h1 {
    margin: 0;
    color: #fff;
    font: 400 clamp(34px, 10vw, 44px)/.98 "Myriad-Pro-Semibold", sans-serif;
    letter-spacing: -.7px;
  }

  .page-ul .section-breadcrumb h2 {
    margin: 13px 0 0;
    color: rgba(255,255,255,.7);
    font: italic 400 15px/1.2 "Bahij_TheSansArabic-Plain", sans-serif;
  }

  .page-ul .ul-hero-meta {
    display: flex;
    gap: 7px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .page-ul .ul-hero-meta span {
    display: inline-flex;
    min-height: 29px;
    padding: 0 11px;
    align-items: center;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 15px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.82);
    font: 600 10px/1 sans-serif;
  }

  .page-ul .section-ulLab .wrap { padding: 0 20px !important; }
  .page-ul .section-ulLab article.text { color: #47524d; font-size: 15px; line-height: 1.65; }
  .page-ul .section-ulLab article.text h1 { margin: 0 0 8px; color: var(--geha-navy); font-size: 17px; line-height: 1.3; }
  .page-ul .section-ulLab article.text h2 { margin: 0 0 24px; color: var(--geha-green); font-size: 18px; line-height: 1.35; }
  .page-ul .section-ulLab .image { overflow: hidden; border-radius: 18px; box-shadow: 0 12px 28px rgba(0,36,74,.1); }

  footer {
    position: static !important;
    display: block !important;
    height: auto !important;
    min-height: 0;
    max-height: none !important;
    bottom: auto !important;
    clear: both;
    padding: 0 0 84px !important;
    background: linear-gradient(155deg, #00315d 0%, #001d3c 70%);
    overflow: visible !important;
  }

  footer::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -130px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(83, 175, 91, .18);
    box-shadow: 0 0 0 42px rgba(83,175,91,.035), 0 0 0 84px rgba(83,175,91,.025);
  }

  footer .wrap {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 20px !important;
    flex-direction: column;
    overflow: visible !important;
  }

  .footer-mobile-intro {
    display: block;
    position: relative;
    padding: 30px 2px 25px;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .footer-mobile-intro > span {
    display: block;
    margin-bottom: 10px;
    color: #69bd70;
    font: 700 11px/1.2 sans-serif;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }

  .footer-mobile-intro h2 {
    max-width: 330px;
    margin: 0 0 18px;
    color: #fff;
    font: 400 clamp(24px, 6.8vw, 31px)/1.12 "Myriad-Pro-Semibold", sans-serif;
  }

  .footer-mobile-intro a {
    display: inline-flex;
    min-height: 43px;
    padding: 0 16px;
    align-items: center;
    gap: 10px;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
    color: var(--geha-navy);
    font: 700 13px/1 sans-serif;
    text-decoration: none;
  }

  .footer-mobile-intro a b { color: var(--geha-green); font-size: 18px; }

  footer .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 18px 0;
    width: 100%;
    height: auto !important;
  }

  footer .items::after { display: none !important; }

  footer .items .item {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 15px;
    background: rgba(255,255,255,.045);
  }

  footer .items .item:first-child { grid-column: 1 / -1; }

  footer .items .item::after { display: none; }
  footer .items .inner { max-width: none; min-height: 82px; padding: 14px 10px 12px 48px; margin: 0; }
  footer .items .item:first-child .inner { padding-left: 58px; }
  footer .items .item .image { top: 15px; left: 13px; display: grid; width: 26px; height: 29px; place-items: center; }
  footer .items .item:first-child .image { left: 17px; width: 28px; }
  footer .items .item .image.phone--ico { width: 22px; }
  footer .items .item .image.msg--ico { width: 26px; }
  footer .items .item .image img { max-width: 100%; max-height: 29px; object-fit: contain; }
  footer .items .item .title { margin-bottom: 4px; color: #fff; font-size: 13px; letter-spacing: 0; text-transform: none; }
  footer .items .item .description,
  footer .items .item .description a { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }

  footer .footer-bottom {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
    margin: 0 -20px;
    padding: 15px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.12);
    color: rgba(255,255,255,.45);
    font-size: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    flex: none;
  }

  footer .footer-bottom,
  footer .pull-left,
  footer .pull-right { float: none !important; width: 100%; text-align: center; line-height: 1.5; }
  footer .pull-right { margin-top: 0; }
  footer .footer-bottom .copyright-text { color: rgba(255,255,255,.62); font-size: 10px; }
  footer .footer-bottom a.credits { color: #77b9d8; }
}

@media only screen and (max-width: 390px) {
  .wrap, .wrapin { padding-left: 14px !important; padding-right: 14px !important; }
  .box__cardeImage .wrap__image__box { height: 225px; }
  .box__cardeImage .inner { padding: 17px; }
  .box__cardeImage .cadre__title .link { right: 17px; bottom: 18px; }
  .section-countryList .flags .flag-box { flex: 0 0 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
