﻿/* =========================================================
   SAMRUDDHI AGRI TECH
   CONTACT PAGE
   MOBILE FIRST / FULL RESPONSIVE
   ========================================================= */

.sat-contact-page {
    --green: #146b3a;
    --green-dark: #0b4d2a;
    --green-light: #eaf7ef;
    --gold: #dfa52b;
    --gold-light: #fff7df;
    --text: #17231b;
    --muted: #68756d;
    --border: #e1e9e4;
    --background: #f7faf8;
    --white: #ffffff;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--text);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    background: var(--white);
}


/* =========================================================
   CONTAINER
   ========================================================= */

.sat-container {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.sat-contact-hero {
    position: relative;
    color: #ffffff;
    padding: 82px 0 86px;
    background: radial-gradient( circle at 85% 20%, rgba(223,165,43,.24), transparent 28% ), linear-gradient( 135deg, #0a4828 0%, #146b3a 55%, #207b46 100% );
}


.sat-hero-inner {
    position: relative;
}


.sat-hero-content {
    max-width: 760px;
}


.sat-brand-badge {
    display: inline-flex;
    padding: 8px 15px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px;
    background: rgba(255,255,255,.09);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}


.sat-contact-hero h1 {
    margin: 18px 0 13px;
    font-size: clamp(40px, 6vw, 70px);
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 850;
}


.sat-contact-hero p {
    margin: 0;
    max-width: 700px;
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================================
   LANGUAGE SWITCH
   ========================================================= */

.sat-language-switch {
    position: absolute;
    top: -48px;
    right: 0;
    display: flex;
    gap: 3px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 100px;
    background: rgba(0,0,0,.18);
    backdrop-filter: blur(12px);
}


.sat-language-btn {
    min-height: 36px;
    padding: 7px 15px;
    border: 0;
    border-radius: 100px;
    background: transparent;
    color: rgba(255,255,255,.84);
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    transition: background .2s ease, color .2s ease;
}


    .sat-language-btn.active {
        background: #ffffff;
        color: var(--green-dark);
    }


    .sat-language-btn:focus-visible {
        outline: 3px solid rgba(223,165,43,.75);
        outline-offset: 2px;
    }


/* =========================================================
   QUICK CONTACT
   ========================================================= */

.sat-quick-section {
    position: relative;
    z-index: 5;
    margin-top: -34px;
}


.sat-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}


.sat-quick-card {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(20,70,42,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}


    .sat-quick-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 42px rgba(20,70,42,.13);
    }


.sat-quick-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--green-light);
    color: var(--green);
    font-size: 18px;
    font-weight: 800;
}


.sat-quick-content {
    min-width: 0;
}


    .sat-quick-content > span {
        display: block;
        margin-bottom: 3px;
        color: var(--muted);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .8px;
        text-transform: uppercase;
    }


    .sat-quick-content a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: var(--text);
        text-decoration: none;
        font-size: 13px;
        font-weight: 800;
    }


    .sat-quick-content small {
        display: block;
        margin-top: 4px;
        color: var(--muted);
        font-size: 10px;
    }


/* =========================================================
   MAIN
   ========================================================= */

.sat-main-section {
    padding: 82px 0;
    background: var(--background);
}


.sat-main-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 65px;
    align-items: start;
}


/* =========================================================
   INFORMATION
   ========================================================= */

.sat-kicker {
    margin-bottom: 10px;
    color: var(--green);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.7px;
}


.sat-information h2,
.sat-form-heading h2,
.sat-map-top h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.15;
    letter-spacing: -1px;
}


.sat-intro {
    margin: 17px 0 28px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}


.sat-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}


.sat-info-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #ffffff;
    border: 1px solid var(--border);
    color: var(--green);
    font-size: 17px;
    font-weight: 800;
}


.sat-info-item h3 {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 800;
}


.sat-info-item p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}


