/* AEON Contact Page - Bold & Creative Styling */

/* Full Width Container Override */
.page-id-9 .container,
.page-template-default .aeon-contact-section .container {
    max-width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* Hero Section */
.aeon-contact-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.aeon-contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none" stroke="%23d4af37" stroke-width="0.5" opacity="0.1"/></svg>');
    opacity: 0.3;
}

.aeon-contact-title {
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.aeon-contact-subtitle {
    font-size: 1.5rem;
    color: #d4af37;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* Contact Section */
.aeon-contact-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Contact Info */
.aeon-contact-info {
    padding-right: 40px;
}

/* Force contact info text to be dark */
.aeon-contact-info,
.aeon-contact-info *,
.page-id-9 .aeon-contact-info,
.page-id-9 .aeon-contact-info *,
body .aeon-contact-info,
body .aeon-contact-info * {
    color: #1a1a1a !important;
    opacity: 1 !important;
}

.aeon-contact-info .aeon-section-header h2,
.page-id-9 .aeon-contact-info .aeon-section-header h2,
body .aeon-contact-info .aeon-section-header h2 {
    color: #1a1a1a !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

.aeon-contact-info .aeon-section-header p,
.page-id-9 .aeon-contact-info .aeon-section-header p,
body .aeon-contact-info .aeon-section-header p {
    color: #666666 !important;
    opacity: 1 !important;
}

.aeon-contact-cards {
    margin-top: 40px;
}

.aeon-contact-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 5px solid #d4af37;
}

.aeon-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    background: #ffffff;
}

.aeon-contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #d4af37, #c9a96e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.aeon-contact-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.aeon-contact-details h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.aeon-contact-details p {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 5px;
    line-height: 1.6;
}

.aeon-contact-details a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 500;
}

.aeon-contact-details a:hover {
    color: #1a1a1a;
}

.aeon-contact-details small {
    color: #999999;
    font-size: 0.9rem;
}

/* Social Media Section */
.aeon-social-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.aeon-social-section h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.aeon-social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.aeon-social-link {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.aeon-social-link i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.aeon-social-link.facebook {
    background: #1877f2;
    color: #ffffff;
}

.aeon-social-link.facebook:hover {
    background: #ffffff;
    color: #1877f2;
    border-color: #1877f2;
}

.aeon-social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
}

.aeon-social-link.instagram:hover {
    background: #ffffff;
    color: #e6683c;
    border-color: #e6683c;
}

.aeon-social-link.tiktok {
    background: #000000;
    color: #ffffff;
}

.aeon-social-link.tiktok:hover {
    background: #ffffff;
    color: #000000;
    border-color: #000000;
}

