﻿/* =========================================================
   RADHIKA SEEDS
   CONTACT PAGE
   COMPLETELY ISOLATED CSS
   ========================================================= */

.rs-contact-page {
    --rc-navy: #142b46;
    --rc-navy-dark: #091b2e;
    --rc-red: #b85c42;
    --rc-red-dark: #8f3f2e;
    --rc-gold: #d59a3c;
    --rc-gold-light: #efc778;
    --rc-bg: #f7f6f3;
    --rc-white: #ffffff;
    --rc-text: #2e373e;
    --rc-muted: #6d757b;
    width: 100%;
    overflow: hidden;
    color: var(--rc-text);
    background: var(--rc-bg);
}


/* =========================================================
   CONTAINER
   ========================================================= */

.rs-contact-container {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.rs-contact-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: linear-gradient( 120deg, var(--rc-navy-dark), var(--rc-navy) 60%, var(--rc-red-dark) );
}


    .rs-contact-hero::before {
        content: "";
        position: absolute;
        width: 430px;
        height: 430px;
        right: -180px;
        top: -170px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.10);
    }


    .rs-contact-hero::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        left: -120px;
        bottom: -110px;
        border-radius: 50%;
        background: rgba(213,154,60,.08);
    }


.rs-contact-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 65px;
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.rs-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    color: var(--rc-gold-light);
    border: 1px solid rgba(239,199,120,.28);
    border-radius: 30px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.1px;
}


.rs-contact-hero-content h1 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(45px, 6vw, 68px);
    line-height: .98;
    font-weight: 900;
}


    .rs-contact-hero-content h1 span {
        display: block;
        color: var(--rc-gold-light);
        font-size: .52em;
        margin-top: 8px;
    }


.rs-contact-hero-text {
    max-width: 620px;
    margin: 21px 0 0;
    color: #d2dbe1;
    font-size: 14px;
    line-height: 1.8;
}


.rs-contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}


.rs-contact-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 19px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 900;
    transition: .25s ease;
}


.rs-contact-btn-primary {
    color: #3d2910 !important;
    background: var(--rc-gold);
}


    .rs-contact-btn-primary:hover {
        color: #3d2910 !important;
        background: var(--rc-gold-light);
        transform: translateY(-2px);
    }


.rs-contact-btn-outline {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.32);
}


    .rs-contact-btn-outline:hover {
        color: #fff !important;
        background: rgba(255,255,255,.08);
    }


/* =========================================================
   HERO CARD
   ========================================================= */

.rs-contact-hero-card {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px;
    text-align: center;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 22px;
    box-shadow: 0 25px 55px rgba(0,0,0,.24);
    backdrop-filter: blur(8px);
}


.rs-contact-hero-card-top {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 18px;
    display: flex;
    justify-content: space-between;
    color: #dbe3e8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}


    .rs-contact-hero-card-top i {
        color: var(--rc-gold-light);
        font-size: 17px;
    }


.rs-contact-hero-icon {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    color: var(--rc-gold-light);
    background: rgba(213,154,60,.11);
    border: 1px solid rgba(239,199,120,.20);
    border-radius: 50%;
    font-size: 31px;
}


.rs-contact-hero-card h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}


.rs-contact-hero-card p {
    max-width: 280px;
    margin: 9px 0 18px;
    color: #bcc8cf;
    font-size: 12px;
    line-height: 1.7;
}


.rs-contact-hero-email {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--rc-gold-light) !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 800;
    word-break: break-word;
}


/* =========================================================
   QUICK CONTACT
   ========================================================= */

.rs-contact-quick {
    padding: 25px 0;
    background: #fff;
    border-bottom: 1px solid #e7e5e1;
}


.rs-contact-quick-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 13px;
}


.rs-contact-quick-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
    color: var(--rc-text) !important;
    background: #fbfaf8;
    border: 1px solid #e3e1dc;
    border-radius: 10px;
    text-decoration: none !important;
    transition: .25s ease;
}


    .rs-contact-quick-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(9,27,46,.07);
    }


.rs-contact-quick-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    color: var(--rc-red);
    background: #f2e3de;
    border-radius: 8px;
    font-size: 16px;
}


