﻿/* =======================================
   PARALLAX SECTION WITH WAVE DIVIDER
======================================= */
.Groom-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/188264962.jpg');
    min-height: 450px;
    background-attachment: fixed;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}


.Groom-Parallax01-Title-Container {
    bottom: 5% !important;
}

@media (max-width: 991px) {
    .Groom-Parallax01-Title-Container {
        bottom: 2% !important;
    }
}

.Groom-Parallax01-Title {
    font-family: Oxygen, Lato, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    color: white;
    filter: drop-shadow(2px 2px 10px #222);
}

@media (max-width: 991px) {
    .Groom-Parallax01-Title {
        font-size: 30px;
    }

}

.bg-custom {
    background-color: #DFD5C8 !important;
    width: 100%; /* Ensures full width */
    min-height: 25px; /* Adjust height as needed */
    padding: 15px 0; /* Adds vertical space */
}

.sub-bg-custom {
    background-color: #DFD5C8 !important;
    width: 100%;
    min-height: 100px;
    padding: 35px 0;
    margin-top: 0;
}