.sat-info-item a {
    color: var(--green);
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    word-break: break-word;
}


.sat-info-item small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
}


.sat-direction-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    min-height: 45px;
    padding: 0 18px;
    border-radius: 10px;
    background: var(--green);
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}


    .sat-direction-button:hover {
        background: var(--green-dark);
        transform: translateY(-2px);
    }


/* =========================================================
   FORM
   ========================================================= */

.sat-form-card {
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 21px;
    box-shadow: 0 20px 55px rgba(20,70,42,.08);
}


.sat-form-heading {
    margin-bottom: 24px;
}


    .sat-form-heading p {
        margin: 10px 0 0;
        color: var(--muted);
        font-size: 12px;
        line-height: 1.65;
    }


.sat-form-field {
    margin-bottom: 17px;
}


    .sat-form-field label {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 7px;
        color: #26342b;
        font-size: 11px;
        font-weight: 800;
    }


        .sat-form-field label b {
            color: #d33232;
        }


        .sat-form-field label small {
            margin-left: auto;
            color: var(--muted);
            font-size: 9px;
            font-weight: 600;
        }


    .sat-form-field input,
    .sat-form-field select,
    .sat-form-field textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #dce5df;
        border-radius: 10px;
        background: #fbfdfb;
        color: var(--text);
        font-family: inherit;
        font-size: 13px;
        outline: none;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }


    .sat-form-field input,
    .sat-form-field select {
        min-height: 46px;
        padding: 0 12px;
    }


    .sat-form-field textarea {
        min-height: 120px;
        padding: 11px 12px;
        resize: vertical;
    }


        .sat-form-field input:focus,
        .sat-form-field select:focus,
        .sat-form-field textarea:focus {
            border-color: var(--green);
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(20,107,58,.10);
        }


    .sat-form-field .sat-error {
        border-color: #d33c3c;
    }


/* =========================================================
   STATUS
   ========================================================= */

.sat-status {
    display: none;
    margin-bottom: 13px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
}


    .sat-status.error {
        display: block;
        background: #fff0f0;
        border: 1px solid #ffd1d1;
        color: #b42323;
    }


    .sat-status.success {
        display: block;
        background: #eaf8ef;
        border: 1px solid #c9ead5;
        color: #176c3c;
    }


/* =========================================================
   SUBMIT
   ========================================================= */

.sat-submit {
    width: 100%;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient( 135deg, #146b3a, #0b4d2a );
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 9px 24px rgba(20,107,58,.20);
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}


    .sat-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 13px 30px rgba(20,107,58,.27);
    }


    .sat-submit:disabled {
        opacity: .6;
        cursor: wait;
        transform: none;
    }


.sat-form-security {
    display: flex;
    gap: 6px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.5;
}


/* =========================================================
   MAP
   ========================================================= */

.sat-map-section {
    padding: 72px 0;
    background: #ffffff;
}


.sat-map-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 21px;
}


.sat-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid var(--border);
    border-radius: 9px;
    color: var(--green);
    background: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
}


.sat-map-box {
    width: 100%;
    height: 390px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(20,70,42,.08);
}


    .sat-map-box iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }


/* =========================================================
   CTA
   ========================================================= */

.sat-bottom-cta {
    padding: 47px 0;
    background: linear-gradient( 135deg, #0b4d2a, #146b3a );
    color: #ffffff;
}


.sat-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


.sat-cta-brand {
    margin-bottom: 6px;
    color: rgba(255,255,255,.68);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.6px;
}


.sat-cta-inner h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
}


.sat-cta-inner p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 12px;
}


.sat-cta-buttons {
    display: flex;
    gap: 9px;
    flex-shrink: 0;
}


.sat-call-btn,
.sat-whatsapp-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 17px;
    border-radius: 9px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
}


.sat-call-btn {
    background: #ffffff;
    color: var(--green);
}


