.elementor-244 .elementor-element.elementor-element-c7b0068{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf101ec */<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.contact-page-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}

/* Hero */
.contact-hero-cha {
    padding: 80px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.contact-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contact-hero-cha h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 20px 0;
}

.contact-tagline {
    font-size: 20px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* Contact Methods */
.contact-methods-cha {
    padding: 100px 20px;
}

.contact-methods-content {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-methods-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 60px 0;
}

.methods-grid-cha {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.method-card-cha {
    padding: 40px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
    position: relative;
}

.method-card-cha:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    transform: translateY(-8px);
}

.method-icon-cha {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.whatsapp-icon {
    background: linear-gradient(135deg, #25D366 0%, #20bd5a 100%);
}

.phone-icon {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.email-icon {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
}

.location-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.method-icon-cha i {
    font-size: 36px;
    color: white;
}

.method-card-cha h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.method-value-cha {
    font-size: 18px;
    font-weight: 600;
    color: #f97316;
    margin: 0 0 8px 0;
}

.method-desc-cha {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

.office-note {
    font-size: 13px;
    color: #9ca3af;
    font-style: italic;
    margin: 8px 0 0 0;
}

.method-badge-cha {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.location-card-cha {
    cursor: default;
}

.location-card-cha:hover {
    transform: none;
}

/* Map Section */
.map-section-cha {
    padding: 100px 20px;
    border-top: 1px solid #e5e7eb;
}

.map-content-cha {
    max-width: 1000px;
    margin: 0 auto;
}

.map-content-cha h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 12px 0;
}

.map-intro {
    font-size: 18px;
    color: #6b7280;
    text-align: center;
    margin: 0 0 40px 0;
}

.map-container-cha {
    margin-bottom: 32px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.map-note-cha {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #fff7ed;
    border: 2px solid #f97316;
    border-radius: 12px;
    align-items: start;
}

.map-note-cha i {
    font-size: 24px;
    color: #f97316;
    flex-shrink: 0;
}

.map-note-cha p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

.map-note-cha strong {
    color: #1e3a8a;
}

/* FAQ Section */
.contact-faq-cha {
    padding: 100px 20px;
}

.contact-faq-content {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-faq-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 60px 0;
}

.contact-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.contact-faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-faq-item {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.contact-faq-item:hover {
    border-color: #f97316;
}

.contact-faq-item.active {
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.12);
}

.contact-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.contact-faq-q h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
    line-height: 1.4;
}

.contact-faq-q i {
    font-size: 20px;
    color: #f97316;
    transition: all 0.3s;
    flex-shrink: 0;
}

.contact-faq-item.active .contact-faq-q i {
    transform: rotate(180deg);
}

.contact-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.contact-faq-item.active .contact-faq-a {
    max-height: 500px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.contact-faq-a p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* CTA Final */
.contact-cta-final {
    padding: 0 20px 100px;
}

.contact-cta-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px;
    background: white;
    border: 3px solid #1e3a8a;
    border-radius: 24px;
    text-align: center;
}

.contact-cta-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 16px 0;
}

.contact-cta-content p {
    font-size: 18px;
    color: #6b7280;
    margin: 0 0 32px 0;
}

.contact-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-contact-whatsapp,
.btn-contact-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-contact-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #20bd5a 100%);
    color: white;
}

.btn-contact-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.btn-contact-phone {
    background: white;
    color: #1e3a8a;
    border: 2px solid #1e3a8a;
}

.btn-contact-phone:hover {
    background: #1e3a8a;
    color: white;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .contact-hero-cha,
    .contact-methods-cha,
    .map-section-cha,
    .contact-faq-cha {
        padding: 60px 16px;
    }
    
    .contact-hero-cha h1,
    .contact-methods-content h2,
    .map-content-cha h2,
    .contact-faq-content h2 {
        font-size: 32px;
    }
    
    .methods-grid-cha,
    .contact-faq-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-cta-buttons {
        flex-direction: column;
    }
    
    .contact-cta-content {
        padding: 40px 24px;
    }
}
</style>/* End custom CSS */