/* =========================================================
   UDHAYAM TEA WHOLESALE PAGE
========================================================= */

.wholesale-page {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #24362a;
    background: #ffffff;
}

/* HERO */

.wholesale-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        url("../images/udhayam-home-hero.png")
        center / cover no-repeat;
}

.wholesale-hero-overlay {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.88) 36%,
            rgba(255, 255, 255, 0.40) 60%,
            rgba(255, 255, 255, 0.05) 100%
        );
}

.wholesale-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.wholesale-hero-content {
    max-width: 650px;
    padding: 70px 0;
}

.wholesale-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #2e763c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.wholesale-hero h1 {
    margin: 0;
    color: #123e24;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -1.5px;
}

.wholesale-hero h1 span {
    display: block;
    color: #d52227;
}

.wholesale-hero-content > p {
    max-width: 610px;
    margin: 24px 0 0;
    color: #405046;
    font-size: 17px;
    line-height: 1.75;
}

.wholesale-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.wholesale-button {
    min-height: 50px;
    padding: 12px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.wholesale-button:hover {
    transform: translateY(-2px);
}

.wholesale-button-primary {
    color: #ffffff;
    background: #07522a;
    box-shadow: 0 10px 25px rgba(7, 82, 42, 0.20);
}

.wholesale-button-outline {
    color: #174c2c;
    border-color: #2d6740;
    background: rgba(255, 255, 255, 0.88);
}


/* COMMON SECTION */

.wholesale-section {
    padding: 72px 0;
}

.wholesale-light-section {
    background: #f8faf6;
}

.wholesale-section-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.wholesale-section-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #347b40;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.wholesale-section-heading h2 {
    margin: 0;
    color: #143f25;
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.2;
}

.wholesale-section-heading p {
    margin: 14px auto 0;
    color: #6a746c;
    font-size: 15px;
    line-height: 1.7;
}


/* BUSINESS SOLUTIONS */

.wholesale-solution-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wholesale-solution-grid article {
    padding: 32px 28px;
    border: 1px solid #e0e7df;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(16, 56, 31, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.wholesale-solution-grid article:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(16, 56, 31, 0.11);
}

.wholesale-card-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef7ef;
    font-size: 29px;
}

.wholesale-solution-grid h3 {
    margin: 0;
    color: #173f27;
    font-size: 21px;
}

.wholesale-solution-grid p {
    margin: 12px 0 0;
    color: #69736b;
    font-size: 14px;
    line-height: 1.7;
}


/* TEA RANGE */

.wholesale-tea-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.wholesale-tea-grid article {
    padding: 23px;
    border: 1px solid #dfe7de;
    border-radius: 12px;
    background: #ffffff;
}

.wholesale-tea-grid strong,
.wholesale-tea-grid span {
    display: block;
}

.wholesale-tea-grid strong {
    margin-bottom: 6px;
    color: #173f27;
    font-size: 18px;
}

.wholesale-tea-grid span {
    color: #707a72;
    font-size: 13px;
}


/* PROCESS */

.wholesale-process-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.wholesale-process-grid article {
    position: relative;
    padding: 28px 23px;
    border: 1px solid #e0e6df;
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
}

.wholesale-process-grid article > strong {
    display: inline-block;
    margin-bottom: 14px;
    color: #d99b13;
    font-size: 29px;
}

.wholesale-process-grid h3 {
    margin: 0;
    color: #183f27;
    font-size: 18px;
}

.wholesale-process-grid p {
    margin: 10px 0 0;
    color: #6b756d;
    font-size: 13px;
    line-height: 1.65;
}


/* FORM SECTION */

.wholesale-form-section {
    padding: 75px 0;
    background:
        linear-gradient(
            135deg,
            #0a4926 0%,
            #087330 100%
        );
}

.wholesale-form-layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.8fr)
        minmax(0, 1.2fr);
    gap: 55px;
    align-items: start;
}

