@charset "UTF-8";

:root {
    --header-height: 60px;
    --media-height: 350px;
    --purple-color-code: #8e278f;
}

@font-face {
    font-family: "AdaniSemiBold";
    src: url("/styles/webfonts/Adani-SemiBold.woff2") format("woff2"), url("/styles/webfonts/Adani-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "AdaniRegular";
    src: url("/styles/webfonts/Adani-Regular_1.woff") format("woff");
}

@font-face {
    font-family: "AdaniMedium";
    src: url("/styles/webfonts/Adani-Medium.woff") format("woff");
}

body {
    background-color: #f4f4f4;
    font-family: AdaniRegular !important;
    padding-top: var(--header-height);
}

.navbar-toggler {
    border: none !important;
}

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-toggler:focus-visible {
        outline: none !important;
    }

@media (max-width: 991px) {
    .customer-type-section .customer-items {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    /* Center last item when count is odd (5, 7, etc.) */
    .customer-type-section .customer-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
    }
}

/* Hide side illustrations on mobile */
@media (max-width: 767px) {
    .customer-type-section .side-graphic {
        display: none;
    }
}

/* Mobile screens */
@media (max-width: 767px) {
    .py-md-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

/* @media (min-width: 768px) {
    :root {
        --media-height: 300px;
    }
}

@media (min-width: 1024px) {
    :root {
        --media-height: 350px;
    }
} */

@media (max-width: 767px) {

    /* Keep dots over image */
    .media-slider .swiper-pagination {
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 5;
    }

    /* White dots */
    .media-slider .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.6;
    }

    .media-slider .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }
}

@media (max-width: 767px) {

    /* Force same height for all slides */
    .media-slider .swiper-slide {
        height: 200px; /* adjust if needed */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Images & videos fill equally */
    .media-item,
    .media-item img,
    .media-item video,
    .media-item iframe {
        width: 100%;
        height: 100%;
    }

        /* Crop nicely instead of stretching */
        .media-item img,
        .media-item video {
            object-fit: cover;
        }
}

.media-tile {
    height: var(--media-height);
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
    position: relative;
}

    .media-tile img,
    .media-tile video,
    .media-tile iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.iframe-wrap {
    width: 100%;
    height: 100%;
}

    .iframe-wrap iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.enquire-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #0075D9; /* EXACT BLUE */
    color: white;
    padding: 20px 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    border-radius: 20px 0 0 20px; /* ROUND LEFT SIDE ONLY */

    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px; /* EXACT TALL BUTTON LOOK */
    width: 50px; /* MATCHING THICKNESS */

    z-index: 9999;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .enquire-btn:hover {
        background: #005bb5; /* darker shade on hover */
    }


.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.nav-item .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #00349e !important;
}

    .nav-item .dropdown-item.active:hover, .dropdown-item:focus, .nav-item .dropdown-item:hover {
        color: #fff !important;
        text-decoration: none;
        background-color: #00349e !important;
    }

.main-header:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color) !important;
    text-decoration: none;
    background-color Sets the background color of an element. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : #00349e;
}

.main-header .navbar {
    padding: 16px 0;
    transition: box-shadow 0.3s ease;
}

    .main-header .navbar .navbar-brand .brand-logo {
        width: 180px;
        height: auto;
    }

    .main-header .navbar .navbar-brand .brand-text {
        font-size: 14px;
        line-height: 1.1;
        color: #344054;
    }

    .main-header .navbar .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        transition: 0.3s ease;
    }

        .main-header .navbar .navbar-nav .nav-link:hover {
            color: #0047bb;
        }

        .main-header .navbar .navbar-nav .nav-link.active {
            color: #00349e;
            font-weight: 700;
            border-bottom: 2px solid #00349e;
        }

.main-header {
    /* ------------------ DROPDOWN (DESKTOP + MOBILE) ------------------ */
    /* Chevron animation */
}

    .main-header .dropdown-icon {
        transition: 0.3s ease;
    }

.main-header {
    /* Rotate icon when dropdown is open (mobile click) */
}

    .main-header .show .dropdown-icon {
        transform: rotate(180deg);
    }

.main-header {
    /* Fade menu effect */
}

    .main-header .dropdown-menu {
        border-radius: 6px;
        padding: 10px 0;
        border: 1px solid #eee;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: 0.25s ease;
    }

.main-header {
    /* Desktop hover dropdown */
}

@media (min-width: 992px) {
    .main-header .warehouse-dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-header {
        /* Rotate chevron on hover */
    }

        .main-header .warehouse-dropdown:hover .dropdown-icon {
            transform: rotate(180deg);
        }

        .main-header .warehouse-dropdown .dropdown-toggle::after {
            display: none !important;
        }
}

.main-header {
    /* Mobile – dropdown works on click (Bootstrap default) */
}

@media (max-width: 991px) {
    .main-header .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .main-header .navbar-nav .dropdown-menu {
        padding-left: 15px;
    }

    .main-header .warehouse-dropdown .dropdown-toggle::after {
        display: none !important;
    }
}

.main-header {
    /* Dropdown items */
}

    .main-header .dropdown-item {
        padding: 8px 20px;
        font-size: 15px;
        color: #333 !important;
    }

        .main-header .dropdown-item:hover {
            background: #f5f5f5;
        }

.main-header {
    /* SVG dropdown arrow */
}

    .main-header .dropdown-arrow {
        transition: 0.3s ease;
        stroke: #000;
    }

.main-header {
    /* Rotate on open */
}

    .main-header .show.active .dropdown-arrow {
        transform: rotate(180deg);
    }

.main-header {
    /* Desktop hover rotation */
}

@media (min-width: 992px) {
    .main-header .warehouse-dropdown:hover .dropdown-arrow {
        transform: rotate(180deg);
    }
}

@media (min-width: 768px) {
    .media-gallery-section .media-grid {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .media-slider {
        overflow: hidden !important;
    }

        .media-slider .swiper-slide {
            display: flex;
            justify-content: center;
        }
}

.main-footer {
    background: #f7f7f7;
}

    .main-footer .footer-menu {
        list-style: none;
        padding: 0;
    }

        .main-footer .footer-menu li {
            margin-bottom: 14px;
        }

        .main-footer .footer-menu a {
            font-size: 20px;
            text-decoration: none;
            color: #007398;
            font-weight: 500;
            transition: 0.3s ease-in-out;
        }

            .main-footer .footer-menu a:hover {
                color: #004d60;
            }

    .main-footer .footer-social a {
        font-size: 24px;
        color: #007398;
        transition: 0.3s;
    }

        .main-footer .footer-social a:hover {
            transform: scale(1.1);
            color: #004d60;
        }

    .main-footer .footer-logo {
        height: auto;
    }

    .main-footer .footer-logo-text {
        font-size: 16px;
        color: #444;
    }

    .main-footer .footer-bottom {
        background: #2e2e2e;
        color: #fff;
        font-size: 15px;
    }

        .main-footer .footer-bottom .footer-policy {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .main-footer .footer-bottom .footer-policy a {
                text-decoration: none;
                color: #fff;
                transition: 0.3s;
            }

                .main-footer .footer-bottom .footer-policy a:hover {
                    opacity: 0.7;
                }

.incubation-section .section-title {
    color: var(--purple-color-code);
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    font-family: AdaniSemiBold;
}

.incubation-section .section-subtitle {
    color: #111;
    font-size: 20px;
    text-align: left;
    max-width: 600px;
}

.incubation-section .circle-box {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .incubation-section .circle-box img {
        width: 60px;
        height: auto;
        z-index: 2;
    }

.incubation-section .circle-box {
    /* Gradient border using pseudo element */
}

    .incubation-section .circle-box::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        padding: 5px; /* border thickness */
        background: #696767;
        -webkit-mask: radial-gradient( farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px) );
        mask: radial-gradient( farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px) );
        z-index: 1;
    }

.incubation-section .feature-number {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.incubation-section .feature-text {
    font-size: 15px;
    font-weight: 500;
    color: #444;
}

.about-section .about-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--purple-color-code);
    font-family: AdaniSemiBold;
}

.about-section .about-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
}

