 
 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hero section Css Start  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
 .hero-section {
    padding-top: 40px;
    position: relative;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 50px;
    align-items: end;
}
.hero-content {
    max-width: 920px;
}
.hero-subscribe-wrap {
    margin-bottom: 50px;
    max-width: 624px;
}
form#heroSubscribeForm {
    display: flex;
    align-items: center;
    gap: 20px;
}
.subscribe-form input {
    background: #ffffff;
    border: 1px solid #e2dcd2;
    border-radius: 9999px;
    padding: 6px 20px;
    box-shadow: 0 2px 10px rgba(9, 31, 54, 0.03);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: calc(100% - 206px);
    min-height: 50px;
}
.subscribe-input {
    flex: 1;
    min-width: 0;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #042C53B2;
}
.subscribe-input::placeholder {
    color: #9aa8b8;
}
.subscribe-btn {
    background-color: #D07F10;
    color: #F7F4EF;
    text-transform: uppercase;
    padding: 9px 20px;
    border-radius: 9999px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: Inter;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    border: none;
    letter-spacing: 1%;
    text-align: center;
    min-height: 50px;
}
.subscribe-btn:hover {
    background-color: #AF680B;
    transform: scale(1.02);
}
.subscribe-btn-icon {
    display: none;
}
.subscribe-feedback {
    display: none;
    font-size: 12px;
    margin-top: 6px;
    padding-left: 16px;
    color: #10b981;
    font-weight: 600;
}
.hero-eyebrow {
    text-transform: uppercase;
    color: #D07F10;
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 21%;
}
.hero-title {
    color: #042C53;
    margin: 10px 0;
    font-family: Outfit;
    font-weight: 800;
    font-size: 70px;
    line-height: 130%;
    letter-spacing: 1%;
    text-transform: uppercase;
}
.hero-description {
    color: #042C53CC;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1%;
}
.hero-media {
    display: flex;
    justify-content: flex-end;
}
.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 650px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(9, 31, 54, 0.08);
    background: #e8dfd2;
}
.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-image-wrapper:hover .hero-img {
    transform: scale(1.03);
}
@media (max-width: 1199px) {
    .newsletters-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero-title {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .hero-content {
        padding-right: 0;
    }
    .hero-image-wrapper {
        max-width: 100%;
        height: 380px;
    }
}
@media (max-width: 767px) {
    .hero-section {
        padding: 24px 0 36px 0;
    }
    .hero-subscribe-wrap {
        margin: 0 24px;
    }
    .subscribe-form {
        background: #ffffff;
        border: 1px solid #e2dcd2;
        border-radius: 9999px;
        padding: 4px 6px 4px 18px;
        display: flex;
        align-items: center;
    }
    .subscribe-btn-text {
        display: none;
    }
    .subscribe-btn-icon {
        display: block;
        color: #ffffff;
    }
    .subscribe-btn {
        width: 38px;
        height: 38px;
        min-width: 38px;
        padding: 0;
        border-radius: 50%;
        background-color: #D07F10;
    }
    .hero-eyebrow {
        font-size: 12px;
        letter-spacing: 1.8px;
        margin-bottom: 12px;
    }
    .hero-title {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 16px;
    }
    .hero-description {
        font-size: 13.5px;
        line-height: 1.65;
        max-width: 100%;
    }
    .hero-image-wrapper {
        height: 260px;
        border-radius: 24px;
        max-width: 100%;
        margin-top: 10px;
    }
}
 
 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Hero section Css End  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
 
 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Home Page Css Start  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ---------- SAND HERO SECTION Start css ---------- */

.sand-hero {
    background: var(--section-bg);
    position: relative;
    width: 100%;
    min-height: 565px;
    overflow: hidden;
    padding: 108px 0 0;
}

.sand-container {
    position: relative;
    z-index: 5;
    min-height: 450px;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
}

.sand-content .description {
    max-width: 1030px;
    width: 100%;
}

.sand-content {
    position: relative;
    z-index: 10;
}

.sand-content .hero-title {
    margin-bottom: 10px;
}

.sand-buttons {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
}

.sand-stats {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 270px;
    margin-top: -17px;
    max-width: 661px;
    margin-left: auto;
}

.stat-card {
    position: absolute;
    width: 100%;
    max-width: 280px;
    padding: 25px 10px;
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFFB2;
    border-radius: 20px;
    box-shadow: 14px 10px 27.4px 0px #00000014;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.03);
    background: #ffffff;
    box-shadow:
        0 18px 35px rgba(50, 42, 30, .14);
}

.stat-card h3 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.stat-card span {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--body-text);
}

/* Card positions */

.stat-1 {
    top: 0;
    left: 60px;
}

.stat-2 {
    top: 65px;
    right: 0;
}

.stat-3 {
    left: 0;
    top: 40%;
}

.stat-4 {
    right: 50px;
    bottom: 62px;
}

.sand-layer {
    position: absolute;
    left: -5%;
    bottom: -35px;
    width: 110%;
    height: 160px;

    background:
        linear-gradient(180deg,
            #dfbd86 0%,
            #d5ad70 45%,
            #e1bd88 100%);

    border-radius: 50% 50% 0 0 / 25% 25% 0 0;
}

.bottom-wave .hero-wave {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
    position: relative;
}

.bottom-wave {
    position: relative;
    padding: 0 0 142px;
}

.wave-shadow {
    position: absolute;
    width: 100%;
    height: 277px;
    object-fit: fill;
    bottom: 0;
}

@media(max-width: 1440px) {
    .stat-card {
        width: 100%;
        max-width: 235px;
    }
}

@media(max-width: 1365px) {
    .stat-2 {
        top: 26%;
        right: 0;
    }
}

@media(max-width: 1199px) {
    .sand-hero .hero-title {
        font-weight: 800;
        font-size: 48px;
        line-height: 130%;
    }

    .stat-card {
        width: 100%;
        max-width: 200px;
    }

    .stat-card h3 {
        font-size: 38px;
        line-height: 100%;
    }

    .stat-3 {
        left: 0;
        top: 34%;
    }

    .bottom-wave .hero-wave {
        max-height: 270px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .sand-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .sand-stats {
        margin: 0 auto;
    }

    .stat-card {
        width: 100%;
        max-width: 266px;
    }

    .stat-2 {
        top: 5%;
        right: 0;
    }

    .stat-3 {
        left: 0;
        top: 54%;
    }

    .stat-4 {
        right: 50px;
        bottom: 0;
    }

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

    .sand-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .sand-hero {
        padding: 60px 0 0;
    }

    .stat-card h3 {
        font-size: 28px;
        line-height: 120%;
    }

    .stat-card span {
        font-size: 15px;
        line-height: 150%;
        max-width: 87px;
    }

    .stat-card {
        width: 100%;
        max-width: 150px;
        padding: 15px 10px;
    }

    .sand-stats {
        margin: 0 auto;
        max-width: 366px;
        width: 100%;
    }

    .stat-1 {
        top: 0;
        left: 38px;
    }

    .stat-2 {
        top: 20%;
        right: 0;
    }

    .stat-3 {
        left: 0;
        top: 52%;
    }

    .stat-4 {
        right: 32px;
        bottom: -41px;
    }

    .bottom-wave .hero-wave {
        max-height: 270px;
        width: 100%;
        min-height: 270px;
        margin-top: -40%;
    }
}
/* ---------- SAND HERO SECTION End css ---------- */


/* ---------- Business  Operations Start css ---------- */

.business-section {
    width: 100%;
    background: var(--section-bg);
    /* padding: 0px 0px 100px; */
    overflow: hidden;
}

.business-heading {
    text-align: center;
    margin-bottom: 100px;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.business-card {
    position: relative;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

.business-card:first-child {
    padding-left: 0;
}

.business-card:last-child {
    padding-right: 0;
}

.business-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5px;
    height: 100%;
    background: #042C5326;
}

.business-image {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 420px;
    min-height: 420px;
    overflow: hidden;
    border-radius: 13px;
    background: #ddd;
}

.business-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 34, 57, 0);
    transition: background 0.4s ease;
}

.business-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.6s cubic-bezier(.2, .7, .2, 1),
        filter 0.4s ease;
}

/* Image hover */

.business-card:hover .business-image img {
    transform: scale(1.07);
    filter: saturate(1.08);
}

.business-card:hover .business-image::after {
    background: rgba(7, 34, 57, 0.08);
}

.business-content {
    padding-top: 25px;
}

.business-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
}

.business-content h3 {
    margin: 0 0 10px;
    color: var(--primary-color);
    transition: color 0.3s ease;
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 1%;
    text-transform: uppercase;
}

.business-content p {
    margin: 0 0 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1%;
    color: var(--body-text);
}

.business-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    color: #2773FF;
}

.business-link:hover {
    gap: 10px;
}

.business-link:hover span {
    transform: translate(2px, -2px);
}

.business-card {
    transition: transform 0.4s ease;
}

.business-card:hover {
    transform: translateY(-4px);
}

@media (max-width:1199px) {
    .business-card {
        padding: 0px 15px;
    }

    .business-image {
        width: 100%;
        max-height: 330px;
        min-height: 330px;
    }
}

@media (max-width:1024px) {
    .business-heading {
        margin-bottom: 50px;
    }

    .business-grid {
        grid-template-columns: 1fr 1fr;
    }

    .business-card:last-child {
        grid-column: 1 / -1;
        padding: 0;
        margin-top: 15px;
    }

    .business-grid .business-card:nth-child(2) {
        padding-right: 0 !important;
    }

    .business-grid .business-card:nth-child(2)::after {
        display: none;
    }
}

@media(max-width: 767px) {
    .business-grid {
        grid-template-columns: 1fr;
    }

    .business-card {
        padding: 30px 0 !important;
    }

    .business-card:last-child {
        margin-top: 0px;
    }

    .business-card::after,
    .business-card:not(:last-child)::after,
    .business-card:not(:first-child)::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 1.5px;
        background: #042C5326;
    }

    .business-card:first-child::after {
        display: none;
    }

    .business-card:first-child {
        padding-top: 0 !important;
    }

    .business-grid .business-card:nth-child(2)::after {
        display: block;
    }

    .business-image {
        width: 100%;
        max-height: 230px;
        min-height: 230px;
    }

    .business-location {
        font-size: 15px;
        line-height: 100%;
    }

    .business-content h3 {
        font-size: 20px;
        line-height: 100%;
    }

    .business-content p {
        font-size: 14px;
        line-height: 100%;
    }
}
/* ---------- Business  Operations End css ---------- */


/* ---------- Our Products Start css ---------- */

.product-sticky-section {
    position: relative;
    background-color: var(--section-bg);
    padding: 100px 0 150px;
}

.product-sticky-section .section-header {
    position: sticky;
    top: 0;
    text-align: center;
    padding: 50px 0 100px;
    background-color: var(--section-bg);
}

.cards-deck {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    max-width: 1444px;
    width: 100%;
    margin: auto;
}

.card-wrapper {
    position: sticky;
    top: var(--product-sticky-top, 300px);
    transition:
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.3s ease,
        opacity 0.3s ease;
    transform-origin: center top;
}
.card-wrapper:nth-child(1) {
    top: 300px;
    z-index: 1;
}

.card-wrapper:nth-child(2) {
    top: 330px;
    z-index: 2;
}

.card-wrapper:nth-child(3) {
    top: 360px;
    z-index: 3;
}

.product-card {
    position: relative;
    background: #FFFFFFB2;
    border-radius: 50px;
    border: 4px solid #FFFFFF;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1.39fr;
    align-items: center;
    padding: 40px;
    gap: 40px;
    min-height: 420px;
    transition: box-shadow 0.4s ease;
    -webkit-backdrop-filter: blur(66.19999694824219px);
    backdrop-filter: blur(66.19999694824219px);
}

.cards-deck .card-wrapper[data-card="1"] .dune-decoration svg,
.cards-deck .card-wrapper[data-card="3"] .dune-decoration svg {
    transform: scaleX(-1);
}

.product-card.reversed {
    grid-template-columns: 1.39fr 1fr;
}

.product-card.reversed .card-content {
    order: 1;
}

.product-card.reversed .card-media {
    order: 2;
}

.card-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 310px;
    max-height: 400px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #EDE8DE;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-wrapper:hover .card-media img {
    transform: scale(1.03);
}

.card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: var(--secondary-color);
}

.card-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1%;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.card-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1%;
    margin-bottom: 15px;
    color: var(--body-text);
}

