﻿/* ============================================================
   MALWA AGRITECH
   FULL CONTACT US PAGE
   File: malwa-contact-us.css
   ============================================================ */

#malwa-contact-page {
    --ma-dark: #101827;
    --ma-dark-2: #17243a;
    --ma-text: #1f2937;
    --ma-muted: #6b7280;
    --ma-light: #f6f8fb;
    --ma-white: #ffffff;
    --ma-orange: #f97316;
    --ma-orange-dark: #ea580c;
    --ma-blue: #2563eb;
    --ma-cyan: #0891b2;
    --ma-purple: #7c3aed;
    --ma-yellow: #eab308;
    --ma-red: #ef4444;
    --ma-border: #e5e7eb;
    width: 100%;
    overflow: hidden;
    background: var(--ma-light);
    color: var(--ma-text);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

    #malwa-contact-page *,
    #malwa-contact-page *::before,
    #malwa-contact-page *::after {
        box-sizing: border-box;
    }

    #malwa-contact-page a {
        text-decoration: none;
    }

.ma-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}


/* ============================================================
   HERO
   ============================================================ */

.ma-contact-hero {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient( 115deg, rgba(12, 20, 35, .98), rgba(24, 38, 61, .94) );
}

.ma-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: linear-gradient( 30deg, rgba(255,255,255,.025) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.025) 87.5% );
    background-size: 80px 80px;
}

.ma-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
}

.ma-hero-glow-one {
    width: 600px;
    height: 600px;
    right: -220px;
    top: -260px;
    background: rgba(249,115,22,.13);
}

.ma-hero-glow-two {
    width: 500px;
    height: 500px;
    left: -250px;
    bottom: -300px;
    background: rgba(37,99,235,.13);
}

.ma-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    padding: 95px 0 130px;
}

.ma-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px 8px 9px;
    color: #fed7aa;
    background: rgba(249,115,22,.10);
    border: 1px solid rgba(249,115,22,.28);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.ma-eyebrow-icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--ma-orange);
    border-radius: 50%;
}

.ma-contact-hero h1 {
    margin: 25px 0 18px;
    color: white;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.02;
    letter-spacing: -2.5px;
    font-weight: 900;
}

    .ma-contact-hero h1 span {
        display: block;
        background: linear-gradient( 90deg, #fb923c, #facc15, #38bdf8 );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.ma-contact-hero p {
    max-width: 700px;
    margin: 0;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.8;
}

    .ma-contact-hero p strong {
        color: white;
    }

.ma-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.ma-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 23px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 900;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .ma-btn:hover {
        transform: translateY(-3px);
    }

.ma-btn-orange {
    color: white;
    background: linear-gradient( 135deg, #f97316, #ea580c );
    box-shadow: 0 15px 30px rgba(249,115,22,.25);
}

.ma-btn-glass {
    color: white;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
}

.ma-hero-stat-box {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: min(850px, calc(100% - 40px));
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    padding: 19px 28px;
    background: rgba(255,255,255,.96);
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -10px 40px rgba(0,0,0,.08);
}

.ma-stat-item {
    text-align: center;
}

    .ma-stat-item strong {
        display: block;
        color: var(--ma-dark);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 1px;
    }

    .ma-stat-item span {
        display: block;
        margin-top: 4px;
        color: var(--ma-muted);
        font-size: 9px;
    }

.ma-stat-divider {
    width: 1px;
    height: 35px;
    background: #e5e7eb;
}


/* ============================================================
   QUICK CARDS
   ============================================================ */

.ma-quick-section {
    position: relative;
    z-index: 5;
    padding: 28px 0 10px;
    background: white;
}

.ma-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.ma-quick-card {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 19px;
    background: white;
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 17px;
    box-shadow: 0 12px 35px rgba(15,23,42,.07);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .ma-quick-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(15,23,42,.12);
    }

.ma-quick-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 17px;
}

.ma-quick-text {
    min-width: 0;
}

    .ma-quick-text span {
        display: block;
        margin-bottom: 4px;
        color: #9ca3af;
        font-size: 8px;
        font-weight: 900;
        letter-spacing: 1.2px;
    }

    .ma-quick-text strong {
        display: block;
        color: var(--ma-dark);
        font-size: 13px;
        font-weight: 850;
        overflow-wrap: anywhere;
    }

    .ma-quick-text small {
        display: block;
        margin-top: 3px;
        color: #9ca3af;
        font-size: 9px;
    }

.ma-quick-arrow {
    margin-left: auto;
    color: #9ca3af;
    font-size: 11px;
}

.ma-card-orange .ma-quick-icon {
    color: var(--ma-orange-dark);
    background: #fff7ed;
}

.ma-card-cyan .ma-quick-icon {
    color: var(--ma-cyan);
    background: #ecfeff;
}

.ma-card-purple .ma-quick-icon {
    color: var(--ma-purple);
    background: #f5f3ff;
}

.ma-card-yellow .ma-quick-icon {
    color: #ca8a04;
    background: #fefce8;
}


/* ============================================================
   MAIN CONTACT
   ============================================================ */

.ma-main-contact-section {
    padding: 90px 0;
    background: radial-gradient( circle at 0% 20%, rgba(249,115,22,.06), transparent 28% ), #f6f8fb;
}

.ma-main-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 55px;
    align-items: start;
}


