/* Contact Page Styles */

.contact-hero {
    background: linear-gradient(135deg, #003d82 0%, #0066cc 100%);
    padding: 4rem 0 3rem;
    margin: 0 -15px;
    color: white;
    text-align: center;
}

.contact-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-hero p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.contact-content {
    padding: 4rem 0;
    background-color: #ffffff;
}

.contact-form-section {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #f0f0f0;
    Height: 100%;
}

.contact-form-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #003d82;
    margin-bottom: 1.5rem;
}

.contact-form-section .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.contact-form-section .form-control,
.contact-form-section .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: border-color 0.2s;
}

.contact-form-section .form-control:focus,
.contact-form-section .form-select:focus {
    border-color: #0066cc;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.15);
}

.founder-message-card {
    background: linear-gradient(135deg, #003d82 0%, #0066cc 100%);
    border-radius: 15px;
    padding: 2rem;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 61, 130, 0.2);
}

.founder-avatar {
    text-align: center;
    margin-bottom: 1.5rem;
}

.founder-avatar i {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.9);
}

.founder-message {
    text-align: center;
}

.message-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-style: italic;
}

.founder-signature {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    color: white;
}

.founder-signature strong {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.25rem;
}

.founder-signature small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.contact-info-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    /* height: 100%; */
    border: 2px solid #e9ecef;
}

.contact-info-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #003d82;
    margin-bottom: 1.5rem;
}

.contact-info-item {
    display: flex;
    align-items: start;
    margin-bottom: 1.5rem;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #0066cc, #0099ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 1rem;
}

.contact-info-icon i {
    color: white;
    font-size: 1.25rem;
}

.contact-info-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #003d82;
    margin-bottom: 0.25rem;
}

.contact-info-details p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.contact-info-details a {
    color: #0066cc;
    text-decoration: none;
}

.contact-info-details a:hover {
    text-decoration: underline;
}

.faq-preview {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 2.5rem;
    margin-top: 3rem;
    text-align: center;
}

.faq-preview h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #003d82;
    margin-bottom: 1rem;
}

.faq-preview p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
    .contact-hero h1 {
        font-size: 2rem;
    }

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

    .contact-content {
        padding: 2.5rem 0;
    }

    .contact-form-section {
        padding: 2rem 1.5rem;
    }

    .contact-info-card {
        margin-top: 2rem;
    }
}
