/* Contact Us Page Specific Styles */

.contact-hero {
    background:
        linear-gradient(115deg, rgba(13, 58, 44, 0.96) 0%, rgba(13, 58, 44, 0.9) 45%, rgba(13, 58, 44, 0.78) 100%);
    padding: 120px 0 90px;
    position: relative;
    overflow: hidden;
}

.contact-hero .hero-bg-img {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1600&q=80&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    z-index: 1;
}
 

.hero-contact-card {
    background:
        radial-gradient(circle at top right, rgba(255, 205, 40, 0.18), transparent 36%),
        rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 30px;
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.hero-contact-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-yellow);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-contact-link {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.hero-contact-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
    color: white;
}

.hero-contact-link small {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 2px;
}

.hero-contact-link strong {
    font-size: 1rem;
}

.hero-contact-icon {
    width: 30px;
    height: 30px;
    border-radius: 16px;
    background: rgba(255, 205, 40, 0.14);
    border: 1px solid rgba(255, 205, 40, 0.3);
    color: var(--text-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-section {
    margin-top: -48px;
    position: relative;
    z-index: 10;
}

.contact-info-card {
    height: 100%;
    background: white;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 5px 18px 15px rgba(13, 58, 44, 0.644);
    border: 1px solid rgba(13, 58, 44, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(13, 58, 44, 0.14);
}

.contact-info-card .info-icon {
    width: 62px;
    height: 62px;
    background:
        linear-gradient(135deg, rgba(255, 205, 40, 0.18), rgba(109, 189, 91, 0.12));
    color: var(--primary-dark-green);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.contact-info-card .info-label {
    display: inline-block;
    color: var(--accent-green);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-info-card .info-text h6 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-dark-green);
}

.contact-info-card .info-text p {
    margin: 0;
    font-size: 0.96rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.contact-info-card .arrow-link {
    margin-top: auto;
    color: var(--primary-dark-green);
    text-decoration: none;
    font-weight: 700;
}

.contact-main {
    background:
        radial-gradient(circle at top left, rgba(255, 205, 40, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.contact-form-container {
    background: white;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(13, 58, 44, 0.1);
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    border: 1px solid #02501a;
}

.form-info-panel {
    background:
        radial-gradient(circle at top right, rgba(255, 205, 40, 0.18), transparent 30%),
        linear-gradient(160deg, #134333 0%, #0d3a2c 100%);
    padding: 52px 42px;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.form-info-panel::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 220px;
    height: 220px;
    border-radius: 36px;
    background: rgba(255, 205, 40, 0.12);
    transform: rotate(30deg);
}

.form-info-panel .badge-sm {
    background: rgba(255, 205, 40, 0.14);
    color: var(--text-yellow);
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 22px;
    width: fit-content;
    letter-spacing: 0.08em;
}

.form-info-panel h2 {
    font-weight: 800;
    line-height: 1.28;
    margin-bottom: 18px;
}

.contact-feature-list {
    display: grid;
    gap: 14px;
    margin-bottom: 34px;
}

.feature-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.86);
}

.feature-line-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 205, 40, 0.14);
    color: var(--text-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 0.8rem;
}

.support-panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
}

.support-item {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.support-item small {
    display: block;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 5px;
}

.support-item strong {
    font-size: 0.98rem;
}

.form-input-panel {
    padding: 52px;
}

.form-heading h3 {
    color: var(--primary-dark-green);
}

.form-label-modern {
    font-weight: 700;
    color: var(--primary-dark-green);
    margin-bottom: 10px;
}

.form-control-modern {
    border: 1px solid #079e34;
    background: #f8fbf9;
    border-radius: 16px;
    padding: 14px 18px;
    font-size: 0.96rem;
    transition: all 0.3s ease;
}

.form-control-modern:focus {
    background: white;
    border-color: var(--accent-green);
    box-shadow: 0 0 0 4px rgba(109, 189, 91, 0.1);
}

.form-control-modern.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.08);
}

.form-control-modern.is-valid {
    border-color: #198754;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.08);
}

.field-error {
    min-height: 20px;
    margin-top: 8px;
    font-size: 0.84rem;
    color: #dc3545;
}

.btn-submit-yellow {
    background: linear-gradient(180deg, #ffe18a 0%, #ffcd28 100%);
    color: var(--primary-dark-green);
    border: none;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 800;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 16px 30px rgba(255, 205, 40, 0.28);
}

.btn-submit-yellow:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(255, 205, 40, 0.34);
}

.quick-whatsapp-link {
    color: var(--primary-dark-green);
    text-decoration: none;
    font-weight: 700;
}

.quick-whatsapp-link:hover {
    color: var(--accent-green);
}

@media (max-width: 991.98px) {
    .contact-hero {
        padding: 110px 0 80px;
    }

    .contact-info-section {
        margin-top: -32px;
    }

    .contact-form-container {
        grid-template-columns: 1fr;
    }

    .form-info-panel,
    .form-input-panel {
        padding: 36px 26px;
    }
}

@media (max-width: 575.98px) {
    .hero-contact-card,
    .contact-info-card,
    .form-info-panel,
    .form-input-panel {
        border-radius: 24px;
    }

    .btn-submit-yellow {
        width: 100%;
    }
}