.features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1%;
    color: var(--body-text);
}
.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.tag-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #042C531A;
    border-radius: 100px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    color: var(--body-text);
    transition: all 0.5s ease;
    cursor: pointer;
}

.tag-pill:hover {
    background-color: var(--primary-color);
    color: #FFFFFF
}

.card-content .btn {
    width: fit-content;
}

.dune-decoration {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.dune-decoration.bottom-right {
    bottom: -23px;
    right: -46px;
}

.dune-decoration.bottom-center {
    bottom: 0;
    left: 36%;
    width: 385px;
    z-index: 0;
}

.dune-decoration svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Tablets & Small Laptops (Max 1024px) */
@media (max-width: 1024px) {
    .card-wrapper:nth-child(1) {
        top: 250px;
        z-index: 1;
    }

    .card-wrapper:nth-child(2) {
         top: 275px;
        z-index: 2;
    }

    .card-wrapper:nth-child(3) {
         top: 300px;
        z-index: 3;
    }
    .product-sticky-section .section-header{
        padding: 50px 0 50px;
    }
    .product-sticky-section {
        padding: 0px 0px 100px;
    }
    .product-card,
    .product-card.reversed {
        gap: 20px;
        padding: 25px;
        min-height: 380px;
    }
    .card-media {
        min-height: 260px;
    }
}

/* Mobile & Small Tablets (Max 768px) */
@media (max-width: 767px) {
    .product-card,
    .product-card.reversed {
        grid-template-columns: 1fr;
        border-radius: 35px;
        border: 2px solid #FFFFFF;
        min-height: auto;
    }
    .card-wrapper:nth-child(1) {
        top: 170px;
        z-index: 1;
    }
    .card-wrapper:nth-child(2) {
         top: 180px;
        z-index: 2;
    }
    .card-wrapper:nth-child(3) {
         top: 190px;
        z-index: 3;
    }
    .product-card.reversed .card-media {
        order: 1;
    }
    .product-card.reversed .card-content {
        order: 2;
    }
    .card-media {
        min-height: 200px;
        max-height: 200px;
        border-radius: 20px;
    }
    .location-badge {
        font-size: 15px;
        line-height: 100%;
    }
    .card-title {
        font-size: 20px;
        line-height: 24px;
    }
    .card-description {
        font-size: 15px;
        line-height: 100%;
    }
    .dune-decoration.bottom-right {
        width: 251px;
    }

    .dune-decoration.bottom-center {
        width: 251px;
        left: auto;
        right: 0;
    }
    .dune-decoration.bottom-right {
        bottom: -15px;
        right: -22px;
    }
    .card-content .btn {
        width: 100%;
        justify-content: center;
    }
    .cards-deck .card-wrapper[data-card="2"] .dune-decoration svg {
        transform: scaleX(-1);
    }
}

/* ---------- Our Products End css ---------- */


/* ---------- Our Processing Plants Start css ---------- */

.plants-section {
    width: 100%;
    background: #ffffff;
    border-top: 3px solid #f1f1f1;
    overflow: hidden;
    padding: 60px 0;
}

.plants-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 80px;
}

.plants-heading-wrap .section-title {
    text-align: start;
}

.plants-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: start;
}

.plants-image-wrap {
    width: 100%;
    height: 414px;
    overflow: hidden;
    border-radius: 17px;
    background: #ddd;
}

.plants-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.8s cubic-bezier(.2, .8, .2, 1), filter 0.6s ease;
}

.plants-image-wrap:hover .plants-image {
    transform: scale(1.06);
    filter: saturate(1.08);
}

.plants-content {
    width: 100%;
}

.plant-tabs {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dfe4e8;
    margin-bottom: 38px;
}

.plant-tab {
    position: relative;
    flex: 1;
    padding: 0 8px 20px;
    background: transparent;
    color: #062f5b;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.25s ease;
}

.plant-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #062f5b;
    transition: width 0.3s ease;
}

.plant-tab.active::after {
    width: 100%;
}

.plant-tab:hover {
    color: #d47c00;
}

.plant-title {
    margin: 0 0 40px;
    color: #042c53;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1%;
}

.process-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 31px;
    row-gap: 63px;
    overflow: visible;
}

.process-item {
    position: relative;
    max-width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 15px;
    border: 2px solid #edbd78;
    border-radius: 14px;
    background: #ffffff;
    color: #042c53;
    z-index: 2;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.process-item:hover {
    transform: translateY(-6px);
    background: #fffaf3;
    box-shadow: 0 12px 24px rgba(4, 44, 83, 0.12);
}

.process-item:hover .process-icon {
    animation: iconFloat 0.7s ease;
}

.process-icon {
    width: 50px;
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 8px; */
    border-radius: 9px;
    background: #d47c00;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
}

.process-icon img {
    width: 30px;
    height: 30px;
    fill: currentColor;
    display: block;
}

.process-text {
    color: #042c53;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.process-item:nth-child(1)::after,
.process-item:nth-child(2)::after,
.process-item:nth-child(4)::after,
.process-item:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    width: 90%;
    height: 2px;
    background-color: #efb35f;
    transform: translateY(-50%);
    z-index: 0;
    display: block;
}

.process-item:nth-child(3)::after {
    content: "";
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #efb35f;
    transform: translateX(-50%);
    display: block;
    z-index: 0;
}

.process-item:nth-child(6)::after {
    display: none;
}

.plant-panel {
    display: none;
    animation: plantFade 0.35s ease;
}

.plant-panel.active {
    display: block;
}

@keyframes plantFade {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.motion-reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.85s ease, transform 0.85s cubic-bezier(.2, .8, .2, 1);
}

.motion-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

.motion-reveal-delay {
    transition-delay: 0.16s;
}


/* =========================================================
       TABLET
    ========================================================= */
@media (max-width: 1199px) {
    .plants-header {
        display: block;
        margin-bottom: 50px;
        text-align: center;
    }

    .plants-heading-wrap .section-title {
        text-align: center;
    }

    .plants-main {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .plants-content {
        width: 100%;
    }

    .plant-tabs {
        overflow-x: auto;
        scrollbar-width: none;
        margin-bottom: 30px;
    }

    .plant-tabs::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width:767px) {
    .plant-tab {
        font-size: 15px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .plant-title {
        font-size: 20px;
    }

    .plants-image-wrap {
        height: 174px;
    }

    .process-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 18px;

    }

    .process-item {
        width: 153px;
        height: 126px;
        padding: 20px 15px;
        flex-direction: column;
        gap: 15px;
        margin: 0 auto;
    }

    .process-text {
        font-size: 17px;
        line-height: 100%;
    }

    .process-item:nth-child(1) {
        order: 1;
    }

    .process-item:nth-child(2) {
        order: 2;
    }

    .process-item:nth-child(6) {
        order: 3;
    }

    .process-item:nth-child(3) {
        order: 4;
    }

    .process-item:nth-child(5) {
        order: 5;
    }

    .process-item:nth-child(4) {
        order: 6;
    }

    .process-item::after {
        display: none;
        content: "";
    }

    .process-item:nth-child(1)::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        width: 250px;
        height: 2px;
        background: #efb35f;
        transform: translateY(-50%);
        z-index: 1;
    }

    .process-item:nth-child(2)::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #efb35f;
        transform: translateX(-50%);
        z-index: 1;
    }

    .process-item:nth-child(6)::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        width: 250px;
        height: 2px;
        background: #efb35f;
        transform: translateY(-50%);
        z-index: 1;
    }

    .process-item:nth-child(6)::after {
        display: block;
    }

    .process-item:nth-child(6)::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #efb35f;
        transform: translateX(-50%);
        z-index: 1;
    }

    .process-item:nth-child(3)::after {
        display: none;
    }

    .process-item:nth-child(5)::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        width: 250px;
        height: 2px;
        background: #efb35f;
        transform: translateY(-50%);
        z-index: 1;
    }

    .process-item:nth-child(4)::after {
        display: none;
    }
}

@media (max-width:575px) {

    .process-item:nth-child(1)::after,
    .process-item:nth-child(6)::after,
    .process-item:nth-child(5)::after {
        width: 100%;
    }
}

/* ---------- Our Processing Plants End css ---------- */


/* ---------- Who We Serve Start css ---------- */

.serve-section {
    width: 100%;
    box-sizing: border-box;
    background: #07365d;
    padding: 64px 0 62px;
    overflow: hidden;
}

.serve-header {
    max-width: 660px;
    text-align: center;
    margin: 0 auto 100px;
}

.serve-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    column-gap: 30px;
    align-items: stretch;
}

.serve-column {
    display: flex;
    flex-direction: column;
}

.serve-left {
    padding-right: 0;
}

.serve-right {
    padding-left: 0;
}

.serve-item {
    position: relative;
    flex: 1;
    max-width: 615px;
    height: 248px;
    min-height: 250px;
    padding: 40px 30px;
    gap: 20px;
    border-bottom: 1.5px solid #FFFFFF26;
    transition:
        transform 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease;
}

.serve-item.active {
    min-height: 155px;
    border: 0;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    margin-bottom: 0;
}

.serve-item:not(.active):hover {
    border-color: rgba(255, 255, 255, 0.35);
}

.serve-item.active:hover {
    background: rgba(255, 255, 255, 0.14);
}

.serve-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    color: #ffffff;
}

.serve-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.serve-item h3 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 1%;
}

.serve-item p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #F7F4EFB2;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 1%;
}

.serve-watermark {
    position: absolute;
    right: 8px;
    bottom: -5px;
    width: 90px;
    height: 90px;
    opacity: 0.12;
    color: #ffffff;
    pointer-events: none;
}

.serve-watermark img {
    width: 100%;
    height: 100%;
}

.serve-image-wrap {
    max-width: 510px;
    height: 744px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    align-self: center;
}

.serve-image-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.serve-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition:
        transform 1s cubic-bezier(.2, .8, .2, 1),
        filter 0.6s ease;
}

.serve-image-wrap:hover .serve-image {
    transform: scale(1.06);
}

.reveal,
.reveal-item,
.reveal-image {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(.2, .8, .2, 1);
}

.reveal-image {
    transform: scale(0.94);
}

.reveal.show,
.reveal-item.show {
    opacity: 1;
    transform: translateY(0);
}

.reveal-image.show {
    opacity: 1;
    transform: scale(1);
}

.serve-left .reveal-item:nth-child(1) {
    transition-delay: 0.05s;
}

.serve-left .reveal-item:nth-child(2) {
    transition-delay: 0.15s;
}

.serve-left .reveal-item:nth-child(3) {
    transition-delay: 0.25s;
}

.serve-right .reveal-item:nth-child(1) {
    transition-delay: 0.10s;
}

.serve-right .reveal-item:nth-child(2) {
    transition-delay: 0.20s;
}

.serve-right .reveal-item:nth-child(3) {
    transition-delay: 0.30s;
}

.serve-image-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.12),
            transparent);
    transform: skewX(-18deg);
    pointer-events: none;
}

.serve-image-wrap.show::after {
    animation: imageShine 1.4s ease 0.5s forwards;
}

@keyframes imageShine {
    0% {
        left: -120%;
    }

    100% {
        left: 150%;
    }
}

.serve-item:hover .serve-icon img {
    animation: iconFloat 0.7s ease;
}

@keyframes iconFloat {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px) rotate(-3deg);
    }

    100% {
        transform: translateY(0);
    }
}

/* =========================================================
   RESPONSIVE 
   ========================================================= */
@media screen and (min-width: 1200px) {
    .serve-content {
        grid-template-columns:
            minmax(0, 1fr) minmax(290px, 510px) minmax(0, 1fr);

        column-gap: 30px;
    }

    .serve-item {
        height: 155px;
        min-height: 155px;
        padding: 22px 18px;
    }

    .serve-item.active {
        height: 142px;
        min-height: 142px;
    }
}



@media screen and (min-width: 768px) and (max-width: 1199px) {
    .serve-content {
        grid-template-columns:
            minmax(0, 1fr) minmax(220px, 32%) minmax(0, 1fr);
        column-gap: 20px;

        align-items: center;
    }

    .serve-item {
        height: 155px;
        min-height: 155px;
        padding: 20px 14px;
    }

    .serve-item.active {
        height: 140px;
        min-height: 140px;
    }

    .serve-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 8px;
    }

    .serve-item h3 {
        font-size: 18px;
    }

    .serve-item p {
        font-size: 14px;
        line-height: 1.35;
    }

    .serve-image-wrap {
        width: 100%;
        height: 430px;

        border-radius: 16px;
    }
}