.about-section .read-more-btn {
    background-color: #505050 !important;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}

    .about-section .read-more-btn:hover {
        opacity: 0.9;
        transform: translateY(-2px);
    }

.about-section .swiper {
    height: 100%;
    border-radius: 20px;
}

    .about-section .swiper img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

.about-section .swiper-pagination-bullet {
    background-color: #444 !important;
    opacity: 0.5;
}

.about-section .swiper-pagination-bullet-active {
    background-color: #fff !important;
    opacity: 1;
}

.about-section .media-item {
    position: relative;
    cursor: pointer;
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .play-btn-overlay img {
        color: #fff;
        height: 25% !important;
        width: 25% !important;
        aspect-ratio: 1;
    }


.news-chairman-section {
    background: #f4f4f4;
    /* Equal height wrapper for ALL 3 cards */
}

    .news-chairman-section .card-wrapper {
        height: 100%;
        display: flex; /* allow children to stretch */
    }

.news-chairman-section {
    /* LEFT SCROLL AREA */
}

    .news-chairman-section .news-box {
        background: #ffffff;
        overflow: hidden;
        flex: 1; /* equal height */
        display: flex;
        flex-direction: column; /* scroll part expands */
    }

    .news-chairman-section .news-scroll {
        max-height: 300px;
        overflow-y: auto;
        flex: 1; /* auto grows, scroll only if needed */
        padding-right: 8px;
    }


        .news-chairman-section .news-scroll::-webkit-scrollbar {
            width: 6px;
        }

        .news-chairman-section .news-scroll::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 10px;
        }

    .news-chairman-section .news-item a {
        text-decoration: none;
    }

    .news-chairman-section .btn {
        display: inline-block;
        background-color: #505050 !important;
        border: 1px solid #000;
        color: white !important;
        padding: 8px 22px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 18px;
        text-decoration: none;
        transition: 0.3s;
        width: max-content;
    }

    /* .news-chairman-section .btn:hover {
            color: #fff !important;
            background: white;
        } */

    .news-chairman-section .news-item .news-icon {
        font-size: 22px;
        margin-right: 12px;
        color: #0052d6;
        height: 100%;
    }

    .news-chairman-section .news-item .news-text {
        font-size: 14px;
        color: #555;
    }

.news-chairman-section {
    /* MIDDLE BLUE BOX */
}

    .news-chairman-section a {
        text-decoration: none;
    }

    .news-chairman-section .chairman-box {
        background: #006cb6;
        color: #fff;
        overflow: hidden;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

.news-chairman-section {
    /* RIGHT IMAGE BOX */
}

    .news-chairman-section .chairman-img-box {
        height: 100%;
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .news-chairman-section .chairman-img-box .triangle {
            position: absolute;
            left: -20px;
            top: 13px;
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-bottom: 13px solid transparent;
            border-right: 20px solid #fff;
        }

@media (max-width: 576px) {
    .news-chairman-section .chairman-img-box .triangle {
        display: none;
    }
}

.news-chairman-section .chairman-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .news-scroll {
        max-height: 150px;
    }
}

.websites-section {
    position: relative;
    overflow: hidden;
}

    .websites-section .section-title {
        font-size: 24px;
        font-weight: 700;
        color: var(--purple-color-code);
        font-family: AdaniSemiBold;
    }

    .websites-section .swiper-button-next,
    .websites-section .swiper-button-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #00349e;
        z-index: 10;
        background: #fff;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }

        .websites-section .swiper-button-next::after,
        .websites-section .swiper-button-prev::after {
            font-size: 18px;
            font-weight: 600;
        }

        .websites-section .swiper-button-next:hover,
        .websites-section .swiper-button-prev:hover {
            background: #00349e;
            color: #fff;
        }

    .websites-section .swiper-button-next {
        right: 30px;
    }

    .websites-section .swiper-button-prev {
        left: 30px;
    }

    .websites-section a {
        text-decoration: none;
    }

    .websites-section .website-card {
        width: 130px;
        height: 130px;
        border-radius: 20px;
        overflow: hidden;
        margin: 0 auto;
        background-color: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease;
    }

        .websites-section .website-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .websites-section .website-card:hover {
            transform: translateY(-5px);
        }

    .websites-section .website-name {
        font-size: 15px;
        font-weight: 500;
        color: #111;
    }

/* @media (max-width: 768px) {
    .websites-section .swiper-button-next,
    .websites-section .swiper-button-prev {
        display: none;
    }
} */

.hero-banner {
    position: relative;
}

    .hero-banner .heroSwiper {
        width: 100%;
        height: calc(100vh - 74px);
        min-height: 500px;
    }

        .hero-banner .heroSwiper .swiper-slide {
            position: relative;
        }

            .hero-banner .heroSwiper .swiper-slide .banner-img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                filter: brightness(0.8);
            }

            .hero-banner .heroSwiper .swiper-slide .hero-caption {
                position: absolute;
                bottom: 15%;
                left: 10%;
                z-index: 10;
                max-width: 600px;
            }

                .hero-banner .heroSwiper .swiper-slide .hero-caption .banner-title {
                    font-size: 2.5rem;
                    font-weight: 700;
                    color: #fff;
                    font-family: AdaniSemiBold;
                }

                .hero-banner .heroSwiper .swiper-slide .hero-caption .banner-subtitle {
                    font-size: 1.1rem;
                    color: #e0e0e0;
                    font-family: AdaniMedium;
                }

.hero-banner {
    /* Custom Pagination Dots */
}

    .hero-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        opacity: 0.6;
        margin: 0 6px !important;
    }

    .hero-banner .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

@media (max-width: 768px) {
    .hero-banner .hero-caption {
        bottom: 10% !important;
    }

        .hero-banner .hero-caption .banner-title {
            font-size: 1.8rem;
        }

        .hero-banner .hero-caption .banner-subtitle {
            font-size: 0.95rem;
        }
}

.our-presence-section {
    background: #fff;
}

    .our-presence-section .map-img {
        max-width: 90%;
        position: relative;
    }

.our-presence-section {
    /* ✅ Actual map pin markers instead of red circles */
}

    .our-presence-section .map-pin {
        position: absolute;
        width: 15px;
        height: 30px;
        background: url("/-/media/304894F139574F10BF1F2E3710FF4668.ashx") no-repeat center center;
        background-size: contain;
        border: none;
        cursor: pointer;
        transform: translate(-50%, -100%);
        transition: transform 0.3s ease, filter 0.3s ease;
    }

        .our-presence-section .map-pin:hover {
            transform: translate(-50%, -110%) scale(1.1);
            filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
        }

        .our-presence-section .map-pin.active {
            transform: translate(-50%, -110%) scale(1.25);
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
        }

.our-presence-section {
    /* Optional keyframe for pulse effect */
}

@keyframes pin-pulse {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.our-presence-section .map-tooltip {
    position: absolute;
    display: none;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    transform: translate(-50%, -120%);
    white-space: nowrap;
    pointer-events: none;
    z-index: 100;
}

.our-presence-section .section-title {
    color: var(--purple-color-code);
    font-size: 28px;
    font-weight: 700;
    font-family: AdaniSemiBold;
}

.our-presence-section .section-text {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    border-left: 5px solid #3aa066;
    padding-left: 10px;
    width: 100%;
}

@media (max-width: 576px) {
    .our-presence-section .section-text {
        width: 100%;
    }
}

.our-presence-section .presence-tabs {
    background: #f5f5f5;
    border-radius: 25px;
    padding: 4px;
    width: fit-content;
}

    .our-presence-section .presence-tabs .tab-btn {
        border: none;
        background: transparent;
        padding: 6px 16px;
        font-weight: 600;
        border-radius: 25px;
        transition: 0.3s;
        color: #555;
    }

        .our-presence-section .presence-tabs .tab-btn.active {
            background: #00349e;
            color: #fff;
        }

.our-presence-section .location-info {
    width: 100%;
}

@media (max-width: 576px) {
    .our-presence-section .location-info {
        width: 100%;
    }
}

.our-presence-section .location-info .container {
    padding: 0rem 2rem;
}

.our-presence-section .location-info .location-name {
    font-size: 15px;
    font-weight: 600;
}

.our-presence-section .location-info .info-img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.our-presence-section .location-info .location-details {
    background: rgba(2, 117, 204, 0.2);
    padding: 1rem 3rem !important;
    border-radius: 0 0 15px 15px;
}

    .our-presence-section .location-info .location-details .divider {
        width: 1px;
        height: 40px;
        background: #ccc;
    }

.our-presence-section .location-info .explore-link {
    color: #0f65b2;
    font-weight: 500;
    text-decoration: none;
    float: inline-end;
    font-size: 1rem !important;
}

    .our-presence-section .location-info .explore-link:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .our-presence-section .map-img {
        max-width: 100%;
    }

    .our-presence-section .map-pin {
        width: 20px;
        height: 28px;
    }
}

.our-solutions-section {
    text-align: center;
    background: #f8f8f8;
}

    .our-solutions-section .section-title {
        color: var(--purple-color-code);
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
        font-family: AdaniSemiBold;
    }

    .our-solutions-section .section-desc {
        max-width: 800px;
        margin: auto;
        color: #444;
        font-size: 16px;
        line-height: 1.6;
    }