/* Contact Form */
.aeon-contact-form-wrapper {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* Force all text in contact form to be dark */
.aeon-contact-form-wrapper *,
.aeon-contact-form *,
.page-id-9 .aeon-contact-form-wrapper *,
.page-id-9 .aeon-contact-form * {
    color: #1a1a1a !important;
}

.aeon-contact-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.aeon-contact-form .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.aeon-form-group {
    margin-bottom: 25px;
}

.aeon-contact-form .aeon-form-group label,
.aeon-contact-form label,
.page-id-9 .aeon-form-group label,
.page-id-9 label {
    display: block !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
    font-size: 1rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.aeon-form-group input,
.aeon-form-group select,
.aeon-form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.aeon-form-group input:focus,
.aeon-form-group select:focus,
.aeon-form-group textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.aeon-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.aeon-submit-btn {
    background: linear-gradient(135deg, #d4af37, #c9a96e);
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.aeon-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

.aeon-submit-btn i {
    margin-right: 10px;
}

.aeon-form-note {
    margin-top: 20px;
    text-align: center;
}

.aeon-form-note p,
.page-id-9 .aeon-form-note p,
.aeon-contact-form .aeon-form-note p {
    margin: 0 !important;
    color: #1a1a1a !important;
}

.aeon-form-note small,
.page-id-9 .aeon-form-note small,
.aeon-contact-form .aeon-form-note small {
    color: #1a1a1a !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

/* Map Section */
.aeon-map-section {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.aeon-map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.aeon-map-wrapper iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.aeon-map-wrapper:hover iframe {
    filter: grayscale(0%);
}

.aeon-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.7);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    transition: all 0.3s ease;
}

.aeon-map-overlay:hover {
    background: rgba(26, 26, 26, 0.3);
}

.aeon-map-info {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    max-width: 400px;
}

.aeon-map-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.aeon-map-info p {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 20px;
}

.aeon-map-btn {
    display: inline-flex;
    align-items: center;
    background: #d4af37;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.aeon-map-btn:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
}

.aeon-map-btn i {
    margin-right: 8px;
}

/* CTA Section */
.aeon-contact-cta {
    background: linear-gradient(135deg, #d4af37 0%, #c9a96e 100%);
    padding: 80px 0;
}

.aeon-contact-cta .aeon-cta-content h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.aeon-contact-cta .aeon-cta-content p {
    font-size: 1.3rem;
    color: #ffffff;
    opacity: 0.95;
    margin-bottom: 40px;
}

.aeon-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.aeon-contact-cta .aeon-cta-btn {
    padding: 18px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.aeon-contact-cta .aeon-cta-btn i {
    margin-right: 10px;
    font-size: 1.3rem;
}

.aeon-contact-cta .btn-primary {
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #ffffff;
}

.aeon-contact-cta .btn-primary:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.aeon-contact-cta .btn-outline-primary {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.aeon-contact-cta .btn-outline-primary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #d4af37;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255,255,255,0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
    .page-id-9 .container,
    .page-template-default .aeon-contact-section .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .aeon-contact-title {
        font-size: 3rem;
    }
    
    .aeon-contact-info {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .aeon-social-links {
        justify-content: center;
    }
    
    .aeon-map-overlay {
        padding-left: 30px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .page-id-9 .container,
    .page-template-default .aeon-contact-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .aeon-contact-hero {
        padding: 80px 0 60px;
    }
    
    .aeon-contact-title {
        font-size: 2.5rem;
    }
    
    .aeon-contact-subtitle {
        font-size: 1.2rem;
    }
    
    .aeon-contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .aeon-contact-card {
        flex-direction: column;
        text-align: center;
    }
    
    .aeon-contact-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .aeon-social-links {
        flex-direction: column;
        align-items: center;
    }
    
    .aeon-social-link {
        width: 200px;
        justify-content: center;
    }
    
    .aeon-map-overlay {
        padding: 20px;
    }
    
    .aeon-map-info {
        padding: 20px;
        text-align: center;
    }
    
    .aeon-contact-cta .aeon-cta-content h2 {
        font-size: 2rem;
    }
    
    .aeon-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .aeon-contact-cta .aeon-cta-btn {
        width: 250px;
        justify-content: center;
    }
}

/* FINAL OVERRIDE - Force contact form text to be visible */
html body .page-id-9 label,
html body .page-id-9 .aeon-form-group label,
html body .page-id-9 .aeon-contact-form label,
html body .page-id-9 .aeon-contact-form-wrapper label,
html body .aeon-contact-form label,
html body .aeon-contact-form-wrapper label,
html body .aeon-contact-form .aeon-form-group label,
html body .aeon-contact-form-wrapper .aeon-form-group label {
    color: #000000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    font-weight: bold !important;
    font-size: 16px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 2px 4px !important;
    border-radius: 3px !important;
    margin-bottom: 8px !important;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8) !important;
}

html body .page-id-9 .aeon-form-note,
html body .page-id-9 .aeon-form-note p,
html body .page-id-9 .aeon-form-note small,
html body .aeon-contact-form .aeon-form-note,
html body .aeon-contact-form .aeon-form-note p,
html body .aeon-contact-form .aeon-form-note small {
    color: #000000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 4px 8px !important;
    border-radius: 5px !important;
}

/* Enhanced dropdown styling */
.aeon-form-select,
html body .aeon-form-select,
html body .page-id-9 .aeon-form-select {
    background: #ffffff !important;
    border: 2px solid #d4af37 !important;
    color: #1a1a1a !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23d4af37" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 20px !important;
}

.aeon-form-select:focus,
html body .aeon-form-select:focus {
    border-color: #c9a96e !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2) !important;
}

.aeon-form-select option {
    color: #1a1a1a !important;
    background: #ffffff !important;
    padding: 10px !important;
}