@media (max-width: 767px) {
    .serve-header {
        margin-bottom: 50px;
    }

    .serve-content {
        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        column-gap: 14px;
        row-gap: 0;

        width: 100%;
    }

    .serve-column {
        display: contents;
    }

    .serve-image-wrap {
        display: none;
    }

    .serve-left .serve-item:nth-child(1) {
        order: 1;
    }

    .serve-right .serve-item:nth-child(1) {
        order: 2;
    }

    .serve-left .serve-item:nth-child(2) {
        order: 3;
    }

    .serve-right .serve-item:nth-child(2) {
        order: 4;
    }

    .serve-left .serve-item:nth-child(3) {
        order: 5;
    }

    .serve-right .serve-item:nth-child(3) {
        order: 6;
    }

    .serve-item,
    .serve-item.active {
        padding: 9px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 0;
        overflow: visible;
        transform: none;
    }

    .serve-item.active {
        background: transparent;
    }

    .serve-icon {
        width: 40px;
        height: 40px;
    }

    .serve-item h3 {
        font-size: 20px;
    }

    .serve-item p {
        font-size: 15px;
    }

    .serve-watermark {
        display: none;
    }

    .reveal-item {
        opacity: 1;
        transform: translateY(0);
        transition:
            opacity 0.6s ease,
            transform 0.6s ease;
    }

    .reveal-item:not(.show) {
        opacity: 0;
        transform: translateY(15px);
    }

    .reveal-item.show {
        opacity: 1;
        transform: translateY(0);
    }

    .serve-item:hover {
        transform: none;
        background: transparent;
    }

    .serve-item.active:hover {
        background: transparent;
    }
}

/* ---------- Who We Serve End css ---------- */


/* ---------- Our  Partners Start css ---------- */

.partners-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 47%,
            rgba(226, 179, 105, 0.65) 0%,
            rgba(235, 202, 153, 0.42) 20%,
            rgba(246, 235, 216, 0.75) 46%,
            #faf9f6 78%);

    padding: 88px 25px 100px;
}

.partners-header {
    position: relative;
    z-index: 5;
    text-align: center;
    margin: 0 auto 80px;
    max-width: 540px;
}

.partners-network {
    width: 100%;

    height: 470px;

    position: relative;

    margin: 0 auto;
}

.partners-network.motion-reveal {
    transform: translateY(32px) scale(0.98);
}

.partners-network.motion-reveal.show {
    transform: translateY(0) scale(1);
}


.partner-connections {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
}

.connection-line {
    stroke: rgba(255, 255, 255, 0.72);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 5 5;
    opacity: 0;
    transition: opacity 0.4s ease,
        stroke-width 0.3s ease;
}

.partners-network.lines-visible .connection-line {
    opacity: 1;
    animation: drawLine 1.8s cubic-bezier(.2, .8, .2, 1) forwards;
}

.partners-network.lines-visible .connection-line:nth-child(2) {
    animation-delay: 0.08s;
}

.partners-network.lines-visible .connection-line:nth-child(3) {
    animation-delay: 0.16s;
}

.partners-network.lines-visible .connection-line:nth-child(4) {
    animation-delay: 0.24s;
}

.partners-network.lines-visible .connection-line:nth-child(5) {
    animation-delay: 0.32s;
}

.partners-network.lines-visible .connection-line:nth-child(6) {
    animation-delay: 0.40s;
}

.partners-network.lines-visible .connection-line:nth-child(7) {
    animation-delay: 0.48s;
}

.partners-network.lines-visible .connection-line:nth-child(8) {
    animation-delay: 0.56s;
}

.partners-network.lines-visible .connection-line:nth-child(9) {
    animation-delay: 0.64s;
}

.partners-network.lines-visible .connection-line:nth-child(10) {
    animation-delay: 0.72s;
}

.partners-network.lines-visible .connection-line:nth-child(11) {
    animation-delay: 0.80s;
}

@keyframes drawLine {

    from {
        stroke-dashoffset: 300;
    }

    to {
        stroke-dashoffset: 0;
    }

}


/* =========================================================
   CENTER PARTNER
========================================================= */

.central-partner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:
        translate(-50%, -50%) scale(0.8);
    overflow: hidden;
    max-width: 312px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 25px;
    z-index: 10;
    box-shadow:
        0 12px 30px rgba(55, 38, 15, 0.12);

    opacity: 0;

    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.4s ease;
}

.central-partner.show {
    opacity: 1;

    transform:
        translate(-50%, -50%) scale(1);
}

.central-partner:hover {
    transform:
        translate(-50%, -50%) scale(1.04);

    box-shadow:
        0 18px 40px rgba(55, 38, 15, 0.18);
}



/* =========================================================
   PARTNER CARDS
========================================================= */

.partner-card {
    position: absolute;
    width: 195px;
    height: 86px;
    opacity: 0;
    transform: translateY(18px) scale(0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.96),
            rgba(249, 245, 237, 0.95));
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow:
        0 9px 22px rgba(73, 53, 28, 0.12);
    z-index: 5;
    overflow: hidden;
    transition:
        opacity 0.9s ease,
        transform 0.7s cubic-bezier(.2, .8, .2, 1),
        box-shadow 0.35s ease;
    will-change: transform;
}

.partner-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.partner-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow:
        0 16px 30px rgba(73, 53, 28, 0.18);
}

/* LOGO */
.partner-1 {
    left: 20%;
    top: 0;
}

.partner-2 {
    left: 40.8%;
    top: 0%;
}

.partner-3 {
    right: 25%;
    top: 0;
}

.partner-4 {
    right: 5%;
    top: 20%;
}

.partner-5 {
    left: 2.8%;
    top: 27%;
}

.partner-6 {
    left: 8.5%;
    top: 60%;
}

.partner-7 {
    right: 7.5%;
    top: 50%;
}

.partner-8 {
    left: 24%;
    top: 85%;
}

.partner-9 {
    right: 22%;
    top: 80%;
}

.partner-10 {
    left: 44%;
    top: 90%;
}

.partner-card.show {
    animation:
        partnerFloat 6s ease-in-out infinite;
}

.partner-1.show {
    animation-delay: 0s;
}

.partner-2.show {
    animation-delay: -1s;
}

.partner-3.show {
    animation-delay: -2s;
}

.partner-4.show {
    animation-delay: -3s;
}

.partner-5.show {
    animation-delay: -1.5s;
}

.partner-6.show {
    animation-delay: -3.5s;
}

.partner-7.show {
    animation-delay: -2.5s;
}

.partner-8.show {
    animation-delay: -4s;
}

.partner-9.show {
    animation-delay: -1.8s;
}

.partner-10.show {
    animation-delay: -3s;
}

@keyframes partnerFloat {

    0%,
    100% {
        margin-top: 0;
    }

    50% {
        margin-top: -20px;
    }

}


.partners-network::before {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    width: 260px;
    height: 180px;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(ellipse,
            rgba(218, 168, 91, 0.22),
            transparent 70%);

    filter: blur(15px);

    z-index: 0;

    animation: centerGlow 4s ease-in-out infinite;
}

@keyframes centerGlow {

    0%,
    100% {
        opacity: 0.6;

        transform:
            translate(-50%, -50%) scale(0.95);
    }

    50% {
        opacity: 1;

        transform:
            translate(-50%, -50%) scale(1.08);
    }

}


/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media screen and (max-width: 1199px) {
    .central-partner {
        width: 178px;
        height: 77px;
        max-width: none;
        border-radius: 14px;
    }

    .partners-header {
        margin-bottom: 20px;
    }

    .partner-card {
        width: 100px;
        height: 60px;
        border-radius: 9.25px;
        border-radius: 9px;
    }
}

@media screen and (max-width: 575px) {
    .central-partner {
        width: 178px;
        height: 77px;
        max-width: none;
        border-radius: 14px;
    }

    .partners-header {
        margin-bottom: 20px;
    }

    .partner-card {
        width: 72px;
        height: 48px;
        border-radius: 9.25px;
        border-radius: 9px;
    }

    .partner-1 {
        left: 10% !important;
        top: 11% !important;
    }

    .partner-2 {
        left: 40% !important;
        top: 3% !important;
    }

    .partner-3 {
        right: 5% !important;
        top: 8% !important;
    }

    .partner-4 {
        right: 0% !important;
        top: 24% !important;
    }

    .partner-5 {
        left: 0% !important;
        top: 25% !important;
    }

    .partner-6 {
        left: -4% !important;
        top: 51% !important;
    }

    .partner-7 {
        right: -4% !important;
        top: 60% !important;
    }

    .partner-8 {
        left: 10% !important;
        top: 70% !important;
    }

    .partner-9 {
        right: 17% !important;
        top: 75% !important;
    }

    .partner-10 {
        left: 34% !important;
        top: 80% !important;
    }
}

/* ---------- Our  Partners End css ---------- */


/* ---------- Gallery Section Start css ---------- */

.operation-gallery {
    width: 100%;
    box-sizing: border-box;

    padding: 37px 0 36px;

    background: #f8f6f2;

    overflow: hidden;
}

.gallery-header {
    text-align: center;
    margin-bottom: 80px;
}


.gallery-grid {
    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    grid-template-rows:
        265px 265px;

    gap: 15px;
}

.gallery-item {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    border-radius: 15px;

    background: #dedbd5;

    cursor: pointer;

    isolation: isolate;
}


.gallery-tall {
    grid-column: 2;

    grid-row: 1 / 3;
}


/* =========================================================
   IMAGES
========================================================= */

.gallery-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transform: scale(1.001);

    transition:
        transform 0.8s cubic-bezier(.2, .8, .2, 1),
        filter 0.6s ease;
}

.gallery-item:hover img {
    transform: scale(1.07);

    filter: saturate(1.05);
}

.gallery-overlay {
    position: absolute;

    inset: 0;

    z-index: 2;

    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.13));

    opacity: 0;

    transition: opacity 0.4s ease;

    pointer-events: none;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item::after {
    content: "";

    position: absolute;

    z-index: 4;

    top: 0;
    left: -120%;

    width: 65%;
    height: 100%;

    background:
        linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.20),
            transparent);

    transform: skewX(-18deg);

    pointer-events: none;
}

.gallery-item:hover::after {
    animation: galleryShine 0.9s ease forwards;
}

@keyframes galleryShine {

    0% {
        left: -120%;
    }

    100% {
        left: 150%;
    }

}

.gallery-play {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 38px;
    height: 38px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #ffffff;

    transform:
        translate(-50%, -50%) scale(1);

    z-index: 10;

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.gallery-play span {
    display: block;

    width: 0;
    height: 0;

    margin-left: 3px;

    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;

    border-left: 11px solid #777;
}

.gallery-item:hover .gallery-play {
    transform:
        translate(-50%, -50%) scale(1.12);

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.18);
}

.gallery-reveal {
    opacity: 0;

    transform:
        translateY(35px) scale(0.97);

    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(.2, .8, .2, 1);
}

.gallery-reveal.gallery-visible {
    opacity: 1;

    transform:
        translateY(0) scale(1);
}

.gallery-item-1 {
    transition-delay: 0.05s;
}

.gallery-item-2 {
    transition-delay: 0.12s;
}

.gallery-item-3 {
    transition-delay: 0.19s;
}

.gallery-item-4 {
    transition-delay: 0.26s;
}

.gallery-item-5 {
    transition-delay: 0.33s;
}

.gallery-item-6 {
    transition-delay: 0.40s;
}

.gallery-item-7 {
    transition-delay: 0.47s;
}

.gallery-lightbox {
    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 30px;

    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.88);

    opacity: 0;

    visibility: hidden;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.gallery-lightbox.active {
    opacity: 1;

    visibility: visible;
}

.gallery-lightbox-image {
    max-width: 90vw;
    max-height: 88vh;

    width: auto;
    height: auto;

    display: block;

    object-fit: contain;

    border-radius: 10px;

    transform: scale(0.92);

    transition:
        transform 0.4s cubic-bezier(.2, .8, .2, 1);
}

.gallery-lightbox.active .gallery-lightbox-image {
    transform: scale(1);
}


.gallery-close {
    position: absolute;

    top: 20px;
    right: 25px;

    width: 44px;
    height: 44px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.4);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;

    font-size: 31px;

    font-weight: 200;

    line-height: 38px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.gallery-close:hover {
    background: rgba(255, 255, 255, 0.18);

    transform: rotate(90deg);
}


