﻿/* =========================================================
   SECTION 1: PAGE HEADER
   ========================================================= */
.warehouse-page-header {
    position: relative;
    width: 100%;
    min-height: 430px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    overflow: visible;
}

.warehouse-header-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(4,32,62,0.96) 0%, rgba(4,32,62,0.88) 30%, rgba(4,32,62,0.55) 55%, rgba(4,32,62,0.08) 100%);
}

.warehouse-page-header .container {
    position: relative;
    z-index: 2;
}

.warehouse-header-content {
    padding-top: 55px;
    padding-bottom: 125px;
    max-width: 530px;
    text-align: left;
}

.warehouse-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #d71920;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 10px;
}

.warehouse-header-content .page-title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
}

.warehouse-red-line {
    width: 45px;
    height: 4px;
    background: #e21c2a;
    border-radius: 5px;
    margin: 13px 0 9px;
}

.warehouse-header-content h4 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.warehouse-header-content p {
    max-width: 390px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.6;
}

.warehouse-header-features {
    display: flex;
    align-items: center;
    gap: 27px;
    margin-top: 22px;
}

.header-feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-feature-icon {
    width: 34px;
    height: 34px;
    border: 1px solid #d71920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    flex-shrink: 0;
}

.header-feature strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.header-feature small {
    display: block;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    white-space: nowrap;
}

.warehouse-header-stats {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1100px;
    min-height: 82px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 22px rgba(0,0,0,.15);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 8px 5px;
}

.header-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 12px;
    border-right: 1px solid #e9e9e9;
}

    .header-stat:last-child {
        border-right: 0;
    }

    .header-stat > i {
        color: #d71920;
        font-size: 25px;
        width: 30px;
        text-align: center;
    }

    .header-stat strong {
        display: block;
        color: #183b5d;
        font-size: 19px;
        line-height: 1;
        font-weight: 800;
        margin-bottom: 4px;
    }

    .header-stat span {
        display: block;
        color: #555;
        font-size: 16px;
        line-height: 1.35;
    }

@media (max-width: 991px) {
    .warehouse-page-header {
        min-height: 470px;
    }

    .warehouse-header-content {
        padding-top: 50px;
        padding-bottom: 135px;
    }

        .warehouse-header-content .page-title {
            font-size: 36px;
        }

    .warehouse-header-features {
        gap: 15px;
    }

    .warehouse-header-stats {
        width: 94%;
    }

    .header-stat {
        padding: 6px;
        gap: 5px;
    }

        .header-stat strong {
            font-size: 16px;
        }
}

@media (max-width: 767px) {
    .warehouse-page-header {
        min-height: 650px;
    }

    .warehouse-header-overlay {
        background: linear-gradient(90deg, rgba(4,32,62,.96), rgba(4,32,62,.75));
    }

    .warehouse-header-content {
        padding: 40px 20px 220px;
    }

        .warehouse-header-content .page-title {
            font-size: 32px;
        }

        .warehouse-header-content h4 {
            font-size: 16px;
        }

        .warehouse-header-content p {
            font-size: 16px;
        }

    .warehouse-header-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .warehouse-header-stats {
        bottom: -125px;
        width: 92%;
        grid-template-columns: repeat(2, 1fr);
        padding: 6px;
    }

    .header-stat {
        min-height: 60px;
    }

        .header-stat:nth-child(2), .header-stat:nth-child(4) {
            border-right: 0;
        }

        .header-stat:nth-child(3) {
            border-right: 1px solid #e9e9e9;
        }

        .header-stat span {
            font-size: 16px;
        }
}

@media (max-width: 480px) {
    .warehouse-page-header {
        min-height: 680px;
    }

    .warehouse-header-content {
        padding-left: 15px;
        padding-right: 15px;
    }

        .warehouse-header-content .page-title {
            font-size: 28px;
        }

    .warehouse-badge {
        font-size: 10px;
    }

    .warehouse-header-stats {
        bottom: -135px;
    }

    .header-stat > i {
        font-size: 17px;
        width: 25px;
    }

    .header-stat strong {
        font-size: 16px;
    }

    .header-stat span {
        font-size: 16px;
    }
}

/* =========================================================
   SECTION 2: 3PL WAREHOUSING INTRO
   ========================================================= */
.warehouse-delhi-section {
    width: 100%;
    padding: 40px 0;
    margin: 0;
    background: #ffffff;
    overflow: hidden;
}

.warehouse-delhi-container {
    width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 395px;
    margin: 0 auto;
    display: flex;
    position: relative;
    overflow: hidden;
}

.warehouse-delhi-content {
    width: 45%;
    height: auto;
    padding: 18px 30px 15px 28px;
    background: #ffffff;
    position: relative;
    z-index: 5;
    flex-shrink: 0;
}

    .warehouse-delhi-content h2 {
        margin: 0 0 12px;
        font-family: "Montserrat", sans-serif;
        font-size: 37px;
        line-height: 1.16;
        font-weight: 700;
        color: #09233f;
    }

        .warehouse-delhi-content h2 span {
            display: block;
        }

        .warehouse-delhi-content h2 strong {
            color: #d6283d;
            font-weight: 800;
        }

    .warehouse-delhi-content > p {
        margin: 0 0 10px;
        max-width: 500px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #4f5965;
    }

        .warehouse-delhi-content > p:last-child {
            margin-bottom: 0;
        }

.warehouse-delhi-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    max-width: 510px;
}

    .warehouse-delhi-info p {
        margin: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.45;
        color: #505b67;
    }

.warehouse-delhi-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d6283d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
}

.warehouse-delhi-image {
    width: 60%;
    height: auto;
    min-height: 395px;
    position: relative;
    margin-left: -5%;
    background: #d6283d;
    overflow: hidden;
    flex-shrink: 0;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 3;
}

    .warehouse-delhi-image > img {
        position: absolute;
        top: 0;
        left: 8px;
        width: calc(100% - 8px);
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center center;
        clip-path: polygon(15.5% 0%, 100% 0%, 100% 100%, 1.5% 100%);
        transform: scale(1.01);
    }

.warehouse-diagonal {
    display: none;
}

.warehouse-feature-box {
    position: absolute;
    z-index: 20;
    top: 38px;
    right: 32px;
    width: 170px;
    padding: 9px 11px;
    border-radius: 8px;
    background: #06355f;
    box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}

.warehouse-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
}

    .warehouse-feature-item:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

.feature-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 9px;
}

.warehouse-feature-item h5 {
    margin: 0 0 2px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.warehouse-feature-item p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.3;
    color: rgba(255,255,255,0.75);
}