.rs-contact-quick-card small {
    display: block;
    margin-bottom: 3px;
    color: #8b9093;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .9px;
}


.rs-contact-quick-card strong {
    display: block;
    color: var(--rc-navy);
    font-size: 13px;
    font-weight: 900;
}


.rs-contact-quick-card span {
    display: block;
    margin-top: 2px;
    color: var(--rc-muted);
    font-size: 9px;
}


.rs-contact-arrow {
    margin-left: auto;
    color: #a4aaad;
    font-size: 10px;
}


/* =========================================================
   MAIN CONTACT
   ========================================================= */

.rs-contact-main {
    padding: 75px 0;
    background: var(--rc-bg);
}


.rs-contact-main-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 25px;
    align-items: start;
}


/* =========================================================
   FORM
   ========================================================= */

.rs-contact-form-card {
    padding: 32px;
    background: #fff;
    border: 1px solid #e2e3e0;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(9,27,46,.06);
}


.rs-contact-heading > span {
    color: var(--rc-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.2px;
}


.rs-contact-heading h2 {
    margin: 7px 0 8px;
    color: var(--rc-navy-dark);
    font-size: 31px;
    line-height: 1.15;
    font-weight: 900;
}


.rs-contact-heading p {
    margin: 0;
    color: var(--rc-muted);
    font-size: 12px;
    line-height: 1.7;
}


.rs-contact-form {
    margin-top: 25px;
}


.rs-contact-form-group {
    margin-bottom: 15px;
}


    .rs-contact-form-group label {
        display: block;
        margin-bottom: 6px;
        color: var(--rc-navy);
        font-size: 10px;
        font-weight: 900;
    }


        .rs-contact-form-group label span {
            color: var(--rc-red);
        }


.rs-contact-input,
.rs-contact-textarea {
    position: relative;
}


    .rs-contact-input > i,
    .rs-contact-textarea > i {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        color: #8d959a;
        font-size: 12px;
    }


    .rs-contact-textarea > i {
        top: 17px;
        transform: none;
    }


    .rs-contact-input input,
    .rs-contact-input select,
    .rs-contact-textarea textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #dedfdd;
        outline: none;
        color: var(--rc-text);
        background: #fbfbfa;
        border-radius: 7px;
        font-family: inherit;
        font-size: 12px;
        transition: .2s ease;
    }


    .rs-contact-input input,
    .rs-contact-input select {
        height: 45px;
        padding: 0 12px 0 38px;
    }


    .rs-contact-textarea textarea {
        display: block;
        resize: vertical;
        min-height: 115px;
        padding: 13px 13px 13px 38px;
        line-height: 1.6;
    }


        .rs-contact-input input:focus,
        .rs-contact-input select:focus,
        .rs-contact-textarea textarea:focus {
            border-color: var(--rc-red);
            background: #fff;
            box-shadow: 0 0 0 3px rgba(184,92,66,.08);
        }


.rs-contact-submit {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    color: #fff;
    background: var(--rc-navy);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    font-weight: 900;
    transition: .25s ease;
}


    .rs-contact-submit:hover {
        background: #203f5d;
        transform: translateY(-2px);
    }


    .rs-contact-submit:disabled {
        opacity: .65;
        cursor: wait;
        transform: none;
    }


.rs-contact-form-status {
    display: none;
    margin-top: 12px;
    padding: 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.5;
}


    .rs-contact-form-status.success {
        display: block;
        color: #385a48;
        background: #edf4ef;
    }


    .rs-contact-form-status.error {
        display: block;
        color: #8f3f2e;
        background: #f8eae6;
    }


.rs-contact-form-note {
    margin: 12px 0 0;
    color: #8a9093;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
}


/* =========================================================
   INFORMATION CARDS
   ========================================================= */

.rs-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.rs-contact-info-card {
    padding: 23px;
    background: #fff;
    border: 1px solid #e1e2df;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(9,27,46,.035);
}


.rs-contact-info-title {
    display: flex;
    align-items: center;
    gap: 12px;
}


.rs-contact-info-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    flex: 0 0 45px;
    color: var(--rc-red);
    background: #f2e3de;
    border-radius: 8px;
}


.rs-contact-info-title small {
    display: block;
    color: #8a9093;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .9px;
}


