﻿/* ============================================================
   GLOBAL CONTAINER - SAARE SECTIONS KE LIYE EK WIDTH
   ============================================================ */
.hyd-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

/* ============================================================
   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 .hyd-page-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 p {
    max-width: 390px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.6;
}

@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;
        }
}

@media (max-width: 767px) {
    .warehouse-page-header {
        min-height: 560px;
    }

    .warehouse-header-overlay {
        background: linear-gradient(90deg, rgba(4,32,62,.96), rgba(4,32,62,.75));
    }

    .warehouse-header-content {
        padding: 40px 20px 100px;
    }

        .warehouse-header-content .page-title {
            font-size: 32px;
        }

        .warehouse-header-content p {
            font-size: 16px;
        }
}

@media (max-width: 480px) {
    .warehouse-page-header {
        min-height: 540px;
    }

    .warehouse-header-content {
        padding-left: 15px;
        padding-right: 15px;
    }

        .warehouse-header-content .page-title {
            font-size: 26px;
        }
}

/* ============================================================
   SECTION 2: INTRO
   ============================================================ */
.warehouse-hyd-section {
    width: 100%;
    padding: 40px 0;
    margin: 0;
    background: #ffffff;
    overflow: hidden;
}

.warehouse-hyd-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 395px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.warehouse-hyd-content {
    width: 45%;
    height: auto;
    padding: 18px 30px 15px 28px;
    background: #ffffff;
    position: relative;
    z-index: 5;
    flex-shrink: 0;
}

    .warehouse-hyd-content h2 {
        margin: 0 0 12px;
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        line-height: 1.16;
        font-weight: 700;
        color: #09233f;
    }

        .warehouse-hyd-content h2 span {
            display: block;
        }

        .warehouse-hyd-content h2 strong {
            color: #d6283d;
            font-weight: 800;
        }

    .warehouse-hyd-content > p {
        margin: 0 0 12px;
        max-width: 520px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #4f5965;
    }

.warehouse-hyd-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    max-width: 520px;
}

    .warehouse-hyd-info p {
        margin: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #505b67;
    }

.warehouse-hyd-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-hyd-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-hyd-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-hyd-feature-box {
    position: absolute;
    z-index: 20;
    top: 38px;
    right: 32px;
    width: 200px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #06355f;
    box-shadow: 0 8px 22px rgba(0,0,0,0.22);
}

.warehouse-hyd-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 7px 0;
}

    .warehouse-hyd-feature-item:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

.hyd-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: 10px;
}

.warehouse-hyd-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-hyd-feature-item p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    line-height: 1.3;
    color: rgba(255,255,255,0.75);
}

@media (max-width: 991px) {
    .warehouse-hyd-container {
        min-height: 300px;
    }

    .warehouse-hyd-content {
        width: 47%;
        padding: 22px 20px 18px;
    }

        .warehouse-hyd-content h2 {
            font-size: 23px;
            line-height: 1.18;
        }

    .warehouse-hyd-image {
        width: 58%;
        min-height: 300px;
        margin-left: -5%;
    }

    .warehouse-hyd-feature-box {
        width: 170px;
        top: 25px;
        right: 15px;
        padding: 8px 9px;
    }
}

@media (max-width: 767px) {
    .warehouse-hyd-container {
        flex-direction: column;
        min-height: auto;
    }

    .warehouse-hyd-content {
        width: 100%;
        padding: 25px 18px 22px;
    }

        .warehouse-hyd-content h2 {
            font-size: 22px;
        }

        .warehouse-hyd-content > p, .warehouse-hyd-info p {
            font-size: 15px;
        }

    .warehouse-hyd-image {
        width: 100%;
        height: 350px;
        min-height: 350px;
        margin-left: 0;
        clip-path: none;
    }

        .warehouse-hyd-image > img {
            width: 100%;
            height: 350px;
            left: 0;
            clip-path: none;
            transform: none;
        }

    .warehouse-hyd-feature-box {
        width: 220px;
        top: 20px;
        right: 15px;
        padding: 11px 12px;
    }
}

@media (max-width: 480px) {
    .warehouse-hyd-content {
        padding: 22px 15px 20px;
    }

        .warehouse-hyd-content h2 {
            font-size: 20px;
        }

    .warehouse-hyd-image, .warehouse-hyd-image > img {
        height: 300px;
        min-height: 300px;
    }

    .warehouse-hyd-feature-box {
        width: 200px;
        right: 10px;
        top: 15px;
    }
}

/* ============================================================
   SECTION 3: WHY CHOOSE HYDERABAD
   ============================================================ */
.hyd-why-wrapper {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

    .hyd-why-wrapper * {
        box-sizing: border-box;
    }

.hyd-why-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.hyd-why-section {
    position: relative;
    width: 100%;
    padding: 15px 0 25px;
    background: #ffffff;
}

.hyd-why-row {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    min-height: 455px;
    gap: 30px;
}

.hyd-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;
}

