/* Contact Page Specific Spacing Adjustments */

.hero-redesign {
    padding: 100px 0 100px !important;
    background-color: var(--base-bg);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px !important;
    position: relative;
    z-index: 1;
}

.hero-redesign .section-title h2, 
.hero-redesign .section-title h3 {
    margin-bottom: 8px !important;
}

.hero-redesign .hero-btns.mt-4 {
    margin-top: 10px !important;
}

.hero-svg-wave svg {
    height: 120px !important;
    min-height: auto !important;
    max-height: 150px !important;
}

@media (min-width: 992px) {
    .hero-redesign {
        padding: 95px 0 110px !important;
        min-height: 350px !important;
    }
}



.page-contact-us {
    padding: 60px 0 20px !important;
    background-color: #fff;
}

.page-contact-us .row.mb-5 {
    margin-bottom: 30px !important;
}

.contact-info-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 186, 154, 0.12);
}

.contact-info-card .icon-wrapper {
    width: 65px;
    height: 65px;
    background: rgba(0, 186, 154, 0.1);
    color: #0bba9a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 26px;
}

.contact-info-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000 !important;
}

.contact-info-card p {
    margin-bottom: 0;
    color: #666;
    font-size: 1.05rem;
}

.contact-info-card a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-card a:hover {
    color: #0bba9a;
}

.google-map {
    padding: 0 !important;
    line-height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
    display: block;
}

/* Fix for thin line below hero wave */
.hero-svg-wave {
    bottom: -2px !important;
}

.page-contact-us {
    padding: 60px 0 40px !important;
    background-color: #fff;
    margin-top: -1px !important; /* Overlap fix */
    position: relative;
    z-index: 2;
}

/* Map enhancement */
.google-map iframe {
    width: 100%;
    height: 500px !important;
    display: block;
    margin-bottom: 0px !important;
    border: none !important;
}

@media (max-width: 767px) {
    .google-map {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .google-map iframe {
        height: 350px !important;
    }
}

@media (max-width: 991px) {
    .page-contact-us {
        padding: 50px 0 30px !important;
    }
}

@media (max-width: 767px) {
    .hero-redesign {
        padding: 40px 0 40px !important;
        min-height: 120px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .page-contact-us {
        padding: 40px 0 20px !important;
    }
    .contact-info-card {
        padding: 30px 20px;
    }
}