/* =========================================================
   TABLET
========================================================= */
@media (max-width: 1000px) {
    .gallery-header {
        margin-bottom: 50px;
    }

    .gallery-grid {
        grid-template-columns:
            repeat(4, 240px);

        grid-template-rows:
            220px 220px;

        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .gallery-item {
        width: 240px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
    .gallery-grid {
        width: 100%;
        grid-template-columns:
            repeat(4, 276px);
        grid-template-rows:
            185px 185px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .gallery-item {
        width: 276px;
        height: 100%;
    }

    .gallery-tall {
        grid-column: 2;
        grid-row: 1 / 3;
    }

}

/* ---------- Gallery Section End css ---------- */


 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Home Page Css End  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Company Page css Start ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

        /* ---------- About Company Section Start css ---------- */

        .about-company {
            background: #F7F4EF;
            padding: 100px 0;
            position: relative;
        }

        .about__grid {
            display: grid;
            grid-template-columns: auto 45.4%;
            gap: 30px;
        }

        /* -----------------------------------------
           IMAGES MONTAGE (LEFT)
        ----------------------------------------- */

        .about__images {
            display: grid;
            grid-template-columns: 1fr 1.3fr;
            gap: 25px;
            align-items: stretch;
            height: 100%;
        }

        .about__images-col-stacked {
            display: flex;
            flex-direction: column;
            gap: 25px;
            height: 100%;
        }

        .about__image-wrap {
            border-radius: 16px;
            overflow: hidden;
            background: #EFE8DC;
            position: relative;
        }

        .about__image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 16px;
            transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .about__image-wrap:hover img {
            transform: scale(1.04);
        }

        .about__image-wrap--small {
            flex: 1;
            min-height: 250px;
        }

        .about__images-col-tall {
            height: 100%;
            display: flex;
        }

        .about__image-wrap--tall {
            width: 100%;
            height: 100%;
            min-height: 520px;
        }

        /* -----------------------------------------
           RIGHT CONTENT & STATS
        ----------------------------------------- */

        .about__right {
            display: flex;
            flex-direction: column;
        }

        .about__content {
            text-align: left;
            padding: 35px;
            background: #fff;
            border-radius: 25px;
        }

        .about__content .prefix {
            text-align: left;
            margin-bottom: 10px;
            display: inline-block;
        }

        .about__content .section-title {
            text-align: left;
            margin-bottom: 100px;
        }

        .about__description p {
            margin: 0;
            font-family: var(--body-font);
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3;
            color: var(--body-text);
        }

        .about__description p+p {
            margin-top: 18px;
        }

        /* -----------------------------------------
           STATISTICS
        ----------------------------------------- */

        .about__stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            column-gap: 25px;
            margin-top: 25px;
            flex: 1;
        }

        .about__stat-card {
            display: flex;
            flex-direction: column;
            gap: 6px;
            padding: 25px 35px;
            background: #FFFFFFBF;
            border-radius: 20px;
        }

        .about__stat-number {
            font-family: var(--font-family-heading);
            font-weight: 600;
            font-size: 50px;
            line-height: 1.2;
            color: var(--primary-color);
            margin-bottom: 52px;
        }

        .about__stat-label {
            font-family: var(--body-font);
            font-weight: 500;
            font-size: 19px;
            line-height: 1.3;
            color: var(--body-text);
            margin-top: 4px;
        }

        /* =========================================
           ABOUT COMPANY - DESKTOP (max-width: 1280px)
        ========================================= */

        @media screen and (max-width: 1280px) {
            .about__stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }

        /* =========================================
           ABOUT COMPANY - TABLET (max-width: 991px)
        ========================================= */

        @media screen and (max-width: 991px) {
            .about-company {
                padding: 60px 0;
            }

            .about__grid {
                grid-template-columns: 1fr;
            }

            .about__image-wrap--tall {
                min-height: 400px;
            }

            .about__image-wrap--small {
                min-height: 190px;
            }

            .about__content .section-title {
                font-size: 34px;
            }

            .about__stat-number {
                font-size: 44px;
            }
        }

        /* =========================================
           ABOUT COMPANY - MOBILE (max-width: 767px)
        ========================================= */

        @media screen and (max-width: 767px) {
            .about-company {
                background: #F7F4EF;
                padding: 50px 0;
            }

            .about__grid {
                display: flex;
                flex-direction: column;
            }

            /* Images */
            .about__images {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

            .about__images-col-stacked {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 12px;
                height: auto;
            }

            .about__image-wrap--small {
                min-height: 135px;
                height: 135px;
                border-radius: 16px;
            }

            .about__image-wrap--small img {
                border-radius: 16px;
            }

            .about__images-col-tall {
                width: 100%;
                height: 300px;
            }

            .about__image-wrap--tall {
                min-height: auto;
                height: 300px;
                border-radius: 18px;
            }

            .about__image-wrap--tall img {
                border-radius: 18px;
            }

            /* Content Card */
            .about__content {
                background: #FFFFFF;
                border-radius: 22px;
                padding: 25px;
            }

            .about__content .prefix {
                font-size: 13.5px;
                letter-spacing: 0.22em;
                margin-bottom: 8px;
            }

            .about__content .section-title {
                font-size: 22px;
                line-height: 1.25;
                margin-bottom: 18px;
            }

            /* Stats Cards */
            .about__stats {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
                margin-top: 20px;
            }

            .about__stat-card {
                background: #FFFFFF;
                border-radius: 20px;
                padding: 25px 18px;
            }

            .about__stat-card:nth-child(3) {
                grid-column: 1 / -1;
            }

            .about__stat-number {
                font-size: 35px;
                margin-bottom: 10px;
            }

            .about__stat-label {
                font-size: 16px;
                margin-top: 0;
            }
        }
        /* ---------- Abut Company Section End css ---------- */


        /* ---------- Our Journey SECTION Start css ---------- */

        .journey-section {
            background: #FFFFFF;
            padding: 110px 0 100px;
            position: relative;
            overflow: hidden;
        }

        .journey__grid {
            display: grid;
            grid-template-columns: minmax(0, 1.36fr) 50px minmax(0, 1.35fr);
            align-items: center;
            position: relative;
            min-height: 600px;
        }

        /* -----------------------------------------
           LEFT COLUMN (HEADING & WATERMARK YEAR)
        ----------------------------------------- */

        .journey__left {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            min-height: 560px;
            padding-right: 30px;
        }

        .journey__heading {
            text-align: left;
        }

        .journey__heading .section-title {
            text-align: left;
            max-width: 454px;
            width: 100%;
            margin-top: 10px;
        }

        .journey__year-wrap {
            margin-top: auto;
            overflow: visible;
            line-height: 0.8;
            user-select: none;
            pointer-events: none;
        }

        .journey__year {
            display: inline-block;
            font-family: var(--font-family-heading);
            font-weight: 400;
            font-size: clamp(120px, 14vw, 295px);
            line-height: 0.82;
            letter-spacing: 1%;
            color: #F6EFE6;
            transition: transform 0.35s ease, opacity 0.35s ease;
        }

        /* -----------------------------------------
           CENTER TIMELINE (LINE & MARKER)
        ----------------------------------------- */

        .journey__timeline {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            min-height: 560px;
        }

        .journey__timeline-line {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 1.5px;
            background: #EADDCF;
            transform: translateX(-50%);
            z-index: 1;
        }

        .journey__timeline-marker {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: 4px solid var(--secondary-color);
            background: #FFFFFF;
            box-shadow: 0 0 0 3px #FFFFFF;
            transform: translate(-50%, -50%);
            z-index: 2;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }

        /* -----------------------------------------
           RIGHT COLUMN (SCROLLING CARDS MASK)
        ----------------------------------------- */

        .journey__right {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            padding-left: 30px;
        }

        .journey__cards-mask {
            position: relative;
            width: 100%;
            height: 580px;
            overflow: hidden;
            /* padding: 40px 0; */
            mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 1) 82%, transparent 100%);
            -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 1) 82%, transparent 100%);
        }

        .journey__cards-track {
            display: flex;
            flex-direction: column;
            gap: 24px;
            position: relative;
            will-change: transform;
        }

        .journey__card {
            background: #FAF6F0;
            border-radius: 25px;
            padding: 30px;
            display: grid;
            grid-template-columns: 222px 1fr;
            gap: 25px;
            opacity: 0.32;
            transform: scale(0.96);
            filter: blur(0.5px);
            transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease, box-shadow 0.45s ease, background 0.3s ease;
            cursor: pointer;
            box-sizing: border-box;
        }

        .journey__card:hover {
            opacity: 0.75;
        }

        .journey__card.active {
            opacity: 1;
            transform: scale(1);
            filter: blur(0);
            background: #FBF8F3;
        }

        .journey__card-media {
            width: 222px;
            height: 182px;
            border-radius: 16px;
            overflow: hidden;
            flex-shrink: 0;
            background: #ECE6DC;
        }

        .journey__card-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
            transition: transform 0.5s ease;
        }

        .journey__card:hover .journey__card-media img {
            transform: scale(1.04);
        }

        .journey__card-content {
            display: flex;
            flex-direction: column;
        }

        .journey__card-title {
            font-family: var(--font-family-heading);
            font-weight: 700;
            font-size: 22px;
            line-height: 130%;
            color: var(--primary-color);
            margin: 0 0 7px 0;
        }

        .journey__card-desc {
            font-family: var(--body-font);
            font-weight: 400;
            font-size: 16px;
            line-height: 1.2;
            color: var(--body-text);
        }

        /* Mobile year element default hidden on desktop */
        .journey__mobile-year-wrap {
            display: none;
        }


        /* =========================================
           TABLET (max-width: 991px)
        ========================================= */

        @media screen and (max-width: 991px) {

            .journey-section {
                padding: 70px 0 60px;
            }

            .journey__grid {
                grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1.25fr);
                min-height: 520px;
            }

            .journey__left {
                min-height: 500px;
                padding-right: 15px;
            }

            .journey__title {
                font-size: 38px;
            }

            .journey__year {
                font-size: clamp(100px, 12vw, 150px);
            }

            .journey__card {
                grid-template-columns: 175px 1fr;
                gap: 20px;
                padding: 20px;
                border-radius: 18px;
            }

            .journey__card-media {
                width: 175px;
                height: 125px;
            }

            .journey__card-title {
                font-size: 17px;
            }

            .journey__card-desc {
                font-size: 15px;
            }

            .journey__cards-mask {
                height: 520px;
            }
        }


        /* =========================================
           MOBILE (max-width: 767px)
        ========================================= */

        @media screen and (max-width: 767px) {

            .journey-section {
                padding: 45px 0 35px;
            }

            .journey__grid {
                display: flex;
                flex-direction: column;
                min-height: auto;
                gap: 0;
                position: relative;
            }

            /* Left Heading at top */
            .journey__left {
                display: block;
                width: 100%;
                min-height: auto;
                padding-right: 0;
                margin-bottom: 20px;
            }


            .journey__prefix {
                font-size: 15px;
                letter-spacing: 0.22em;
                margin-bottom: 8px;
                text-align: center;
                display: block;
            }

            .journey__title {
                font-size: 24px;
                line-height: 1.25;
                max-width: 100%;
                margin: 0 auto;
                text-align: center;
            }

            /* Hide desktop year from top on mobile */
            .journey__year-wrap {
                display: none;
            }

            /* Timeline container for mobile (on left of cards) */
            .journey__timeline {
                display: block;
                position: absolute;
                top: 26%;
                bottom: 0;
                left: 10px;
                width: 2px;
                min-height: auto;
                z-index: 2;
                pointer-events: none;
                height: 60%;
            }

            .journey__timeline-line {
                top: 0;
                bottom: 0;
                left: 0;
                width: 1.5px;
                background: #EADDCF;
                transform: none;
            }

            .journey__timeline-marker {
                position: absolute;
                left: 0;
                top: 50%;
                width: 18px;
                height: 18px;
                border: 3.5px solid var(--secondary-color);
                background: #FFFFFF;
                box-shadow: 0 0 0 2.5px #FFFFFF;
                transform: translate(-50%, -50%);
                z-index: 3;
            }

            /* Right column holds the masked cards viewport */
            .journey__right {
                padding-left: 26px;
                padding-right: 4px;
                position: relative;
                width: 100%;
                box-sizing: border-box;
            }

            .journey__cards-mask {
                height: 480px;
                overflow: hidden;
                padding: 30px 0;
                mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 1) 82%, transparent 100%);
                -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 18%, rgba(0, 0, 0, 1) 82%, transparent 100%);
            }

            .journey__cards-track {
                display: flex;
                flex-direction: column;
                gap: 20px;
                position: relative;
                will-change: transform;
            }

            .journey__card {
                display: flex;
                flex-direction: column;
                align-items: stretch;
                padding: 15px;
                border-radius: 18px;
                gap: 15px;
                opacity: 0.28;
                transform: scale(0.95);
                filter: blur(0.4px);
                background: #FAF6F0;
                box-sizing: border-box;
            }

            .journey__card.active {
                opacity: 1;
                transform: scale(1);
                filter: blur(0);
                background: #FAF6F0;
            }

            .journey__card-media {
                width: 100%;
                height: 160px;
                border-radius: 12px;
            }

            .journey__card-media img {
                border-radius: 12px;
            }

            .journey__card-desc {
                font-size: 13px;
                line-height: 1.48;
            }

            /* Huge Watermark Year at the bottom on Mobile */
            .journey__mobile-year-wrap {
                display: block;
                text-align: center;
                margin-top: 15px;
                line-height: 0.82;
                user-select: none;
                pointer-events: none;
            }

            .journey__mobile-year {
                display: inline-block;
                font-family: var(--font-family-heading);
                font-weight: 800;
                font-size: clamp(90px, 28vw, 135px);
                line-height: 0.82;
                letter-spacing: -0.02em;
                color: #F6EFE6;
                transition: transform 0.35s ease, opacity 0.35s ease;
            }
        }
        /* ---------- Our Journey SECTION End css ---------- */


        /* ---------- OUR COMMITMENT SECTION Start css ---------- */

        .commitment-section {
            background: #F7F4EF;
            padding: 100px 0;
            position: relative;
        }

        .commitment__header {
            text-align: center;
            margin-bottom: 55px;
            padding: 0 18px;
        }

        .commitment__header .prefix {
            display: inline-block;
            margin-bottom: 12px;
            letter-spacing: 0.21em;
        }

        .commitment__header .section-title {
            margin: 0;
            font-size: 50px;
            letter-spacing: 0.01em;
        }

        .commitment__strip {
            background: #FFFFFF8C;
            width: 100%;
        }

        .commitment__grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            width: 100%;
        }

        .commitment__card {
            padding: 45px 40px;
            background: #FFFFFF8C;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: relative;
            transition: background 0.3s ease;
        }

        .commitment__card:not(:last-child) {
            border-right: 1px solid #042C5326;
        }

        .commitment__icon {
            width: 70px;
            height: 70px;
            border-radius: 20px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 3px 4px 18.4px 0px #5C5C5C1A;
            color: var(--primary-color);
            margin-bottom: 50px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .commitment__icon img {
            transition: transform 0.3s ease;
        }

        .commitment__card:hover .commitment__icon {
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(4, 44, 83, 0.12);
        }

        .commitment__card:hover .commitment__icon img {
            transform: translate(2px, -2px);
        }

        .commitment__card-title {
            font-family: var(--font-family-heading);
            font-weight: 500;
            font-size: 30px;
            line-height: 130%;
            color: var(--primary-color);
            margin: 0 0 15px 0;
        }

        .commitment__card-desc {
            font-family: var(--body-font);
            font-size: 19px;
            line-height: 1.5;
            color: var(--body-text);
            margin: 0;
        }

        /* =========================================
           COMMITMENT - TABLET (max-width: 991px)
        ========================================= */

        @media screen and (max-width: 991px) {
            .commitment-section {
                padding: 70px 0;
            }

            .commitment__header {
                margin-bottom: 40px;
            }

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

            .commitment__grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .commitment__card {
                padding: 38px 28px;
            }

            .commitment__card:nth-child(1) {
                border-right: 1px solid #042C5314;
                border-bottom: 1px solid #042C5314;
            }

            .commitment__card:nth-child(2) {
                border-bottom: 1px solid #042C5314;
                border-right: none;
            }

            .commitment__card:nth-child(3) {
                border-right: 1px solid #042C5314;
                border-bottom: none;
            }

            .commitment__card:nth-child(4) {
                border: none;
            }
        }

        /* =========================================
           COMMITMENT - MOBILE (max-width: 767px)
        ========================================= */

        @media screen and (max-width: 767px) {
            .commitment-section {
                padding: 50px 0 45px;
            }

            .commitment__header {
                margin-bottom: 30px;
            }

            .commitment__header .prefix {
                font-size: 15px;
                margin-bottom: 8px;
                letter-spacing: 0.22em;
            }

            .commitment__header .section-title {
                font-size: 26px;
                line-height: 1.25;
            }

            .commitment__strip .page-width {
                padding: 0;
            }

            .commitment__grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .commitment__card {
                padding: 30px 15px;
            }

            .commitment__card:nth-child(1) {
                border-right: 1px solid #042C5314;
                border-bottom: 1px solid #042C5314;
            }

            .commitment__card:nth-child(2) {
                border-bottom: 1px solid #042C5314;
                border-right: none;
            }

            .commitment__card:nth-child(3) {
                border-right: 1px solid #042C5314;
                border-bottom: none;
            }

            .commitment__card:nth-child(4) {
                border: none;
            }

            .commitment__icon {
                width: 50px;
                height: 50px;
                border-radius: 14px;
                margin-bottom: 64px;
                box-shadow: 3px 4px 18.4px 0px #5C5C5C1A;

            }

            .commitment__icon img {
                width: 30px;
                height: 30px;
            }

            .commitment__card-title {
                font-size: 20px;
                margin-bottom: 12px;
            }

            .commitment__card-desc {
                font-size: 16px;
            }
        }

        /* ---------- OUR COMMITMENT SECTION End css ---------- */





        /* ---------- WHY CHOOSE SECTION Start css ---------- */

        .why-choose {
            background: #F7F4EF;
            padding: 0 0 100px;
            position: relative;
        }

        .why-choose__card {
            max-width: 1525px;
            width: 100%;
            margin: 0 auto;
            background: linear-gradient(180.09deg, rgba(208, 127, 16, 0.25) -63.62%, rgba(247, 244, 239, 0.25) 99.92%);
            border: 2px solid #FFFFFF;
            border-radius: 32px;
            padding: 50px;
            box-shadow: 0 8px 30px rgba(4, 44, 83, 0.03);
        }

        .why-choose__grid {
            display: grid;
            grid-template-columns: 1.37fr 0.85fr;
            column-gap: 100px;
            align-items: center;
        }

        /* -----------------------------------------
           LEFT (HEADING & IMAGE)
        ----------------------------------------- */

        .why-choose__left {
            display: flex;
            flex-direction: column;
            text-align: left;
        }

        .why-choose__left .prefix {
            text-align: left;
            display: inline-block;
            margin-bottom: 12px;
            letter-spacing: 0.18em;
        }

        .why-choose__left .section-title {
            text-align: left;
            margin-bottom: 50px;
        }

        .why-choose__image {
            width: 100%;
            height: 274px;
            border-radius: 16px;
            overflow: hidden;
            background: #E5D9C4;
        }

        .why-choose__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
            transition: transform 0.5s ease;
        }

        .why-choose__card:hover .why-choose__image img {
            transform: scale(1.03);
        }

        /* -----------------------------------------
           RIGHT (CHECKLIST)
        ----------------------------------------- */

        .why-choose__right {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
        }

        .why-choose__list {
            display: flex;
            flex-direction: column;
            gap: 25px;
            margin: 0;
            padding: 0;
        }

        .why-choose__item {
            display: flex;
            align-items: center;
            gap: 12px;
            transition: transform 0.25s ease;
        }


        .why-choose__check {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--secondary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 2px 8px rgba(208, 127, 16, 0.25);
        }

        .why-choose__text {
            font-family: var(--body-font);
            font-weight: 600;
            font-size: 24px;
            line-height: 1.2;
            color: var(--body-text);
            letter-spacing: 1%;
        }

        /* =========================================
           WHY CHOOSE - TABLET (max-width: 991px)
        ========================================= */

        @media screen and (max-width: 991px) {
            .why-choose {
                padding: 0 0 70px;
            }

            .why-choose__card {
                padding: 50px 30px;
                border-radius: 28px;
            }

            .why-choose__grid {
                grid-template-columns: 1fr;
                row-gap: 35px;
            }

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

            .why-choose__image {
                height: 220px;
            }
        }

        /* =========================================
           WHY CHOOSE - MOBILE (max-width: 767px)
        ========================================= */

        @media screen and (max-width: 767px) {
            .why-choose {
                padding: 0 0 50px;
            }

            .why-choose__card {
                padding: 50px 20px;
                border-radius: 40px;
            }

            .why-choose__grid {
                display: flex;
                flex-direction: column;
                gap: 24px;
            }

            .why-choose__left {
                text-align: center;
            }

            .why-choose__left .prefix {
                font-size: 15px;
                letter-spacing: 0.22em;
                text-align: center;
                display: block;
                margin-bottom: 8px;
            }

            .why-choose__left .section-title {
                text-align: center;
                font-size: 22px;
                line-height: 1.25;
                margin: 0 auto 20px;
            }

            .why-choose__image {
                height: 180px;
                border-radius: 16px;
            }

            .why-choose__image img {
                border-radius: 16px;
            }

            .why-choose__list {
                gap: 20px;
            }

            .why-choose__text {
                font-size: 14.5px;
            }

            .why-choose__check {
                width: 16px;
                height: 16px;
            }

            .why-choose__check svg {
                width: 10px;
                height: 10px;
            }
        }

        /* ---------- WHY CHOOSE SECTION End css ---------- */


                /* ---------- WHO WE WORK WITH SECTION Start css ---------- */