.our-solutions-section {
    /* Toggle */
}

    .our-solutions-section .solutions-toggle {
        margin: 25px auto;
        background: #f5f5f5;
        padding: 4px;
        border-radius: 25px;
        width: fit-content;
    }

        .our-solutions-section .solutions-toggle .toggle-btn {
            border: none;
            background: transparent;
            padding: 8px 22px;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            color: #444;
        }

            .our-solutions-section .solutions-toggle .toggle-btn.active {
                color: #fff;
                background-color: #505050 !important;
                border: 1px solid #000;
            }

.our-solutions-section {
    /* Diagram block */
}

    .our-solutions-section .solutions-diagram {
        margin-top: 50px;
        position: relative;
    }

        .our-solutions-section .solutions-diagram .diagram-title {
            font-size: 50px;
            font-weight: 700;
            color: rgba(0, 0, 0, 0.06);
            position: absolute;
            top: 18%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
        }

@media (max-width: 768px) {
    .our-solutions-section .solutions-diagram .diagram-title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 28px;
        color: rgba(0, 52, 158, 0.1019607843);
    }
}

@media (max-width: 1024px) {
    .our-solutions-section .solutions-diagram .diagram-title {
        font-size: 30px !important;
    }
}

.our-solutions-section .solutions-diagram .top-row {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .our-solutions-section .solutions-diagram .top-row {
        margin-bottom: 2rem !important;
        flex-direction: column !important;
    }

    .our-solutions-section .solutions-diagram .bottom-row {
        flex-direction: column !important;
    }

    .our-solutions-section .solutions-diagram .bubble {
        width: 100% !important;
    }

    .our-solutions-section .solutions-diagram svg.curve-right {
        display: none !important;
    }

    .our-solutions-section .solutions-diagram .diagram-title {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        font-size: 28px !important;
        color: rgba(0, 52, 158, 0.1019607843) !important;
    }
}

@media (max-width: 768px) {
    .our-solutions-section .solutions-diagram .top-row {
        flex-direction: column;
    }
}

.our-solutions-section .solutions-diagram .bottom-row {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: auto;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .our-solutions-section .solutions-diagram .bottom-row {
        flex-direction: column;
    }
}

.our-solutions-section .solutions-diagram .bubble {
    padding: 30px 60px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    width: 340px;
    z-index: 1;
}

@media (max-width: 768px) {
    .our-solutions-section .solutions-diagram .bubble {
        width: 100%;
    }
}

.our-solutions-section .solutions-diagram .bubble.purple {
    background: #f2ebf5;
}

.our-solutions-section .solutions-diagram .bubble.pink {
    background: #f7ebf1;
}

.our-solutions-section .solutions-diagram .bubble.blue {
    background: #e8efff;
}

.our-solutions-section .solutions-diagram .bubble.teal {
    background: #e6f3f6;
}

.our-solutions-section .solutions-diagram {
    /* Curved dashed connectors */
}

    .our-solutions-section .solutions-diagram svg {
        position: absolute;
        width: 1000px;
        height: 200px;
        top: 10%;
        z-index: 0;
    }

        .our-solutions-section .solutions-diagram svg.curve-left {
            left: 18%;
        }

        .our-solutions-section .solutions-diagram svg.curve-right {
            justify-content: center;
            transform: translateX(-500px);
        }

@media (max-width: 768px) {
    .our-solutions-section .solutions-diagram svg.curve-right {
        display: none;
    }
}

