/* Breadcrumb Banner */
.breadcrumb-banner {
    position: relative;
    height: 115px;
    background-image: url('../../images/banner3.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.breadcrumb-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.breadcrumb-banner ol.breadcrumb {
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb-banner ol.breadcrumb li a,
.breadcrumb-banner ol.breadcrumb li.active {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    text-decoration: none;
}
.breadcrumb-banner ol.breadcrumb li.active {
    color: #ff66b2;
}

/* Buttons */
.btn-contact {
    background-color: #ff66b2 !important;
    color: #fff;
    font-weight: bold;
}
.btn-contact:hover {
    background-color: #e0559c !important;
}
.btn-pink {
    background-color: #ff66b2;
    color: white;
    border-radius: 15px;
    padding: 8px 10px;   /* bigger buttons */
    font-size: 1rem;     /* normal readable size */
}

.btn-pink.active,
.btn-pink:hover {
    background-color: #e2335a;
    color: #fff;
}

/* About Us Image */
.about-us  img {
    max-height: 40vh;
    width: 100%;
    object-fit: cover;
}

/* Gallery Grid Scroll */
#galleryGrid {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

/* Contact Form */
.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Map */
.map-container {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 350px;
}