:root {
  --www-border-color: rgba(255, 255, 255, 0.15);
}

.who-we-work-with-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 32px 120px;
  background-color: #042C53;
  background-image: radial-gradient(ellipse 900px 750px at 86% 0%,
      rgba(208, 127, 16, 0.48) 0%,
      rgba(208, 127, 16, 0.36) 22%,
      rgba(208, 127, 16, 0.22) 44%,
      rgba(208, 127, 16, 0.08) 68%,
      rgba(4, 44, 83, 0) 100%);
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

.who-we-work-with-section .www-glow-orange,
.who-we-work-with-section .www-glow-white {
  display: none;
}

.who-we-work-with-section .www-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.www-header {
  text-align: center;
  margin-bottom: 100px;
}

.www-subtitle {
  display: inline-block;
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 21%;
  margin-bottom: 10px;
}

.who-we-work-with-section .section-title,
.who-we-work-with-section .www-title {
  color: rgba(247, 244, 239, 1);
}

.www-title-br {
  display: block;
}

/* 3x2 Grid Layout (Desktop >= 1024px) */
.www-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 48px;
  column-gap: 0;
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Individual Card */
.www-card {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

/* Desktop Column 1 (Left) */
.www-card--col-1 {
  padding-right: 52px;
  padding-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* Desktop Column 2 (Center) */
.www-card--col-2 {
  padding-left: 52px;
  padding-right: 52px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* Desktop Column 3 (Right) */
.www-card--col-3 {
  padding-left: 52px;
  padding-right: 0;
  border-right: none;
}

/* Card Content Wrapper */
.www-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Icon Container */
.www-card__icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 23px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.www-card__icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
  display: block;
}

/* Card Title */
.www-card__title {
  color: rgba(247, 244, 239, 1);
  font-family: var(--font-family-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1%;
  margin: 0 0 5px 0;
}

/* Card Description */
.www-card__desc {
  color: rgba(247, 244, 239, 0.7);
  font-size: 16px;
  margin: 0;
  max-width: 380px;
}

/* Horizontal Divider Line */
.www-card__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 36px;
}

/* On Desktop (3 columns): Only row 1 items (cards 1, 2, 3) show the divider */
.www-card .www-card__divider {
  display: none;
}

.www-card:nth-child(1) .www-card__divider,
.www-card:nth-child(2) .www-card__divider,
.www-card:nth-child(3) .www-card__divider {
  display: block;
}

/* Interactive Hover Feedback */
.www-card:hover .www-card__icon-wrapper {
  transform: translateY(-3px) scale(1.06);
  filter: drop-shadow(0 4px 14px rgba(208, 127, 16, 0.45));
}

.www-card:hover .www-card__title {
  color: #FFFFFF;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================================================== */

/* Tablets (768px to 1023px) */
@media screen and (max-width: 1023px) {
  .who-we-work-with-section {
    padding: 70px 24px 80px;
    background-color: #042C53;
    background-image: radial-gradient(ellipse 600px 500px at 85% 5%,
        rgba(208, 127, 16, 0.45) 0%,
        rgba(208, 127, 16, 0.30) 25%,
        rgba(208, 127, 16, 0.14) 50%,
        rgba(208, 127, 16, 0.03) 75%,
        rgba(4, 44, 83, 0) 100%);
    background-repeat: no-repeat;
  }

  .www-header {
    margin-bottom: 48px;
  }

  .www-subtitle {
    font-size: 14.5px;
    letter-spacing: 0.24em;
    margin-bottom: 14px;
  }

  .www-title {
    font-size: clamp(22px, 4.5vw, 34px);
    line-height: 1.25;
    max-width: 600px;
  }

  /* 2 Columns Grid Layout */
  .www-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
    column-gap: 0;
  }

  /* Reset 3-column styles */
  .www-card--col-1,
  .www-card--col-2,
  .www-card--col-3 {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }

  /* Odd cards -> Left Column */
  .www-card:nth-child(odd) {
    padding-right: 24px;
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* Even cards -> Right Column */
  .www-card:nth-child(even) {
    padding-left: 24px;
    padding-right: 0;
    border-right: none;
  }

  .www-card__icon-wrapper {
    margin-bottom: 18px;
  }

  .www-card__title {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .www-card__desc {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .www-card__divider {
    margin-top: 24px;
  }

  /* In 2-column mode: Rows 1 & 2 (Cards 1, 2, 3, 4) have dividers; Row 3 (Cards 5, 6) DO NOT */
  .www-card:nth-child(1) .www-card__divider,
  .www-card:nth-child(2) .www-card__divider,
  .www-card:nth-child(3) .www-card__divider,
  .www-card:nth-child(4) .www-card__divider {
    display: block !important;
  }

  .www-card:nth-child(5) .www-card__divider,
  .www-card:nth-child(6) .www-card__divider {
    display: none !important;
  }
}

/* Mobile Screens (< 768px) */
@media screen and (max-width: 767px) {
  .who-we-work-with-section {
    padding: 46px 14px 54px;
    min-height: auto;
    background-color: #042C53;
    background-image: radial-gradient(ellipse 380px 300px at 90% 5%,
        rgba(208, 127, 16, 0.45) 0%,
        rgba(208, 127, 16, 0.28) 30%,
        rgba(208, 127, 16, 0.12) 55%,
        rgba(208, 127, 16, 0.03) 75%,
        rgba(4, 44, 83, 0) 100%);
    background-repeat: no-repeat;
  }

  .www-header {
    margin-bottom: 32px;
  }

  .www-subtitle {
    font-size: 13px;
    letter-spacing: 0.22em;
    margin-bottom: 10px;
  }

  .www-title {
    font-size: 20px;
    line-height: 1.25;
    max-width: 310px;
    margin: 0 auto;
  }

  .www-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 22px;
  }

  .www-card:nth-child(odd) {
    padding-right: 12px;
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .www-card:nth-child(even) {
    padding-left: 12px;
    padding-right: 0;
    border-right: none;
  }

  .www-card__icon-wrapper {
    width: 36px;
    height: 34px;
    margin-bottom: 12px;
  }

  .www-card__icon {
    width: 32px;
    height: 32px;
  }

  .www-card__title {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 6px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .www-card__desc {
    font-size: 11.5px;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.72);
  }

  .www-card__divider {
    margin-top: 16px;
  }

  .www-card:nth-child(1) .www-card__divider,
  .www-card:nth-child(2) .www-card__divider,
  .www-card:nth-child(3) .www-card__divider,
  .www-card:nth-child(4) .www-card__divider {
    display: block !important;
  }

  .www-card:nth-child(5) .www-card__divider,
  .www-card:nth-child(6) .www-card__divider {
    display: none !important;
  }
}
        /* ---------- WHO WE WORK WITH SECTION End css ---------- */

        /* =========================================
           OPERATIONAL STRENGTH SECTION START HERE
        ========================================= */

        .operational-strength {
            background: #F7F4EF;
            padding: 100px 0 110px;
            position: relative;
            overflow: hidden;
        }

        .operational-strength__header {
            text-align: center;
            margin-bottom: 70px;
        }

        .operational-strength__header .prefix {
            text-align: center;
            display: inline-block;
            margin-bottom: 12px;
            letter-spacing: 0.21em;
        }

        .operational-strength__header .section-title {
            text-align: center;
            margin: 0;
            font-size: 50px;
            line-height: 1.25;
        }

        .operational-strength__slider-wrap {
            position: relative;
            width: 100%;
        }

        /* Continuous horizontal white line behind the badges */
        .operational-strength__slider-wrap::before {
            content: "";
            position: absolute;
            top: 37px;
            left: -100vw;
            right: -100vw;
            height: 3px;
            background: #FFFFFF;
            pointer-events: none;
        }

        .operational-strength__splide {
            position: relative;
            width: 100%;
        }

        .operational-strength__splide .splide__track {
            overflow: hidden;
            position: relative;
            padding: 10px 0 15px;
            cursor: grab;
            user-select: none;
            -webkit-user-select: none;
            touch-action: pan-y;
        }

        .operational-strength__splide .splide__track:active {
            cursor: grabbing;
        }

        .operational-strength__splide .splide__list {
            align-items: flex-start;
            will-change: transform;
        }

        .operational-strength__step {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            user-select: none;
            -webkit-user-select: none;
            flex-shrink: 0;
        }

        .operational-strength__badge {
            width: 58px;
            height: 58px;
            border-radius: 14px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-family-heading);
            font-weight: 800;
            font-size: 20px;
            line-height: 1;
            color: var(--primary-color);
            margin: 0 auto 24px;
            position: relative;
            z-index: 2;
            box-shadow: 0 4px 18px rgba(4, 44, 83, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: default;
        }

        .operational-strength__step:hover .operational-strength__badge {
            transform: translateY(-3px);
            box-shadow: 0 8px 24px rgba(4, 44, 83, 0.12);
        }

        .operational-strength__label {
            font-family: var(--body-font);
            font-weight: 600;
            font-size: 16px;
            line-height: 1.35;
            color: var(--primary-color);
            text-align: center;
            margin: 0;
            max-width: 200px;
        }

        /* =========================================
           OPERATIONAL STRENGTH - TABLET (max-width: 991px)
        ========================================= */

        @media screen and (max-width: 991px) {
            .operational-strength {
                padding: 70px 0 80px;
            }

            .operational-strength__header {
                margin-bottom: 50px;
            }

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

            .operational-strength__badge {
                width: 52px;
                height: 52px;
                font-size: 18px;
                margin-bottom: 20px;
                transition: none;
            }

            .operational-strength__slider-wrap::before {
                top: 35px;
            }

            .operational-strength__label {
                font-size: 15px;
            }
        }

        /* =========================================
           OPERATIONAL STRENGTH - MOBILE (max-width: 767px)
        ========================================= */

        @media screen and (max-width: 767px) {
            .operational-strength {
                padding: 50px 0 60px;
            }

            .operational-strength__header {
                margin-bottom: 35px;
            }

            .operational-strength__header .prefix {
                font-size: 15px;
                letter-spacing: 0.22em;
                margin-bottom: 8px;
            }

            .operational-strength__header .section-title {
                font-size: 26px;
                line-height: 1.25;
            }

            .operational-strength__slider-wrap::before {
                top: 33px;
            }

            .operational-strength__badge {
                width: 48px;
                height: 48px;
                border-radius: 12px;
                font-size: 18px;
                margin-bottom: 18px;
                transition: none;
            }

            .operational-strength__label {
                font-size: 14px;
                line-height: 1.35;
            }
        }

        /* =========================================
           OPERATIONAL STRENGTH SECTION END HERE
        ========================================= */
   

 /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Company Page css End ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Product Page start Css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body.drawer-open {
  overflow: hidden;
}

/* ==========================================================================
   Main Section & Product Cards - 100% Pixel Perfect & Fully Responsive
   ========================================================================== */
.sand-products-section {
  width: 100%;
  background-color: #f7f3eb;
  padding: 50px 0;
}

.sand-products-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.sand-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}

/* Image Wrapper */
.sand-card__image-wrap {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(4, 44, 83, 0.08);
  aspect-ratio: 16 / 11;
  background-color: #e8e2d5;
}

.sand-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sand-card:hover .sand-card__image {
  transform: scale(1.03);
}

/* Content Area */
.sand-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

/* Location Tag */
.sand-card__location {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family-heading);
  gap: 8px;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.sand-card__location-icon {
  width: 16px;
  height: 16px;
  fill: var(--secondary-color);
  flex-shrink: 0;
}

/* Title on sand card */
.sand-card__title {
  text-align: left !important;
  font-family: var(--font-family-heading) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: var(--primary-color) !important;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Description Text */
.sand-card__desc {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--body-text);
  margin-bottom: 28px;
  text-align: left;
}

/* View Details Pill Button */
.sand-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 100px;
}

.sand-card__btn-icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.6;
  transition: transform 0.25s ease;
}


.sand-card__btn:hover .sand-card__btn-icon {
  transform: translate(2px, -2px);
}

/* slider  */
.splide__track {
  padding-right: 40px;
}

/* Tablet view (768px - 991px) */
@media (min-width: 768px) {
  .sand-products-section {
    padding: 70px 0;
  }

  .sand-products-container {
    padding: 0 28px;
    gap: 68px;
  }

  .sand-card {
    gap: 32px;
  }

  .sand-card__image-wrap {
    border-radius: 28px;
    aspect-ratio: 16 / 10;
  }

  .sand-card__title {
    font-size: 32px !important;
  }

  .sand-card__desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

/* Desktop Alternating layout (>= 992px) */
@media (min-width: 992px) {
  .sand-products-section {
    padding: 90px 0;
  }

  .sand-products-container {
    padding: 0 32px;
    gap: 84px;
  }

  .sand-card {
    flex-direction: row;
    align-items: center;
    gap: 56px;
  }

  /* Reversed: Content Left, Image Right */
  .sand-card.reverse {
    flex-direction: row-reverse;
  }

  .sand-card__image-wrap {
    flex: 1 1 50%;
    max-width: 50%;
    aspect-ratio: 4 / 3;
    border-radius: 34px;
  }

  .sand-card__content {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 16px;
  }

  .sand-card__location {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .sand-card__title {
    font-size: 40px !important;
    margin-bottom: 14px;
  }

  .sand-card__desc {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 36px;
  }

  .sand-card__btn {
    font-size: 15px;
    padding: 14px 28px;
  }
}

/* Large Screens (>= 1400px) */
@media (min-width: 1400px) {
  .sand-products-section {
    padding: 110px 0;
  }

  .sand-products-container {
    gap: 96px;
  }

  .sand-card {
    gap: 68px;
  }

  .sand-card__title {
    font-size: 44px !important;
  }

  .sand-card__desc {
    font-size: 18px;
  }
}

/* ==========================================================================
   Backdrop Overlay with Smooth Blur & Fade
   ========================================================================== */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(4, 44, 83, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
  z-index: 999;
}

.drawer-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ==========================================================================
   Product Details Slide-Over Drawer
   - Desktop: Slide from right with rounded left corners
   - Mobile: Slide from bottom with rounded top corners (Bottom Sheet)
   ========================================================================== */
.product-drawer {
  position: fixed;
  background-color: #ffffff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -15px 0 45px rgba(4, 44, 83, 0.22);
}

/* Mobile Default: Bottom-sheet slide-up with top rounded corners */
@media (max-width: 767px) {
  .product-drawer {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 48px);
    height: calc(100dvh - 48px);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translate3d(0, 100%, 0);
  }

  .product-drawer.active {
    transform: translate3d(0, 0, 0);
  }
}

/* Desktop: Right slide-over with left rounded corners */
@media (min-width: 768px) {
  .product-drawer {
    top: 0;
    right: 0;
    bottom: 0;
    width: 52vw;
    max-width: 820px;
    height: 100vh;
    height: 100dvh;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: translate3d(100%, 0, 0);
  }

  .product-drawer.active {
    transform: translate3d(0, 0, 0);
  }
}

/* Drawer Header */
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 32px 16px;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .drawer-header {
    padding: 18px 20px 14px;
  }
}

.drawer-header__title {
  font-family: var(--font-family-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: -0.01em;
  margin: 0;
}

@media (min-width: 768px) {
  .drawer-header__title {
    font-size: 26px;
  }
}

.drawer-header__close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--primary-color);
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, opacity 0.2s;
}

.drawer-header__close-btn:hover {
  opacity: 0.75;
  transform: scale(1.08);
}

.drawer-header__close-btn svg {
  width: 22px;
  height: 22px;
}

/* Drawer Scrollable Body */
.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 32px 36px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .drawer-body {
    padding: 16px 20px 24px;
  }
}

