/* =============================================
   Services Page Styles
   Extracted from services.php inline <style> blocks
   ============================================= */

/* --- Section: Hero & Layout --- */
.col-lg-12.col-md-12.center-section {
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000045;
}

.full-row {
    padding: 0 !important;
}

.center-flex {
    display: flex;
    align-items: center;
    padding: 20px;
}

.title-v {
    font-size: 1.6rem !important;
}

.button-gr:hover {
    box-shadow: 0 0 6px 0 rgb(157 96 212 / 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(10deg, #0e7332, #bacf0c);
}

/* --- Section: Title Underline --- */
.titre-underline::after {
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background-image: linear-gradient(45deg, #0e7332, #bacf0c) !important;
    position: absolute;
    bottom: -10px;
    left: 0%;
    transform: translate(0%, 10px);
}

/* --- Section: CTA Button Flash --- */
.btn-flach:before, .btn-flach::after {
    background: #00f5fa !important;
    box-shadow: 0 0 5px #00f5fa, 0 0 15px #00f5fa, 0 0 30px #00f5fa, 0 0 60px #00f5fa !important;
}

/* --- Section: Footer CTA Responsive --- */
@media(min-width:992px) {
    .footer-ctl {
        margin-top: 100px !important;
        background-image: url('../../img/ctl/Billight_Services_CTA.png');
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(max-width:991px) {
    .footer-ctl {
        margin-top: 100px !important;
        background: #0A0B10;
        background-position: center center;
        height: 500px;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
