:root {
    --primary-navy: #0b132b;
    --accent-orange: #d9531e;
    --accent-gold: #c59b27;
    --accent-purple: #3b1754;
    --accent-red: #a81c1c;
    --bg-light: #f8f6f0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: var(--primary-navy);
    color: #ffffff;
}

/* --- HERO SECTION --- */
.contact-hero {
    position: relative;
    background: 
                url('../assets/contact-us-hero.webP') center/cover no-repeat;
    padding: 160px 5% 120px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.contact-hero-content {
    max-width: 800px;
    margin-top: 80px;
}

.hero-main-title {
    font-size: 62px;
    font-weight: 800;
    color: var(--accent-gold);
    margin-bottom: 8px;
}

.hero-tagline {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.hero-description {
    font-size: 16px;
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 14px;
}

.hero-submotto {
    font-size: 13px;
    color: #e2e8f0;
    font-weight: 500;
}

/* --- MAIN CONTACT SECTION --- */
.contact-main-wrapper {
    background-color: var(--bg-light);
    color: #222;
    padding: 50px 4%;
    border: 2px solid goldenrod;
}

.contact-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
}

/* Left Column Styling */
.contact-info-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info-card-box {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border: 2px solid #febc06;
}

.card-header {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--accent-gold);
    font-weight: 700;
}

.dark-header {
    background-color: #0b132b;
}

.red-header {
    background-color: #8b1818;
    color: #ffffff;
}

.card-header h3 {
    font-size: 16px;
}

.info-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.info-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #0b132b;
    color: var(--accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.info-text strong {
    display: block;
    font-size: 13px;
    color: #111;
    margin-bottom: 2px;
}

.info-text p {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}

.help-links-list ul {
    list-style: none;
    padding: 15px 20px;
}

.help-links-list li {
    font-size: 13px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.help-links-list li:last-child {
    border-bottom: none;
}

.help-links-list li i {
    color: var(--accent-orange);
    font-size: 14px;
}

/* Right Column Form Styling */
.form-card-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border: 2px solid #f6d285;
}

.form-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b132b;
    text-align: center;
    margin-bottom: 24px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.form-group label span {
    color: #d9531e;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 12px;
    color: #222;
    background-color: #f8fafc;
    outline: none;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.submit-message-btn {
    background-color: #8b1818;
    color: #ffffff;
    border: none;
    padding: 13px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.form-footnote {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-top: 6px;
}

/* Input Icon Wrapper Support for Contact Form */
.input-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon-wrapper i {
    position: absolute;
    left: 12px;
    color: #888;
    font-size: 13px;
    z-index: 2;
}

/* --- TOM SELECT GPA STYLING FOR CONTACT US --- */
.input-icon-wrapper .ts-wrapper {
    width: 100%;
}

.input-icon-wrapper .ts-control {
    background-color: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 11px 14px 11px 36px !important;
    font-size: 12px !important;
    font-family: 'Inter', sans-serif !important;
    color: #222 !important;
    min-height: auto !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
}

.input-icon-wrapper .ts-wrapper.focus .ts-control {
    border-color: #8b1818 !important;
    box-shadow: 0 0 0 2px rgba(139, 24, 24, 0.15) !important;
}

.input-icon-wrapper .ts-control input {
    padding: 0 !important;
    font-size: 12px !important;
    font-family: 'Inter', sans-serif !important;
    color: #222 !important;
    background: transparent !important;
    border: none !important;
}

.input-icon-wrapper .ts-wrapper .item {
    font-size: 12px !important;
    color: #222 !important;
}

.ts-dropdown {
    font-size: 12px !important;
    font-family: 'Inter', sans-serif !important;
    border-radius: 6px !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    z-index: 9999 !important;
}

.ts-dropdown .option {
    padding: 8px 12px !important;
    color: #222 !important;
}

.ts-dropdown .option.active {
    background-color: #0b132b !important;
    color: #ffffff !important;
}

/* --- IMPACT STRIP --- */
.contact-impact-bar {
    background-color: #fdf6ed;
    color: #222;
    padding: 40px 4%;
    border-top: 1px solid #e2d9cc;
    text-align: center;
}

.impact-title-sub {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 30px;
}

.impact-grid-five {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.impact-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.impact-ico {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--primary-navy);
    color: var(--accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 8px;
}

.impact-metric h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-navy);
}

.impact-metric p {
    font-size: 11px;
    color: #555;
    line-height: 1.2;
}

.impact-metric p span {
    font-size: 10px;
    color: #777;
}

/* --- BANNER CTA & RED BANNER --- */
.banner-cta-section {
    background: linear-gradient(rgba(100, 20, 20, 0.433), rgba(70, 10, 10, 0.4)),
                url('../assets/services-Join\ the\ movement.webp') center/cover;
    padding: 50px 5%;
    text-align: center;
    border-top: 6px solid rgb(197, 138, 0);
}

.banner-container h2 {
    font-size: 24px;
    color: var(--accent-gold);
    margin-bottom: 8px;
    line-height: 1.3;
}

.banner-container p {
    font-size: 13px;
    color: #d1d5db;
    margin-bottom: 20px;
}

.banner-btn-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-purple-cta {
    background-color: var(--accent-purple);
    color: #fff;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-red-cta {
    background-color: var(--accent-red);
    color: #fff;
    padding: 10px 22px;
}

/* --- RESPONSIVENESS --- */
@media (max-width: 1024px) {
    .contact-grid-container {
        grid-template-columns: 1fr;
    }

    .impact-grid-five {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: 32px;
    }

    .impact-grid-five {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .impact-grid-five {
        grid-template-columns: 1fr;
    }

    .form-card-box {
        padding: 20px;
    }
}