/* ===== CONTACT.HTML - PAGE SPECIFIC STYLES ===== */

/* Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #1a4b84 0%, #0f3054 100%);
    padding-top: 120px;
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.text-gradient {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    position: relative;
    z-index: 1;
}

.hero-stat {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #60a5fa;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* Contact Info Section */
.contact-info-section {
    padding: 4rem 0;
    background: #f8fafc;
    margin-top: -3rem;
    position: relative;
    z-index: 10;
}

.contact-info-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(26, 75, 132, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, #1a4b84 0%, #0f3054 100%);
}

.contact-info-icon.icon-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.contact-info-icon.icon-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.contact-info-icon.icon-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.contact-info-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.contact-info-text {
    font-size: 1rem;
    font-weight: 600;
    color: #1a4b84;
    margin-bottom: 0.25rem;
}

.contact-info-note {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

/* Contact Form Section */
.contact-form-section {
    padding: 5rem 0;
    background: white;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(26, 75, 132, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a4b84;
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
}

.section-description {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.8;
}

/* Why Contact List */
.why-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.why-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
    background: linear-gradient(135deg, #1a4b84 0%, #0f3054 100%);
}

.why-icon.icon-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.why-icon.icon-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.why-icon.icon-info {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.why-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.why-content p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* Contact Form Card */
.contact-form-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(26, 75, 132, 0.1);
}

.form-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.form-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #64748b;
    margin: 0;
}

.form-label {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-control, .form-select {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.form-control:focus, .form-select:focus {
    border-color: #1a4b84;
    box-shadow: 0 0 0 0.2rem rgba(26, 75, 132, 0.15);
}

.input-group-text {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-right: none;
    border-radius: 10px 0 0 10px;
    color: #64748b;
}

.input-group .form-control {
    border-left: none;
    border-radius: 0 10px 10px 0;
}

.input-group .form-control:focus {
    border-left: none;
}

.input-group:focus-within .input-group-text {
    border-color: #1a4b84;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    border-radius: 10px;
}

.form-check-input {
    border: 2px solid #e2e8f0;
    width: 1.25rem;
    height: 1.25rem;
}

.form-check-input:checked {
    background-color: #1a4b84;
    border-color: #1a4b84;
}

.form-check-label {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
}

.btn-primary {
    background: linear-gradient(135deg, #1a4b84 0%, #0f3054 100%);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 75, 132, 0.3);
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background: #f8fafc;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.accordion-item {
    background: white;
    border: 1px solid rgba(26, 75, 132, 0.1);
    border-radius: 12px !important;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    color: #1e293b;
    padding: 1.25rem 1.5rem;
    background: white;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(26, 75, 132, 0.05) 0%, rgba(96, 165, 250, 0.05) 100%);
    color: #1a4b84;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    background-size: 1rem;
}

.accordion-body {
    padding: 0 1.5rem 1.25rem;
    color: #64748b;
    line-height: 1.8;
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.fade-in-delay {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease 0.2s forwards;
}

.fade-in-delay-1 {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease 0.1s forwards;
}

.fade-in-delay-2 {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease 0.2s forwards;
}

.fade-in-delay-3 {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease 0.3s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.25rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .hero-stats {
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding-top: 100px;
    }
    
    .hero-title {
        font-size: 1.875rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .contact-form-card {
        padding: 1.5rem;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .hero-stat {
        flex: 0 0 calc(33.333% - 0.75rem);
    }
    
    .contact-info-section {
        margin-top: 0;
        padding: 3rem 0;
    }
    
    .contact-form-section {
        padding: 3rem 0;
    }
    
    .faq-section {
        padding: 3rem 0;
    }
}

/* ===== Enhanced Mobile Responsive ===== */
@media (max-width: 575px) {
    .contact-hero {
        padding-top: 80px;
    }
    
    .min-vh-75 {
        min-height: 60vh;
    }
    
    .hero-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
    }
    
    .hero-stats {
        gap: 0.75rem;
    }
    
    .hero-stat {
        flex: 0 0 calc(50% - 0.5rem);
    }
    
    .stat-number {
        font-size: 1.25rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .contact-info-section {
        padding: 2rem 0;
    }
    
    .contact-info-card {
        padding: 1.5rem;
        border-radius: 12px;
        margin-bottom: 1rem;
    }
    
    .contact-info-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .contact-info-title {
        font-size: 1rem;
    }
    
    .contact-info-text {
        font-size: 0.95rem;
    }
    
    .contact-info-note {
        font-size: 0.8rem;
    }
    
    .contact-form-section {
        padding: 2.5rem 0;
    }
    
    .section-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .section-title {
        font-size: 1.35rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    .why-contact-list {
        gap: 1.25rem;
    }
    
    .why-icon {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
        border-radius: 10px;
    }
    
    .why-content h4 {
        font-size: 0.95rem;
    }
    
    .why-content p {
        font-size: 0.85rem;
    }
    
    .contact-form-card {
        padding: 1.25rem;
        border-radius: 16px;
    }
    
    .form-header {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
    
    .form-header h3 {
        font-size: 1.25rem;
    }
    
    .form-label {
        font-size: 0.85rem;
    }
    
    .form-control, .form-select {
        padding: 0.65rem 0.875rem;
        font-size: 16px; /* Prevent zoom on iOS */
        border-radius: 8px;
    }
    
    textarea.form-control {
        min-height: 100px;
    }
    
    .btn-primary {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
        width: 100%;
    }
    
    .faq-section {
        padding: 2.5rem 0;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
    }
    
    .accordion-button {
        padding: 1rem 1.25rem;
        font-size: 0.9rem;
    }
    
    .accordion-body {
        padding: 0 1.25rem 1rem;
        font-size: 0.875rem;
    }
}