@media (min-width: 1400px) {
    .warehouse-delhi-container {
        max-width: 1280px;
        min-height: 320px;
    }

    .warehouse-delhi-content {
        padding: 25px 40px 20px 30px;
    }

        .warehouse-delhi-content h2 {
            font-size: 30px;
        }

        .warehouse-delhi-content > p {
            font-size: 16px;
        }

    .warehouse-delhi-info p {
        font-size: 16px;
    }

    .warehouse-delhi-image {
        min-height: 320px;
    }

    .warehouse-feature-box {
        width: 185px;
        top: 40px;
        right: 35px;
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .warehouse-delhi-container {
        min-height: 295px;
    }

    .warehouse-delhi-content {
        width: 45%;
        padding: 18px 25px 15px 25px;
    }

        .warehouse-delhi-content h2 {
            font-size: 26px;
        }

        .warehouse-delhi-content > p {
            font-size: 16px;
        }

    .warehouse-delhi-info p {
        font-size: 16px;
    }

    .warehouse-delhi-image {
        width: 60%;
        min-height: 295px;
    }

    .warehouse-feature-box {
        width: 165px;
        top: 35px;
        right: 25px;
        padding: 8px 10px;
    }
}

@media (max-width: 991px) {
    .warehouse-delhi-section {
        padding-top: 30px;
    }

    .warehouse-delhi-container {
        min-height: 300px;
    }

    .warehouse-delhi-content {
        width: 47%;
        padding: 22px 20px 18px;
    }

        .warehouse-delhi-content h2 {
            font-size: 23px;
            line-height: 1.18;
        }

        .warehouse-delhi-content > p {
            font-size: 16px;
        }

    .warehouse-delhi-info {
        margin-top: 12px;
    }

        .warehouse-delhi-info p {
            font-size: 16px;
        }

    .warehouse-delhi-image {
        width: 58%;
        min-height: 300px;
        margin-left: -5%;
    }

    .warehouse-feature-box {
        width: 155px;
        top: 25px;
        right: 15px;
        padding: 8px 9px;
    }

    .warehouse-feature-item {
        gap: 7px;
        padding: 5px 0;
    }

    .feature-icon {
        width: 22px;
        min-width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .warehouse-feature-item h5 {
        font-size: 12px;
    }

    .warehouse-feature-item p {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .warehouse-delhi-section {
        padding-top: 20px;
    }

    .warehouse-delhi-container {
        width: 100%;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .warehouse-delhi-content {
        width: 100%;
        height: auto;
        padding: 25px 18px 22px;
    }

        .warehouse-delhi-content h2 {
            font-size: 24px;
            line-height: 1.2;
        }

        .warehouse-delhi-content > p {
            max-width: 100%;
            font-size: 16px;
            line-height: 1.6;
        }

    .warehouse-delhi-info {
        max-width: 100%;
        margin-top: 15px;
    }

        .warehouse-delhi-info p {
            font-size: 16px;
            line-height: 1.5;
        }

    .warehouse-delhi-icon {
        width: 35px;
        min-width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .warehouse-delhi-image {
        width: 100%;
        height: 350px;
        min-height: 350px;
        margin-left: 0;
        clip-path: none;
    }

        .warehouse-delhi-image > img {
            width: 100%;
            height: 350px;
            left: 0;
            clip-path: none;
            object-fit: cover;
            object-position: center center;
            transform: none;
        }

    .warehouse-feature-box {
        width: 220px;
        top: 20px;
        right: 15px;
        padding: 11px 12px;
    }

    .warehouse-feature-item {
        padding: 7px 0;
        gap: 8px;
    }

    .feature-icon {
        width: 26px;
        min-width: 26px;
        height: 26px;
        font-size: 10px;
    }

    .warehouse-feature-item h5 {
        font-size: 12px;
    }

    .warehouse-feature-item p {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .warehouse-delhi-content {
        padding: 22px 15px 20px;
    }

        .warehouse-delhi-content h2 {
            font-size: 21px;
        }

        .warehouse-delhi-content > p {
            font-size: 16px;
        }

    .warehouse-delhi-info p {
        font-size: 16px;
    }

    .warehouse-delhi-image {
        height: 320px;
        min-height: 320px;
    }

        .warehouse-delhi-image > img {
            height: 320px;
        }

    .warehouse-feature-box {
        width: 205px;
        right: 10px;
        top: 15px;
    }
}

@media (max-width: 360px) {
    .warehouse-delhi-content h2 {
        font-size: 20px;
    }

    .warehouse-delhi-content > p {
        font-size: 16px;
    }

    .warehouse-delhi-info p {
        font-size: 16px;
    }

    .warehouse-delhi-image {
        height: 300px;
        min-height: 300px;
    }

        .warehouse-delhi-image > img {
            height: 300px;
        }

    .warehouse-feature-box {
        width: 190px;
        right: 8px;
    }
}

/* =========================================================
   SECTION 3: ADVANTAGES & WHY CHOOSE US
   ========================================================= */
.delhi-warehouse-wrapper {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

    .delhi-warehouse-wrapper * {
        box-sizing: border-box;
    }

.delhi-warehouse-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.warehouse-why-section {
    position: relative;
    width: 100%;
    padding: 15px 0 25px;
    background: #ffffff;
}

.warehouse-why-row {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    min-height: 455px;
    gap: 30px;
}

.warehouse-why-left {
    position: relative;
    z-index: 5;
    order: 1;
    min-height: 455px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0 72px;
}

.warehouse-main-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 650px;
}

    .warehouse-main-image img {
        display: block;
        width: 100%;
        height: 390px;
        object-fit: cover;
        object-position: center;
        border-radius: 0 27px 27px 0;
        box-shadow: 0 5px 20px rgba(0,0,0,.08);
    }

.warehouse-why-left::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 48px;
    width: 92%;
    height: 80%;
    border-right: 4px solid #c91f2b;
    border-bottom: 4px solid #c91f2b;
    border-radius: 0 0 65px 0;
    z-index: 0;
}

.warehouse-3pl-badge {
    position: absolute;
    top: 17px;
    left: 16px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    background: #082541;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
}

.warehouse-3pl-text {
    text-align: center;
    line-height: 1;
}

    .warehouse-3pl-text strong {
        display: block;
        padding: 4px 8px;
        margin-bottom: 3px;
        color: #ffffff;
        background: #cf202c;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 800;
    }

    .warehouse-3pl-text span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .4px;
    }

.warehouse-3pl-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 5px;
    font-size: 12px;
}

.warehouse-bottom-card {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 10;
    min-height: 106px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 13px 15px;
    background: #092d52;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(4,30,55,.25);
}

.warehouse-bottom-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 9px;
    border-right: 1px solid rgba(255,255,255,.18);
}

    .warehouse-bottom-item:last-child {
        border-right: none;
    }

.warehouse-bottom-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 21px;
}

.warehouse-bottom-content {
    min-width: 0;
}

    .warehouse-bottom-content h6 {
        margin: 0 0 4px;
        color: #d0202c;
        font-size: 12px;
        line-height: 1.1;
        font-weight: 800;
        text-transform: uppercase;
    }

    .warehouse-bottom-content p {
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.35;
    }

.warehouse-why-right {
    position: relative;
    z-index: 5;
    order: 2;
    padding: 15px 5px 10px 20px;
}

.warehouse-why-label {
    display: block;
    width: fit-content;
    color: #b8202a;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

    .warehouse-why-label::after {
        content: "";
        display: block;
        width: 18px;
        height: 2px;
        background: #b8202a;
        margin-top: 5px;
    }

.warehouse-why-right h2 {
    margin: 0 0 9px;
    color: #092542;
    font-size: 29px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.4px;
}

    .warehouse-why-right h2 span {
        color: #c8202b;
    }

.warehouse-why-intro {
    max-width: 390px;
    margin: 0 0 12px;
    color: #5f646a;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}

.warehouse-feature-list {
    width: 100%;
    max-width: 420px;
}

.warehouse-feature {
    display: flex;
    align-items: center;
    min-height: 57px;
    padding: 5px 0;
    border-bottom: 1px solid #e4e4e4;
}

    .warehouse-feature:last-child {
        border-bottom: 0;
    }

.warehouse-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ca202d;
    background: #ffffff;
    border: 1px solid #f1d9db;
    border-radius: 50%;
    font-size: 17px;
}

.warehouse-feature-content {
    padding-right: 5px;
}

    .warehouse-feature-content h5 {
        margin: 0 0 2px;
        color: #172c43;
        font-size: 16px;
        line-height: 1.25;
        font-weight: 800;
    }

    .warehouse-feature-content p {
        margin: 0;
        color: #686d73;
        font-size: 16px;
        line-height: 1.3;
    }

.warehouse-section-divider {
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.warehouse-info-section {
    position: relative;
    width: 100%;
    padding: 45px 0 40px;
    background: #ffffff;
}

.warehouse-info-row {
    display: grid;
    grid-template-columns: 47% 53%;
    align-items: center;
    column-gap: 35px;
}

.warehouse-info-right {
    padding: 0 5px 0 0;
    order: 1;
}

.warehouse-info-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 8px;
}

.warehouse-info-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #d91f2d;
    border-radius: 4px;
    font-size: 19px;
}

.warehouse-info-right h4 {
    margin: 0;
    padding: 0;
    color: #082542;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.3px;
}

    .warehouse-info-right h4 .red {
        color: #d5212c;
    }

.warehouse-info-line {
    width: 29px;
    height: 3px;
    margin: 11px 0 15px 54px;
    background: #d5212c;
}

.warehouse-info-right p {
    margin: 0 0 15px;
    padding: 0;
    color: #555d66;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    text-align: left;
}

    .warehouse-info-right p:last-child {
        margin-bottom: 0;
    }

.facility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .facility-list li {
        position: relative;
        padding: 10px 0 10px 24px;
        color: #555d66;
        font-size: 16px;
        line-height: 1.6;
        border-bottom: 1px solid #f0f0f0;
    }

        .facility-list li:last-child {
            border-bottom: 0;
        }

        .facility-list li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 11px;
            color: #d5212c;
            font-size: 13px;
        }

        .facility-list li strong {
            color: #09233f;
            font-weight: 700;
        }