/* ==========================================================================
   Splide Slider Gallery Customization - Silky Smooth Drag & Touch
   ========================================================================== */
.product-splide {
  margin-bottom: 8px;
  position: relative;
}

.product-splide .splide__track {
  padding: 4px 0;
  cursor: grab;
}

.product-splide .splide__track:active {
  cursor: grabbing;
}

.product-splide .splide__slide {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1.25 / 1;
  background-color: #f1f5f9;
}

.product-splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  pointer-events: none;
}

/* Splide Progress Bar */
.product-splide .splide__progress {
  background: #e2e8f0;
  height: 3.5px;
  border-radius: 100px;
  margin-top: 10px;
  overflow: hidden;
}

.product-splide .splide__progress__bar {
  background: var(--primary-color);
  height: 3.5px;
  border-radius: 100px;
  transition: width 200ms ease;
  width: 35%;
}

/* ==========================================================================
   Product Summary / Action Header
   ========================================================================== */
.drawer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .drawer-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 14px;
  }
}

.drawer-summary__meta {
  flex: 1;
}

.drawer-product-title {
  font-family: var(--font-family-heading);
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .drawer-product-title {
    font-size: 24px;
  }
}

.drawer-meta-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .drawer-meta-badges {
    gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.drawer-meta-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #556272;
  font-weight: 500;
  font-size: 13px;
}

