﻿.hero-consult-section {
    background: url('/images/SherlyMillan_10-1024.jpg') center /cover no-repeat;
    background-size: cover;
    height: 64vh;
    position: relative;
}

@media (max-width: 768px) {
    .hero-consult-section {
        background-image: url('/images/SherlyMillan_10-768.jpg');
        height: 46vh;
    }
}

@media (max-width: 480px) {
    .hero-consult-section {
        background-image: url('/images/SherlyMillan_10-320.jpg');
        height: 33vh;
    }
}

.hero-consult-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 30, 60, 0.5);
}

.hero-consult-section {
    background-color: #0077b6;
}



.consultation-container {
    padding: 0;
    margin: 0;
}

.consultation-intro {
    background-color: #f8f9fa;
    padding: 4rem 2rem;
}

.consultation-photo {
    background-color: #ffffff;
    padding: 3rem 2rem;
    text-align: center;
}

    .consultation-photo img {
        max-width: 250px;
        border-radius: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
    }

.calendar-embed {
    background-color: #e0f7fa;
    padding: 4rem 2rem;
}