.warehouse-section {
    background: #fff;
    padding: 3rem 0;
}

    .warehouse-section .warehouse-title {
        font-size: 32px;
        font-weight: 700;
        font-family: AdaniSemiBold;
        margin-bottom: 1.5rem;
        color: var(--purple-color-code);
    }

    .warehouse-section .warehouse-image-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .warehouse-section .warehouse-image-wrapper .warehouse-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .warehouse-section .warehouse-image-wrapper .warehouse-caption {
            position: absolute;
            bottom: 30px;
            left: 30px;
            font-size: 40px;
            font-weight: 600;
            color: #fff;
            line-height: 1.2;
            max-width: 50%;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

/* Mobile responsive */
@media (max-width: 576px) {
    .warehouse-image-wrapper .warehouse-caption {
        font-size: 15px !important;
        bottom: 20px;
        left: 20px;
        max-width: 70%;
    }
}

.amenities-section {
    position: relative;
    padding: 4rem 0;
}

    .amenities-section .amenities-title {
        color: #00349e;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .amenities-section .amenities-subtitle {
        color: #666;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .amenities-section .amenities-box {
        padding: 2rem;
        width: 60%;
        border-radius: 6px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        max-width: 900px;
        margin: 0 auto;
    }

@media (max-width: 768px) {
    .amenities-section .amenities-box {
        width: 85%;
    }
}

.amenities-section .amenities-box .amenity-item {
    text-align: center;
}

    .amenities-section .amenities-box .amenity-item .circle {
        width: 115px;
        height: 115px;
        border-radius: 50%;
        padding: 2px; /* thin gradient border */
        background: linear-gradient(45deg, #1a4fbf, #7f2ac8);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        /* inner white circle */
    }

        .amenities-section .amenities-box .amenity-item .circle::before {
            content: "";
            position: absolute;
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: #fff;
            z-index: 1;
        }

        .amenities-section .amenities-box .amenity-item .circle img {
            position: relative;
            z-index: 2;
            width: 68px;
            height: 75px;
        }

    .amenities-section .amenities-box .amenity-item p {
        margin-top: 10px;
        font-size: 15px;
        color: #333;
        line-height: 1.3;
    }

.amenities-section .amenity-left-img,
.amenities-section .amenity-right-img {
    position: absolute;
    bottom: 0;
    width: 230px;
    pointer-events: none;
}

.amenities-section .amenity-left-img {
    left: 0;
}

.amenities-section .amenity-right-img {
    right: 0;
}

.amenities-section {
    /* Responsive */
}

@media (max-width: 992px) {
    .amenities-section .amenities-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .amenities-section .amenities-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .amenities-section .amenity-left-img,
    .amenities-section .amenity-right-img {
        display: none;
    }
}

.warehouse-info-section {
    padding: 3rem 0;
    /* Top Heading */
}

    .warehouse-info-section .top-heading {
        color: var(--purple-color-code);
        font-size: 22px;
        font-weight: 700;
        font-family: AdaniSemiBold;
    }

.warehouse-info-section {
    /* Stats Section */
}

    .warehouse-info-section .warehouse-stats {
        margin-bottom: 2rem;
    }

        .warehouse-info-section .warehouse-stats .stat-block .stat-label {
            font-size: 14px;
            color: #666;
            margin-bottom: 4px;
        }

        .warehouse-info-section .warehouse-stats .stat-block .stat-value {
            font-size: 28px;
            font-weight: 700;
            color: var(--purple-color-code);
            font-family: AdaniSemiBold;
        }

        .warehouse-info-section .warehouse-stats .divider {
            width: 2px;
            height: 50px;
            background: #ccc;
        }

.warehouse-info-section {
    /* Amenities Big Card */
}

    .warehouse-info-section .amenities-card {
        background: #fff;
        padding: 2rem;
        border-radius: 15px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
        border: 1px solid #CBCBCB;
        position: relative;
    }

        .warehouse-info-section .amenities-card .amenities-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 1rem;
        }

    .warehouse-info-section .amenities-card {
        /* Swiper Styling */
    }

        .warehouse-info-section .amenities-card .amenitiesSwiper {
            position: relative;
            padding: 45px 10px 10px 10px;
        }

            .warehouse-info-section .amenities-card .amenitiesSwiper .amenity-card {
                text-align: center;
            }

                .warehouse-info-section .amenities-card .amenitiesSwiper .amenity-card img {
                    width: 130px;
                    height: 130px;
                    border-radius: 50%;
                    object-fit: cover;
                    margin: 0 auto 10px;
                }

                .warehouse-info-section .amenities-card .amenitiesSwiper .amenity-card p {
                    font-size: 18px;
                    color: #000;
                }

        .warehouse-info-section .amenities-card .amenitiesSwiper {
            /* Circle Navigation Buttons */
        }

        .warehouse-info-section .amenities-card .nav-btns {
            display: flex;
            flex-direction: row;
            gap: 1rem;
            height: 100%;
            position: absolute;
            top: 1rem;
            top: 1rem;
            width: 100%;
            justify-content: space-between;
        }

        .warehouse-info-section .amenities-card .custom-prev,
        .warehouse-info-section .amenities-card .custom-next {
            background: #fff;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            display: flex;
            justify-content: center;
            align-items: center;
            position: static;
        }

            .warehouse-info-section .amenities-card .custom-prev::after,
            .warehouse-info-section .amenities-card .custom-next::after {
                font-size: 18px;
                color: #333;
            }



/* ----------------------------------------
   MOBILE RESPONSIVE – WAREHOUSE INFO SECTION
-----------------------------------------*/
@media (max-width: 992px) {
    .warehouse-info-section {
        padding: 2rem 0;
    }

        .warehouse-info-section .top-heading {
            font-size: 20px;
            line-height: 1.3;
            font-family: AdaniSemiBold;
        }

    .warehouse-info-section {
        /* Stats responsive */
    }

        .warehouse-info-section .warehouse-stats {
            flex-wrap: wrap;
            gap: 1.5rem;
        }

            .warehouse-info-section .warehouse-stats .stat-block {
                text-align: center;
            }

                .warehouse-info-section .warehouse-stats .stat-block .stat-value {
                    font-size: 22px;
                    font-family: AdaniSemiBold;
                }

                .warehouse-info-section .warehouse-stats .stat-block .stat-label {
                    font-size: 12px;
                }

            .warehouse-info-section .warehouse-stats .divider {
                width: 50px;
                height: 2px;
                margin: 1px;
            }

    .warehouse-info-section {
        /* Amenities Card */
    }

        .warehouse-info-section .amenities-card {
            padding: 1.5rem;
        }

            .warehouse-info-section .amenities-card .amenities-title {
                font-size: 16px;
                margin-bottom: 0;
            }

            .warehouse-info-section .amenities-card .amenitiesSwiper {
                padding-top: 45px;
            }

                .warehouse-info-section .amenities-card .amenitiesSwiper .amenity-card img {
                    width: 100px;
                    height: 100px;
                }

                .warehouse-info-section .amenities-card .amenitiesSwiper .amenity-card p {
                    font-size: 12px;
                }

            .warehouse-info-section .amenities-card .amenitiesSwiper {
                /* Swiper arrows */
            }

                .warehouse-info-section .amenities-card .amenitiesSwiper .custom-prev,
                .warehouse-info-section .amenities-card .amenitiesSwiper .custom-next {
                    width: 28px;
                    height: 28px;
                }

                    .warehouse-info-section .amenities-card .amenitiesSwiper .custom-prev::after,
                    .warehouse-info-section .amenities-card .amenitiesSwiper .custom-next::after {
                        font-size: 14px;
                    }

                .warehouse-info-section .amenities-card .amenitiesSwiper .custom-prev {
                    right: 60px;
                }

                .warehouse-info-section .amenities-card .amenitiesSwiper .custom-next {
                    right: 20px;
                }
}
/* ----------------------------------------
   SMALL MOBILE (Below 576px)
-----------------------------------------*/
@media (max-width: 576px) {
    .warehouse-info-section {
        padding: 1.5rem 0;
    }

        .warehouse-info-section .top-heading {
            font-size: 18px;
            font-family: AdaniSemiBold;
        }

    .warehouse-info-section {
        /* Stats */
    }

        .warehouse-info-section .warehouse-stats {
            flex-direction: column;
            gap: 1.5rem !important;
            text-align: center;
        }

            .warehouse-info-section .warehouse-stats .stat-block .stat-value {
                font-size: 20px;
                font-family: AdaniSemiBold;
            }

    .warehouse-info-section {
        /* Amenities Card */
    }

        .warehouse-info-section .amenities-card {
            padding: 1.2rem;
        }

            .warehouse-info-section .amenities-card .amenities-title {
                font-size: 15px;
            }

            .warehouse-info-section .amenities-card .amenitiesSwiper .amenity-card img {
                width: 100px;
                height: 100px;
            }

            .warehouse-info-section .amenities-card .amenitiesSwiper .amenity-card p {
                font-size: 12px;
            }

            .warehouse-info-section .amenities-card .amenitiesSwiper {
                /* Move arrows inside properly */
            }

                .warehouse-info-section .amenities-card .amenitiesSwiper .custom-prev {
                    right: 55px;
                    top: 22px;
                }

                .warehouse-info-section .amenities-card .amenitiesSwiper .custom-next {
                    right: 15px;
                    top: 22px;
                }
}

.customer-type-section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}

    .customer-type-section .customer-title {
        font-size: 22px;
        font-weight: 600;
    }

    .customer-type-section .customer-items {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-top: 20px;
    }

    .customer-type-section .customer-item {
        text-align: center;
        font-size: 14px;
        line-height: 1.3;
    }

        .customer-type-section .customer-item p {
            margin-top: 8px;
            font-size: 20px;
        }

    .customer-type-section .icon-box {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

.customer-type-section {
    /* Pastel backgrounds matching your design */
}

    .customer-type-section .icon-blue {
        background: #d7f3ff;
    }

    .customer-type-section .icon-purple {
        background: #eee3ff;
    }

    .customer-type-section .icon-lightblue {
        background: #e3f0ff;
    }

    .customer-type-section .icon-pink {
        background: #ffe5ea;
    }

    .customer-type-section .icon-skyblue {
        background: #e0f5ff;
    }

    .customer-type-section .icon-box img {
        width: 22px;
        height: 22px;
    }

.customer-type-section {
    /* LEFT & RIGHT ILLUSTRATIONS */
}

    .customer-type-section .side-graphic {
        position: absolute;
        bottom: 0;
        width: 230px;
        opacity: 0.9;
    }

    .customer-type-section .left-graphic {
        left: 0;
        top: 60%;
        transform: translateX(-30%);
    }

    .customer-type-section .right-graphic {
        right: 0;
        top: 60%;
        transform: translateX(30%);
    }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .customer-type-section {
        padding: 40px 0;
    }

        .customer-type-section .icon-box {
            width: 45px;
            height: 45px;
        }

            .customer-type-section .icon-box img {
                width: 20px;
                height: 20px;
            }

        .customer-type-section .side-graphic {
            width: 120px;
            opacity: 0.6;
        }

        .customer-type-section .left-graphic {
            left: -20px;
            bottom: -10px;
            transform: none;
        }

        .customer-type-section .right-graphic {
            right: -20px;
            bottom: -10px;
            transform: none;
        }
}
/* Desktop — keep your current gap */
.customer-type-section .customer-items {
    gap: 10rem;
}


/* SMALLER MOBILE (≤ 480px) */
@media (max-width: 480px) {
    .customer-type-section .icon-box {
        width: 42px;
        height: 42px;
    }

        .customer-type-section .icon-box img {
            width: 18px;
            height: 18px;
        }

    .customer-type-section .side-graphic {
        width: 90px;
        opacity: 0.4;
    }

    .customer-type-section .left-graphic {
        left: 0px;
    }

    .customer-type-section .right-graphic {
        right: 0px;
    }

    .customer-type-section .customer-title {
        font-size: 18px;
    }
}

