html {
    overflow-x: hidden;
}

body {
    position: relative;
    width: 100%;
}

/* Header & Modern Navbar Styling */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(180deg, rgba(8, 15, 30, 0.92) 0%, rgba(8, 15, 30, 0.65) 75%, transparent 100%);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.main-navbar {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Brand & Logo on the Right */
.navbar-brand {
    text-decoration: none;
}

.site-nav-logo-badge {
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.navbar-brand:hover .site-nav-logo-badge {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(56, 189, 248, 0.35);
}

.site-nav-logo {
    height: 62px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    display: block;
}

.brand-text-group {
    line-height: 1.25;
}

.brand-title {
    font-family: "Cairo", sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.brand-subtitle {
    font-family: "Cairo", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #38bdf8;
    letter-spacing: 0.5px;
}

/* Navigation Links on the Left */
.custom-nav-link {
    font-family: "Cairo", sans-serif;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
}

.custom-nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
}

.custom-nav-link.active {
    color: #ef8509 !important;
    background: rgba(239, 133, 9, 0.12);
}

.nav-cta-btn {
    font-family: "Cairo", sans-serif;
    background: linear-gradient(135deg, #ef8509, #d96d00) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.nav-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(239, 133, 9, 0.4) !important;
    background: linear-gradient(135deg, #f59e0b, #ea580c) !important;
}




.hero-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ef8509;
}


.services {
    /* padding: 100px 0px 100px 0px; */
    /* background-color: #F8F7F3; */
}

.services .card {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    /* border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px; */
}

.services .card .info-box-icon {
    width: 80px;
    height: 80px;
    color: #FFFFFF;
    fill: #FFFFFF;
    border-radius: 100px 100px 100px 100px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    font-size: 40px;
    transform: rotate(0deg);
    line-height: 50px;

}

.services .card .info-box-icon img {
    width: 1em;
    height: 1em;
    color: #FFFFFF;
    fill: #FFFFFF;
}


.services .col-card:nth-child(1) .info-box-icon {
    background-color: #2575FC;
}
.services .col-card:nth-child(1) .card-title {
    color: #2575FC;
}
.services .col-card:nth-child(1) .card:hover .info-box-icon {
    color: #2575FC;
    fill: #2575FC;
    background-color: #FFFFFF;
    border: 1px solid #2575FC;
}

.services .col-card:nth-child(2) .info-box-icon {
    background-color: #6A11CB;
}
.services .col-card:nth-child(2) .card-title {
    color: #6A11CB;
}
.services .col-card:nth-child(2) .card:hover .info-box-icon {
    color: #6A11CB;
    fill: #6A11CB;
    background-color: #FFFFFF;
    border: 1px solid #6A11CB;
}

.services .col-card:nth-child(3) .info-box-icon {
    background-color: #FF9500;
}
.services .col-card:nth-child(3) .card-title {
    color: #FF9500;
}
.services .col-card:nth-child(3) .card:hover .info-box-icon {
    color: #FF9500;
    fill: #FF9500;
    background-color: #FFFFFF;
    border: 1px solid #FF9500;
}

.services .col-card:nth-child(4) .info-box-icon {
    background-color: #00B219;
}
.services .col-card:nth-child(4) .card-title {
    color: #00B219;
}
.services .col-card:nth-child(4) .card:hover .info-box-icon {
    color: #00B219;
    fill: #00B219;
    background-color: #FFFFFF;
    border: 1px solid #00B219;
}

.services .col-card:nth-child(5) .info-box-icon {
    background-color: #2D438E;
}
.services .col-card:nth-child(5) .card-title {
    color: #2D438E;
}
.services .col-card:nth-child(5) .card:hover .info-box-icon {
    color: #2D438E;
    fill: #2D438E;
    background-color: #FFFFFF;
    border: 1px solid #2D438E;
}

.services .col-card:nth-child(6) .info-box-icon {
    background-color: #FF7070;
}
.services .col-card:nth-child(6) .card-title {
    color: #FF7070;
}
.services .col-card:nth-child(6) .card:hover .info-box-icon {
    color: #FF7070;
    fill: #FF7070;
    background-color: #FFFFFF;
    border: 1px solid #FF7070;
}

.services .col-card:nth-child(odd + 6) .info-box-icon {
    background-color: #6A11CB;
}
.services .col-card:nth-child(odd + 6) .card-title {
    color: #6A11CB;
}
.services .col-card:nth-child(odd + 6) .card:hover .info-box-icon {
    color: #6A11CB;
    fill: #6A11CB;
    background-color: #FFFFFF;
    border: 1px solid #6A11CB;
}

.services .col-card:nth-child(even + 6) .info-box-icon {
    background-color: #00B219;
}
.services .col-card:nth-child(even + 6) .card-title {
    color: #00B219;
}
.services .col-card:nth-child(even + 6) .card:hover .info-box-icon {
    color: #00B219;
    fill: #00B219;
    background-color: #FFFFFF;
    border: 1px solid #00B219;
}




/* Achievements styling */
.achievements {
    padding: 5px 15rem;
}

.achievements .card {
    background-color: #ffffff;
    justify-content: center;
    display: flex;
    box-shadow: 0px 28px 40px 0px rgba(2.000000000000001, 8.000000000000025, 22, 0.1);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2D60F6;
    border-radius: 20px 20px 20px 20px;
}

.achievements .card .number-percentage {
    color: #333333;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.achievements .card .card-title {
    margin-bottom: 0px;
    color: #808080;
    font-family: "Cairo", Sans-serif;
    font-size: 15px;
    font-weight: 700;
}



.projects {
    width: 100%;
    padding: 100px 0px 100px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.projects .design-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 460px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.projects .design-col:hover {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.projects .design-col .card .card-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.projects .design-col .card .img-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3rem;
    border-radius: calc(0.375rem - (1px));
    color: white;

    width: 100%;
    visibility: hidden;
    display: block;
    background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 90%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.projects .design-col:hover .card .img-overlay {
    opacity: 1;
    visibility: visible;
}

.projects .design-col .card .overlay-icon {
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    top: -100px;
    opacity: 0;
    visibility: hidden;
    display: block;
}


.projects .design-col .card .overlay-title {
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    display: block;
    margin: 10px 0px 0px 0px;
}


.projects .design-col .card .title {
    font-family: "Archivo", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    display: block;
    color: #fff;
}

.projects .design-col .card .overlay-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #5C55E1;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid currentColor;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.projects .design-col .card .overlay-icon a:hover {
    color: #000;
    background-color: #5C55E1;
    border-color: #5C55E1;
}

.projects .design-col:hover .card .overlay-icon,
.projects .design-col:hover .card .overlay-title {
    top: 0;
    opacity: 1;
    visibility: visible;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
  
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
  
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
  
/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
  
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
  
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
  
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
}




/* Site-content styling */
.site-content {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.section {
    position: relative;
}

.top-section {
    width: 100%;
    min-height: 90vh;
    height: auto;
    padding: 130px 0 100px 0;
    background-color: #0b1322;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background image layer - crisp and clearly visible */
.hero-bg-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.85;
    filter: saturate(1.15) contrast(1.1);
    transform: scale(1.0);
    transition: opacity 0.5s ease, background-image 0.5s ease;
}

/* Backdrop Overlay - subtle dark gradient to make the image visible while keeping text ultra-readable */
.hero-backdrop-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(11, 19, 34, 0.45) 0%, rgba(11, 19, 34, 0.65) 50%, rgba(11, 19, 34, 0.9) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Content Container */
.home .main-content {
    min-height: 520px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    align-items: center;
    justify-content: center;
}

.home .main-content .content {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(239, 133, 9, 0.15);
    border: 1px solid rgba(239, 133, 9, 0.4);
    color: #fba63c;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 6px 18px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
}

.hero-emblem-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.hero-emblem-img {
    height: 110px;
    max-width: 240px;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

.hero-emblem-img:hover {
    transform: scale(1.05);
}

.home .main-content h1.hero-main-title {
    font-family: "Cairo", Sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8), 0 1px 3px rgba(0, 0, 0, 0.9);
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.home .main-content h2.hero-sub-title {
    font-family: "Cairo", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #ef8509;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    line-height: 1.4;
}

.hero-text-card {
    background: rgba(11, 19, 34, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 24px 32px;
    max-width: 880px;
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

.home .main-content p.hero-lead-text,
.home .main-content p#heroLeadDescription {
    box-sizing: border-box;
    color: #f8fafc;
    font-size: 1.18rem;
    line-height: 2;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.home .main-content .btn {
    background-color: #ef8509;
    color: #fff;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    padding: 16px 52px;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(239, 133, 9, 0.45);
    display: inline-block;
    cursor: pointer;
}

.home .main-content .btn:hover {
    background-color: #d97706 !important;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 30px rgba(239, 133, 9, 0.6);
}

@media (max-width: 991.98px) {
    .main-navbar .navbar-collapse {
        background: rgba(11, 19, 34, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        margin-top: 12px;
        padding: 16px 20px;
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7);
    }
    .custom-nav-link {
        padding: 10px 16px !important;
        font-size: 1.05rem !important;
    }
}

@media (max-width: 768px) {
    .site-nav-logo-badge {
        padding: 4px 8px;
        border-radius: 10px;
    }
    .site-nav-logo {
        height: 48px;
    }
    .brand-title {
        font-size: 1.15rem;
    }
    .brand-subtitle {
        font-size: 0.82rem;
    }
    .top-section {
        min-height: 85vh;
        padding: 120px 15px 70px 15px;
    }
    .home .main-content h1.hero-main-title {
        font-size: 26px;
    }
    .home .main-content h2.hero-sub-title {
        font-size: 20px;
    }
    .home .main-content p#heroLeadDescription {
        font-size: 0.95rem;
        line-height: 1.7;
    }
    .hero-text-card {
        padding: 14px 16px;
    }
    .home .main-content .btn {
        font-size: 18px;
        padding: 12px 36px;
    }
}

/* ========================================================
   Floating Quick Contact Widget (الزر العائم على اليسار)
   ======================================================== */
.floating-contact-widget {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    z-index: 99999 !important;
    font-family: Cairo, sans-serif;
}

.floating-contact-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #ef8509);
    border: none;
    box-shadow: 0 6px 20px rgba(239, 133, 9, 0.45);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 24px;
    outline: none;
}

.floating-contact-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 25px rgba(239, 133, 9, 0.65);
}

.floating-contact-btn .icon-close {
    display: none;
}

.floating-contact-widget.active .floating-contact-btn {
    background: #1e293b;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.floating-contact-widget.active .floating-contact-btn .icon-open {
    display: none;
}

.floating-contact-widget.active .floating-contact-btn .icon-close {
    display: inline-block;
}

/* Popup Card */
.floating-contact-popup {
    position: absolute;
    bottom: 72px;
    left: 0;
    width: 330px;
    max-width: calc(100vw - 40px);
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transform-origin: bottom left;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    color: #fff;
}

.floating-contact-widget.active .floating-contact-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.floating-contact-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.floating-contact-popup-header h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #f8fafc;
    display: flex;
    align-items: center;
    gap: 8px;
}

.floating-contact-popup-header .close-btn {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #94a3b8;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.floating-contact-popup-header .close-btn:hover {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
}

.floating-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-contact-item {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.2s ease;
}

.floating-contact-item:hover {
    background: rgba(30, 41, 59, 1);
    border-color: rgba(239, 133, 9, 0.4);
}

.floating-contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.floating-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(239, 133, 9, 0.15);
    color: #ef8509;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.floating-contact-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.floating-contact-text .contact-val {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    text-align: right;
}

.floating-contact-text .contact-val:hover {
    color: #ef8509;
}

.floating-contact-text .contact-lbl {
    font-size: 11px;
    color: #94a3b8;
}

.floating-contact-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.floating-action-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.floating-action-call {
    background: #10b981;
    color: #fff;
}

.floating-action-call:hover {
    background: #059669;
    color: #fff;
}

.floating-action-copy {
    background: rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
}

.floating-action-copy:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.copy-toast {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.copy-toast.show {
    opacity: 1;
    visibility: visible;
}





/* ## Branches styling */
.home .branches {
    background-color: #FAFAFA;
    padding: 50px 15px;
}

.home .branches .container {
    max-width: 1140px;
}

.home .branches .contact-main-card {
    border-style: solid;
    border-width: 1px;
    border-color: #E5E7EB;
    margin: 0 auto;
    max-width: 440px;
    padding: 35px 25px 25px 25px;
    background-color: #FFFFFF !important;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.home .branches .country-title {
    color: #ef8509;
    font-family: Cairo, Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.home .branches .city-title {
    color: #111827;
    font-family: Cairo, Sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
}

.home .branches .contact-us-title {
    color: #4B5563;
    font-family: Cairo, Sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.home .branches .phone-link {
    color: #111827;
    font-family: Cairo, Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home .branches .phone-link:hover {
    color: #ef8509;
}

.home .branches .phone-emoji {
    font-size: 18px;
}

.home .branches .email-row-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.home .branches .email-link {
    color: #1E88E5;
    font-family: Cairo, Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    overflow: visible;
    letter-spacing: -0.2px;
    transition: color 0.2s ease;
}

@media (max-width: 480px) {
    .home .branches .email-link {
        font-size: 12.5px;
    }
}

.home .branches .email-link:hover {
    color: #0d47a1;
    text-decoration: underline;
}

.home .branches .email-emoji {
    font-size: 16px;
    color: #1E88E5;
    display: inline-block;
    flex-shrink: 0;
}

.home .branches .btn-models {
    background-color: #ef8509;
    color: #ffffff !important;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 700;
    font-family: Cairo, Sans-serif;
    padding: 12px 42px;
    border: none;
    box-shadow: 0 4px 14px rgba(239, 133, 9, 0.35);
    transition: all 0.3s ease;
    display: inline-block;
}

.home .branches .btn-models:hover {
    background-color: #d97404;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(239, 133, 9, 0.45);
}

/* ========================================================
   Bottom Contact Section (Replicating exact clean dark card)
   ======================================================== */
.bottom-contact-card {
    max-width: 600px;
    background: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)), url('../assets/images/contact_img.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bottom-contact-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bottom-contact-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    font-family: Cairo, Sans-serif;
}

.bottom-contact-desc {
    color: #e2e8f0;
    font-size: 16.5px;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto;
    font-family: Cairo, Sans-serif;
}

.bottom-email-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1.5px solid #475569;
    border-radius: 12px;
    padding: 12px 20px;
    max-width: 100%;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.05);
}

.bottom-email-icon {
    font-size: 18px;
    line-height: 1;
}

.bottom-email-text {
    color: #fbbf24;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Cairo, Sans-serif;
    letter-spacing: -0.2px;
}

@media (max-width: 480px) {
    .bottom-email-text {
        font-size: 12px;
    }
    .bottom-email-box {
        padding: 10px 14px;
    }
}

.bottom-phones-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.bottom-phone-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #000000;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    font-family: Cairo, Sans-serif;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.bottom-phone-pill:hover {
    background: #ffffff;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.2);
}

.bottom-phone-pill .phone-symbol {
    font-size: 16px;
}

/* Hero Main Title & Subtitle Styling */
.hero-main-title {
    font-size: clamp(2.4rem, 5.5vw, 4rem) !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9), 0 2px 6px rgba(0, 0, 0, 0.95) !important;
    letter-spacing: -0.5px;
    line-height: 1.25 !important;
    margin-bottom: 1rem !important;
    font-family: Cairo, Sans-serif !important;
}

.hero-sub-title {
    font-size: clamp(1.4rem, 3.2vw, 2.2rem) !important;
    font-weight: 800 !important;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.85) !important;
}

/* Footer link hover effect */
.hover-text-warning:hover {
    color: #ef8509 !important;
}

/* ## Achievements styling */
.home .achievements {
    padding: 70px 0px 80px 0px;
    background-color: #FFFFFF;
}

.home .achievements .achievements-title {
    margin-bottom: 8px;
    text-align: center;
}

.home .achievements .achievements-title .title {
    color: #ef8509;
    font-family: "Cairo", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.home .achievements .achievements-heading-title {
    margin-bottom: 40px;
    text-align: center;
}

.home .achievements .achievements-heading-title .heading-title {
    color: #111827;
    font-family: "Cairo", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.home .achievements .card {
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 2px;
    border-color: #2D60F6;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 190px;
    box-shadow: 0 4px 15px rgba(45, 96, 246, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home .achievements .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(45, 96, 246, 0.12);
}

.home .achievements .card .icon-wrapper {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.home .achievements .card .number-percentage {
    color: #111827;
    font-family: "Cairo", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 6px;
    direction: ltr;
}

.home .achievements .card .card-title {
    margin-bottom: 0px;
    color: #6B7280;
    font-family: "Cairo", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.home .achievements .card .experience-text {
    color: #111827;
    font-family: "Cairo", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}


/* ## Services styling */
.home .services {
    background-color: #F8F7F3;
    width: 100%;
    padding: 108px 0px 70px 0px;
}

.home .services .services-title .title {
    color: #ef8509;
}

.home .services .services-heading-title .heading-title {
    color: #14223B;
    font-family: "Cairo", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 50px 0px;
}

.home .services .card {
    /* border: 1px solid #FF9500;  */
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(1.0000000000000013, 17.000000000000032, 49.00000000000001, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 30px 40px 52px 40px;
}

.home .services .card:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.home .services  .c-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.home .services .c-heading {
    color: #fff !important;
    /* background-color: #f4511e !important; */
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.home .services .c-footer {
    background-color: white !important;
}

.home .services .c-footer h3 {
    font-size: 32px;
}

.home .services .c-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.home .services .c-footer .btn {
    margin: 15px 0;
    /* background-color: #f4511e; */
    /* color: #fff; */
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;

    border-color: rgba(250, 132, 132, 0);
}

/* ## Samples styling */
.home .samples {
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #F8F7F3 50%, #FFFFFF 50%);
    padding: 100px 0px 100px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.home .samples .card-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .samples .img-overlay {
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    bottom: 0;
    left: 0;
    padding: 3rem;
    border-radius: calc(0.375rem - (1px));
    color: white;
}


/* ## Portfolio styling */
.home .portfolio {
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 50px 0px;
}

.home .portfolio .title {
    padding-bottom: 50px;
}

.home .portfolio .card-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home .portfolio .img-overlay {
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    bottom: 0;
    left: 0;
    padding: 3rem;
    border-radius: calc(0.375rem - (1px));
    color: white;
}


/* ## Projects styling */
.home .projects {
    width: 100%;
    padding: 100px 0px 100px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.home .projects .title {
    padding-bottom: 20px;
    color: #ef8509;
} 

.home .projects .card-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.home .projects .img-overlay {
    position: absolute;
    /* top: 0; */
    /* right: 0; */
    bottom: 0;
    left: 0;
    padding: 3rem;
    border-radius: calc(0.375rem - (1px));
    color: white;
}


/* ## Contact styling */
.home .contact {
    width: 100%;
    padding: 100px 0px 100px 0px;
    background-color: #F8F7F3;
    /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
}

.home .contact .contact-con {
    padding: 2px;
    /* margin: 10px; */
    /* width: 100%;
    margin-left: auto;
    margin-right: auto; */
}

.home .contact .contact-img {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* position: relative; */

    box-shadow: 29px 29px 60px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 60px 60px 60px;
    
}

.home .contact .contact-img .img-overlay {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* padding: 3rem; */
    /* border-radius: calc(0.375rem - (1px)); */
    color: white;

    /* display: flex; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* position: relative; */
    
    /* align-content: flex-start; */
    /* flex-wrap: wrap; */
    /* width: 100%; */
    /* padding: 10px;  */
    
}

.home .contact .btn {
    background-color: rgba(255, 204, 3, 0);
    padding: 21px 55px 21px 55px;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    fill: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
}

.home .contact .btn:hover {
    border: 1px solid #ffffff;
    background-color: #0bc2e2 !important;
    color: #ffffff;
}





/* Services styling */
.services-page .services {
    background-color: #F8F7F3;
    /* width: 100%; */
    padding: 70px 0px 40px 0px;
}

.services-page .services .services-title .title {
    color: #ef8509;
}

.services-page .services .services-heading-title .heading-title {
    color: #14223B;
    font-family: "Cairo", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 50px 0px;
}

.services-page .services .card {
    padding: 20px 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.services-page .services .card:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.services-page .services  .c-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.services-page .services .c-heading {
    color: #fff !important;
    /* background-color: #f4511e !important; */
    padding: 25px;
    border-bottom: 1px solid transparent;
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
    /* border-bottom-left-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
}

.services-page .services .c-footer {
    background-color: white !important;
}

.services-page .services .c-footer h3 {
    font-size: 32px;
}

.services-page .services .c-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.services-page .services .c-footer .btn {
    margin: 15px 0;
    /* background-color: #f4511e; */
    /* color: #fff; */
    border-radius: 30px;
    color: #fff;
    /* display: inline-block; */
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    /* text-align: center; */
    transition: all .3s;

    border-color: rgba(250, 132, 132, 0);
}



/* Design styling */
.design-col:hover {
    width: 33% !important;
}

.title .border-divider {
    height: 4px;
    width: 40px;
    background: #ef8509;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.title .border-divider::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    display: inline-block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #ef8509;
    color: #ef8509;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}



/* Supervision styling */
.supervision-page .hero-text {
    /* min-height: 670px; */
    /* display: flex; */

    /* align-items: center; */
    /* top: 120px; */
    /* margin-right: 10%; */
}

.supervision-page .hero-text .content {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.supervision-page .hero-text h1 {
    font-family: "Cairo", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
}

.supervision-page .hero-text p {
    box-sizing: border-box;
    color: #ffffff;
}

.supervision-page .hero-text .super-btn {
    display: flex;
    justify-content: space-between;
}

.supervision-page .hero-text .other-serv-btn {
    /* background-color: #ef8509; */
    /* color: #fff; */
    font-size: 15px;
    /* line-height: 1; */
    padding: 12px 24px;
    transition: all .3s;
    border-color: rgba(250, 132, 132, 0);
    padding: 21px 55px 21px 55px;
    font-family: "Lato", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
}

.supervision-page .hero-text .requst-serv-btn {
    background-color: rgba(255, 204, 3, 0);
    padding: 21px 55px 21px 55px;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    fill: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
}

.supervision-page .hero-text .btn:hover {
    border: 1px solid #ffb923;
    background-color: #ffb923 !important;
    color: #ffffff;
}

.supervision-page .design-projects .card:hover {
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    background-color: #123075;
}


.supervision-page .design-projects .card {
    background-color: #FFFFFF;
    /* padding: 20px 20px 20px 20px; */
    /* border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px; */
    padding: 20px 20px 40px 20px;
}

.supervision-page .design-projects .card .card-img {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}

.supervision-page .design-projects .card .card-img img {
    border-radius: 0% 0% 0% 0%;
    width: 100%;
    height: 100%;
}




.boxed {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 121px 0px 120px 0px;
}

.boxed .about-content {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* display: inline-block; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.boxed .about-content .image {
    width: 50%;
    margin: 0px -100px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 50px;
    border-color: #9D9482;

    /* position: relative; */

    /* transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s); */
}


.boxed .about-content .image img {
    max-width: 100%;
    transition-duration: 0.5s;
    border-style: solid;
    border-width: 0px 0px 0px 0px;

    display: inline-block;
    vertical-align: middle;
    /* position: relative; */
}


.boxed .about-content .text {
    /* flex-basis: 50%; */
    width: 57%;
    /* display: inline-block; */

    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 60px 20px 60px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 97px 109px 0px 99px;

    /* display: flex; */
    /* align-content: flex-start; */
    /* flex-wrap: wrap; */
    position: relative;
}






.about {
    /* background-color: #ffffff; */
    margin-top: 100px;
    padding-top: 60px;
    
}

.about .about-content {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .about .about-content {
        flex-direction: column;
        text-align: center;
    }
}
.about .about-content .image {
    position: relative;
    width: 250px;
    height: 375px;
}
@media (max-width: 991px) {
    .about .about-content .image {
        margin: 0 auto 60px;
    }
}
.about .about-content .image::before {
    content: "";
    position: absolute;
    background-color: #ebeced;
    width: 100px;
    height: calc(100% + 80px);
    top: -40px;
    right: -20px;
    z-index: -1;
}
.about .about-content .image::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 300px;
    border-right: 80px solid #ffb923;
    border-bottom: 80px solid #ffb923;
    top: -40px;
    left: -60px;
    z-index: -1;
}
@media (max-width: 991px) {
    .about .about-content .image::before ,
    .about .about-content .image::after {
        display: none;
    }
}
.about .about-content .image img {
    max-width: 100%;
}
.about .about-content .text {
    flex-basis: calc(100% - 500px);
}
.about .about-content .text p:first-of-type {
    font-weight: bold;
    line-height: 2;
    margin-bottom: 50px;
}
.about .about-content .text hr {
    width: 50%;
    display: inline-block;
    border-color: #10cab7;
}
.about .about-content .text p:last-of-type {
    line-height: 2;
    color: #777;
}

.about .about-content .text .text-content {
    display: flex;
    justify-content: space-around;
}


/* Contact styling */
.main-contact {
    /* max-width: 1140px; */
    min-height: 770px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;

    align-items: center;
}

.main-contact .wid-contact {
    width: 100%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.main-contact .img-contact {
    width: 100%;
    position: relative;
    margin-block-end: 20px;
    margin-bottom: 20px;
    text-align: center;


}

.main-contact .img-contact img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    position: relative;
    /* vertical-align: middle; */
}





.slideanim {
    /* visibility: hidden; */
}

.slide {
    /* animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s; */
    visibility: visible;
}
/* @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
} */