.wholesale-form-intro {
    position: sticky;
    top: 30px;
    padding-top: 20px;
    color: #ffffff;
}

.wholesale-form-intro .wholesale-eyebrow {
    color: #bfe2c6;
}

.wholesale-form-intro h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(31px, 3.4vw, 47px);
    line-height: 1.15;
}

.wholesale-form-intro > p {
    margin: 20px 0 0;
    color: #d5e8d9;
    font-size: 15px;
    line-height: 1.75;
}

.wholesale-contact-points {
    margin-top: 30px;
    display: grid;
    gap: 18px;
}

.wholesale-contact-points > div {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.07);
}

.wholesale-contact-points strong,
.wholesale-contact-points span {
    display: block;
}

.wholesale-contact-points strong {
    margin-bottom: 5px;
    color: #ffffff;
}

.wholesale-contact-points span {
    color: #d2e5d6;
    font-size: 13px;
    line-height: 1.55;
}

.wholesale-form-card {
    padding: 34px;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.wholesale-form {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wholesale-field,
.wholesale-field-full {
    min-width: 0;
}

.wholesale-field-full {
    grid-column: 1 / -1;
}

.wholesale-form label {
    display: block;
    margin-bottom: 7px;
    color: #283d2e;
    font-size: 13px;
    font-weight: 700;
}

.wholesale-form label span {
    color: #d52429;
}

.wholesale-form input,
.wholesale-form select,
.wholesale-form textarea {
    width: 100%;
    min-height: 47px;
    padding: 11px 13px;
    border: 1px solid #d7ded7;
    border-radius: 8px;
    color: #26392c;
    background: #ffffff;
    font: inherit;
    font-size: 14px;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.wholesale-form textarea {
    min-height: 125px;
    resize: vertical;
}

.wholesale-form input:focus,
.wholesale-form select:focus,
.wholesale-form textarea:focus {
    border-color: #27733a;
    box-shadow:
        0 0 0 3px rgba(39, 115, 58, 0.11);
}

.wholesale-submit-button {
    width: 100%;
    min-height: 52px;
    padding: 13px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: #075329;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.wholesale-submit-button:hover {
    background: #063f20;
}

.wholesale-form-note {
    margin: 10px 0 0;
    color: #7a847c;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}


/* ALERTS */

.wholesale-alert {
    margin-bottom: 23px;
    padding: 15px 17px;
    border-radius: 9px;
    font-size: 13px;
    line-height: 1.6;
}

.wholesale-alert ul {
    margin: 8px 0 0 19px;
    padding: 0;
}

.wholesale-alert-success {
    color: #185c2a;
    border: 1px solid #bfe2c5;
    background: #edf9ef;
}

.wholesale-alert-error {
    color: #8b2424;
    border: 1px solid #efc7c7;
    background: #fff1f1;
}


/* RESPONSIVE */

@media (max-width: 1050px) {
    .wholesale-solution-grid,
    .wholesale-tea-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .wholesale-process-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .wholesale-form-layout {
        grid-template-columns: 1fr;
    }

    .wholesale-form-intro {
        position: static;
    }
}

@media (max-width: 700px) {
    .wholesale-hero {
        min-height: 460px;
        background-position: 65% center;
    }

    .wholesale-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.97) 0%,
                rgba(255, 255, 255, 0.89) 67%,
                rgba(255, 255, 255, 0.46) 100%
            );
    }

    .wholesale-hero-content {
        padding: 55px 0;
    }

    .wholesale-hero h1 {
        font-size: 42px;
    }

    .wholesale-hero-content > p {
        font-size: 15px;
    }

    .wholesale-hero-actions {
        flex-direction: column;
    }

    .wholesale-button {
        width: 100%;
    }

    .wholesale-section {
        padding: 55px 0;
    }

    .wholesale-solution-grid,
    .wholesale-tea-grid,
    .wholesale-process-grid,
    .wholesale-form {
        grid-template-columns: 1fr;
    }

    .wholesale-form-card {
        padding: 24px 19px;
    }
}