.media-gallery-section {
    background: #f8f8f8;
    padding: 4rem 0;
}

    .media-gallery-section .gallery-title {
        color: var(--purple-color-code);
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0.3rem;
        font-family: AdaniSemiBold;
    }

    .media-gallery-section .gallery-subtitle {
        color: #666;
        font-size: 20px;
        margin-bottom: 2rem;
    }

    .media-gallery-section .media-slider {
        width: 100%;
    }

    .media-gallery-section .slide {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .media-gallery-section .pagination-dots {
        margin-top: 10px;
    }

        .media-gallery-section .pagination-dots .dot {
            cursor: pointer;
        }

@media (max-width: 768px) {
    .media-gallery-section .slide {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .media-gallery-section .slide {
        grid-template-columns: repeat(1, 1fr);
    }
}

.media-gallery-section {
    /* Tabs */
}

    .media-gallery-section .gallery-tabs {
        background: #eee;
        border-radius: 40px;
        padding: 6px;
        width: fit-content;
        margin: 0 auto 2rem auto;
        display: flex;
        gap: 20px;
        justify-content: space-around;
    }

        .media-gallery-section .gallery-tabs .tab-btn-media {
            background: transparent;
            border: none;
            padding: 15px 22px;
            border-radius: 40px;
            font-size: 15px;
            font-weight: 500;
            color: #555;
            cursor: pointer;
            width: 200px;
            transition: 0.3s ease;
        }

@media (max-width: 576px) {
    .media-gallery-section .gallery-tabs .tab-btn-media {
        padding: 10px;
    }
}

.media-gallery-section .gallery-tabs .tab-btn-media.active {
    background: linear-gradient(90deg, #006cb6 0%, #3c50a6 100%);
    color: #fff;
}

.media-gallery-section .gallery-tabs .tab-btn-media {
    /* HOVER EFFECT (soft & professional) */
}

    .media-gallery-section .gallery-tabs .tab-btn-media:hover {
        background: rgba(0, 108, 182, 0.12);
        transform: translateY(-2px);
    }

    .media-gallery-section .gallery-tabs .tab-btn-media.active:hover {
        /* keep same bg, no jumping */
        background: linear-gradient(90deg, #006cb6 0%, #3c50a6 100%);
        transform: none;
    }

.media-gallery-section {
    /* Media Grid */
}

@media (max-width: 576px) {
    .media-gallery-section .gallery-tabs {
        width: fit-content !important;
        display: flex;
        align-content: flex-start;
        flex-direction: column;
    }
}

.media-gallery-section .media-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

    .media-gallery-section .media-grid .media-item {
        cursor: pointer;
        transition: 0.35s ease;
        position: relative;
        display: inline-block;
    }

        .media-gallery-section .media-grid .media-item img,
        .media-gallery-section .media-grid .media-item video {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            transition: 0.35s ease;
            cursor: pointer;
        }

        .media-gallery-section .media-grid .media-item:hover img,
        .media-gallery-section .media-grid .media-item:hover video {
            transform: scale(1.03);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        }

.media-gallery-section {
    /* Pagination Dots */
}

    .media-gallery-section .pagination-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
    }

        .media-gallery-section .pagination-dots .dot {
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 50%;
            transition: 0.3s;
            cursor: pointer;
        }

            .media-gallery-section .pagination-dots .dot.active {
                background: #000;
                width: 12px;
                height: 12px;
            }

@media (max-width: 480px) {
    .media-gallery-section .media-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* POPUP MODAL */
.media-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .media-modal .swiper-button-prev {
        display: none !important;
    }

    .media-modal .swiper-button-next {
        display: none !important;
    }

    .media-modal .media-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .media-modal .media-popup {
        position: relative;
        width: 55%; /* smaller */
        max-width: 700px;
        background: #fff;
        padding: 20px;
        border-radius: 14px;
        z-index: 10000; /* makes popup above overlay */
        animation: fadeUp 0.3s ease;
    }

    .media-modal .close-modal {
        position: absolute;
        right: 12px;
        top: 8px;
        z-index: 10001;
        background: none;
        /* BEAUTIFIED BUTTON */
        background: #ffffff;
        border: none;
        font-size: 36px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        font-size: 22px;
        line-height: 1;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
        cursor: pointer;
        transition: 0.3s ease;
    }

        .media-modal .close-modal:hover {
            background: #f1f1f1;
            transform: scale(1.08);
        }

    .media-modal video,
    .media-modal img {
        width: 100%;
        max-height: 400px;
        object-fit: contain;
        border-radius: 12px;
    }

/* POPUP ANIMATION */
@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .media-popup {
        width: 90% !important;
        max-width: 90% !important;
    }
}
/* ------------------------------------------
   1. BEAUTIFUL CLOSE BUTTON
------------------------------------------- */
.media-modal .close-modal {
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 10001;
    background: #ffffff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

    .media-modal .close-modal:hover {
        background: #f0f0f0;
        transform: scale(1.07);
    }

/* ------------------------------------------
   2. TAB BUTTON HOVER EFFECT
------------------------------------------- */
.gallery-tabs .tab-btn-media {
    transition: 0.3s ease;
}

    .gallery-tabs .tab-btn-media:hover {
        background: rgba(0, 108, 182, 0.12); /* light blue tint */
        color: #00349e;
        transform: translateY(-2px);
    }

    /* Keep active tab clean */
    .gallery-tabs .tab-btn-media.active:hover {
        background: linear-gradient(90deg, #006cb6 0%, #3c50a6 100%);
        transform: none;
    }

/* ------------------------------------------
   3. IMPROVED NEXT/PREV SWIPER BUTTONS
------------------------------------------- */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer !important;
    transition: 0.25s ease;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        transform: scale(1.08);
        background: #f3f3f3;
    }

/* ------------------------------------------
   4. CARD IMAGE / VIDEO HOVER EFFECT
------------------------------------------- */
.media-grid .media-item img,
.media-grid .media-item video {
    transition: 0.35s ease;
    cursor: pointer;
}

.media-grid .media-item:hover img,
.media-grid .media-item:hover video {
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* ------------------------------------------
   5. POINTER CURSOR FOR DOTS
------------------------------------------- */
.pagination-dots .dot {
    cursor: pointer;
}

.warehouse-business-section .wb-text-block {
    padding-right: 20px;
}

    .warehouse-business-section .wb-text-block .wb-title {
        font-size: 26px;
        font-weight: 700;
        color: var(--purple-color-code);
        margin-bottom: 1rem;
        font-family: AdaniSemiBold;
    }

    .warehouse-business-section .wb-text-block .wb-desc {
        font-size: 16px;
        color: #444;
        line-height: 1.7;
        margin-bottom: 1rem;
    }

.warehouse-business-section .wb-divider {
    width: 1px;
    height: 100%;
    border-right: 2px dotted #b9c7e0;
    opacity: 0.7;
}

.warehouse-business-section .wb-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .warehouse-business-section .wb-image-wrapper .wb-image {
        width: 100%;
        height: var(--media-height);
        border-radius: 16px;
        object-fit: cover;
    }

@media (max-width: 992px) {
    .warehouse-business-section .wb-divider {
        display: none;
    }
}

.journey-section {
    background: #f8f8f8;
}

    .journey-section .journey-title {
        font-size: 26px;
        font-weight: 700;
        color: #00349e;
    }

    .journey-section .journey-subtitle {
        font-size: 16px;
        color: #6a6a6a;
        margin-top: -4px;
        margin-bottom: 2rem;
    }

    .journey-section .timeline-line {
        width: 100%;
        border-top: 2px dashed #c6c6c6;
        margin: 20px auto 40px;
        position: relative;
        top: 5.5rem;
    }

    .journey-section .milestone-item {
        text-align: center;
        position: relative;
    }

        .journey-section .milestone-item .circle {
            width: 95px;
            height: 95px;
            border-radius: 50%;
            margin: 0 auto 12px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.35s ease;
        }

            .journey-section .milestone-item .circle img {
                width: 44px;
                transition: 0.35s ease;
            }

        .journey-section .milestone-item.purple .circle {
            background: #f2e8fc;
        }

        .journey-section .milestone-item.red .circle {
            background: #fdeef3;
        }

        .journey-section .milestone-item.blue .circle {
            background: #e9f0ff;
        }

        .journey-section .milestone-item.green .circle {
            background: #e8f7f4;
        }

        .journey-section .milestone-item:hover .circle {
            transform: scale(1.4);
            background: #fff;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
        }

            .journey-section .milestone-item:hover .circle::before {
                content: "";
                position: absolute;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                z-index: 1;
            }

        .journey-section .milestone-item:hover .count {
            margin-top: 2rem;
        }

        .journey-section .milestone-item.purple:hover .circle::before {
            background: #f2e8fc;
        }

        .journey-section .milestone-item.red:hover .circle::before {
            background: #fdeef3;
        }

        .journey-section .milestone-item.blue:hover .circle::before {
            background: #e9f0ff;
        }

        .journey-section .milestone-item.green:hover .circle::before {
            background: #e8f7f4;
        }

        .journey-section .milestone-item:hover .circle img {
            transform: scale(1.08);
            z-index: 2;
        }

        .journey-section .milestone-item .count {
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .journey-section .milestone-item .label {
            font-size: 15px;
            color: #555;
            font-weight: 500;
        }

        .journey-section .milestone-item.purple .count {
            color: #7a2cb6;
        }

        .journey-section .milestone-item.red .count {
            color: #d84061;
        }

        .journey-section .milestone-item.blue .count {
            color: #1e5ad1;
        }

        .journey-section .milestone-item.green .count {
            color: #1d8f6a;
        }

@media (max-width: 767px) {
    .milestone-item {
        margin-bottom: 30px;
    }
}

.vision-commit-wrapper {
    background: #efefef; /* light grey like screenshot */
}

    .vision-commit-wrapper .vision-commit-box {
        background: #f4f4f4;
        padding: 1.8rem 1.5rem;
        border: 1px solid #dcdcdc;
        border-radius: 6px;
    }

.vision-commit-wrapper {
    /* LEFT SIDE */
}

    .vision-commit-wrapper .left-side {
        padding-right: 2rem;
    }

        .vision-commit-wrapper .left-side .title-line {
            width: 30px;
            height: 4px;
            background: #008c73;
            margin-bottom: 10px;
        }

        .vision-commit-wrapper .left-side .vision-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #222;
        }

        .vision-commit-wrapper .left-side .vision-text {
            font-size: 14px;
            color: #555;
            line-height: 1.5;
            max-width: 300px;
        }

.vision-commit-wrapper {
    /* RIGHT SIDE: Slider */
}

    .vision-commit-wrapper .right-side {
        padding-left: 0;
    }

        .vision-commit-wrapper .right-side .commitSwiper {
            border-radius: 8px;
            overflow: hidden;
            position: relative;
        }

            .vision-commit-wrapper .right-side .commitSwiper .slide-box {
                position: relative;
            }

                .vision-commit-wrapper .right-side .commitSwiper .slide-box img {
                    width: 100%;
                    height: 260px;
                    object-fit: cover;
                }

                .vision-commit-wrapper .right-side .commitSwiper .slide-box .dark-overlay {
                    position: absolute;
                    inset: 0;
                    background: rgba(0, 0, 0, 0.45);
                }

                .vision-commit-wrapper .right-side .commitSwiper .slide-box .slide-content {
                    position: absolute;
                    top: 25px;
                    left: 25px;
                    color: #fff;
                }

                    .vision-commit-wrapper
                    .right-side
                    .commitSwiper
                    .slide-box
                    .slide-content
                    .white-line {
                        background: #00ffc3; /* teal line */
                        width: 25px;
                        height: 3px;
                        margin-bottom: 10px;
                    }

                    .vision-commit-wrapper .right-side .commitSwiper .slide-box .slide-content h3 {
                        font-size: 18px;
                        font-weight: 600;
                        margin-bottom: 6px;
                    }

                    .vision-commit-wrapper .right-side .commitSwiper .slide-box .slide-content p {
                        font-size: 14px;
                        max-width: 380px;
                    }

        .vision-commit-wrapper .right-side .commitSwiper {
            /* ARROWS */
        }

            .vision-commit-wrapper .right-side .commitSwiper .commit-prev,
            .vision-commit-wrapper .right-side .commitSwiper .commit-next {
                width: 38px;
                height: 38px;
                background: #fff;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            }

                .vision-commit-wrapper .right-side .commitSwiper .commit-prev::after,
                .vision-commit-wrapper .right-side .commitSwiper .commit-next::after {
                    color: #333;
                    font-size: 16px;
                }

            .vision-commit-wrapper .right-side .commitSwiper .commit-prev {
                left: 25px;
                bottom: 25px;
                top: auto;
            }

            .vision-commit-wrapper .right-side .commitSwiper .commit-next {
                left: 75px;
                bottom: 25px;
                top: auto;
            }

.vision-commit-wrapper {
    /* RESPONSIVE */
}

@media (max-width: 768px) {
    .vision-commit-wrapper .left-side {
        padding-right: 0;
        text-align: center;
    }

        .vision-commit-wrapper .left-side .vision-text {
            max-width: 100%;
            margin: auto;
        }

    .vision-commit-wrapper .commitSwiper .slide-box img {
        height: 220px;
    }

    .vision-commit-wrapper .commitSwiper .slide-content {
        top: 15px;
        left: 15px;
    }

    .vision-commit-wrapper .commit-prev,
    .vision-commit-wrapper .commit-next {
        width: 32px !important;
        height: 32px !important;
    }
}

.management-section .management-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--purple-color-code);
    font-family: AdaniSemiBold;
}

.management-section .mg-card {
    background: var(--purple-color-code);
    border-radius: 1rem;
    padding: 50px 32px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    min-height: 320px;
    height: 100%;
    position: relative;
}

    .management-section .mg-card.green {
        background: linear-gradient(91.34deg, #1b9f94 1.23%, #316db3 99.1%);
    }

.management-section .mg-content {
    max-width: 65%;
}

.management-section .mg-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 12px;
}

.management-section .mg-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.management-section .mg-btn {
    display: inline-block;
    background: white;
    color: var(--purple-color-code);
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    text-decoration: none;
    transition: 0.3s;
}

    .management-section .mg-btn:hover {
        background: #ffffff;
        color: black;
    }

.management-section .mg-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
}

.management-section .mg-position {
    font-size: 14px;
    opacity: 0.9;
}

.management-section .mg-image img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
    .mg-card {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

        .mg-card .mg-content {
            max-width: 100%;
            text-align: center;
        }

        .mg-card .mg-image img {
            margin-top: 20px;
        }
}

.collab-section .collab-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--purple-color-code);
}

.collab-section .collab-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
}