.drawer-pin-icon {
  width: 20px;
  height: 20px;
  fill: #556272;
  flex-shrink: 0;
}

.drawer-pin-icon_txt {
  font-family: var(--font-family-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2%;
}

.drawer-meta-availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(24, 195, 30, 1);
  font-weight: 500;
  font-size: 16px;
}

.drawer-check-circle-icon {
  width: 15px;
  height: 15px;
  fill: #20B957;
  flex-shrink: 0;
}

/* Desktop Quote Action */
.drawer-summary__action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.drawer-quote-btn {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  padding: 11px 24px !important;
  letter-spacing: 0.5px;
}

.drawer-quote-btn.full-width {
  width: 100%;
  justify-content: center;
  padding: 14px 20px !important;
  font-size: 13.5px !important;
}

.drawer-moq-text {

  font-family: var(--font-family-heading);
  font-size: 16px;
  color: rgba(4, 44, 83, 0.7);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2%;
}

/* Divider */
.drawer-divider {
  border: none;
  height: 1px;
  background-color: #f1f5f9;
  margin: 16px 0 22px;
}

/* Grid Layout (Left Content vs Right Method Card) */
.drawer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .drawer-grid {
    grid-template-columns: 1.35fr 1fr;
    align-items: start;
    gap: 32px;
  }
}

/* Sections inside left column */
.drawer-section {
  margin-bottom: 24px;
}

.drawer-section__heading {
  font-family: var(--font-family-heading);
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  line-height: 1;
}

.drawer-section__text {
  font-family: var(--font-family-heading);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1%;
  color: rgba(4, 44, 83, 0.7);
}

@media (max-width: 767px) {
  .drawer-section__text {
    font-size: 13.5px;
  }
}

/* Usage Pills */
.drawer-usage-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.usage-pill {
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  background-color: #ffffff;
  border: 1px solid rgba(4, 44, 83, 0.1);
  padding: 8px 15px;
  border-radius: 100px;
  transition: all 0.2s ease;
}

/* Service Checklist */
.drawer-service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 100%;
  letter-spacing: 2%;
}

.service-item .check-icon {
  width: 15px;
  height: 15px;
  fill: #20B957;
  flex-shrink: 0;
}

/* Method of Processing Card (Right Column) */
.drawer-method-box {
  background-color: rgba(247, 244, 239, 1);
  border-radius: 20px;
  padding: 19px;
  height: 420px;
  width: 311px;

}

.drawer-method-box__title {
  font-family: var(--font-family-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 100%;
}

/* Vertical Timeline */
.drawer-timeline {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin: 0;
}

/* Connected vertical line */
.drawer-timeline::before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 8px;
  left: 3.5px;
  width: 1.5px;
  background-color: #cbd5e1;
}

.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 46px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -20px;
  width: 8.5px;
  height: 8.5px;
  border-radius: 50%;
  background-color: var(--primary-color);
  z-index: 2;
  flex-shrink: 0;
}

.timeline-label {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 100%;
  letter-spacing: 1%;
}

/* Mobile Bottom Sticky Bar */
.drawer-bottom-bar {
  padding: 14px 20px 14px;
  background-color: #ffffff;
  border-top: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 -4px 16px rgba(4, 44, 83, 0.06);
  flex-shrink: 0;
}

.mobile-only {
  display: flex;
}