.sat-whatsapp-btn {
    background: var(--gold);
    color: #17231b;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .sat-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .sat-main-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }


    .sat-information {
        max-width: 760px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .sat-container {
        width: calc(100% - 26px);
    }


    .sat-contact-hero {
        padding: 82px 0 65px;
    }


    .sat-language-switch {
        top: -55px;
        right: 0;
    }


    .sat-language-btn {
        min-height: 33px;
        padding: 6px 11px;
        font-size: 10px;
    }


    .sat-brand-badge {
        font-size: 9px;
        letter-spacing: 1.1px;
    }


    .sat-contact-hero h1 {
        font-size: 42px;
        letter-spacing: -1.4px;
    }


    .sat-contact-hero p {
        font-size: 14px;
    }


    .sat-quick-section {
        margin-top: -23px;
    }


    .sat-quick-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }


    .sat-quick-card {
        padding: 13px;
        border-radius: 13px;
    }


    .sat-quick-icon {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
        border-radius: 10px;
    }


    .sat-main-section {
        padding: 55px 0;
    }


    .sat-information h2,
    .sat-form-heading h2,
    .sat-map-top h2 {
        font-size: 28px;
    }


    .sat-intro {
        font-size: 13px;
    }


    .sat-info-item {
        padding: 14px 0;
    }


    .sat-form-card {
        padding: 20px 16px;
        border-radius: 17px;
    }


    .sat-form-heading {
        margin-bottom: 20px;
    }


    .sat-form-field {
        margin-bottom: 14px;
    }


        .sat-form-field input,
        .sat-form-field select {
            min-height: 45px;
            font-size: 13px;
        }


        .sat-form-field textarea {
            min-height: 110px;
        }


    .sat-submit {
        min-height: 49px;
        font-size: 12px;
    }


    .sat-map-section {
        padding: 53px 0;
    }


    .sat-map-top {
        display: block;
    }


    .sat-map-link {
        width: 100%;
        box-sizing: border-box;
        margin-top: 16px;
    }


    .sat-map-box {
        height: 300px;
        border-radius: 14px;
    }


    .sat-bottom-cta {
        padding: 38px 0;
    }


    .sat-cta-inner {
        display: block;
    }


    .sat-cta-buttons {
        width: 100%;
        margin-top: 20px;
    }


    .sat-call-btn,
    .sat-whatsapp-btn {
        flex: 1;
        padding: 0 8px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .sat-container {
        width: calc(100% - 20px);
    }


    .sat-contact-hero {
        padding-top: 78px;
    }


    .sat-language-switch {
        top: -53px;
    }


    .sat-contact-hero h1 {
        font-size: 35px;
    }


    .sat-contact-hero p {
        font-size: 13px;
    }


    .sat-form-card {
        padding: 17px 13px;
    }


    .sat-contact-hero h1,
    .sat-information h2,
    .sat-form-heading h2,
    .sat-map-top h2 {
        overflow-wrap: anywhere;
    }


    .sat-info-item {
        gap: 10px;
    }


    .sat-info-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }


    .sat-info-item p,
    .sat-info-item a {
        font-size: 12px;
    }


    .sat-map-box {
        height: 270px;
    }


    .sat-cta-buttons {
        gap: 7px;
    }


    .sat-call-btn,
    .sat-whatsapp-btn {
        font-size: 10px;
    }
}


/* =========================================================
   EXTRA SMALL DEVICES
   ========================================================= */

@media (max-width: 330px) {

    .sat-container {
        width: calc(100% - 16px);
    }


    .sat-language-btn {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 9px;
    }


    .sat-contact-hero h1 {
        font-size: 31px;
    }


    .sat-form-card {
        padding: 15px 11px;
    }


    .sat-cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }


    .sat-call-btn,
    .sat-whatsapp-btn {
        width: 100%;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .sat-contact-page *,
    .sat-contact-page *::before,
    .sat-contact-page *::after {
        transition: none !important;
    }
}
