.hero-section {
    background: url("https://storage.googleapis.com/uxpilot-auth.appspot.com/7506720786-890cde3626c6590a7db5.png") center center;
    background-size: cover;
    min-height: 60vh;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.elementor-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom right, rgb(35 112 182 / 0.8), rgb(30 64 175 / 0.8));
    content: '';
    z-index: -1;
}

.text-content h1 {
    font-size: 2.5rem;
}

.text-content p {
    font-size: 1.1rem;
}

.booking-form {
    max-width: 80%;
    margin: 0 auto;
}

.hero-section ul i {
    color: rgb(16 185 129 /  1);
    font-size: 1.2rem;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 40px 20px;
    }

    .text-content h1 {
        font-size: 2rem;
    }

    .booking-form {
        margin-top: 40px;
    }
}

.contact-section {
    background: #fff;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /*margin-bottom: 40px;*/
}

.contact-card {
    background: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.contact-card .icon {
    font-size: 1.8rem;
    justify-self: left;
    margin: 0 0 10px;
}

.headquarters {
    grid-column: span 2; /* Full width */
}

.icon.email i {
    color: #007bff;
}

.icon.phone i {
    color: #dc3545;
}

.icon.location i {
    color: #28a745;
}

.icon.map i {
    color: #17a2b8;
}

.contact-card.map-card {
    text-align: center;
    background: #dbeafe;
}

.map-tag {
    display: inline-block;
    background: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 0.85rem;
}


.map-card iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

@media (max-width: 500px) {
    .hero-section ul {
        flex-wrap: wrap;
    }

    .hero-section ul li {
        width: 50%;
        flex: 0 0 47%;
    }

    .booking-form {
        max-width: 100%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .headquarters {
        grid-column: span 1;
    }

    .spacer {
        display: none;
    }

    .map-card iframe {
        height: 300px;
    }
}