.collab-section .form-label {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

.collab-section .form-control,
.collab-section .form-select {
    height: 46px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    transition: 0.2s;
}

    .collab-section .form-control:focus,
    .collab-section .form-select:focus {
        border-color: #00349e;
        box-shadow: none;
    }

.collab-section textarea.form-control {
    height: auto;
}

.collab-section {
    /* Space Required Layout */
}

    .collab-section .space-wrapper .form-control {
        width: 100%;
    }

    .collab-section .space-input {
        height: 46px;
        border-radius: 8px;
        font-size: 14px;
        border: 1px solid #dcdcdc;
    }

        .collab-section .space-input:focus {
            border-color: #00349e;
            box-shadow: none;
        }

        .collab-section .space-input::-webkit-inner-spin-button,
        .collab-section .space-input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .collab-section .unit-option label {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 4px;
        color: #555;
    }

        .collab-section .unit-option label input {
            margin: 0;
        }

    .collab-section .collab-btn {
        background-color: #505050 !important;
        border: 1px solid #000;
        padding: 10px 40px;
        color: #fff;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        transition: 0.3s;
        cursor: pointer;
    }

        .collab-section .collab-btn:hover {
            opacity: 0.9;
        }

.collab-section {
    /* Radio buttons on right side */
}

    .collab-section .unit-option {
        margin-top: -4px; /* aligns radio vertically with label */
    }

    .collab-section .unit-label {
        font-size: 14px;
        color: #666;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .collab-section .unit-label input[type="radio"] {
            width: 12px;
            height: 12px;
            accent-color: #bfbfbf; /* light grey like UI */
            cursor: pointer;
        }

.collab-section {
    /* Space input with unit suffix */
}

    .collab-section .space-wrapper {
        position: relative;
    }

        .collab-section .space-wrapper .space-input {
            height: 46px;
            border-radius: 8px;
            font-size: 14px;
            padding-right: 70px !important;
        }

        .collab-section .space-wrapper .unit-suffix {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 14px;
            color: #777;
            pointer-events: none;
        }

    .collab-section .error-msg {
        color: #d32f2f;
        font-size: 13px;
        margin-top: 4px;
        display: none;
    }

    .collab-section .form-control.error,
    .collab-section .form-select.error {
        border-color: #d32f2f !important;
    }

/* Mobile */
@media (max-width: 575px) {
    .collab-form-wrapper {
        padding: 25px;
    }

    .space-wrapper .form-control {
        width: 100%;
    }
}

.gap-10 {
    gap: 6rem !important;
}

.connectivity-section .connect-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--purple-color-code);
    font-family: AdaniSemiBold;
}

.connectivity-section .connect-subtitle {
    font-size: 20px;
    color: #666;
    margin-top: 4px;
}

.connectivity-section {
    /* LEFT LABELS */
}

    .connectivity-section .left-label {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        width: 150px;
    }

.connectivity-section {
    /* Each row */
}

    .connectivity-section .connect-block {
        display: flex;
        align-items: center;
        gap: 3rem;
        margin-bottom: 1.8rem;
    }

.connectivity-section {
    /* Right grid (2 cards per row) */
}

    .connectivity-section .right-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 16px;
        width: 100%;
    }

.connectivity-section {
    /* CARD */
}

    .connectivity-section .connect-card {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #a2a2a2;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
        height: 6rem;
    }

        .connectivity-section .connect-card h4 {
            font-size: 17px;
            font-weight: 700;
            margin: 0;
            color: #00349e;
        }

        .connectivity-section .connect-card p {
            font-size: 14px;
            margin: 0;
            color: #333;
        }

    .connectivity-section .connect-card {
        /* ⭐ Hover Effect */
    }

        .connectivity-section .connect-card:hover {
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
        }