/* ============================================================
   SECTION HEADING
   ============================================================ */

.ma-section-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ma-orange);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

    .ma-section-kicker > span {
        width: 32px;
        height: 3px;
        border-radius: 10px;
        background: var(--ma-orange);
    }

.ma-contact-information > h2 {
    margin: 17px 0 14px;
    color: var(--ma-dark);
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 900;
}

    .ma-contact-information > h2 strong {
        display: block;
        background: linear-gradient( 90deg, var(--ma-orange), var(--ma-blue) );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.ma-section-description {
    max-width: 620px;
    margin: 0 0 27px;
    color: var(--ma-muted);
    font-size: 14px;
    line-height: 1.8;
}


/* ============================================================
   INFO CARDS
   ============================================================ */

.ma-info-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 13px;
    padding: 19px;
    background: white;
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(15,23,42,.055);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .ma-info-card:hover {
        transform: translateX(5px);
        box-shadow: 0 17px 40px rgba(15,23,42,.10);
    }

.ma-info-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 16px;
}

.ma-info-address .ma-info-icon {
    color: var(--ma-orange);
    background: #fff7ed;
}

.ma-info-phone .ma-info-icon {
    color: var(--ma-blue);
    background: #eff6ff;
}

.ma-info-email .ma-info-icon {
    color: var(--ma-purple);
    background: #f5f3ff;
}

.ma-info-whatsapp .ma-info-icon {
    color: var(--ma-cyan);
    background: #ecfeff;
}

.ma-info-body {
    min-width: 0;
}

.ma-info-label {
    display: block;
    margin-bottom: 4px;
    color: #9ca3af;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.ma-info-body h3 {
    margin: 0;
    color: var(--ma-dark);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 850;
}

    .ma-info-body h3 a,
    .ma-info-body p a {
        color: inherit;
    }

.ma-info-body p {
    margin: 4px 0 0;
    color: var(--ma-muted);
    font-size: 11px;
    line-height: 1.7;
}

.ma-email-text {
    overflow-wrap: anywhere;
}

.ma-direction-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
    color: var(--ma-orange);
    font-size: 10px;
    font-weight: 900;
}

.ma-small-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 9px;
    padding: 7px 12px;
    color: white !important;
    background: var(--ma-cyan);
    border-radius: 8px;
    font-size: 9px !important;
    font-weight: 900;
}


/* ============================================================
   BUSINESS BOX
   ============================================================ */