.warehouse-info-left {
    position: relative;
    min-height: 350px;
    padding: 30px 15px 25px;
    order: 2;
}

    .warehouse-info-left::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        height: 150px;
        background: #092f55;
        border-radius: 24px 0 24px 0;
        z-index: 1;
    }

    .warehouse-info-left::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 185px;
        height: 145px;
        border-right: 5px solid #d7192a;
        border-bottom: 5px solid #d7192a;
        border-radius: 0 0 28px 0;
        z-index: 1;
    }

.warehouse-info-image {
    position: relative;
    width: 100%;
    z-index: 3;
}

    .warehouse-info-image img {
        display: block;
        width: 100%;
        height: 330px;
        object-fit: cover;
        object-position: center;
        border-radius: 25px;
        border: 5px solid #ffffff;
        box-shadow: 0 3px 12px rgba(0,0,0,.08);
    }

.value-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.value-service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 3px solid #d5212c;
}

    .value-service-item i {
        color: #d5212c;
    }

    .value-service-item span {
        font-size: 14px;
        color: #092542;
        font-weight: 500;
    }

.delhi-hub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.delhi-hub-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #eef2f6;
}

    .delhi-hub-item i {
        color: #d5212c;
        flex-shrink: 0;
    }

    .delhi-hub-item span {
        font-size: 14px;
        color: #092542;
    }

@media (max-width: 991px) {
    .warehouse-why-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .warehouse-why-left {
        order: 1;
        min-height: 470px;
        padding: 0 15px 75px;
        justify-content: center;
    }

        .warehouse-why-left::before {
            right: 0;
            bottom: 48px;
            width: 92%;
            height: 80%;
            border-right: 4px solid #c91f2b;
            border-bottom: 4px solid #c91f2b;
            border-radius: 0 0 65px 0;
        }

    .warehouse-why-right {
        order: 2;
        padding: 30px 15px 20px;
    }

    .warehouse-feature-list {
        max-width: 600px;
    }

    .warehouse-main-image {
        max-width: 100%;
    }

        .warehouse-main-image img {
            height: 390px;
            border-radius: 25px;
        }

    .warehouse-bottom-card {
        left: 35px;
        right: 35px;
    }

    .warehouse-3pl-badge {
        left: 30px;
        top: 30px;
    }

    .warehouse-info-row {
        grid-template-columns: 1fr;
        row-gap: 35px;
    }

    .warehouse-info-left {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        order: 1;
    }

    .warehouse-info-right {
        padding: 0 10px;
        order: 2;
    }

        .warehouse-info-right h4 {
            font-size: 27px;
        }

        .warehouse-info-right p {
            font-size: 16px;
        }

    .value-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .delhi-hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .delhi-warehouse-container {
        padding: 0 15px;
    }

    .warehouse-why-section {
        padding: 20px 0 10px;
    }

    .warehouse-why-row {
        display: block;
        width: 100%;
    }

    .warehouse-why-left {
        position: relative;
        order: 1;
        width: 100%;
        min-height: 0;
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        overflow: visible;
    }

        .warehouse-why-left::before {
            right: 0;
            bottom: 0;
            width: 94%;
            height: 75%;
            border-right: 3px solid #c91f2b;
            border-bottom: 3px solid #c91f2b;
            border-radius: 0 0 45px 0;
            z-index: 0;
        }

    .warehouse-main-image {
        position: relative;
        width: 100%;
        max-width: none;
        z-index: 2;
        margin: 0;
    }

        .warehouse-main-image img {
            display: block;
            width: 100%;
            height: 275px;
            min-height: 275px;
            object-fit: cover;
            object-position: center;
            border-radius: 20px;
            box-shadow: 0 5px 18px rgba(0,0,0,.08);
            position: relative;
            z-index: 2;
        }

    .warehouse-3pl-badge {
        top: 20px;
        left: 20px;
        z-index: 12;
    }

    .warehouse-bottom-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 10px);
        margin: 12px auto 0;
        min-height: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 8px;
        gap: 0;
        background: #092d52;
        border-radius: 13px;
        z-index: 10;
        box-shadow: 0 7px 18px rgba(4,30,55,.22);
    }

    .warehouse-bottom-item {
        min-width: 0;
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 7px;
        padding: 7px 8px;
        border-right: 1px solid rgba(255,255,255,.18);
    }

        .warehouse-bottom-item:nth-child(2),
        .warehouse-bottom-item:nth-child(4) {
            border-right: none;
        }

        .warehouse-bottom-item:nth-child(1),
        .warehouse-bottom-item:nth-child(2) {
            border-bottom: 1px solid rgba(255,255,255,.18);
        }

        .warehouse-bottom-item:last-child {
            border-right: none;
        }

    .warehouse-bottom-icon {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .warehouse-bottom-content {
        min-width: 0;
    }

        .warehouse-bottom-content h6 {
            margin: 0 0 3px;
            font-size: 10px;
            line-height: 1.15;
        }

        .warehouse-bottom-content p {
            margin: 0;
            font-size: 12px;
            line-height: 1.25;
        }

    .warehouse-why-right {
        position: relative;
        order: 2;
        padding: 25px 5px 15px;
        z-index: 5;
    }

        .warehouse-why-right h2 {
            font-size: 25px;
            line-height: 1.15;
        }

    .warehouse-why-intro {
        font-size: 16px;
        line-height: 1.5;
    }

    .warehouse-feature {
        min-height: 55px;
    }

    .warehouse-feature-icon {
        width: 38px;
        min-width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .warehouse-feature-content h5 {
        font-size: 16px;
    }

    .warehouse-feature-content p {
        font-size: 16px;
        line-height: 1.4;
    }

    .warehouse-info-section {
        padding: 30px 0;
    }

    .warehouse-info-left {
        min-height: auto;
        padding: 25px 8px 20px;
        order: 2;
    }

        .warehouse-info-left::before {
            width: 115px;
            height: 115px;
            border-radius: 20px 0 20px 0;
        }

        .warehouse-info-left::after {
            width: 135px;
            height: 110px;
            border-width: 4px;
            border-radius: 0 0 22px 0;
        }

    .warehouse-info-image img {
        height: 270px;
        border-radius: 20px;
        border-width: 4px;
    }

    .warehouse-info-right {
        padding: 0 5px;
        order: 1;
    }

    .warehouse-info-heading {
        gap: 10px;
    }

    .warehouse-info-icon {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .warehouse-info-right h4 {
        font-size: 23px;
        line-height: 1.3;
    }

    .warehouse-info-line {
        margin-left: 46px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .warehouse-info-right p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 14px;
    }

    .facility-list li {
        font-size: 15px;
        line-height: 1.6;
        padding: 9px 0 9px 22px;
    }

    .value-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .value-service-item {
        padding: 9px 10px;
        gap: 7px;
    }

        .value-service-item span {
            font-size: 13px;
        }

    .delhi-hub-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .delhi-hub-item {
        padding: 9px 10px;
        gap: 7px;
    }

        .delhi-hub-item span {
            font-size: 13px;
        }
}

@media (max-width: 480px) {
    .delhi-warehouse-container {
        padding: 0 12px;
    }

    .warehouse-why-section {
        padding: 15px 0 5px;
    }

    .warehouse-main-image img {
        height: 235px;
        min-height: 235px;
        border-radius: 18px;
    }

    .warehouse-3pl-badge {
        top: 15px;
        left: 15px;
    }

    .warehouse-bottom-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 6px);
        margin: 10px auto 0;
        min-height: 0;
        padding: 7px;
        border-radius: 11px;
    }

    .warehouse-bottom-item {
        min-height: 68px;
        padding: 6px;
        gap: 5px;
    }

    .warehouse-bottom-icon {
        width: 29px;
        min-width: 29px;
        height: 29px;
        font-size: 16px;
    }

    .warehouse-bottom-content h6 {
        font-size: 9px;
        line-height: 1.1;
    }

    .warehouse-bottom-content p {
        font-size: 11px;
        line-height: 1.2;
    }

    .warehouse-why-right {
        padding-top: 20px;
    }

        .warehouse-why-right h2 {
            font-size: 22px;
        }

    .warehouse-why-intro {
        font-size: 16px;
        line-height: 1.55;
    }

    .warehouse-info-left {
        padding: 20px 5px 15px;
    }

        .warehouse-info-left::before {
            width: 100px;
            height: 100px;
        }

        .warehouse-info-left::after {
            width: 120px;
            height: 100px;
        }

    .warehouse-info-image img {
        height: 235px;
        border-radius: 18px;
    }

    .warehouse-info-right h4 {
        font-size: 21px;
    }

    .warehouse-info-right p {
        font-size: 16px;
        line-height: 1.6;
    }

    .facility-list li {
        font-size: 14px;
        line-height: 1.6;
    }

    .value-services-grid {
        grid-template-columns: 1fr;
    }

    .value-service-item span {
        font-size: 14px;
    }

    .delhi-hub-grid {
        grid-template-columns: 1fr;
    }

    .delhi-hub-item span {
        font-size: 14px;
    }
}