.connectivity-section {
    /* ICON BOX */
}

    .connectivity-section .icon-box {
        width: 38px;
        height: 38px;
        aspect-ratio: 1;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .connectivity-section .icon-box img {
            width: 20px;
        }

    .connectivity-section .icon-purple {
        background: #f0e8ff;
    }

    .connectivity-section .icon-blue {
        background: #e6f3ff;
    }

    .connectivity-section .icon-green {
        background: #e8ffe8;
    }

.connectivity-section {
    /* MAP SECTION */
}

    .connectivity-section .map-wrapper {
        position: relative;
        display: inline-block;
    }

        .connectivity-section .map-wrapper .map-img {
            width: 100%;
            height: 100%;
        }

        .connectivity-section .map-wrapper .pin {
            width: 34px;
            position: absolute;
            top: 40%;
            left: 45%;
            transform: translate(-50%, -50%);
        }

        .connectivity-section .map-wrapper .state-name {
            margin-top: 8px;
            font-size: 15px;
            font-weight: 600;
        }

.connectivity-section {
    /* Mobile Responsive */
}

@media (max-width: 768px) {
    .connectivity-section .connect-block {
        flex-direction: column;
        gap: 10px;
    }

    .connectivity-section .left-label {
        width: auto;
        font-size: 20px;
    }

    .connectivity-section .right-grid {
        grid-template-columns: 1fr;
    }

    .connectivity-section .map-wrapper .map-img {
        align-self: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.connect-cta-section {
    background: #505050 !important;
    padding: 2rem 0;
    color: #fff;
}

    .connect-cta-section .cta-text {
        font-size: 18px;
        margin: 0;
        line-height: 1.4;
        color: #fff;
        font-weight: 400;
    }

    .connect-cta-section .cta-btn {
        background: #fff;
        color: #00349e;
        padding: 10px 26px;
        border-radius: 40px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

        .connect-cta-section .cta-btn:hover {
            background: #f1f1f1;
        }

@media (max-width: 768px) {
    .connect-cta-section .container {
        flex-direction: column;
        text-align: center;
        gap: 1.2rem;
    }

    .connect-cta-section .cta-text {
        font-size: 16px;
    }

    .connect-cta-section .cta-btn {
        padding: 10px 24px;
    }
}

.md-message-section .breadcrumb-nav {
    font-size: 14px;
}

    .md-message-section .breadcrumb-nav a {
        color: #666;
        text-decoration: none;
    }

        .md-message-section .breadcrumb-nav a:hover {
            color: #000;
        }

    .md-message-section .breadcrumb-nav span {
        margin: 0 5px;
        color: #999;
    }

    .md-message-section .breadcrumb-nav .current {
        font-weight: 500;
        color: #000;
    }

.md-message-section .md-img {
    width: 100%;
    max-width: 230px;
    border-radius: 4px;
    object-fit: cover;
}

.md-message-section .md-name {
    font-size: 26px;
    font-weight: 600;
}

.md-message-section .md-designation {
    color: #777;
    margin-top: -5px;
    margin-bottom: 15px;
}

.md-message-section .md-social a {
    font-size: 22px;
    color: #000;
    margin-right: 12px;
    transition: 0.3s;
}

    .md-message-section .md-social a:hover {
        color: #007ea3;
    }

.md-message-section .md-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.md-message-section p {
    color: #444;
    margin-bottom: 16px;
    line-height: 1.6;
}

.md-message-section .btn-teal {
    background: #007ea3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    transition: 0.3s;
}

    .md-message-section .btn-teal:hover {
        background: #005f78;
        color: #fff;
    }

.md-message-section .md-download-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.md-message-section .md-social-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .md-message-section .md-name {
        font-size: 22px;
    }

    .md-message-section .md-title {
        font-size: 20px;
    }
}

.sustain-banner {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    /* Background image as real <img> */
}

    .sustain-banner .banner-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }

    .sustain-banner .banner-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

    .sustain-banner .breadcrumb-custom,
    .sustain-banner .banner-text {
        position: relative;
        z-index: 2;
    }

    .sustain-banner .breadcrumb-custom {
        margin-bottom: 20px;
    }

        .sustain-banner .breadcrumb-custom a {
            color: #fff;
            font-size: 18px;
            text-decoration: none;
            opacity: 0.9;
        }

            .sustain-banner .breadcrumb-custom a:hover {
                opacity: 1;
            }

    .sustain-banner .banner-text h1 {
        font-size: 58px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .sustain-banner .banner-text p {
        font-size: 22px;
        max-width: 650px;
    }

@media (max-width: 768px) {
    .sustain-banner {
        height: 55vh;
    }

        .sustain-banner .banner-text h1 {
            font-size: 40px;
        }

        .sustain-banner .banner-text p {
            font-size: 18px;
        }
}

.growth-section {
    background: #fff;
    padding: 60px 0;
    text-align: left;
}

    .growth-section .growth-title {
        border-left: 5px solid #18a790;
        padding-left: 1.5rem;
        font-size: 22px;
    }

    .growth-section .growth-short {
        padding-left: 1.5rem;
    }

    .growth-section .growth-more {
        display: none;
        margin-top: 20px;
        font-size: 16px;
        max-width: 900px;
        padding-left: 1.5rem;
    }

        .growth-section .growth-more.open {
            display: block;
        }

.growth-section {
    /* New Read More UI */
}

    .growth-section .readmore-container {
        text-align: center;
        margin-top: 30px;
    }

        .growth-section .readmore-container .readmore-text {
            font-size: 16px;
            color: #333;
            margin-bottom: 10px;
        }

        .growth-section .readmore-container .circle-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #fff;
            border: none;
            cursor: pointer;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
            transition: transform 0.25s ease;
        }

            .growth-section .readmore-container .circle-btn:hover {
                transform: scale(1.12);
            }

            .growth-section .readmore-container .circle-btn .icon {
                font-size: 20px;
                transition: transform 0.3s ease;
            }

                .growth-section .readmore-container .circle-btn .icon.rotate {
                    transform: rotate(180deg);
                }

/* ---------------------------------------------------------
   SUSTAIN SECTION
--------------------------------------------------------- */
.sustain-section {
    background: #fff;
}

    .sustain-section .sustain-heading {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #333;
        font-family: AdaniSemiBold;
        color: var(--purple-color-code);
        text-align: left;
        font-size: 26px;
        font-weight: 700;
    }

        .sustain-section .sustain-heading .line {
            height: 22px;
            border-left: 5px solid #18a790;
            padding-left: 1rem;
        }

.sustain-section {
    /* ---------------------------------------------------------
     CARD WRAPPER
  --------------------------------------------------------- */
}

    .sustain-section .sus-main {
        background: #000;
        padding: 0;
        border: 10px solid #fff;
        position: relative;
        overflow: hidden;
        transform: translateY(0) scale(1);
        transition: ease all 0.6s;
    }

        .sustain-section .sus-main a {
            text-decoration: none;
        }

        .sustain-section .sus-main:hover {
            background: linear-gradient(to right, #1b9f94 0%, #316db3 100%);
        }

            .sustain-section .sus-main:hover .sustainability-block {
                transform: translateY(0) scale(1.05);
            }

            .sustain-section .sus-main:hover .bg-images {
                transform: translateY(0) scale(1.1);
            }

                .sustain-section .sus-main:hover .bg-images img {
                    opacity: 0.4;
                }

            .sustain-section .sus-main:hover .sustainability-block p:before {
                bottom: 0;
            }

    .sustain-section .sus-main {
        /* BG Images */
    }

        .sustain-section .sus-main .bg-images {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            z-index: 0;
            transform: translateY(0) scale(1);
            transition: ease all 0.6s;
        }

            .sustain-section .sus-main .bg-images img {
                border-radius: 0;
                min-height: 100%;
                min-width: 100%;
                position: relative;
                height: 100%;
                max-width: 100%;
                opacity: 1;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                transition: ease all 0.6s;
            }

    .sustain-section .sus-main {
        /* ---------------------------------------------------------
     TEXT BLOCK
  --------------------------------------------------------- */
    }

        .sustain-section .sus-main .sustainability-block {
            position: relative;
            display: block;
            padding: 3rem;
            z-index: 2;
            transition: all 0.6s ease;
        }

            .sustain-section .sus-main .sustainability-block h3 {
                color: #fff;
                font-size: 1.6rem;
            }

                .sustain-section .sus-main .sustainability-block h3 a {
                    color: #fff;
                }

                    .sustain-section .sus-main .sustainability-block h3 a:hover {
                        color: #c3c3c3;
                    }

            .sustain-section .sus-main .sustainability-block p {
                margin-top: 3rem;
                color: #fff;
                min-height: 72px;
                width: 70%;
                position: relative;
                padding-left: 20px;
            }

                .sustain-section .sus-main .sustainability-block p:before {
                    content: "";
                    position: absolute;
                    left: -20px;
                    height: 100%;
                    width: 5px;
                    background: #fff;
                    bottom: -250px;
                    transition: ease all 0.5s;
                }

.sustain-section {
    /* ---------------------------------------------------------
     REPORT BLOCK (IF USED)
  --------------------------------------------------------- */
}

    .sustain-section .sus-report {
        position: relative;
        display: block;
    }

    .sustain-section .sus-r-title {
        font-size: 1.4rem;
        font-weight: 300;
        margin-bottom: 2rem;
    }

        .sustain-section .sus-r-title span {
            display: block;
            font-weight: 600;
        }

    .sustain-section .sus-btn {
        width: 100%;
        bottom: 20px;
        left: 0;
    }

        .sustain-section .sus-btn a {
            color: #fff;
        }

            .sustain-section .sus-btn a:hover {
                color: #fff;
                text-decoration: underline;
            }

.newsroom-section {
    background: #fff;
    /* Breadcrumb */
}

    .newsroom-section .heading {
        color: var(--purple-color-code);
        font-size: 32px;
        font-weight: 700;
        font-family: AdaniSemiBold;
    }

    .newsroom-section .custom-breadcrumb {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
    }

        .newsroom-section .custom-breadcrumb a {
            color: #000;
            text-decoration: none;
            font-weight: 400;
        }

            .newsroom-section .custom-breadcrumb a:hover {
                text-decoration: underline;
            }

        .newsroom-section .custom-breadcrumb .separator {
            font-size: 18px;
            color: #777;
            margin-top: -2px;
        }

        .newsroom-section .custom-breadcrumb .current {
            color: #000;
            font-weight: 500;
        }

.newsroom-section {
    /* Dropdown Row */
}

    .newsroom-section #yearDropdown {
        width: 25%;
        padding: 8px 18px;
        background: white;
        border: 1px solid #8e278f;
        color: #000;
        appearance: auto !important;
    }

        .newsroom-section #yearDropdown option {
            background: #fff;
            color: #000;
        }

.newsroom-section {
    /* Year Title */
}

    .newsroom-section .year-title {
        margin-top: 20px;
        font-weight: 600;
    }

.newsroom-section {
    /* Horizontal Line */
}

    .newsroom-section .line {
        height: 2px;
        background: #1c4e8c;
        margin: 8px 0 18px 0;
    }

.newsroom-section {
    /* Release Cards */
}

    .newsroom-section .release-card {
        background: #fff;
        border: 2px solid #e5e5e5;
        padding: 20px;
        border-radius: 1rem;
        margin-bottom: 18px;
        cursor: pointer;
        transition: 0.25s ease;
    }

        .newsroom-section .release-card:hover {
            transform: scale(1.01);
            border-color: #9c9c9c;
        }

.custom-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

    .custom-breadcrumb a {
        color: #000;
        text-decoration: none;
    }

    .custom-breadcrumb .separator {
        color: #777;
    }

    .custom-breadcrumb .current {
        font-weight: 500;
    }

/* Title */
.article-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #1d1d1d;
}

