:root {
    --smoke-color3: #e5e5e5f2;
}
/* Forcer le fond semi-transparent du backdrop */
.modal-backdrop.show {
    opacity: 0.5 !important;
}

/* S'assurer que le modal ne prend pas toute la largeur */
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

/* Corriger le fond du contenu modal */
.modal-content {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 0.3rem;
}

/* Optionnel: empêcher le body de dépasser lors de l'ouverture */
body.modal-open {
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}
span.fw-light.text-theme {
    font-size: 52px;
}
.service-card.style5 .service-card-icon {
    border: none!important;
}
.checklist.style6 li {
    color: black;
}
.about-wrap8 .checklist {
    padding-right: 15px!important;
    margin-right: 15px!important;
}
img.logorankiz {
    height: 35px !important;
}.header-layout4 .menu-area {    background: #ffffff!important;}.main-menu a {    color: #000000!important;}.sidebar-btn .line {    background: #000000!important;}.header-default {    background: #ffffff!important;}.sticky-wrapper.sticky {    background-color: #ffffff!important;}

@media (max-width: 1500px) {
    .header-layout4 .sticky-wrapper {
        background: #ffffff!important;
    }
}
.th-menu-wrapper .mobile-logo {
    background-color: #ffffff!important;
}
.main-menu a:hover {
    font-weight: 700;
    color: #123499 !important;
    font-size: 18px;
}
.bg-smoke3 {
    background-color: #fffffff2 !important;
}
.hero-8 {
    background: #bdbdbd!important;
}
.call-btn .btn-text {
    font-size: 19px!important;
}