:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f46222c */.contact-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 7%;
    background: url('https://images.unsplash.com/photo-1527515637462-cff94eecc1ac') center/cover no-repeat;
    border-radius: 30px;
    overflow: hidden;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(15,23,42,0.9),
        rgba(30,41,59,0.75)
    );
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    text-align: center;
    color: white;
}

.contact-label {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    margin-bottom: 20px;
}

.contact-hero-content h1 {
    font-size: 56px;
    margin-bottom: 20px;
}

.contact-hero-content p {
    color: #cbd5e1;
    line-height: 1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41c6667 */.contact-info-section {
    padding: 100px 7%;
    background: white;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.contact-box {
    background: #f8fafc;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateY(-8px);
}

.contact-icon {
    font-size: 35px;
    margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-302ea4d */.location-section {
    padding: 100px 7%;
    background: #f8fafc;
}

.location-header {
    text-align: center;
    margin-bottom: 50px;
}

.location-label {
    display: inline-block;
    padding: 8px 18px;
    background: white;
    border-radius: 30px;
    margin-bottom: 20px;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.location-card {
    background: white;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.location-card a {
    display: inline-block;
    margin-top: 20px;
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a3ea9b */.contact-faq {
    padding: 100px 7%;
    background: white;
}

.faq-list {
    max-width: 800px;
    margin: auto;
}

.faq-item {
    padding: 25px;
    margin-bottom: 20px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.faq-item h3 {
    margin-bottom: 10px;
    color: #0f172a;
}

.faq-item p {
    color: #64748b;
    line-height: 1.8;
}/* End custom CSS */