/* Contact Page Styles - Brand Colors */

/* Contact Hero Section */
.hero-section-contact {
    background: var(--gradient-hero);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.hero-background-contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-grain)"/></svg>');
}

/* .hero-overlay-contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
} */

.hero-pattern-contact {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-badge-contact {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    margin-bottom: 1.5rem;
}

.hero-title-contact {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-title-contact .title-highlight {
    background: var(--primary-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3); 
}

.hero-description-contact {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Contact Info Section */
.contact-info-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.contact-info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.contact-card-elegant {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.1);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.contact-card-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.contact-card-elegant:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.contact-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.3);
    transition: all 0.4s ease;
}

.contact-card-elegant:hover .contact-icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.contact-icon-wrapper i {
    font-size: 2rem;
    color: white;
}

.contact-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.contact-info {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.contact-btn {
    background: var(--gradient-primary);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    color: white;
    text-decoration: none;
}

.contact-card-elegant.featured {
    border: 2px solid var(--primary-gold);
    box-shadow: 0 20px 50px rgba(245, 158, 11, 0.2);
}

.contact-card-elegant.featured .contact-icon-wrapper {
    background: var(--gradient-secondary);
}

.contact-card-elegant.featured .contact-icon-wrapper i {
    color: var(--dark-color);
}


.section-badge {
background: var(--gradient-secondary);
  color: var(--dark-color);
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}
.section-title-elegant {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-bottom: 1rem;
}
.section-description-elegant {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}
.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 1rem;
}

.faq-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Contact Form Section */
.contact-form-section {
    background: var(--gray-50);
    position: relative;
}

.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.contact-form-section .container {
    position: relative;
    z-index: 2;
}

.contact-form-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="form-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(102,126,234,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(118,75,162,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23form-grain)"/></svg>');
}

.contact-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.contact-form-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.form-group-elegant {
    margin-bottom: 2rem;
    position: relative;
}

.form-label-elegant {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.8rem;
    display: block;
    font-size: 0.95rem;
}

.form-control-elegant {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    background: white;
}

.form-control-elegant:focus {
    border-color: var(--secondary-blue);
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.15);
    outline: none;
}

.form-control-elegant:focus + .form-icon i {
    color: var(--secondary-blue);
}

.form-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.form-icon i {
    color: #666;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.form-check-elegant {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.form-check-input-elegant {
    width: 1.2rem;
    height: 1.2rem;
    accent-color: var(--secondary-blue);
}

.form-check-label-elegant {
    color: #666;
    font-size: 0.95rem;
    cursor: pointer;
}

.contact-submit-btn {
    background: var(--gradient-primary);
    border: none;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    background: linear-gradient(135deg, var(--secondary-purple) 0%, var(--primary-navy) 100%);
}

/* Map Section */
.map-section-elegant {
    background: rgb(255, 255, 255);
    position: relative;
}

.map-section-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.map-section-elegant .container {
    position: relative;
    z-index: 2;
}

.map-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-bottom: 1rem;
}
.map-description {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}
.map-card-elegant {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.map-wrapper {
    position: relative;
    height: 400px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    pointer-events: none;
}

/* FAQ Section */
.faq-section-elegant {
    background: var(--gradient-primary);
    position: relative;
    overflow: hidden;
}

.faq-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="faq-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23faq-grain)"/></svg>');
}

.faq-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.faq-section-elegant .container {
    position: relative;
    z-index: 2;
}

.faq-accordion-elegant {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.faq-item-elegant {
    border-bottom: 1px solid #e9ecef;
}

.faq-item-elegant:last-child {
    border-bottom: none;
}

.faq-header-elegant {
    background: white;
}
.faq-button-elegant {
    width: 100%;
    background: white;
    border: none;
    padding: 2rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-button-elegant:hover {
    background: var(--gray-50);
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0;
}

.faq-icon {
    color: var(--secondary-blue);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.faq-button-elegant[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-collapse-elegant {
    background: var(--gray-50);
}

.faq-body-elegant {
    padding: 2rem;
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Contact CTA Section */
.contact-cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.contact-cta-card {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.contact-cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-grain)"/></svg>');
}

.contact-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.contact-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.contact-cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
}

.contact-cta-btn {
    background: var(--gradient-secondary);
    color: var(--dark-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.contact-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
    color: var(--dark-color);
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title-contact {
        font-size: 2.5rem;
    }
    
    .hero-description-contact {
        font-size: 1.1rem;
    }
    
    .contact-card-elegant {
        padding: 2rem 1.5rem;
    }
    
    .contact-form-card {
        padding: 2rem;
    }
    
    .contact-cta-title {
        font-size: 2rem;
    }
    
    .map-wrapper {
        height: 300px;
    }
    
    .faq-button-elegant {
        padding: 1.5rem;
    }
    
    .faq-body-elegant {
        padding: 1.5rem;
    }
    
    .contact-cta-card {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .hero-title-contact {
        font-size: 2rem;
    }
    
    .hero-description-contact {
        font-size: 1rem;
    }
    
    .contact-card-elegant {
        padding: 1.5rem;
    }
    
    .contact-form-card {
        padding: 1.5rem;
    }
    
    .contact-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .contact-icon-wrapper i {
        font-size: 1.5rem;
    }
    
    .contact-cta-title {
        font-size: 1.8rem;
    }
    
    .contact-cta-description {
        font-size: 1rem;
    }
    
    .map-wrapper {
        height: 250px;
    }
    
    .faq-button-elegant {
        padding: 1rem;
    }
    
    .faq-question {
        font-size: 1rem;
    }
    
    .faq-body-elegant {
        padding: 1rem;
    }
    
    .contact-cta-card {
        padding: 1.5rem;
    }
    
    .contact-cta-btn {
        padding: 0.9rem 1.5rem;
        font-size: 0.9rem;
    }
}