.rs-contact-info-title h3 {
    margin: 3px 0 0;
    color: var(--rc-navy);
    font-size: 16px;
    font-weight: 900;
}


.rs-contact-info-card > p {
    margin: 15px 0 0;
    color: var(--rc-muted);
    font-size: 11.5px;
    line-height: 1.75;
}


.rs-contact-crops {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 16px;
}


    .rs-contact-crops span {
        padding: 6px 8px;
        color: var(--rc-navy);
        background: #f0f1ef;
        border-radius: 4px;
        font-size: 9px;
        font-weight: 800;
    }


.rs-contact-address-link {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    color: var(--rc-muted) !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.7;
}


    .rs-contact-address-link:hover {
        color: var(--rc-red) !important;
    }


    .rs-contact-address-link > i {
        color: var(--rc-red);
        font-size: 11px;
    }


.rs-contact-direction-btn {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 15px;
    padding: 0 13px;
    color: #fff !important;
    background: var(--rc-red);
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 900;
}


    .rs-contact-direction-btn:hover {
        background: var(--rc-red-dark);
    }


.rs-contact-support-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 17px;
}


    .rs-contact-support-buttons a {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: var(--rc-navy) !important;
        background: #f2f3f1;
        border-radius: 6px;
        text-decoration: none !important;
        font-size: 10px;
        font-weight: 900;
    }


        .rs-contact-support-buttons a:hover {
            color: var(--rc-red) !important;
            background: #f3e5e0;
        }


/* =========================================================
   MAP
   ========================================================= */

.rs-contact-map-section {
    padding: 75px 0;
    background: #fff;
}


.rs-contact-section-heading {
    max-width: 700px;
    margin: 0 auto 35px;
    text-align: center;
}


    .rs-contact-section-heading span {
        color: var(--rc-red);
        font-size: 9px;
        font-weight: 900;
        letter-spacing: 1.3px;
    }


    .rs-contact-section-heading h2 {
        margin: 7px 0 8px;
        color: var(--rc-navy-dark);
        font-size: 35px;
        font-weight: 900;
    }


    .rs-contact-section-heading p {
        margin: 0;
        color: var(--rc-muted);
        font-size: 12px;
        line-height: 1.7;
    }


.rs-contact-map-card {
    display: grid;
    grid-template-columns: 1.45fr .55fr;
    min-height: 410px;
    overflow: hidden;
    background: var(--rc-navy-dark);
    border-radius: 17px;
    box-shadow: 0 18px 45px rgba(9,27,46,.12);
}


.rs-contact-map {
    min-height: 410px;
}


    .rs-contact-map iframe {
        width: 100%;
        height: 100%;
        min-height: 410px;
        display: block;
        border: 0;
    }


.rs-contact-map-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 32px;
}


.rs-contact-map-pin {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: var(--rc-gold-light);
    background: rgba(213,154,60,.12);
    border: 1px solid rgba(239,199,120,.18);
    border-radius: 11px;
    font-size: 20px;
}


.rs-contact-map-info > span {
    color: var(--rc-gold-light);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}


.rs-contact-map-info h3 {
    margin: 8px 0 7px;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
}


.rs-contact-map-info p {
    margin: 0;
    color: #bdc9d1;
    font-size: 11px;
    line-height: 1.7;
}


.rs-contact-map-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-top: 22px;
}


.rs-contact-map-btn {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #3d2910 !important;
    background: var(--rc-gold);
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 9px;
    font-weight: 900;
    transition: .2s ease;
}


    .rs-contact-map-btn:hover {
        color: #3d2910 !important;
        background: var(--rc-gold-light);
    }


.rs-contact-satellite-btn {
    color: #fff !important;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
}


    .rs-contact-satellite-btn:hover {
        color: #fff !important;
        background: rgba(255,255,255,.17);
    }


/* =========================================================
   SERVICES
   ========================================================= */

.rs-contact-services {
    padding: 75px 0;
    background: var(--rc-bg);
}


.rs-contact-services-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
}