/* =========================================================
   SECTION 4: LOCATION ADVANTAGE
   ========================================================= */
.warehouse-section-4 {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
}

    .warehouse-section-4 .top-location-card {
        width: 100%;
        min-height: 235px;
        position: relative;
        display: flex;
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #eeeeee;
        border-radius: 0 0 25px 0;
    }

    .warehouse-section-4 .top-location-left {
        width: 24%;
        min-width: 24%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #eeeeee;
        background: #ffffff;
    }

    .warehouse-section-4 .section-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 115px;
        height: 70px;
        background: #c90000;
        color: #ffffff;
        font-size: 24px;
        font-weight: 800;
        display: flex;
        align-items: center;
        padding-left: 18px;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
        z-index: 5;
    }

    .warehouse-section-4 .location-icon-wrapper {
        width: 115px;
        height: 115px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 1px solid #f0dede;
        background: #ffffff;
        box-shadow: 0 0 0 8px rgba(210,0,0,0.025), 0 0 0 17px rgba(210,0,0,0.015);
    }

        .warehouse-section-4 .location-icon-wrapper::before {
            content: "";
            position: absolute;
            width: 135px;
            height: 135px;
            border-radius: 50%;
            border: 1px dashed #f1d4d4;
        }

        .warehouse-section-4 .location-icon-wrapper i {
            color: #d40000;
            font-size: 48px;
            position: relative;
            z-index: 2;
        }

    .warehouse-section-4 .decor-dots {
        position: absolute;
        width: 48px;
        height: 48px;
        background-image: radial-gradient(#df9a9a 1.4px, transparent 1.4px);
        background-size: 7px 7px;
        opacity: 0.5;
    }

    .warehouse-section-4 .dots-top {
        top: 18px;
        right: 15px;
    }

    .warehouse-section-4 .dots-bottom {
        bottom: 15px;
        left: 12px;
    }

    .warehouse-section-4 .top-location-content {
        width: 76%;
        padding: 18px 35px 18px 35px;
        position: relative;
        overflow: hidden;
    }

    .warehouse-section-4 .top-location-title {
        margin: 0;
        color: #071c36;
        font-size: 24px;
        line-height: 1.12;
        font-weight: 800;
        letter-spacing: -0.3px;
    }

        .warehouse-section-4 .top-location-title span {
            display: block;
            color: #c90000;
        }

    .warehouse-section-4 .title-line {
        width: 65px;
        height: 4px;
        background: #c90000;
        margin-top: 8px;
        margin-bottom: 12px;
        border-radius: 2px;
    }

    .warehouse-section-4 .location-list {
        width: 100%;
    }

    .warehouse-section-4 .location-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 6px;
    }

        .warehouse-section-4 .location-item:last-child {
            margin-bottom: 0;
        }

    .warehouse-section-4 .location-bullet {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-top: 1px;
        border-radius: 50%;
        background: #d40000;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

        .warehouse-section-4 .location-bullet i {
            color: #ffffff;
            font-size: 8px;
        }

    .warehouse-section-4 .location-list {
        position: relative;
    }

        .warehouse-section-4 .location-list::before {
            content: "";
            position: absolute;
            left: 9px;
            top: 12px;
            bottom: 12px;
            width: 1px;
            background: #dedede;
        }

    .warehouse-section-4 .location-text {
        margin: 0;
        color: #4c5259;
        font-size: 17px;
        line-height: 1.5;
        position: relative;
        z-index: 1;
    }

        .warehouse-section-4 .location-text strong {
            color: #c90000;
            font-weight: 800;
        }

    .warehouse-section-4 .content-decoration {
        position: absolute;
        right: -40px;
        top: -20px;
        width: 180px;
        height: 280px;
        background: linear-gradient(135deg, transparent 25%, rgba(210,0,0,0.025) 55%, rgba(210,0,0,0.055) 100%);
        transform: skewX(-18deg);
        pointer-events: none;
    }

@media (max-width: 991px) {
    .warehouse-section-4 .top-location-left {
        width: 25%;
        min-width: 25%;
    }

    .warehouse-section-4 .top-location-content {
        width: 75%;
        padding: 20px 25px;
    }

    .warehouse-section-4 .section-number {
        width: 95px;
        height: 60px;
        font-size: 21px;
    }

    .warehouse-section-4 .location-icon-wrapper {
        width: 90px;
        height: 90px;
    }

        .warehouse-section-4 .location-icon-wrapper::before {
            width: 108px;
            height: 108px;
        }

        .warehouse-section-4 .location-icon-wrapper i {
            font-size: 38px;
        }

    .warehouse-section-4 .top-location-title {
        font-size: 21px;
    }

    .warehouse-section-4 .location-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .warehouse-section-4 {
        padding: 12px 0;
    }

        .warehouse-section-4 .top-location-card {
            display: block;
            min-height: auto;
            border-radius: 0 0 18px 0;
        }

        .warehouse-section-4 .top-location-left {
            width: 100%;
            min-width: 100%;
            height: 135px;
            border-right: 0;
            border-bottom: 1px solid #eeeeee;
        }

        .warehouse-section-4 .section-number {
            width: 85px;
            height: 55px;
            font-size: 19px;
            padding-left: 14px;
        }

        .warehouse-section-4 .location-icon-wrapper {
            width: 78px;
            height: 78px;
        }

            .warehouse-section-4 .location-icon-wrapper::before {
                width: 94px;
                height: 94px;
            }

            .warehouse-section-4 .location-icon-wrapper i {
                font-size: 32px;
            }

        .warehouse-section-4 .top-location-content {
            width: 100%;
            padding: 20px 17px 22px;
        }

        .warehouse-section-4 .top-location-title {
            font-size: 20px;
            line-height: 1.2;
        }

        .warehouse-section-4 .title-line {
            margin-top: 8px;
            margin-bottom: 12px;
        }

        .warehouse-section-4 .location-item {
            gap: 9px;
            margin-bottom: 9px;
        }

        .warehouse-section-4 .location-text {
            font-size: 14px;
            line-height: 1.55;
        }

        .warehouse-section-4 .content-decoration {
            display: none;
        }
}

@media (max-width: 480px) {
    .warehouse-section-4 .top-location-left {
        height: 120px;
    }

    .warehouse-section-4 .top-location-title {
        font-size: 18px;
    }

    .warehouse-section-4 .location-text {
        font-size: 13px;
    }
}

/* =========================================================
   SECTION 5: BUILT FOR TIME-SENSITIVE MANUFACTURING
   ========================================================= */
.warehouse-section-5 {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

    .warehouse-section-5 *, .warehouse-section-5 *::before, .warehouse-section-5 *::after {
        box-sizing: border-box;
    }

    .warehouse-section-5 .secure-warehouse-card {
        width: 100%;
        min-height: 325px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        background: #ffffff;
        border: 1px solid #e6eaf0;
        border-bottom: 4px solid #064fae;
        border-radius: 0 0 22px 0;
        box-shadow: 0 3px 15px rgba(0,40,90,0.04);
    }

    .warehouse-section-5 .secure-left {
        width: 69%;
        min-width: 0;
        position: relative;
        padding: 16px 25px 15px 38px;
        z-index: 3;
    }

    .warehouse-section-5 .section-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 63px;
        background: #062c65;
        color: #ffffff;
        font-size: 23px;
        font-weight: 800;
        display: flex;
        align-items: center;
        padding-left: 17px;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
        z-index: 10;
    }

    .warehouse-section-5 .secure-title {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-left: 65px;
        font-size: 22px;
        line-height: 1.12;
        font-weight: 800;
        color: #09233f;
        letter-spacing: -0.2px;
        overflow-wrap: break-word;
        word-break: normal;
    }

        .warehouse-section-5 .secure-title span {
            display: block;
            color: #0753aa;
        }

    .warehouse-section-5 .secure-title-line {
        width: 55px;
        height: 3px;
        margin-top: 7px;
        margin-bottom: 8px;
        margin-left: 65px;
        background: #0753aa;
        border-radius: 3px;
    }

    .warehouse-section-5 .secure-description {
        width: 100%;
        max-width: 620px;
        margin: 0 0 10px 35px;
        font-size: 16px;
        line-height: 1.55;
        color: #4b535d;
        overflow-wrap: break-word;
    }

        .warehouse-section-5 .secure-description:last-of-type {
            margin-bottom: 16px;
        }

    .warehouse-section-5 .secure-benefits {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-left: 35px;
        position: relative;
        z-index: 4;
    }

    .warehouse-section-5 .benefit-box {
        flex: 1 1 145px;
        min-width: 0;
        min-height: 75px;
        padding: 7px 5px 6px;
        background: #ffffff;
        border: 1px solid #edf0f4;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,40,80,0.035);
        transition: all 0.25s ease;
        overflow: hidden;
    }

        .warehouse-section-5 .benefit-box:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0,40,80,0.08);
        }

    .warehouse-section-5 .benefit-icon {
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3px;
        flex-shrink: 0;
    }

        .warehouse-section-5 .benefit-icon i {
            color: #064fae;
            font-size: 20px;
        }

    .warehouse-section-5 .benefit-box span {
        display: block;
        width: 100%;
        color: #24384e;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
        overflow-wrap: break-word;
    }

    .warehouse-section-5 .secure-right {
        width: 31%;
        min-width: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: linear-gradient(135deg, #ffffff 15%, #f5f9ff 100%);
    }

    .warehouse-section-5 .shield-circle {
        position: absolute;
        width: 190px;
        height: 190px;
        border-radius: 50%;
        border: 1px solid rgba(6,79,174,0.12);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .warehouse-section-5 .shield-circle::before {
            content: "";
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            border: 1px dashed rgba(6,79,174,0.15);
        }

        .warehouse-section-5 .shield-circle::after {
            content: "";
            position: absolute;
            width: 115px;
            height: 115px;
            border-radius: 50%;
            border: 1px solid rgba(6,79,174,0.10);
        }

    .warehouse-section-5 .shield-icon {
        width: 115px;
        height: 130px;
        position: relative;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: drop-shadow(0 8px 8px rgba(0,45,100,0.22));
    }

        .warehouse-section-5 .shield-icon::before {
            content: "";
            position: absolute;
            width: 95px;
            height: 110px;
            background: linear-gradient(145deg, #1674d5 0%, #064da6 55%, #022f70 100%);
            clip-path: polygon(50% 0, 95% 17%, 89% 60%, 77% 79%, 50% 100%, 23% 79%, 11% 60%, 5% 17%);
            border-radius: 15px;
            box-shadow: inset 0 2px 5px rgba(255,255,255,0.35);
        }

        .warehouse-section-5 .shield-icon i {
            position: relative;
            z-index: 8;
            color: #ffffff;
            font-size: 40px;
            margin-top: -2px;
            text-shadow: 0 2px 3px rgba(0,0,0,0.15);
        }

    .warehouse-section-5 .blue-dot {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #0753aa;
        z-index: 5;
    }

    .warehouse-section-5 .dot-1 {
        top: 48px;
        right: 100px;
    }

    .warehouse-section-5 .dot-2 {
        top: 105px;
        right: 35px;
    }

    .warehouse-section-5 .dot-3 {
        bottom: 58px;
        right: 95px;
    }

    .warehouse-section-5 .gear-decoration {
        position: absolute;
        right: 28px;
        top: 28px;
        color: #6286ae;
        font-size: 17px;
        opacity: 0.55;
        z-index: 6;
    }

    .warehouse-section-5 .diagonal-shape {
        position: absolute;
        left: -35px;
        bottom: -70px;
        width: 250px;
        height: 130px;
        background: #f4f8fd;
        transform: rotate(25deg);
        z-index: 0;
    }

@media (max-width: 1199px) {
    .warehouse-section-5 .secure-left {
        width: 70%;
        padding: 16px 20px 15px 30px;
    }

    .warehouse-section-5 .secure-right {
        width: 30%;
    }

    .warehouse-section-5 .secure-title {
        font-size: 20px;
    }

    .warehouse-section-5 .secure-description {
        margin-left: 25px;
        font-size: 15px;
    }

    .warehouse-section-5 .secure-benefits {
        margin-left: 25px;
        gap: 6px;
    }

    .warehouse-section-5 .benefit-box {
        flex: 1 1 105px;
    }

        .warehouse-section-5 .benefit-box span {
            font-size: 12px;
        }

    .warehouse-section-5 .shield-circle {
        width: 165px;
        height: 165px;
    }

        .warehouse-section-5 .shield-circle::before {
            width: 135px;
            height: 135px;
        }

        .warehouse-section-5 .shield-circle::after {
            width: 105px;
            height: 105px;
        }

    .warehouse-section-5 .shield-icon {
        transform: scale(0.85);
    }
}

@media (max-width: 991px) {
    .warehouse-section-5 {
        padding: 15px 0;
    }

        .warehouse-section-5 .secure-warehouse-card {
            min-height: 0;
        }

        .warehouse-section-5 .secure-left {
            width: 68%;
            padding: 15px 15px 15px 25px;
        }

        .warehouse-section-5 .secure-right {
            width: 32%;
        }

        .warehouse-section-5 .section-number {
            width: 85px;
            height: 55px;
            font-size: 20px;
            padding-left: 13px;
        }

        .warehouse-section-5 .secure-title {
            padding-left: 55px;
            font-size: 19px;
            line-height: 1.2;
        }

        .warehouse-section-5 .secure-title-line {
            margin-left: 55px;
        }

        .warehouse-section-5 .secure-description {
            margin-left: 15px;
            font-size: 14px;
            line-height: 1.45;
        }

        .warehouse-section-5 .secure-benefits {
            width: calc(100% - 15px);
            margin-left: 15px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 6px;
        }

        .warehouse-section-5 .benefit-box {
            width: 100%;
            min-width: 0;
            min-height: 65px;
            padding: 5px 3px;
        }

            .warehouse-section-5 .benefit-box span {
                font-size: 11px;
                line-height: 1.15;
            }

        .warehouse-section-5 .benefit-icon {
            height: 22px;
        }

            .warehouse-section-5 .benefit-icon i {
                font-size: 17px;
            }

        .warehouse-section-5 .shield-circle {
            width: 145px;
            height: 145px;
        }

            .warehouse-section-5 .shield-circle::before {
                width: 120px;
                height: 120px;
            }

            .warehouse-section-5 .shield-circle::after {
                width: 95px;
                height: 95px;
            }

        .warehouse-section-5 .shield-icon {
            transform: scale(0.72);
        }

        .warehouse-section-5 .dot-1 {
            right: 70px;
        }

        .warehouse-section-5 .dot-2 {
            right: 25px;
        }

        .warehouse-section-5 .dot-3 {
            right: 65px;
        }
}

@media (max-width: 767px) {
    .warehouse-section-5 {
        width: 100%;
        padding: 12px 0;
        overflow: hidden;
    }

        .warehouse-section-5 .secure-warehouse-card {
            width: 100%;
            min-height: 0;
            display: flex;
            flex-direction: column;
            overflow: hidden;
        }

        .warehouse-section-5 .secure-left {
            width: 100%;
            min-width: 0;
            padding: 20px 17px 18px;
            position: relative;
        }

        .warehouse-section-5 .section-number {
            top: 0;
            left: 0;
            width: 80px;
            height: 52px;
            font-size: 18px;
            padding-left: 13px;
            z-index: 20;
        }

        .warehouse-section-5 .secure-title {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 38px 0 0 0;
            font-size: 20px;
            line-height: 1.25;
            letter-spacing: -0.1px;
            position: relative;
            z-index: 2;
            overflow-wrap: break-word;
            word-break: normal;
        }

            .warehouse-section-5 .secure-title span {
                display: inline;
            }

        .warehouse-section-5 .secure-title-line {
            width: 55px;
            height: 3px;
            margin: 8px 0 10px 0;
        }

        .warehouse-section-5 .secure-description {
            width: 100%;
            max-width: 100%;
            margin: 0 0 14px 0;
            font-size: 14px;
            line-height: 1.5;
            color: #4b535d;
            overflow-wrap: break-word;
        }

        .warehouse-section-5 .secure-benefits {
            width: 100%;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 7px;
            position: relative;
            z-index: 4;
        }

        .warehouse-section-5 .benefit-box {
            width: 100%;
            min-width: 0;
            min-height: 72px;
            padding: 7px 5px;
            overflow: hidden;
        }

        .warehouse-section-5 .benefit-icon {
            width: 100%;
            height: 24px;
            margin-bottom: 3px;
            flex-shrink: 0;
        }

            .warehouse-section-5 .benefit-icon i {
                font-size: 18px;
            }

        .warehouse-section-5 .benefit-box span {
            width: 100%;
            font-size: 11px;
            line-height: 1.2;
            overflow-wrap: break-word;
        }

        .warehouse-section-5 .secure-right {
            width: 100%;
            height: 190px;
            min-height: 190px;
            flex-shrink: 0;
            border-top: 1px solid #edf1f6;
        }

        .warehouse-section-5 .shield-circle {
            width: 150px;
            height: 150px;
        }

            .warehouse-section-5 .shield-circle::before {
                width: 125px;
                height: 125px;
            }

            .warehouse-section-5 .shield-circle::after {
                width: 100px;
                height: 100px;
            }

        .warehouse-section-5 .shield-icon {
            transform: scale(0.78);
        }

        .warehouse-section-5 .gear-decoration {
            right: 25px;
            top: 25px;
        }

        .warehouse-section-5 .dot-1 {
            top: 40px;
            right: 85px;
        }

        .warehouse-section-5 .dot-2 {
            top: 90px;
            right: 25px;
        }

        .warehouse-section-5 .dot-3 {
            bottom: 40px;
            right: 75px;
        }
}

@media (max-width: 480px) {
    .warehouse-section-5 {
        padding: 10px 0;
    }

        .warehouse-section-5 .secure-left {
            padding: 18px 14px 16px;
        }

        .warehouse-section-5 .section-number {
            width: 80px;
            height: 52px;
            font-size: 18px;
            padding-left: 13px;
        }

        .warehouse-section-5 .secure-title {
            width: 100%;
            padding: 38px 0 0 0;
            font-size: 18px;
            line-height: 1.25;
        }

        .warehouse-section-5 .secure-description {
            font-size: 14px;
            line-height: 1.5;
        }

        .warehouse-section-5 .secure-benefits {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 6px;
        }

        .warehouse-section-5 .benefit-box {
            min-height: 68px;
            padding: 6px 4px;
        }

            .warehouse-section-5 .benefit-box span {
                font-size: 10px;
                line-height: 1.2;
            }

        .warehouse-section-5 .secure-right {
            height: 170px;
            min-height: 170px;
        }

        .warehouse-section-5 .shield-circle {
            width: 135px;
            height: 135px;
        }

            .warehouse-section-5 .shield-circle::before {
                width: 112px;
                height: 112px;
            }

            .warehouse-section-5 .shield-circle::after {
                width: 90px;
                height: 90px;
            }

        .warehouse-section-5 .shield-icon {
            transform: scale(0.70);
        }
}

@media (max-width: 360px) {
    .warehouse-section-5 .secure-left {
        padding: 18px 12px 15px;
    }

    .warehouse-section-5 .secure-title {
        padding-top: 38px;
        font-size: 17px;
        line-height: 1.25;
    }

    .warehouse-section-5 .secure-description {
        font-size: 13px;
        line-height: 1.5;
    }

    .warehouse-section-5 .secure-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .warehouse-section-5 .benefit-box {
        min-height: 64px;
        padding: 5px 3px;
    }

        .warehouse-section-5 .benefit-box span {
            font-size: 9px;
            line-height: 1.15;
        }

    .warehouse-section-5 .benefit-icon i {
        font-size: 16px;
    }

    .warehouse-section-5 .secure-right {
        height: 155px;
        min-height: 155px;
    }

    .warehouse-section-5 .shield-circle {
        width: 125px;
        height: 125px;
    }

        .warehouse-section-5 .shield-circle::before {
            width: 104px;
            height: 104px;
        }

        .warehouse-section-5 .shield-circle::after {
            width: 83px;
            height: 83px;
        }
}

/* =========================================================
   SECTION 6: OUR STRUCTURED WAREHOUSING PROCESS
   ========================================================= */
.warehouse-section-6 {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
}

    .warehouse-section-6 .industry-main-card {
        width: 100%;
        min-height: 370px;
        position: relative;
        overflow: hidden;
        display: flex;
        background: #ffffff;
        border: 1px solid #eeeeee;
        border-bottom: 4px solid #c90000;
        border-radius: 0 0 24px 0;
        box-shadow: 0 3px 15px rgba(0,0,0,0.04);
    }

    .warehouse-section-6 .industry-left {
        width: 22%;
        min-width: 22%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #eeeeee;
        background: #ffffff;
        overflow: hidden;
    }

    .warehouse-section-6 .section-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 105px;
        height: 62px;
        background: #c90000;
        color: #ffffff;
        font-size: 23px;
        font-weight: 800;
        display: flex;
        align-items: center;
        padding-left: 17px;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
        z-index: 5;
    }

    .warehouse-section-6 .industry-icon {
        width: 112px;
        height: 112px;
        position: relative;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border: 1px solid #f1dcdc;
        box-shadow: 0 0 0 8px rgba(201,0,0,0.025), 0 0 0 16px rgba(201,0,0,0.015);
    }

        .warehouse-section-6 .industry-icon::before {
            content: "";
            position: absolute;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            border: 1px dashed #efcccc;
        }

        .warehouse-section-6 .industry-icon i {
            position: relative;
            z-index: 2;
            color: #c90000;
            font-size: 48px;
        }

    .warehouse-section-6 .decor-dots {
        position: absolute;
        width: 48px;
        height: 48px;
        background-image: radial-gradient(#df9999 1.4px, transparent 1.4px);
        background-size: 7px 7px;
        opacity: 0.5;
    }

    .warehouse-section-6 .dots-bottom {
        left: 12px;
        bottom: 15px;
    }

    .warehouse-section-6 .industry-content {
        width: 78%;
        position: relative;
        padding: 14px 35px 12px 35px;
        z-index: 2;
    }

    .warehouse-section-6 .top-dots {
        position: absolute;
        top: 12px;
        right: 18px;
        width: 55px;
        height: 55px;
        background-image: radial-gradient(#dfa0a0 1.4px, transparent 1.4px);
        background-size: 7px 7px;
        opacity: 0.45;
    }

    .warehouse-section-6 .industry-title {
        margin: 0;
        font-size: 23px;
        line-height: 1.12;
        font-weight: 800;
        color: #09233f;
        letter-spacing: -0.2px;
    }

        .warehouse-section-6 .industry-title span {
            display: block;
            color: #c90000;
        }

    .warehouse-section-6 .title-line {
        width: 58px;
        height: 3px;
        background: #c90000;
        margin-top: 7px;
        margin-bottom: 7px;
        border-radius: 3px;
    }

    .warehouse-section-6 .industry-intro {
        margin: 0 0 10px 0;
        font-size: 15px;
        line-height: 1.55;
        color: #4c525a;
    }

    .warehouse-section-6 .industry-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
        position: relative;
        z-index: 3;
    }

    .warehouse-section-6 .industry-item {
        min-height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        padding: 10px 6px;
        border: 1px solid #f0eeee;
        background: rgba(255,255,255,0.96);
        box-shadow: 0 2px 7px rgba(100,0,0,0.035);
    }

    .warehouse-section-6 .industry-item-icon {
        width: 56px;
        height: 56px;
        flex-shrink: 0;
        margin-bottom: 6px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: #ffffff;
        border: 1px solid #f0cccc;
    }

        .warehouse-section-6 .industry-item-icon::before {
            content: "";
            position: absolute;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            border: 1px dashed #f2d8d8;
        }

        .warehouse-section-6 .industry-item-icon i {
            color: #c90000;
            font-size: 20px;
            position: relative;
            z-index: 2;
        }

    .warehouse-section-6 .industry-item span {
        display: block;
        color: #303c49;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 700;
    }

    .warehouse-section-6 .industry-bottom {
        display: flex;
        align-items: flex-start;
        margin-top: 12px;
        padding-left: 4px;
        max-width: 100%;
    }

    .warehouse-section-6 .industry-bottom-line {
        width: 3px;
        min-width: 3px;
        height: 100%;
        min-height: 35px;
        background: #c90000;
        margin-right: 9px;
        border-radius: 2px;
    }

    .warehouse-section-6 .industry-bottom p {
        margin: 0;
        font-size: 15px;
        line-height: 1.6;
        color: #59616b;
    }

    .warehouse-section-6 .background-shape {
        position: absolute;
        right: -80px;
        bottom: -95px;
        width: 300px;
        height: 180px;
        background: linear-gradient(135deg, transparent 10%, rgba(201,0,0,0.025) 55%, rgba(201,0,0,0.06) 100%);
        transform: rotate(-8deg);
        pointer-events: none;
    }

@media (max-width: 991px) {
    .warehouse-section-6 .industry-left {
        width: 25%;
        min-width: 25%;
    }

    .warehouse-section-6 .industry-content {
        width: 75%;
        padding: 16px 20px;
    }

    .warehouse-section-6 .industry-title {
        font-size: 20px;
    }

    .warehouse-section-6 .industry-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .warehouse-section-6 .industry-item {
        min-height: 82px;
    }

    .warehouse-section-6 .industry-item-icon {
        width: 42px;
        height: 42px;
    }

        .warehouse-section-6 .industry-item-icon::before {
            width: 50px;
            height: 50px;
        }

        .warehouse-section-6 .industry-item-icon i {
            font-size: 17px;
        }

    .warehouse-section-6 .industry-item span {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .warehouse-section-6 {
        padding: 12px 0;
    }

        .warehouse-section-6 .industry-main-card {
            display: block;
            min-height: auto;
            border-radius: 0 0 18px 0;
        }

        .warehouse-section-6 .industry-left {
            width: 100%;
            min-width: 100%;
            height: 130px;
            border-right: 0;
            border-bottom: 1px solid #eeeeee;
        }

        .warehouse-section-6 .section-number {
            width: 85px;
            height: 54px;
            font-size: 19px;
            padding-left: 13px;
        }

        .warehouse-section-6 .industry-icon {
            width: 78px;
            height: 78px;
        }

            .warehouse-section-6 .industry-icon::before {
                width: 94px;
                height: 94px;
            }

            .warehouse-section-6 .industry-icon i {
                font-size: 32px;
            }

        .warehouse-section-6 .industry-content {
            width: 100%;
            padding: 19px 16px 20px;
        }

        .warehouse-section-6 .industry-title {
            font-size: 20px;
            line-height: 1.2;
        }

        .warehouse-section-6 .title-line {
            margin-top: 8px;
            margin-bottom: 10px;
        }

        .warehouse-section-6 .industry-intro {
            font-size: 14px;
            margin-bottom: 12px;
        }

        .warehouse-section-6 .industry-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
        }

        .warehouse-section-6 .industry-item {
            min-height: 95px;
            padding: 10px 6px;
        }

        .warehouse-section-6 .industry-item-icon {
            width: 48px;
            height: 48px;
        }

            .warehouse-section-6 .industry-item-icon::before {
                width: 56px;
                height: 56px;
            }

            .warehouse-section-6 .industry-item-icon i {
                font-size: 18px;
            }

        .warehouse-section-6 .industry-item span {
            font-size: 11px;
        }

        .warehouse-section-6 .industry-bottom {
            margin-top: 13px;
        }

            .warehouse-section-6 .industry-bottom p {
                font-size: 14px;
            }

        .warehouse-section-6 .background-shape {
            display: none;
        }

        .warehouse-section-6 .top-dots {
            display: none;
        }
}

@media (max-width: 480px) {
    .warehouse-section-6 .industry-left {
        height: 120px;
    }

    .warehouse-section-6 .industry-title {
        font-size: 18px;
    }

    .warehouse-section-6 .industry-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .warehouse-section-6 .industry-item {
        min-height: 90px;
        padding: 8px 4px;
    }

        .warehouse-section-6 .industry-item span {
            font-size: 10px;
        }

    .warehouse-section-6 .industry-bottom p {
        font-size: 13px;
        line-height: 1.55;
    }
}

/* =========================================================
   SECTION 7: FACILITY TABS
   ========================================================= */
.wh-tabs-section {
    width: 100%;
    padding: 30px 0;
    font-family: system-ui, -apple-system, sans-serif;
}

    .wh-tabs-section .wh-nav {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .wh-tabs-section .wh-nav-btn {
        border: 1px solid #e2e8f0;
        background: #fff;
        padding: 10px 22px;
        font-weight: 600;
        border-radius: 10px;
        cursor: pointer;
        color: #334155;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }

        .wh-tabs-section .wh-nav-btn i {
            font-size: 16px;
        }

        .wh-tabs-section .wh-nav-btn.active {
            background: #d32f2f;
            color: #fff;
            border-color: #d32f2f;
            box-shadow: 0 4px 12px rgba(211, 47, 47, 0.25);
        }

    .wh-tabs-section .wh-main-card {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0,0,0,0.06);
        border: 1px solid #e2e8f0;
        position: relative;
    }

    .wh-tabs-section .tab-pane {
        display: none;
    }

        .wh-tabs-section .tab-pane.active {
            display: block;
        }

    .wh-tabs-section .card-wrapper {
        display: flex;
        min-height: 420px;
        position: relative;
    }

    .wh-tabs-section .info-container {
        width: 50%;
        padding: 30px 25px 20px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #fff;
        position: relative;
        z-index: 2;
    }

    .wh-tabs-section .header-box {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
    }

    .wh-tabs-section .header-icon-box {
        width: 45px;
        height: 45px;
        border: 1px solid #fee2e2;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d32f2f;
        font-size: 20px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(211, 47, 47, 0.08);
        flex-shrink: 0;
    }

    .wh-tabs-section .header-title {
        font-size: 24px;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.2;
        margin: 0;
    }

        .wh-tabs-section .header-title span {
            color: #d32f2f;
            display: block;
        }

    .wh-tabs-section .title-line {
        width: 40px;
        height: 3px;
        background: #d32f2f;
        margin-top: 6px;
        border-radius: 2px;
    }

    .wh-tabs-section .mid-details-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .wh-tabs-section .contact-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .wh-tabs-section .contact-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #334155;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
    }

    .wh-tabs-section .icon-circle {
        width: 24px;
        height: 24px;
        background: #fee2e2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d32f2f;
        font-size: 11px;
    }

    .wh-tabs-section .map-card {
        width: 190px;
        height: 125px;
        margin-left: 10px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        border: 2px solid #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.12);
        flex-shrink: 0;
    }

        .wh-tabs-section .map-card iframe {
            width: 100%;
            height: 100%;
            border: 0;
            pointer-events: none;
        }

    .wh-tabs-section .map-overlay-btn {
        position: absolute;
        top: 6px;
        left: 20px;
        background: rgba(255, 255, 255, 0.95);
        padding: 3px 6px;
        border-radius: 4px;
        font-size: 10px;
        font-weight: 600;
        color: #0284c7;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 3px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }

    .wh-tabs-section .address-card {
        background: #f8fafc;
        border-left: 4px solid #0f172a;
        padding: 10px 14px;
        border-radius: 0 8px 8px 0;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
        color: #475569;
        font-weight: 500;
        margin-bottom: 30px;
    }

        .wh-tabs-section .address-card i {
            font-size: 16px;
            color: #0f172a;
            flex-shrink: 0;
        }

    .wh-tabs-section .stats-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 72%;
        background: #091a2e;
        color: #fff;
        padding: 15px 25px;
        border-radius: 0 0 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 3;
        clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    }

    .wh-tabs-section .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
        position: relative;
    }

        .wh-tabs-section .stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 15%;
            height: 70%;
            width: 1px;
            background: rgba(255,255,255,0.15);
        }

    .wh-tabs-section .stat-icon {
        width: 28px;
        height: 28px;
        border: 1px dashed rgba(255,255,255,0.4);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .wh-tabs-section .stat-val {
        font-size: 15px;
        font-weight: 800;
        line-height: 1;
    }

    .wh-tabs-section .stat-lbl {
        font-size: 10px;
        color: #94a3b8;
        margin-top: 3px;
    }

    .wh-tabs-section .image-container {
        width: 52%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
        overflow: hidden;
    }

        .wh-tabs-section .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .wh-tabs-section .slant-accent {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 47.8%;
        width: 6px;
        background: #d32f2f;
        transform: skewX(-4.5deg);
        z-index: 4;
    }

@media (max-width: 991px) {
    .wh-tabs-section .card-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .wh-tabs-section .info-container,
    .wh-tabs-section .image-container {
        width: 100%;
        position: relative;
    }

    .wh-tabs-section .image-container {
        height: 250px;
        clip-path: none;
    }

    .wh-tabs-section .slant-accent {
        display: none;
    }

    .wh-tabs-section .stats-bar {
        position: relative;
        width: 100%;
        clip-path: none;
        border-radius: 0;
    }
}

/* =========================================================
   SECTION 8: CTA
   ========================================================= */
.warehouse-cta-section {
    width: 100%;
    padding: 35px 0 45px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

    .warehouse-cta-section *,
    .warehouse-cta-section *::before,
    .warehouse-cta-section *::after {
        box-sizing: border-box;
    }

    .warehouse-cta-section .cta-main {
        position: relative;
        width: 100%;
        height: 350px;
        overflow: hidden;
        background: #ffffff;
        border-radius: 20px;
        border: 1px solid #eef2f6;
        box-shadow: 0 5px 25px rgba(9, 35, 63, 0.06);
        display: flex;
        align-items: center;
    }

    .warehouse-cta-section .cta-content {
        position: relative;
        z-index: 20;
        width: 55%;
        height: 100%;
        padding: 40px 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .warehouse-cta-section .cta-title {
        width: 100%;
        max-width: 520px;
        margin: 0 0 8px;
        font-size: 29px;
        line-height: 1.2;
        font-weight: 700;
        color: #09233f;
        text-align: center;
        overflow-wrap: break-word;
    }

        .warehouse-cta-section .cta-title span {
            color: #dc2626;
        }

    .warehouse-cta-section .cta-desc {
        width: 100%;
        max-width: 510px;
        margin: 0;
        font-size: 16px;
        line-height: 1.6;
        color: #4f5965;
        text-align: center;
        overflow-wrap: break-word;
    }

    .warehouse-cta-section .theme-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 22px;
        padding: 14px 30px;
        background: #dc2626;
        color: #ffffff;
        border: none;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        flex-shrink: 0;
        box-shadow: 0 8px 25px rgba(220, 38, 38, 0.3);
    }

        .warehouse-cta-section .theme-btn:hover {
            background: #09233f;
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(9, 35, 63, 0.35);
        }

    .warehouse-cta-section .cta-image-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        overflow: hidden;
        z-index: 5;
        background: #f8fafc;
        border-radius: 0 20px 20px 0;
    }

        .warehouse-cta-section .cta-image-area .warehouse-background {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
            z-index: 1;
        }

        .warehouse-cta-section .cta-image-area .foreground-image {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: right bottom;
            display: block;
            z-index: 3;
        }

    .warehouse-cta-section .left-blue-shape {
        position: absolute;
        left: 0;
        top: 0;
        width: 85px;
        height: 105px;
        background: #092f60;
        clip-path: polygon( 0 0, 100% 0, 58% 100%, 0 100% );
        z-index: 2;
    }

    .warehouse-cta-section .left-red-shape {
        position: absolute;
        left: 43px;
        top: 0;
        width: 30px;
        height: 105px;
        background: #dc2626;
        clip-path: polygon( 35% 0, 75% 0, 35% 100%, 0 100% );
        z-index: 3;
    }

    .warehouse-cta-section .bottom-red-shape {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 85px;
        height: 12px;
        background: #dc2626;
        clip-path: polygon( 0 0, 80% 0, 100% 100%, 0 100% );
        z-index: 10;
    }

    .warehouse-cta-section .curve-svg {
        position: absolute;
        left: -1px;
        top: 0;
        width: 145px;
        height: 100%;
        overflow: visible;
        z-index: 8;
        pointer-events: none;
    }

    .warehouse-cta-section .curve-white {
        fill: #ffffff;
    }

    .warehouse-cta-section .curve-red {
        fill: none;
        stroke: #dc2626;
        stroke-width: 1.5;
        opacity: 0.85;
    }

    .warehouse-cta-section .image-badge {
        position: absolute;
        left: 18px;
        bottom: 25px;
        width: 180px;
        min-height: 62px;
        display: flex;
        align-items: center;
        padding: 8px 12px;
        background: #092f60;
        border-radius: 15px;
        z-index: 15;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
    }

    .warehouse-cta-section .badge-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        background: #ffffff;
        border-radius: 50%;
    }

        .warehouse-cta-section .badge-icon i {
            color: #092f60;
            font-size: 16px;
        }

    .warehouse-cta-section .badge-text {
        color: #ffffff;
        font-size: 10px;
        line-height: 1.35;
    }

        .warehouse-cta-section .badge-text strong {
            display: block;
            margin-bottom: 1px;
            font-size: 11px;
            font-weight: 700;
        }

    .warehouse-cta-section .badge-line {
        display: block;
        width: 25px;
        height: 2px;
        margin-top: 5px;
        background: #dc2626;
    }

    .warehouse-cta-section .image-dots {
        position: absolute;
        top: 18px;
        right: 22px;
        width: 55px;
        height: 50px;
        background-image: radial-gradient( #09233f 1.2px, transparent 1.2px );
        background-size: 7px 7px;
        opacity: 0.4;
        z-index: 12;
    }

@media (max-width: 991px) {
    .warehouse-cta-section .cta-main {
        height: auto;
        min-height: 400px;
        flex-direction: column;
    }

    .warehouse-cta-section .cta-content {
        width: 100%;
        height: auto;
        padding: 35px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .warehouse-cta-section .cta-title {
        text-align: center;
    }

    .warehouse-cta-section .cta-desc {
        text-align: center;
    }

    .warehouse-cta-section .cta-image-area {
        position: relative;
        width: 100%;
        height: 250px;
        border-radius: 0 0 20px 20px;
    }

    .warehouse-cta-section .curve-svg {
        display: none;
    }

    .warehouse-cta-section .left-blue-shape,
    .warehouse-cta-section .left-red-shape,
    .warehouse-cta-section .bottom-red-shape {
        display: none;
    }
}

@media (max-width: 767px) {
    .warehouse-cta-section {
        padding: 25px 0 35px;
    }

        .warehouse-cta-section .cta-content {
            padding: 30px 20px;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .warehouse-cta-section .cta-title {
            font-size: 24px;
            text-align: center;
        }

        .warehouse-cta-section .cta-desc {
            font-size: 15px;
            text-align: center;
        }

        .warehouse-cta-section .theme-btn {
            font-size: 14px;
            padding: 12px 24px;
            width: 100%;
            max-width: 260px;
            justify-content: center;
        }

        .warehouse-cta-section .cta-image-area {
            height: 200px;
        }

        .warehouse-cta-section .image-badge {
            left: 15px;
            bottom: 15px;
            width: 160px;
            padding: 6px 10px;
        }

        .warehouse-cta-section .badge-icon {
            width: 35px;
            height: 35px;
            min-width: 35px;
        }

        .warehouse-cta-section .badge-text {
            font-size: 9px;
        }

            .warehouse-cta-section .badge-text strong {
                font-size: 10px;
            }

        .warehouse-cta-section .image-dots {
            display: none;
        }
}

/* =========================================================
   SECTION 9: FAQ
   ========================================================= */
.warehouse-section-12 {
    padding: 50px 0;
    background: #f8fafc;
}

    .warehouse-section-12 .faq-title {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        color: #09233f;
        margin-bottom: 30px;
    }

    .warehouse-section-12 .faq-main {
        background: #ffffff;
        border-radius: 24px;
        padding: 30px;
        max-width: 1100px;
        margin: 0 auto;
        box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    }

    .warehouse-section-12 .accordion-item {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        margin-bottom: 16px;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }

        .warehouse-section-12 .accordion-item:last-child {
            margin-bottom: 0;
        }

    .warehouse-section-12 .accordion-button {
        background: #ffffff;
        padding: 22px 28px;
        font-weight: 700;
        font-size: 17px;
        color: #09233f;
        width: 100%;
        text-align: left;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        line-height: 1.4;
    }

        .warehouse-section-12 .accordion-button::after {
            display: none;
        }

    .warehouse-section-12 .accordion-icon {
        font-size: 13px;
        color: #dc2626;
        margin-left: 15px;
        flex-shrink: 0;
    }

    .warehouse-section-12 .accordion-body {
        padding: 0 28px 22px 28px;
        background: #ffffff;
        display: none;
    }

        .warehouse-section-12 .accordion-body p {
            font-size: 16px;
            line-height: 1.7;
            color: #475569;
            margin: 0;
            padding-top: 14px;
            border-top: 1px solid #f1f5f9;
        }

            .warehouse-section-12 .accordion-body p strong {
                color: #09233f;
            }

@media (max-width: 768px) {
    .warehouse-section-12 .faq-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .warehouse-section-12 .faq-main {
        padding: 14px;
        border-radius: 16px;
    }

    .warehouse-section-12 .accordion-button {
        font-size: 15px;
        padding: 16px 18px;
    }

    .warehouse-section-12 .accordion-body {
        padding: 0 18px 18px 18px;
    }
}