.ma-business-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 17px;
    padding: 18px;
    color: white;
    background: linear-gradient( 135deg, #17243a, #263b5a );
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(15,23,42,.12);
}

.ma-business-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #facc15;
    background: rgba(255,255,255,.08);
    border-radius: 12px;
}

.ma-business-box span {
    display: block;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.3px;
}

.ma-business-box strong {
    display: block;
    margin-top: 3px;
    color: white;
    font-size: 14px;
}

.ma-business-box p {
    margin: 4px 0 0;
    color: #aebbcf;
    font-size: 10px;
}


/* ============================================================
   FORM CONTAINER
   ============================================================ */

.ma-form-container {
    padding: 32px;
    background: white;
    border: 1px solid rgba(15,23,42,.06);
    border-radius: 25px;
    box-shadow: 0 25px 70px rgba(15,23,42,.11);
}

.ma-form-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 27px;
}

.ma-form-kicker {
    color: var(--ma-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.ma-form-top h2 {
    margin: 8px 0 5px;
    color: var(--ma-dark);
    font-size: 29px;
    line-height: 1.1;
}

    .ma-form-top h2 strong {
        color: var(--ma-orange);
    }

.ma-form-top p {
    margin: 0;
    color: var(--ma-muted);
    font-size: 11px;
}

.ma-whatsapp-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    color: #0891b2;
    background: #ecfeff;
    border-radius: 9px;
    font-size: 9px;
    font-weight: 900;
    white-space: nowrap;
}


/* ============================================================
   FORM FIELDS
   ============================================================ */

.ma-form-field {
    position: relative;
    margin-bottom: 17px;
}

    .ma-form-field label {
        display: block;
        margin-bottom: 6px;
        color: #374151;
        font-size: 10px;
        font-weight: 850;
    }

        .ma-form-field label b {
            color: var(--ma-red);
        }

.ma-input {
    position: relative;
}

    .ma-input > i {
        position: absolute;
        z-index: 2;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
        font-size: 12px;
        pointer-events: none;
    }

    .ma-input input,
    .ma-input select,
    .ma-input textarea {
        width: 100%;
        outline: none;
        color: var(--ma-text);
        background: #f8fafc;
        border: 1px solid #e5e7eb;
        border-radius: 11px;
        font-family: inherit;
        font-size: 12px;
        transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .ma-input input,
    .ma-input select {
        height: 48px;
        padding: 0 13px 0 40px;
    }

    .ma-input textarea {
        min-height: 120px;
        padding: 13px 13px 13px 40px;
        resize: vertical;
        line-height: 1.6;
    }

        .ma-input textarea + i,
        .ma-textarea > i {
            top: 17px;
            transform: none;
        }

        .ma-input input:focus,
        .ma-input select:focus,
        .ma-input textarea:focus {
            background: white;
            border-color: var(--ma-blue);
            box-shadow: 0 0 0 4px rgba(37,99,235,.08);
        }

    .ma-input select:disabled {
        cursor: not-allowed;
        color: #9ca3af;
        background: #f1f5f9;
    }

.ma-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.ma-character-count {
    margin-top: 4px;
    text-align: right;
    color: #9ca3af;
    font-size: 8px;
}


/* ============================================================
   CONSENT
   ============================================================ */

.ma-consent {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 5px 0 18px;
    color: #6b7280;
    font-size: 10px;
    line-height: 1.5;
    cursor: pointer;
}

    .ma-consent input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.ma-custom-checkbox {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-top: 1px;
    background: #f8fafc;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    transition: background .2s ease, border-color .2s ease;
}

.ma-consent input:checked + .ma-custom-checkbox {
    background: var(--ma-blue);
    border-color: var(--ma-blue);
}

    .ma-consent input:checked + .ma-custom-checkbox::after {
        content: "✓";
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 10px;
        font-weight: 900;
    }


/* ============================================================
   SUBMIT BUTTON
   ============================================================ */

.ma-submit-button {
    width: 100%;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    color: white;
    background: linear-gradient( 135deg, #0891b2, #2563eb );
    box-shadow: 0 13px 30px rgba(37,99,235,.20);
    font-family: inherit;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

    .ma-submit-button:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 18px 38px rgba(37,99,235,.27);
    }

    .ma-submit-button:disabled {
        opacity: .75;
        cursor: wait;
    }

.ma-submit-loading {
    display: none;
}

.ma-submit-button.loading
.ma-submit-default {
    display: none;
}

.ma-submit-button.loading
.ma-submit-loading {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}


/* ============================================================
   FORM STATUS
   ============================================================ */

.ma-form-status {
    display: none;
    margin-top: 11px;
    padding: 11px 13px;
    border-radius: 9px;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
}

    .ma-form-status.success {
        display: block;
        color: #166534;
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
    }

    .ma-form-status.error {
        display: block;
        color: #b91c1c;
        background: #fef2f2;
        border: 1px solid #fecaca;
    }

.ma-security-note {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 12px;
    color: #9ca3af;
    font-size: 8px;
    line-height: 1.5;
}

    .ma-security-note i {
        color: var(--ma-blue);
        margin-top: 2px;
    }

    .ma-security-note strong {
        color: #6b7280;
    }


/* ============================================================
   PRODUCTS
   ============================================================ */

.ma-products-section {
    padding: 90px 0;
    background: white;
}

.ma-section-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.ma-center-kicker {
    justify-content: center;
    color: var(--ma-orange);
}

    .ma-center-kicker span {
        width: 25px;
    }

.ma-section-heading h2 {
    margin: 12px 0;
    color: var(--ma-dark);
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
}

    .ma-section-heading h2 strong {
        color: var(--ma-blue);
    }

.ma-section-heading > p {
    margin: 0;
    color: var(--ma-muted);
    font-size: 13px;
    line-height: 1.7;
}

.ma-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.ma-product-card {
    position: relative;
    min-height: 280px;
    padding: 25px;
    overflow: hidden;
    background: white;
    border: 1px solid #e8ebef;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(15,23,42,.055);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .ma-product-card::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        right: -70px;
        top: -70px;
        border-radius: 50%;
        opacity: .10;
    }

    .ma-product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 23px 50px rgba(15,23,42,.12);
    }

.ma-product-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ma-product-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 18px;
}

.ma-product-number {
    color: #cbd5e1;
    font-size: 10px;
    font-weight: 900;
}

.ma-product-type {
    color: #9ca3af;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.ma-product-card h3 {
    margin: 7px 0 8px;
    color: var(--ma-dark);
    font-size: 20px;
    line-height: 1.2;
}

.ma-product-card p {
    min-height: 58px;
    margin: 0;
    color: var(--ma-muted);
    font-size: 10px;
    line-height: 1.65;
}

.ma-product-enquire {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    padding: 8px 12px;
    border: 0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 9px;
    font-weight: 900;
    cursor: pointer;
    transition: transform .25s ease;
}

    .ma-product-enquire:hover {
        transform: translateX(4px);
    }


/* Product Themes */

.ma-soybean .ma-product-icon {
    color: #0891b2;
    background: #ecfeff;
}

.ma-soybean::before {
    background: #0891b2;
}

.ma-soybean .ma-product-enquire {
    color: #0891b2;
    background: #ecfeff;
}


.ma-wheat .ma-product-icon {
    color: #d97706;
    background: #fffbeb;
}

.ma-wheat::before {
    background: #f59e0b;
}

.ma-wheat .ma-product-enquire {
    color: #d97706;
    background: #fffbeb;
}


.ma-gram .ma-product-icon {
    color: #7c3aed;
    background: #f5f3ff;
}

.ma-gram::before {
    background: #7c3aed;
}

.ma-gram .ma-product-enquire {
    color: #7c3aed;
    background: #f5f3ff;
}


.ma-cold .ma-product-icon {
    color: #2563eb;
    background: #eff6ff;
}

.ma-cold::before {
    background: #2563eb;
}

.ma-cold .ma-product-enquire {
    color: #2563eb;
    background: #eff6ff;
}


.ma-warehouse .ma-product-icon {
    color: #475569;
    background: #f1f5f9;
}

.ma-warehouse::before {
    background: #475569;
}

.ma-warehouse .ma-product-enquire {
    color: #475569;
    background: #f1f5f9;
}


.ma-ripening .ma-product-icon {
    color: #ea580c;
    background: #fff7ed;
}

.ma-ripening::before {
    background: #ea580c;
}

.ma-ripening .ma-product-enquire {
    color: #ea580c;
    background: #fff7ed;
}


.ma-freezing .ma-product-icon {
    color: #0891b2;
    background: #ecfeff;
}

.ma-freezing::before {
    background: #0891b2;
}

.ma-freezing .ma-product-enquire {
    color: #0891b2;
    background: #ecfeff;
}


/* ============================================================
   LOCATION
   ============================================================ */

.ma-location-section {
    padding: 85px 0;
    background: #f6f8fb;
}

.ma-location-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
}

    .ma-location-heading h2 {
        margin: 12px 0 7px;
        color: var(--ma-dark);
        font-size: clamp(30px, 4vw, 44px);
        line-height: 1.1;
    }

        .ma-location-heading h2 strong {
            color: var(--ma-orange);
        }

    .ma-location-heading p {
        margin: 0;
        color: var(--ma-muted);
        font-size: 12px;
    }

