/* ========================================
   CONTACT PAGE STYLES
   ======================================== */

/* Hero Section */
.contact-hero {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.7) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(45, 45, 45, 0.7) 100%), url('../images/hero/question.jpeg');
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #b0b0b0;
}

/* Contact Section */
.contact-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #d8d8d8 0%, rgba(212, 175, 55, 0.1) 25%, #e0e0e0 50%, rgba(244, 208, 63, 0.08) 75%, #d8d8d8 100%);
}

.contact-form-card {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 15px;
    padding: 2.5rem;
}

.form-title {
    color: #d4af37;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.form-label {
    color: #e0e0e0;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #e0e0e0;
    padding: 0.75rem;
    border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
    background: rgba(0, 0, 0, 0.5);
    border-color: #d4af37;
    color: #e0e0e0;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

.form-control::placeholder {
    color: #808080;
}

.btn-contact-primary {
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    color: #1a1a1a;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-contact-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
    color: #000;
}

/* Contact Info Card */
.contact-info-card {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    height: 100%;
}

.info-title {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.info-item {
    display: flex;
    gap: 1rem;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: rgba(212, 175, 55, 0.1);
}

.info-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 1.2rem;
    color: #1a1a1a;
}

.info-content h5 {
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
}

.info-content a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.info-content a:hover {
    color: #d4af37;
}

.info-content p {
    color: #b0b0b0;
    margin: 0;
    line-height: 1.5;
    font-size: 0.9rem;
}

/* Social Section */
.social-section {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.social-section h5 {
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background: #d4af37;
    color: #1a1a1a;
    transform: translateY(-3px);
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8) 0%, rgba(245, 245, 245, 0.8) 100%), url('../images/hero/question.jpeg');
    background-size: cover;
    background-position: center;
}

.section-title {
    color: #d4af37;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: #b0b0b0;
    font-size: 1.1rem;
}

.accordion-item {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.2);
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    background: rgba(0, 0, 0, 0.3);
    color: #e0e0e0;
    font-weight: 600;
    padding: 1.25rem;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(212, 175, 55, 0.3);
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(73%) sepia(45%) saturate(500%) hue-rotate(5deg);
}

.accordion-body {
    background: rgba(0, 0, 0, 0.2);
    color: #b0b0b0;
    padding: 1.25rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-card,
    .contact-info-card {
        padding: 1.5rem;
    }
    
    .form-title,
    .info-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
}