.rs-contact-service-card {
    padding: 23px 19px;
    background: #fff;
    border: 1px solid #e2e3e0;
    border-radius: 11px;
    text-align: center;
    transition: .25s ease;
}


    .rs-contact-service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 28px rgba(9,27,46,.07);
    }


    .rs-contact-service-card > div {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        margin: 0 auto 14px;
        color: var(--rc-red);
        background: #f2e3de;
        border-radius: 10px;
        font-size: 17px;
    }


    .rs-contact-service-card h3 {
        margin: 0 0 7px;
        color: var(--rc-navy);
        font-size: 14px;
        font-weight: 900;
    }


    .rs-contact-service-card p {
        margin: 0;
        color: var(--rc-muted);
        font-size: 10px;
        line-height: 1.65;
    }


/* =========================================================
   FINAL CTA
   ========================================================= */

.rs-contact-final {
    padding: 52px 0;
    background: linear-gradient( 120deg, var(--rc-navy-dark), var(--rc-navy), var(--rc-red-dark) );
}


.rs-contact-final-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


    .rs-contact-final-content > div:first-child span {
        color: var(--rc-gold-light);
        font-size: 9px;
        font-weight: 900;
        letter-spacing: 1.2px;
    }


    .rs-contact-final-content h2 {
        margin: 6px 0 4px;
        color: #fff;
        font-size: 30px;
        font-weight: 900;
    }


    .rs-contact-final-content p {
        margin: 0;
        color: #bdc9d1;
        font-size: 11px;
    }


.rs-contact-final-actions {
    display: flex;
    gap: 9px;
}


.rs-contact-final-btn,
.rs-contact-final-whatsapp {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 18px;
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 900;
}


.rs-contact-final-btn {
    color: #3d2910 !important;
    background: var(--rc-gold);
}


.rs-contact-final-whatsapp {
    color: #fff !important;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .rs-contact-main-grid {
        grid-template-columns: 1fr;
    }


    .rs-contact-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    .rs-contact-info-card:last-child {
        grid-column: 1 / -1;
    }


    .rs-contact-services-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .rs-contact-container {
        width: calc(100% - 28px);
    }


    .rs-contact-hero {
        min-height: auto;
        padding: 60px 0;
    }


    .rs-contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }


    .rs-contact-hero-content {
        text-align: center;
    }


    .rs-contact-hero-actions {
        justify-content: center;
    }


    .rs-contact-hero-card {
        min-height: 290px;
    }


    .rs-contact-quick-grid {
        grid-template-columns: 1fr;
    }


    .rs-contact-main {
        padding: 60px 0;
    }


    .rs-contact-form-card {
        padding: 25px 20px;
    }


    .rs-contact-info {
        grid-template-columns: 1fr;
    }


    .rs-contact-info-card:last-child {
        grid-column: auto;
    }


    .rs-contact-map-section {
        padding: 60px 0;
    }


    .rs-contact-map-card {
        grid-template-columns: 1fr;
    }


    .rs-contact-map {
        min-height: 300px;
    }


        .rs-contact-map iframe {
            min-height: 300px;
        }


    .rs-contact-map-info {
        padding: 27px;
    }


    .rs-contact-services {
        padding: 60px 0;
    }


    .rs-contact-services-grid {
        grid-template-columns: 1fr 1fr;
    }


    .rs-contact-final-content {
        flex-direction: column;
        align-items: flex-start;
    }


    .rs-contact-final-actions {
        width: 100%;
    }


    .rs-contact-final-btn,
    .rs-contact-final-whatsapp {
        flex: 1;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .rs-contact-container {
        width: calc(100% - 22px);
    }


    .rs-contact-hero {
        padding: 48px 0;
    }


    .rs-contact-hero-content h1 {
        font-size: 51px;
    }


    .rs-contact-hero-text {
        font-size: 12.5px;
    }


    .rs-contact-btn {
        width: 100%;
    }


    .rs-contact-heading h2 {
        font-size: 27px;
    }


    .rs-contact-map-info h3 {
        font-size: 18px;
    }


    .rs-contact-services-grid {
        grid-template-columns: 1fr;
    }


    .rs-contact-final-actions {
        flex-direction: column;
        width: 100%;
    }


    .rs-contact-final-btn,
    .rs-contact-final-whatsapp {
        width: 100%;
        flex: none;
    }
}