/* Bullets */
.article-list {
    margin: 20px 0;
    padding-left: 22px;
}

    .article-list li {
        margin-bottom: 8px;
        font-size: 16px;
    }

/* Article Content */
.article-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 18px;
    color: #222;
}

.article-content strong {
    font-weight: 700;
}

.vision-commitment-section {
    background: #f5f5f5;
}

    .vision-commitment-section .vision-title-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .vision-commitment-section .vision-title {
        font-size: 24px;
        font-weight: 600;
        color: #1d1d1d;
        border-left: 5px solid #8e278f;
        padding-left: 1.5rem;
    }

    .vision-commitment-section .vision-text {
        font-size: 16px;
        line-height: 1.7;
        color: #444;
        padding-left: 1.5rem;
    }

.vision-commitment-section {
    /* ---------- CAROUSEL SIDE ---------- */
}

    .vision-commitment-section .commitment-carousel {
        width: 100%;
    }

    .vision-commitment-section .vision-block {
        margin-top: 45px;
    }

    .vision-commitment-section .commitment-slide {
        position: relative;
        width: 100%;
        min-height: 260px;
        overflow: hidden;
        background-image: url("/media/team-huddle.jpg");
        background-size: cover;
        background-position: center;
        color: #fff;
    }

@media (min-width: 992px) {
    .vision-commitment-section .commitment-slide {
        min-height: 320px;
    }

    .vision-commitment-section .commitment-carousel {
        width: 50vw;
    }
}

.vision-commitment-section {
    /* Optional different bg for slide 2 example */
}

    .vision-commitment-section .commitment-slide--two {
        background-image: url("/media/team-huddle-2.jpg");
    }

    .vision-commitment-section .commitment-overlay {
        position: absolute;
        inset: 0;
    }

    .vision-commitment-section .commitment-content {
        position: relative;
        z-index: 2;
        max-width: 520px;
        padding: 45px;
        text-align: left;
    }

@media (max-width: 767.98px) {
    .vision-commitment-section .commitment-content {
        padding: 18px;
    }
}

.vision-commitment-section .commitment-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
    border-left: 5px solid #fff;
    padding-left: 1rem;
}

.vision-commitment-section .commitment-text {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.vision-commitment-section {
    /* ---------- CUSTOM CONTROLS ---------- */
}

    .vision-commitment-section .commitment-controls {
        position: absolute;
        z-index: 3;
        left: 15%;
        top: 60%;
        transform: translateX(-50%);
        display: flex;
        gap: 4rem;
    }

/* Small screens */
@media (max-width: 767px) {
    .vision-commitment-section .commitment-controls {
        left: 20%;
    }
}

@media (max-width: 575.98px) {
    .vision-commitment-section .commitment-controls {
        bottom: 16px;
        gap: 12px;
    }
}

.vision-commitment-section .ctrl-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

    .vision-commitment-section .ctrl-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
    }

    .vision-commitment-section .ctrl-btn:active {
        transform: scale(0.97);
    }

.vision-commitment-section .ctrl-icon {
    font-size: 18px;
    line-height: 1;
    color: #333;
}

.vision-commitment-section {
    /* ---------- RESPONSIVE ---------- */
}

@media (max-width: 991.98px) {
    .vision-commitment-section .vision-commitment-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .vision-commitment-section .vision-block {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .vision-commitment-section .vision-title {
        font-size: 22px;
    }

    .vision-commitment-section .commitment-heading {
        font-size: 22px;
    }

    .vision-commitment-section .commitment-slide {
        min-height: 240px;
    }
}

/* ========= CAROUSEL SLIDE TRANSITION ========= */
.commitment-carousel .carousel-item {
    transition: transform 0.7s ease-in-out;
}

    /* Required so Bootstrap correctly performs sliding */
    .commitment-carousel .carousel-item-next,
    .commitment-carousel .carousel-item-prev,
    .commitment-carousel .carousel-item.active {
        display: block;
    }

/* Prevent fade if accidentally enabled */
.commitment-carousel.carousel-fade .carousel-item {
    opacity: 1 !important;
}

/* Background image inside HTML */
.slide-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* VERY IMPORTANT */
    object-position: center;
}

/* Dark overlay */
.commitment-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.commitment-content {
    position: relative;
    z-index: 3;
    padding: 40px;
}

.commitment-text {
    font-size: 16px;
    line-height: 1.6;
}

/* Slider arrows */
.commitment-controls {
    position: absolute;
    left: 15%;
    top: 60%;
    z-index: 4;
    display: flex;
    gap: 16px;
}

.ctrl-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ctrl-icon {
    font-size: 18px;
}

/* SLIDE TRANSITION */
.commitment-carousel .carousel-item {
    transition: transform 0.7s ease-in-out;
}

.vision-commitment-section .vision-block {
    padding-left: 10px;
}

@media (max-width: 992px) {
    .vision-commitment-section .col-lg-5 {
        margin-bottom: 30px;
    }
}

.vision-commitment-section {
    overflow-x: hidden;
}

.media-popup iframe {
    height: 50vh;
}

.popupSwiper {
    height: 100%;
}

    .popupSwiper .swiper-slide iframe,
    .popupSwiper .swiper-slide video {
        width: 100%;
        object-fit: contain;
    }


.accordion-button::after {
    filter: invert(1);
}

.zone-item {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #000;
    padding-left: 3rem;
    margin-bottom: 0px !important;
}

    .zone-item::after {
        content: "→";
        font-size: 20px;
    }

    .zone-item:hover {
        color: #00bcd4;
    }

.map-pin.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.map-pin.active {
    transform: scale(1.3);
    z-index: 5;
}

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.back-btn--soft {
    padding: 6px 12px;
    border-radius: 6px;
    background: #f5f7fa;
    border: 1px solid #e1e5ea;
    color: #1f3a5f;
}

    .back-btn--soft:hover {
        background: #e9eff6;
        border-color: #cfd8e3;
    }

.back-icon {
    font-size: 16px;
}

.accordion-button:not(.collapsed) {
    background-color: #0d6efd !important;
    color: #fff !important;
    box-shadow: none;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    }

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230d6efd' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.accordion-button {
    color: black !important;
}

.bg-gray {
    background: #ebebeb;
}

.b-o-director img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.b-o-director {
    aspect-ratio: 7 / 6;
    overflow: hidden;
}

.directors-tile .card {
    border: none;
}

.directors-tile .card-body {
    min-height: 110px;
}

a:link, a:visited {
    text-decoration: none;
    text-decoration: none;
}


.directors-tile .title-color {
    color: #1c9d96 !important;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.viewAll {
    background-color: #505050 !important;
    border: 1px solid #000 !important;
    border-radius: 20px !important;
    padding: 8px 22px !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    transition: 0.3s;
}

#accordionView {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: var(--purple-color-code);
}

.no-media-message {
    color: #666;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