.hyd-why-main-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 650px;
}

    .hyd-why-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);
    }

.hyd-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;
}

.hyd-why-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);
}

.hyd-why-3pl-text {
    text-align: center;
    line-height: 1;
}

    .hyd-why-3pl-text strong {
        display: block;
        padding: 4px 8px;
        margin-bottom: 3px;
        color: #ffffff;
        background: #cf202c;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 800;
    }

    .hyd-why-3pl-text span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .4px;
    }

.hyd-why-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;
}

.hyd-why-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);
}

.hyd-why-bottom-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 9px;
    border-right: 1px solid rgba(255,255,255,.18);
}

    .hyd-why-bottom-item:last-child {
        border-right: none;
    }

.hyd-why-bottom-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 21px;
}

.hyd-why-bottom-content h6 {
    margin: 0 0 4px;
    color: #d0202c;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
}

.hyd-why-bottom-content p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.35;
}

.hyd-why-right {
    position: relative;
    z-index: 5;
    order: 2;
    padding: 15px 5px 10px 20px;
}

.hyd-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;
}

    .hyd-why-label::after {
        content: "";
        display: block;
        width: 18px;
        height: 2px;
        background: #b8202a;
        margin-top: 5px;
    }

.hyd-why-right h2 {
    margin: 0 0 9px;
    color: #092542;
    font-size: 27px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.4px;
}

    .hyd-why-right h2 span {
        color: #c8202b;
    }

.hyd-why-intro {
    max-width: 420px;
    margin: 0 0 14px;
    color: #5f646a;
    font-size: 15px;
    line-height: 1.55;
}

.hyd-why-feature-list {
    width: 100%;
    max-width: 440px;
}

.hyd-why-feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

    .hyd-why-feature:last-child {
        border-bottom: 0;
    }

.hyd-why-feature-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ca202d;
    background: #ffffff;
    border: 1px solid #f1d9db;
    border-radius: 50%;
    font-size: 16px;
}

.hyd-why-feature-content h5 {
    margin: 0 0 2px;
    color: #172c43;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.hyd-why-feature-content p {
    margin: 0;
    color: #686d73;
    font-size: 14px;
    line-height: 1.4;
}

.hyd-why-closing {
    max-width: 440px;
    margin: 14px 0 0;
    color: #5f646a;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .hyd-why-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hyd-why-left {
        min-height: 470px;
        padding: 0 15px 75px;
        justify-content: center;
    }

    .hyd-why-right {
        padding: 30px 15px 20px;
    }

    .hyd-why-feature-list {
        max-width: 620px;
    }

    .hyd-why-main-image {
        max-width: 100%;
    }

        .hyd-why-main-image img {
            height: 390px;
            border-radius: 25px;
        }
}

@media (max-width: 767px) {
    .hyd-why-container {
        padding: 0 15px;
    }

    .hyd-why-row {
        display: block;
    }

    .hyd-why-left {
        display: block;
        padding: 0;
        min-height: 0;
    }

        .hyd-why-left::before {
            bottom: 0;
            width: 94%;
            height: 75%;
            border-width: 3px;
            border-radius: 0 0 45px 0;
        }

    .hyd-why-main-image img {
        height: 275px;
        border-radius: 20px;
    }

    .hyd-why-bottom-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 10px);
        margin: 12px auto 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 8px;
        gap: 0;
        border-radius: 13px;
    }

    .hyd-why-bottom-item {
        min-height: 72px;
        justify-content: flex-start;
        padding: 7px 8px;
    }

        .hyd-why-bottom-item:nth-child(2), .hyd-why-bottom-item:nth-child(4) {
            border-right: none;
        }

        .hyd-why-bottom-item:nth-child(1), .hyd-why-bottom-item:nth-child(2) {
            border-bottom: 1px solid rgba(255,255,255,.18);
        }

    .hyd-why-right {
        padding: 25px 5px 15px;
    }

        .hyd-why-right h2 {
            font-size: 22px;
        }

    .hyd-why-feature-content h5 {
        font-size: 14px;
    }

    .hyd-why-feature-content p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hyd-why-main-image img {
        height: 235px;
        border-radius: 18px;
    }

    .hyd-why-bottom-card {
        width: calc(100% - 6px);
        padding: 7px;
    }

    .hyd-why-right h2 {
        font-size: 20px;
    }
}

/* ============================================================
   CONTENT SECTIONS (SINGLE CSS BLOCK - NO DUPLICATE)
   ============================================================ */