.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: flex;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Product Page End Css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Facilities Page start Css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
 
        /* ---------- FACILITIES INFO SECTION Start css ---------- */


        .facilities-info {
            background: #F7F4EF;
            padding: 100px 0;
        }

        .facilities-info__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 60px;
            align-items: center;
        }


        /* =========================================
           LEFT CONTENT
        ========================================= */

        .facilities-info__content {
            padding-top: 0;
            text-align: left;
        }

        .facilities-info__content .section-title {
            text-align: left;
            margin-top: 10px;
        }

        /* =========================================
           RIGHT CONTENT
        ========================================= */

        .facilities-info__description {
            max-width: 838px;
            margin-left: auto;
        }

        .facilities-info__description p {
            margin: 0;
            font-family: var(--body-font);
            font-size: 18px;
            font-weight: 500;
            line-height: 1.4;
            color: var(--body-text);
        }

        .facilities-info__description p+p {
            margin-top: 20px;
        }


        /* =========================================
           TABLET
        ========================================= */

        @media screen and (max-width: 991px) {

            .facilities-info {
                padding: 60px 0;
            }

            .facilities-info__grid {
                column-gap: 40px;
            }

            .facilities-info__prefix {
                font-size: 12px;
                margin-bottom: 10px;
            }

            .facilities-info__title {
                font-size: 27px;
            }

            .facilities-info__description {
                max-width: 100%;
            }
        }


        /* =========================================
           MOBILE
        ========================================= */

        @media screen and (max-width: 767px) {

            .facilities-info {
                padding: 40px 0;
            }

            .facilities-info__grid {
                display: block;
            }

            /* Left */

            .facilities-info__content {
                margin-bottom: 40px;
            }

            .facilities-info__prefix {
                margin-bottom: 7px;

                font-size: 11px;
                line-height: 100%;
                letter-spacing: 3px;
            }

            .facilities-info__title {
                max-width: 300px;

                font-size: 18px;
                line-height: 1.18;
            }

            /* Right */

            .facilities-info__description {
                max-width: 100%;
                margin: 0;
                padding: 0;
            }

            .facilities-info__description p {
                font-size: 15px;
                line-height: 1.2;
            }

            .facilities-info__description p+p {
                margin-top: 17px;
            }
        }


        /* =========================================
           FACILITIES INFO SECTION END HERE
        ========================================= */



        /* =========================================
           FACILITY COMPARISON SECTION START HERE 
        ========================================= */

        .facility-comparison {
            background: #F7F5F1;
            padding: 34px 0 64px;
            overflow: hidden;
        }

        .facility-comparison__heading {
            text-align: center;
            margin-bottom: 100px;
        }

        .facility-comparison__heading .section-title {
            margin-top: 10px;
        }


        .facility-comparison__table-wrap {
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;

            -webkit-overflow-scrolling: touch;
            scrollbar-width: thin;
        }


        /* =========================================
           TABLE
        ========================================= */

        .facility-comparison__table {
            width: 100%;
        }


        .facility-comparison__row {
            display: grid;
            grid-template-columns:
                18% 27.33% 27.33% 27.34%;
            border-bottom: 1px solid #E4E0DB;
            padding-top: 15px;
        }

        .facility-comparison__row:first-child {
            padding-top: 0;
        }


        .facility-comparison__cell {
            display: flex;
            align-items: center;
            padding: 15px;
            font-family: var(--body-font);
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
            color: var(--primary-color);
        }


        .facility-comparison__row:not(.facility-comparison__row--header) .facility-comparison__cell:first-child {
            color: #042C53A6;
            font-weight: 400;
        }


        .facility-comparison__row--header {
            min-height: 29px;
            border-bottom: 0;
            background: #EEE9E6;
            border-radius: 15px;
            overflow: hidden;
        }

        .facility-comparison__row--header .facility-comparison__cell {
            font-family: var(--body-font);
            font-size: 25px;
            font-weight: 700;
            line-height: 1.2;
            color: var(--primary-color);
        }


        .facility-comparison__row:last-child {
            border-bottom: 0;
        }


        /* =========================================
           TABLET
        ========================================= */

        @media screen and (max-width: 991px) {

            .facility-comparison {
                padding: 30px 0 50px;
            }

            .facility-comparison__heading {
                margin-bottom: 40px;
            }

            .facility-comparison__heading .section-title {
                font-size: 23px;
            }

        }


        /* =========================================
           MOBILE
        ========================================= */

        @media screen and (max-width: 767px) {

            .facility-comparison {
                padding: 28px 0 42px;
            }

            .facility-comparison__heading {
                margin-bottom: 30px;
            }

            .facility-comparison__table {
                min-width: 700px;
            }

            .facility-comparison__row {
                grid-template-columns: 1fr 1fr 1fr 1fr;
                padding: 0;
            }

            .facility-comparison__row--header {
                min-height: 31px;
            }

            .facility-comparison__row--header .facility-comparison__cell {
                padding: 13px 15px;
                font-size: 15px;
            }

            .facility-comparison__cell {
                font-size: 15px;

            }
        }

        /* ---------- FACILITIES INFO SECTION End css ---------- */




        /* =========================================
           OPERATIONS SECTION START HERE 
        ========================================= */

        .operations-section {
            background: #ffffff;
            padding: 100px 0;
            overflow: hidden;
        }


        .operations-section__grid {
            display: grid;
            grid-template-columns: 38.8% auto;
            column-gap: 100px;
        }


        /* =========================================
           LEFT SIDE
        ========================================= */

        .operations-section__left {
            min-width: 0;
        }

        .operations-section__heading {
            margin-bottom: 50px;
        }

        .operations-section__heading .section-title {
            text-align: left;
            margin-top: 10px;
        }

        .operations-section__image {
            width: 100%;
            overflow: hidden;
            border-radius: 25px;
        }

        .operations-section__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }


        .operations-section__timelines {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 50px;
        }


        .operations-timeline__title {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px;
            background: #F7F4EF;
            border-radius: 14px;
            font-family: var(--font-family-heading);
            font-size: 22px;
            font-weight: 500;
            line-height: 1.2;
            color: var(--primary-color);

            text-align: center;
        }


        /* =========================================
           TIMELINE ITEMS
        ========================================= */

        .operations-timeline__items {
            position: relative;
            margin-top: 44px;
            padding-bottom: 0;
        }



        .operations-timeline__items::before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 7px;
            width: 2px;
            background: var(--secondary-color);
        }

        .operations-timeline__item {
            position: relative;
            display: flex;
            min-height: 110px;
            padding-left: 34px;
        }

        .operations-timeline__item:last-child {
            min-height: auto;
        }


        .operations-timeline__dot {
            position: absolute;
            left: 0;
            top: 12px;
            width: 18px;
            height: 18px;
            transform: translateY(-50%);
            border: 4px solid var(--secondary-color);
            border-radius: 50%;
            background: #ffffff;
            z-index: 2;
        }


        .operations-timeline__text {
            font-family: var(--font-family-heading);
            font-size: 20px;
            font-weight: 400;
            line-height: 1;

            color: var(--primary-color);
        }


        /* =========================================
           LARGE TABLET
        ========================================= */

        @media screen and (max-width: 1199px) {

            .operations-section {
                padding: 75px 0;
            }

            .operations-section__grid {
                grid-template-columns: 40% 60%;
                column-gap: 35px;
            }

            .operations-section__timelines {
                gap: 25px;
            }

            .operations-timeline__title {
                min-height: 50px;
                font-size: 17px;
            }

            .operations-timeline__item {
                min-height: 90px;
            }

        }


        /* =========================================
           TABLET
        ========================================= */

        @media screen and (max-width: 991px) {

            .operations-section {
                padding: 60px 0;
            }

            .operations-section__grid {
                grid-template-columns: 1fr;
                row-gap: 45px;
            }

            .operations-section__heading {
                text-align: center;
            }

            .operations-section__heading .section-title {
                text-align: center;
            }

            .operations-section__timelines {
                grid-template-columns: repeat(3, 1fr);
                gap: 25px;
            }

        }


        /* =========================================
           MOBILE
        ========================================= */

        @media screen and (max-width: 767px) {

            .operations-section {
                padding: 34px 0 40px;
            }

            .operations-section__grid {
                display: flex;
                flex-direction: column;
                gap: 50px;
            }


            .operations-section__timelines {
                display: flex;
                flex-direction: column;
                width: 100%;
                gap: 16px;
                padding: 0;
                margin: 0;
                overflow: visible;
            }

            .operations-timeline {
                width: 100%;
                min-width: 100%;
            }

            .operations-timeline__title {
                width: 100%;
                padding: 12px 15px;
                margin: 0;
                border-radius: 14px;
                font-size: 18px;
                line-height: 1.2;
                text-align: center;
            }

            .operations-timeline__items {
                position: relative;
                display: flex;
                flex-wrap: nowrap;
                width: 100%;
                margin-top: 24px;
                padding: 0;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            .operations-timeline__items::-webkit-scrollbar {
                display: none;
            }

            .operations-timeline__items::before {
                content: "";
                position: absolute;
                top: 9px;
                left: 16%;
                right: 0;
                width: calc(100% + 67%);
                height: 2px;
                background: var(--secondary-color);
                z-index: 0;
            }

            .operations-timeline__item {
                position: relative;
                flex: 0 0 33.333%;
                width: 33.333%;
                min-width: 33.333%;
                display: flex;
                flex-direction: column;
                align-items: center;
                min-height: 55px;
                padding: 0 3px;
                text-align: center;
                scroll-snap-align: start;
            }

            .operations-timeline__item:last-child {
                min-height: 55px;
            }

            .operations-timeline__dot {
                position: relative;
                left: auto;
                top: auto;
                margin: 0 0 20px;
                transform: none;
            }

        }

        @media screen and (max-width: 375px) {
            .operations-timeline__item {
                flex: 0 0 50%;
                width: 50%;
                min-width: 50%;
            }

            .operations-timeline__items::before {
                width: calc(100% + 150%);
                left: 25%;
            }
        }

        /* =========================================
           OPERATIONS SECTION END HERE 
        ========================================= */


        /* =========================================
           PURCHASING SECTION START HERE
        ========================================= */

        .purchasing-section {
            width: 100%;
            padding: 100px 24px 100px;
            background-color: #f6f3eb;
            display: flex;
            justify-content: center;
        }

        .purchasing-container {
            width: 100%;
            max-width: 1573px;
            margin: 0 auto;
        }

        .purchasing-section .section-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .purchasing-section .section-subtitle {
            margin-bottom: 12px;
            display: inline-block;
        }

        .purchasing-section .section-title {
            margin-top: 10px;
        }

        .cards-list {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .purchase-card {
            background-color: #ffffff;
            border-radius: 36px;
            padding: 50px;
            display: grid;
            grid-template-columns: 1.18fr 0.82fr;
            gap: 64px;
            align-items: start;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .purchase-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(11, 40, 71, 0.06);
        }

        .card-left {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .card-tag {
            margin-bottom: 5px;
        }

        .card-title {
            font-family: var(--font-family-heading);
            font-size: 40px;
            font-weight: 500;
            color: var(--primary-color);
            line-height: 130%;
            margin-bottom: 5px;
            letter-spacing: 1%;
        }

        .card-description {
            margin-bottom: 60px;
            max-width: 600px;
        }

        .purchase-card .btn .arrow-icon {
            width: 14px;
            height: 14px;
            transition: transform 0.25s ease;
        }

        .purchase-card .btn:hover .arrow-icon {
            transform: translate(2px, -2px);
        }

        .card-right {
            display: flex;
            flex-direction: column;
            padding-top: 4px;
        }

        .stat-block {
            display: flex;
            flex-direction: column;
        }

        .stat-label {
            font-family: var(--body-font);
            font-size: 22px;
            font-weight: 500;
            color: var(--body-text);
            margin-bottom: 4px;
            letter-spacing: 21%;
        }

        .stat-value-group {
            display: flex;
            align-items: baseline;
            gap: 12px;
            flex-wrap: wrap;
        }

        .stat-number {
            font-family: var(--font-family-heading);
            font-size: 65px;
            font-weight: 400;
            color: var(--secondary-color);
            line-height: 130%;
            letter-spacing: 1%;
        }

        .stat-unit {
            font-size: 30px;
            font-weight: 400;
            color: var(--body-text);
            line-height: 130%;
            letter-spacing: 1%;
        }

        .stat-subbadge {
            font-family: var(--font-family-heading);
            font-size: 16px;
            font-weight: 400;
            color: var(--secondary-color);
            margin-top: 8px;
            line-height: 100%;
            letter-spacing: 1%;
        }

        .stat-divider {
            width: 100%;
            height: 1px;
            background-color: #eaeff4;
            margin: 20px 0 20px;
        }

        /* =========================================
           PURCHASING SECTION - TABLET (max-width: 960px)
        ========================================= */
        @media screen and (max-width: 960px) {
            .purchase-card {
                grid-template-columns: 1fr;
                gap: 36px;
                padding: 40px 36px;
            }

            .stat-divider {
                margin: 18px 0 16px;
            }
        }

        /* =========================================
           PURCHASING SECTION - MOBILE (max-width: 767px)
        ========================================= */
        @media screen and (max-width: 767px) {
            .purchasing-section .section-header {
                margin-bottom: 50px;
            }

            .purchasing-section {
                padding: 50px 16px 70px;
            }

            .purchase-card {
                border-radius: 24px;
                padding: 25px;
                display: flex;
                flex-direction: column;
                gap: 0;
            }

            .card-left {
                display: contents;
            }

            .card-tag {
                order: 1;
            }

            .card-title {
                font-size: 20px;
                order: 2;
                margin-bottom: 10px;
            }

            .card-description {
                order: 3;
                margin-bottom: 25px;
            }

            .card-right {
                order: 4;
                margin-bottom: 40px;
            }

            .purchase-card .btn {
                font-size: 15px;
                order: 5;
                align-self: flex-start;
            }

            .stat-label {
                font-size: 14px;
            }

            .stat-number {
                font-size: 40px;
            }

            .stat-subbadge {
                font-size: 16px;
            }

            .stat-unit {
                font-size: 20px;
            }
        }

        /* =========================================
           PURCHASING SECTION END HERE
        ========================================= */



        /* =========================================
           SUPPLY NETWORK SECTION START HERE
        ========================================= */

        .supply-network-section {
            width: 100%;
            padding: 90px 24px 110px;
            background: radial-gradient(circle at 50% 30%, #073461 0%, #031c33 60%, #021424 100%);
            position: relative;
            overflow: hidden;
        }

        .supply-network-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image:
                radial-gradient(ellipse at 50% 60%, rgba(13, 83, 150, 0.25) 0%, transparent 70%),
                repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.015) 0px, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 40px),
                repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0px, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 40px);
            pointer-events: none;
        }

        .network-header {
            text-align: center;
            margin-bottom: 100px;
        }

        .network-subtitle {
            margin-bottom: 12px;
            display: inline-block;
        }

        .network-title {
            color: #FFFFFF;
            margin-top: 10px;
        }

        .network-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .plant-card {
            display: flex;
            flex-direction: column;
        }

        .plant-header-box {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(22.4px);
            border-bottom: 3px solid rgba(247, 244, 239, 0.35);
            padding: 25px 15px;
            margin-bottom: 30px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
        }

        .plant-header-box:hover {
            transform: translateY(-3px);
            border-color: rgba(255, 255, 255, 0.25);
            background: rgba(255, 255, 255, 0.08);
        }

        .plant-title-wrap {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .plant-dot {
            width: 12px;
            height: 12px;
            flex-shrink: 0;
        }

        .plant-title {
            font-family: var(--font-family-heading);
            font-size: 28px;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 120%;
            letter-spacing: 0%;
        }

        .plant-type {
            font-family: var(--font-family-heading);
            font-size: 18px;
            font-weight: 400;
            color: rgba(247, 244, 239, 0.7);
            line-height: 100%;
            letter-spacing: 1%;
        }

        .plant-locations-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding-left: 14px;
        }

        .location-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: var(--body-font);
            font-size: 16px;
            font-weight: 500;
            line-height: 100%;
            letter-spacing: 2%;
            color: #e2eeff;
            transition: transform 0.2s ease, color 0.2s ease;
        }

        .location-item:hover {
            color: #FFFFFF;
            transform: translateX(4px);
        }

        .location-icon {
            width: 15px;
            height: 17px;
            flex-shrink: 0;
        }

        /* =========================================
           SUPPLY NETWORK - TABLET (max-width: 960px)
        ========================================= */
        @media screen and (max-width: 960px) {
            .network-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }
        }

        /* =========================================
           SUPPLY NETWORK - MOBILE (max-width: 767px)
        ========================================= */
        @media screen and (max-width: 767px) {
            .supply-network-section {
                padding: 100px 0;
            }

            .network-header {
                margin-bottom: 40px;
            }

            .network-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .plant-header-box {
                padding: 20px;
                margin-bottom: 20px;
            }

            .plant-title {
                font-size: 22px;
            }

            .plant-type {
                font-size: 16px;
            }
        }

        /* =========================================
           SUPPLY NETWORK SECTION END HERE
        ========================================= */



        /* =========================================
           FAQ / ACCORDION SECTION START HERE
        ========================================= */

        .faq-section {
            width: 100%;
            padding: 150px 0;
            background-color: #f6f3eb;
            display: flex;
            justify-content: center;
        }

        .faq-container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }

        .faq-header {
            text-align: left;
            margin-bottom: 100px;
        }

        .faq-subtitle {
            display: inline-block;
        }

        .faq-title {
            margin-top: 10px;
        }

        .accordion-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .accordion-item {
            background-color: #FFFFFF;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(4, 44, 83, 0.03);
            border: 1px solid rgba(4, 44, 83, 0.06);
            transition: box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .accordion-item:hover {
            border-color: rgba(4, 44, 83, 0.15);
            box-shadow: 0 6px 18px rgba(4, 44, 83, 0.06);
        }

        .accordion-item.active {
            box-shadow: 0 8px 24px rgba(4, 44, 83, 0.08);
            border-color: rgba(4, 44, 83, 0.12);
        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 20px 15px;
            cursor: pointer;
            user-select: none;
            gap: 16px;
        }

        .accordion-heading-text {
            font-family: var(--font-family-heading);
            font-size: 20px;
            font-weight: 600;
            color: var(--primary-color);
            line-height: 100%;
            letter-spacing: 0%;
        }

        .accordion-icon {
            width: 20px;
            height: 12px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
            transform: rotate(180deg);
        }

        .accordion-item.active .accordion-icon {
            transform: rotate(0deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .accordion-inner {
            padding: 20px;
            border-top: 1px solid #f0f3f6;
        }

        .accordion-text {
            font-family: var(--body-font);
            font-size: 18px;
            font-weight: 400;
            color: var(--primary-color);
            line-height: 100%;
            letter-spacing: 0%;
        }

        /* =========================================
           FAQ / ACCORDION - MOBILE (max-width: 767px)
        ========================================= */
        @media screen and (max-width: 767px) {
            .faq-section {
                padding: 20px 16px 80px;
            }

            .faq-header {
                margin-bottom: 40px;
            }

            .accordion-header {
                padding: 18px 20px;
            }

            .accordion-heading-text {
                font-size: 15.5px;
            }

            .accordion-inner {
                padding: 0 20px 20px;
                padding-top: 14px;
            }

            .accordion-text {
                font-size: 13.5px;
            }
        }

/* ========================================= FAQ / ACCORDION SECTION END HERE========================================= */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Facilities Page start Css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */