 header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 60px;
        background-color: #f5f3f0;
        border-bottom: 1px solid #d4d0c8;
        position: relative;
        z-index: 100;
    }

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 17px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #000000;
    font-weight: 600;
    opacity: 1 !important;
}

.fa-bars-staggered{
    color: #000;
}
.custom-logo {
    filter: invert(1);
}

.menu-icon {
    font-size: 28px;
    cursor: pointer;
    color: #2c2c2c;
}

.logo {
    text-align: center;
}

.logo h1 {
    font-size: 32px;
    letter-spacing: 8px;
    font-weight: 400;
    color: #2c2c2c;
}

.logo p {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 5px;
    color: #666;
}

.social-icon {
    font-size: 24px;
    color: #2c2c2c;
    cursor: pointer;
}

.main-content {
    overflow-x: hidden;
    background: #f5f3f0;
}

/* Hero Banner */
.hero-banner {
    position: relative;
    /* min-height: 100vh; */
    overflow: hidden;
}

.hero-banner .wrapper {
    position: relative;
    z-index: 2;
}

.hero-banner .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 60px 0;
}

.hero-content {
    text-align: center;
}

.hero-content .title {
    font-size: 55px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #2c2c2c;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.hero-content .text {

    color: #000;
}

.text-wrap {
    max-width: 700px;
    margin: 0 auto;
}

.text-wrap .text {
    font-size: 18px;
    /* color: #2c2c2c; */
    line-height: 1.6;
    font-weight: 400;
}

.banner-image {
    position: relative;
    margin-top: -50px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}



    .banner-image img {
        position: relative;
        z-index: 2;
        width: 85%;
        max-width: 1400px;
        height: 500px;
        object-fit: cover;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    }

    /* Rich Text Section */
    .richtext-section {
        padding: 50px 0;
        background-color: #f5f3f0;
    }

    .main-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 60px;
    }

    .pre-title {
        font-size: 14px;
        letter-spacing: 3px;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .richtext-section .wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        margin-top: 10px;
    }

    .richtext-section .title {
        font-size: 42px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #2c2c2c;
        line-height: 1.3;
    }

    .richtext-section .content p {
        font-size: 18px;
        line-height: 1.8;
        color: #2c2c2c;
    }

    /* Investment Section */
    .investment-section {
        background-color: #15242e;
        padding: 50px 0;
    }

    .investment-section .outer-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        align-items: center;
    }

    .investment-section .content {
        padding: 20px;
    }

    .investment-section .img-wrap img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

    .investment-section .desktop-title-wrap .pre-title {
        font-size: 14px;
        letter-spacing: 3px;
        color: #a8c9e0;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .investment-section .desktop-title-wrap .title {
        font-size: 48px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #fcfdf6;
        line-height: 1.2;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .investment-section .text {
        font-size: 16px;
        line-height: 1.8;
        color: #fcfdf6;
    }

    .investment-section .mobile-title-wrap {
        display: none;
    }

    /* Accessibility Icon */
    .accessibility-icon {
        position: fixed;
        bottom: 40px;
        left: 40px;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        z-index: 1000;
    }

    .accessibility-icon i {
        font-size: 24px;
        color: #2c2c2c;
    }

    /* Full Image Section */
    .full-image {
        position: relative;
        height: 500px;
        overflow: hidden;
    }

    .full-image .img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .full-image .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .full-image .wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .full-image .content {
        text-align: center;
    }

    .full-image .title {
        font-size: 56px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fcfdf6;
        text-transform: uppercase;
    }

    /* Project Slider Section */
    .slider-section.our-project {
        background-color: #15242e;
        padding: 80px 0;
        position: relative;
    }

    .slider-section .title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
    }

    .slider-section .title {
        font-size: 48px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #fcfdf6;
        text-transform: capitalize;
    }

    .slider-section .button {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        padding: 12px 30px;
        background-color: transparent;
        border: 1px solid #fcfdf6;
        color: #fcfdf6;
        text-decoration: none;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .slider-section .button:hover {
        background-color: #fcfdf6;
        color: #15242e;
    }

    .slider-section .button:hover path {
        fill: #15242e;
        stroke: #15242e;
    }

    .slider-section .button .arrow {
        display: flex;
        align-items: center;
    }

    .slider-section .sliders {
        position: relative;
    }

    .project-wrap {
        height: auto;
    }

    .project-item {
        position: relative;
    }

    .project-item .img-wrap {
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .project-item .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .project-item:hover .img-wrap img {
        transform: scale(1.05);
    }

    .project-detail {
        padding: 25px 0;
    }

    .project-detail .pre-title {
        font-size: 20px;
        font-weight: 400;
        color: #fcfdf6;
        margin-bottom: 8px;
    }

    .project-detail .info {
        font-size: 14px;
        font-weight: 300;
        color: #a8c9e0;
        letter-spacing: 1px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 44px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        /* background-color: rgba(21, 36, 46, 0.9); */
        /* border: 2px solid rgba(252, 253, 246, 0.3); */
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 10;
    }

    .swiper-button-next {
        right: -60px;
    }

    .swiper-button-prev {
        left: -60px;
    }

    .swiper-button-next svg,
    .swiper-button-prev svg {

        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 100%;
        fill: currentColor;
        pointer-events: none;

    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        content: none;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        /* background-color: rgba(252, 253, 246, 0.1); */
        border-color: #fcfdf6;
    }

    .swiper-button-disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    /* Contact Banner Section */
    .contact-banner {
        background-color: #f5f3f0;
        padding: 0;
    }

    .contact-banner-wrapper {
        border: 2px solid #2c2c2c;
        margin: 60px;
    }

    .contact-banner .wrapper {
        padding: 120px 60px;
        text-align: center;
    }

    .contact-banner .inner-wrapper {
        max-width: 900px;
        margin: 0 auto;
    }

    .contact-banner .title {
        font-size: 56px;
        font-weight: 400;
        letter-spacing: 2px;
        color: #2c2c2c;
        line-height: 1.3;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    .contact-banner .button {
        display: inline-block;
    }

    .contact-banner .btn {
        display: inline-block;
        padding: 18px 50px;
        background-color: #15242e;
        color: #fcfdf6;
        text-decoration: none;
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        transition: all 0.3s ease;
        border: 2px solid #15242e;
    }

    .contact-banner .btn:hover {
        background-color: transparent;
        color: #15242e;
    }

    .display-none-dsk {
        display: block;
    }

    .display-none-moblie {
        display: none;
    }

    @media (max-width: 1024px) {

        .richtext-section .wrapper,
        .investment-section .outer-wrapper {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .investment-section .content {
            padding: 0px;
        }

        .display-none-dsk {
            display: none;
        }

        .display-none-moblie {
            display: block;
        }
    }

    @media (max-width: 768px) {
        .hero-banner .container {
            padding: 100px 0px 0;
        }

        header {
            padding: 20px 30px;
        }

        .logo h1 {
            font-size: 24px;
            letter-spacing: 6px;
        }

        .hero-content .title {
            font-size: 26px;
            padding: 0 20px;
        }

        .text-wrap .text {
            font-size: 16px;
            padding: 0 20px;
        }

        /* .banner-image::before {
           content: unset;
        } */


        .banner-image {
            /* width: 95%; */
            height: 400px;
        }

        .main-container {
            padding: 0 20px;
        }

        .richtext-section {
            padding: 80px 0;
        }

        .richtext-section .wrapper {
            gap: 40px;
        }

        .richtext-section .title {
            font-size: 32px;
        }

        .investment-section .desktop-title-wrap {
            display: none;
        }

        .investment-section .mobile-title-wrap {
            display: block;
            margin-bottom: 20px;
        }

        .investment-section .mobile-title-wrap .mob-pre-title {
            font-size: 20px;
            letter-spacing: 3px;
            color: #a8c9e0;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .investment-section .mobile-title-wrap .mob-title {
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 2px;
            color: #fcfdf6;
            text-transform: uppercase;
        }

        .investment-section .img-wrap img {
            height: 400px;
        }

        .full-image .title {
            font-size: 25px;
            padding: 0 30px;
        }

        .slider-section .title-wrap {
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
        }

        .slider-section .title {
            font-size: 36px;
        }

        .project-item .img-wrap {
            height: 350px;
        }

        .counter-section{
            gap: 0;
        }

        .swiper-button-next {
            right: -30px;
        }

        .swiper-button-prev {
            left: -30px;
        }

        .contact-banner-wrapper {
            margin: 40px;
        }

        .contact-banner .wrapper {
            padding: 80px 40px;
        }

        .contact-banner .title {
            font-size: 42px;
        }

        .contact-banner-wrapper {
            margin: 30px 20px;
        }

        .contact-banner .wrapper {
            padding: 60px 30px;
        }

        .contact-banner .title {
            font-size: 32px;
            margin-bottom: 40px;
        }

        .contact-banner .btn {
            padding: 15px 40px;
            font-size: 12px;
        }
    }

    .counter-section {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-top: 20px;
    }

    .counter-box {
        text-align: center;
    }

    .counter-box .counter {
        font-size: 2rem;
        font-weight: bold;
        display: block;
        color:#fff;
    }

    .counter-box p {
        font-size: 1rem;
        margin-top: 8px;
        color:#fff;
    }

    .counter-item {
        flex-direction: column;
    }

    .counter-item p {
        font-weight: 700;
    }

    .full-image {
        position: relative;
        overflow: hidden;
        min-height: 500px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .full-image .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    .full-image .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
        /* adjust opacity if needed */
        z-index: 2;
    }

    .full-image .wrapper {
        position: relative;
        z-index: 3;
    }

    .franchise-logos .logo-grid {
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
    align-items: center;
    justify-items: center;
    background-color: #ffff;
    padding: 20px;
}

.franchise-logos .logo-item img {
  width: 100%;
    height: auto;
  transition: transform 0.3s ease;
}

.franchise-logos .logo-item img:hover {
  transform: scale(1.05);
}

.franchise-logos .single-logo {
  text-align: center;
}

.franchise-logos .single-logo img {
  max-width: 250px;
  height: auto;
}

.franchise-logos > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ✅ Responsive behavior */
@media (max-width: 768px) {
  .franchise-logos .logo-grid {
    grid-template-columns: 1fr; /* 1 per row on mobile */
    gap: 30px;
  }
}