.hyd-content-wrapper {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

    .hyd-content-wrapper * {
        box-sizing: border-box;
    }

.hyd-content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.hyd-content-section {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #ffffff;
}

    .hyd-content-section.alt-bg {
        background: #f8fafc;
    }

    .hyd-content-section h2 {
        font-size: 28px;
        font-weight: 800;
        color: #092542;
        margin: 0 0 10px;
    }

        .hyd-content-section h2 span {
            color: #d5212c;
        }

    .hyd-content-section > .hyd-content-container > p {
        font-size: 16px;
        color: #555d66;
        margin: 0 0 22px;
        line-height: 1.7;
    }

    .hyd-content-section .hyd-content-closing {
        margin-top: 22px;
        font-size: 16px;
        color: #555d66;
        line-height: 1.7;
    }

.hyd-content-divider {
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.hyd-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

    .hyd-card-grid.two-col {
        grid-template-columns: repeat(2, 1fr);
    }

.hyd-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-left: 4px solid #09233f;
    border-radius: 12px;
    padding: 22px 24px;
    transition: all 0.35s ease;
    box-shadow: 0 3px 12px rgba(9,35,63,0.04);
}

    .hyd-card:hover {
        border-left-color: #d5212c;
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(9,35,63,0.10);
    }

    .hyd-card h3 {
        font-size: 16px;
        font-weight: 800;
        color: #092542;
        margin: 0 0 8px;
        line-height: 1.3;
    }

    .hyd-card p {
        font-size: 14px;
        line-height: 1.65;
        color: #5f646a;
        margin: 0;
    }

.hyd-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

    .hyd-list-grid.two-col {
        grid-template-columns: repeat(2, 1fr);
    }

.hyd-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    background: #ffffff;
    border-radius: 10px;
    border-left: 3px solid #d5212c;
    font-size: 15px;
    font-weight: 600;
    color: #092542;
    box-shadow: 0 2px 8px rgba(9,35,63,0.04);
    transition: all 0.3s ease;
}

    .hyd-list-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(9,35,63,0.08);
    }

    .hyd-list-item i {
        color: #d5212c;
        font-size: 15px;
    }

@media (max-width: 991px) {
    .hyd-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hyd-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hyd-content-section h2 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .hyd-content-section {
        padding: 30px 0;
    }

    .hyd-content-container {
        padding: 0 15px;
    }

    .hyd-content-section h2 {
        font-size: 21px;
    }

    .hyd-content-section > .hyd-content-container > p,
    .hyd-content-section .hyd-content-closing {
        font-size: 15px;
    }

    .hyd-card-grid, .hyd-card-grid.two-col,
    .hyd-list-grid, .hyd-list-grid.two-col {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hyd-card {
        padding: 18px 18px;
    }

        .hyd-card h3 {
            font-size: 15px;
        }

        .hyd-card p {
            font-size: 13px;
        }

    .hyd-list-item {
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* ============================================================
   FACILITY TABS SECTION
   ============================================================ */
.wh-tabs-section {
    width: 100%;
    padding: 30px 0;
    font-family: system-ui, -apple-system, sans-serif;
}

    .wh-tabs-section .wh-tabs-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .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;
    }
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.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-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 12px;
    }

    .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;
        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;
        }

        .warehouse-cta-section .cta-title {
            font-size: 24px;
        }

        .warehouse-cta-section .cta-desc {
            font-size: 15px;
        }

        .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;
        }
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.hyd-faq-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.hyd-faq-item {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-left: 4px solid #09233f;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(9,35,63,0.04);
    overflow: hidden;
}

    .hyd-faq-item:hover {
        border-left-color: #d5212c;
        box-shadow: 0 8px 22px rgba(9,35,63,0.08);
    }

    .hyd-faq-item.active {
        border-left-color: #d5212c;
        box-shadow: 0 8px 22px rgba(9,35,63,0.10);
    }

.hyd-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 18px 22px;
    cursor: pointer;
    user-select: none;
}

    .hyd-faq-question h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #092542;
        line-height: 1.4;
        flex: 1;
    }

.hyd-faq-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #092542;
    font-size: 12px;
    transition: all 0.3s ease;
}

.hyd-faq-item.active .hyd-faq-icon {
    background: #d5212c;
    color: #ffffff;
    transform: rotate(180deg);
}

.hyd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 22px;
}

.hyd-faq-item.active .hyd-faq-answer {
    max-height: 400px;
    padding: 0 22px 20px;
}

.hyd-faq-answer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5f646a;
    border-top: 1px solid #eef2f6;
    padding-top: 15px;
}

@media (max-width: 600px) {
    .hyd-faq-question {
        padding: 15px 16px;
    }

        .hyd-faq-question h3 {
            font-size: 14px;
        }

    .hyd-faq-answer {
        padding: 0 16px;
    }

    .hyd-faq-item.active .hyd-faq-answer {
        padding: 0 16px 16px;
    }

    .hyd-faq-answer p {
        font-size: 13.5px;
    }
}