.ma-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 17px;
    color: white;
    background: var(--ma-blue);
    border-radius: 10px;
    font-size: 10px;
    font-weight: 900;
    box-shadow: 0 10px 25px rgba(37,99,235,.18);
    white-space: nowrap;
}

.ma-satellite-wrapper {
    position: relative;
    height: 510px;
    overflow: hidden;
    background: #dbeafe;
    border: 6px solid white;
    border-radius: 24px;
    box-shadow: 0 25px 65px rgba(15,23,42,.14);
}

    .ma-satellite-wrapper iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

.ma-map-label {
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    color: var(--ma-dark);
    background: rgba(255,255,255,.94);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(15,23,42,.13);
    backdrop-filter: blur(10px);
}

    .ma-map-label strong {
        font-size: 9px;
    }

    .ma-map-label > span:last-child {
        color: #9ca3af;
        font-size: 8px;
    }

.ma-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34,197,94,.12);
}

.ma-map-info-card {
    position: absolute;
    z-index: 5;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 350px;
    padding: 13px 15px;
    background: rgba(255,255,255,.95);
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(15,23,42,.16);
    backdrop-filter: blur(10px);
}

.ma-map-pin {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--ma-red);
    border-radius: 10px;
}

.ma-map-info-card strong {
    display: block;
    color: var(--ma-dark);
    font-size: 10px;
}

.ma-map-info-card span {
    display: block;
    margin-top: 2px;
    color: var(--ma-muted);
    font-size: 8px;
}


/* ============================================================
   FINAL CTA
   ============================================================ */

.ma-final-section {
    padding: 0 0 75px;
    background: #f6f8fb;
}

.ma-final-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 45px;
    overflow: hidden;
    color: white;
    background: linear-gradient( 115deg, #101827, #263b5a );
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(15,23,42,.16);
}

.ma-final-decoration {
    position: absolute;
    width: 330px;
    height: 330px;
    right: -120px;
    top: -150px;
    border-radius: 50%;
    background: rgba(249,115,22,.14);
}

.ma-final-content {
    position: relative;
    z-index: 2;
}

    .ma-final-content > span {
        color: #fb923c;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: 1.7px;
    }

    .ma-final-content h2 {
        margin: 7px 0;
        color: white;
        font-size: 31px;
        line-height: 1.15;
    }

        .ma-final-content h2 strong {
            color: #facc15;
        }

    .ma-final-content p {
        margin: 0;
        color: #cbd5e1;
        font-size: 11px;
    }

.ma-final-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 9px;
}

    .ma-final-buttons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 44px;
        padding: 0 16px;
        color: white;
        border-radius: 10px;
        font-size: 10px;
        font-weight: 900;
    }

.ma-final-call {
    background: var(--ma-blue);
}

.ma-final-whatsapp {
    background: var(--ma-cyan);
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .ma-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ma-main-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .ma-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 700px) {

    .ma-container {
        width: calc(100% - 24px);
    }

    .ma-contact-hero {
        min-height: 580px;
    }

    .ma-hero-content {
        padding: 65px 0 150px;
    }

    .ma-contact-hero h1 {
        font-size: 45px;
        letter-spacing: -1.5px;
    }

    .ma-contact-hero p {
        font-size: 13px;
        line-height: 1.75;
    }

    .ma-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ma-btn {
        width: 100%;
    }

    .ma-hero-stat-box {
        width: calc(100% - 24px);
        grid-template-columns: 1fr;
        gap: 11px;
        padding: 13px;
        bottom: 10px;
        border-radius: 15px;
    }

    .ma-stat-divider {
        width: 70px;
        height: 1px;
        margin: 0 auto;
    }

    .ma-quick-section {
        padding-top: 13px;
    }

    .ma-quick-grid {
        grid-template-columns: 1fr;
    }

    .ma-main-contact-section {
        padding: 60px 0;
    }

    .ma-contact-information > h2 {
        font-size: 34px;
    }

    .ma-info-card {
        padding: 16px;
    }

    .ma-form-container {
        padding: 22px 17px;
        border-radius: 20px;
    }

    .ma-form-top {
        flex-direction: column;
    }

        .ma-form-top h2 {
            font-size: 26px;
        }

    .ma-whatsapp-badge {
        align-self: flex-start;
    }

    .ma-two-column {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ma-products-section {
        padding: 60px 0;
    }

    .ma-products-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .ma-product-card {
        min-height: 245px;
    }

    .ma-location-section {
        padding: 60px 0;
    }

    .ma-location-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .ma-map-button {
        width: 100%;
    }

    .ma-satellite-wrapper {
        height: 390px;
        border-width: 4px;
        border-radius: 18px;
    }

    .ma-map-label {
        top: 10px;
        left: 10px;
        right: 10px;
        max-width: none;
    }

    .ma-map-info-card {
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-width: none;
    }

    .ma-final-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 22px;
    }

    .ma-final-content h2 {
        font-size: 27px;
    }

    .ma-final-buttons {
        width: 100%;
        flex-direction: column;
    }

        .ma-final-buttons a {
            width: 100%;
        }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 380px) {

    .ma-container {
        width: calc(100% - 18px);
    }

    .ma-contact-hero {
        min-height: 600px;
    }

        .ma-contact-hero h1 {
            font-size: 38px;
        }

    .ma-eyebrow {
        font-size: 8px;
    }

    .ma-contact-hero p {
        font-size: 12px;
    }

    .ma-hero-stat-box {
        bottom: 8px;
    }

    .ma-stat-item strong {
        font-size: 9px;
    }

    .ma-stat-item span {
        font-size: 8px;
    }

    .ma-form-container {
        padding: 19px 13px;
    }

    .ma-input input,
    .ma-input select {
        height: 46px;
    }

    .ma-input textarea {
        min-height: 110px;
    }

    .ma-satellite-wrapper {
        height: 330px;
    }

    .ma-map-label {
        padding: 8px 10px;
    }

        .ma-map-label strong {
            font-size: 8px;
        }
}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .ma-quick-card,
    .ma-info-card,
    .ma-btn,
    .ma-submit-button,
    .ma-product-card,
    .ma-product-enquire {
        transition: none;
    }
}
