/********** Template CSS **********/
:root {
    --primary: #ffa306;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.img-logo {
    width: 190px;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/img-footer.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.service-modern-section {
    position: relative;
}

.service-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.service-img-wrap {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.service-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 36, 107, 0.35), rgba(4, 36, 107, 0.05));
    pointer-events: none;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .service-img {
    transform: scale(1.08);
}

.service-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffa306;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2;
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.35);
}

.service-content {
    padding: 28px 24px 24px;
}

.service-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b2154;
}

.service-content p {
    color: #6c757d;
    margin-bottom: 18px;
    line-height: 1.7;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    position: relative;
    margin-bottom: 12px;
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}

.service-list li::before {
    /* content: "\f00c"; */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ffa306;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .service-img-wrap {
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .service-content {
        padding: 22px 18px 20px;
    }

    .service-content h4 {
        font-size: 20px;
    }

    .service-img-wrap {
        height: 210px;
    }
}
.icon{
    color: var(--primary);
    font-size: 20px;
}

.services-premium {
    background:
        radial-gradient(circle at top left, rgba(255, 163, 6, 0.12), transparent 32%),
        radial-gradient(circle at bottom right, rgba(4, 36, 107, 0.10), transparent 28%),
        #f8f9fa;
    position: relative;
    overflow: hidden;
}

.section-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255, 163, 6, 0.14);
    color: #ff9800;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 14px;
}

.section-text {
    max-width: 720px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.7;
}

.service-card-premium {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 34px 28px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
    overflow: hidden;
}

.service-card-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #04246b, #ffa306);
}

.service-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.service-icon-premium {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b0e3fa;
    color: #fff;
    font-size: 28px;
    margin-bottom: 22px;
    box-shadow: 0 12px 24px rgba(4, 36, 107, 0.20);
}

.service-number {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 48px;
    font-weight: 800;
    color: rgba(4, 36, 107, 0.06);
    line-height: 1;
}

.service-card-premium h4 {
    font-size: 24px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 14px;
}

.service-card-premium p {
    color: #6b7280;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #04246b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #ffa306;
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-link:hover i {
    transform: translateX(6px);
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 34px;
    }

    .service-card-premium {
        padding: 28px 22px;
    }

    .service-card-premium h4 {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 28px;
    }

    .section-text {
        font-size: 15px;
    }

    .service-icon-premium {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    .service-number {
        font-size: 36px;
    }

    .service-card-premium h4 {
        font-size: 20px;
    }
}

.cadeaux-grid-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.cadeaux-badge {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(255, 163, 6, 0.12);
    color: #ffa306;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cadeaux-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 14px;
}

.cadeaux-subtitle {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #64748b;
}

.cadeau-card {
    background: transparent;
    height: 100%;
}

.cadeau-card-inner {
    background: #f7f7f7;
    border-radius: 28px;
    min-height: 430px;
    padding: 42px 28px 34px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.cadeau-card-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

.cadeau-img-wrap {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.cadeau-img {
    max-width: 180px;
    max-height: 170px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.cadeau-card-inner:hover .cadeau-img {
    transform: scale(1.06);
}

.cadeau-name {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    color: #f5a000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
}

@media (max-width: 1199.98px) {
    .cadeaux-title {
        font-size: 36px;
    }

    .cadeau-card-inner {
        min-height: 390px;
    }

    .cadeau-name {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .cadeaux-title {
        font-size: 30px;
    }

    .cadeau-card-inner {
        min-height: 340px;
        padding: 30px 18px 24px;
        border-radius: 22px;
    }

    .cadeau-img-wrap {
        height: 160px;
        margin-bottom: 20px;
    }

    .cadeau-img {
        max-width: 140px;
        max-height: 130px;
    }

    .cadeau-name {
        font-size: 22px;
    }
}

.contact-modern-section {
    background:
        radial-gradient(circle at top left, rgba(255, 163, 6, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(4, 36, 107, 0.10), transparent 30%),
        #f8fafc;
    position: relative;
    overflow: hidden;
}

.contact-badge {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(255, 163, 6, 0.12);
    color: #ffa306;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 18px;
}

.contact-title span {
    color: #04246b;
}

.contact-text {
    color: #64748b;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    padding: 18px 20px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #04246b, #0d47c7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-info-item h6 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.contact-info-item p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.contact-form-card {
    background: #fff;
    padding: 36px;
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.contact-form-header {
    margin-bottom: 24px;
}

.contact-form-header h3 {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.contact-form-header p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}

.custom-floating > .form-control,
.custom-floating > .form-control-plaintext,
.custom-floating > .form-select {
    height: 60px;
    min-height: 60px;
}

.custom-input {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 15px;
}

.custom-input:focus {
    border-color: #ffa306;
    box-shadow: 0 0 0 0.2rem rgba(255, 163, 6, 0.12);
}

.custom-textarea {
    min-height: 180px !important;
    resize: none;
}

.custom-floating > label {
    padding-left: 18px;
    color: #64748b;
}

.contact-submit-btn {
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffa306, #ffbf4d);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    transition: all 0.35s ease;
    box-shadow: 0 12px 28px rgba(255, 163, 6, 0.25);
}

.contact-submit-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(255, 163, 6, 0.32);
}

@media (max-width: 991.98px) {
    .contact-title {
        font-size: 34px;
    }

    .contact-form-card {
        padding: 28px;
    }

    .contact-form-header h3 {
        font-size: 26px;
    }
}

@media (max-width: 575.98px) {
    .contact-title {
        font-size: 28px;
    }

    .contact-text {
        font-size: 15px;
    }

    .contact-form-card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .contact-form-header h3 {
        font-size: 22px;
    }

    .contact-info-item {
        padding: 16px;
    }

    .contact-info-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 18px;
    }
}


.hero-specialiste {
    position: relative;
    overflow: hidden;
}

.hero-bg-img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}

.hero-specialiste .carousel-caption {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.14);
    z-index: 2;
}

.specialiste-box {
    max-width: 100%;
    background: rgba(255, 255, 255, 0.93);
    padding: 38px 42px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(4px);
}

.specialiste-title {
    color: #000;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -1px;
    font-size: clamp(2.2rem, 5.8vw, 5.7rem);
    text-align: center;
}

.specialiste-title .line {
    display: block;
    position: relative;
}

.line-highlight {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.highlight-stroke {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    border-bottom: 8px solid #ffa306;
    border-radius: 50%;
    pointer-events: none;
}

.stroke-1 {
    width: 105%;
    bottom: -8px;
}

.stroke-2 {
    width: 88%;
    bottom: -10px;
}

.specialiste-subtitle {
    max-width: 760px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    color: #04246b;
    text-align: center;
}


.offer-inline-top {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5b21b6;
    letter-spacing: 1px;
}

.offer-inline-pill {
    display: inline-block;
    width: fit-content;
    background: linear-gradient(135deg, #ff006e, #ff3d8f);
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.offer-inline-main {
    font-size: 34px;
    font-weight: 900;
    color: #5b21b6;
    text-transform: uppercase;
    line-height: 1.1;
}

.offer-inline-bottom {
    font-size: 18px;
    font-weight: 800;
    color: #ff006e;
    text-transform: uppercase;
}

.hero-promo-card {
    position: relative;
    overflow: hidden;
    padding: 38px 24px 34px;
    border-radius: 30px;
    text-align: center;
    background:
        linear-gradient(135deg, #000000 0%, #1a1a1a 45%, #ffa306 100%);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(176, 227, 250, 0.22);
}

.hero-promo-card::before,
.hero-promo-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-promo-card::before {
    width: 220px;
    height: 220px;
    top: -60px;
    left: -60px;
    border-radius: 50%;
    background: rgba(176, 227, 250, 0.14);
    filter: blur(8px);
}

.hero-promo-card::after {
    width: 180px;
    height: 180px;
    bottom: -50px;
    right: -40px;
    border-radius: 50%;
    background: rgba(255, 163, 6, 0.18);
    filter: blur(8px);
}

.promo-top-text {
    position: relative;
    z-index: 2;
    color: #b0e3fa;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.promo-pill {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #000000;
    color: #ffa306;
    font-weight: 900;
    font-size: 38px;
    line-height: 1;
    padding: 14px 28px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-bottom: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(176, 227, 250, 0.18);
}

.promo-price-wrap {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    line-height: 0.95;
}

.promo-price,
.promo-offerts {
    display: block;
    font-weight: 900;
    color: #ffffff;
    text-shadow:
        0 3px 0 rgba(0, 0, 0, 0.28),
        0 8px 18px rgba(0, 0, 0, 0.22);
}

.promo-price {
    font-size: clamp(4rem, 8vw, 7rem);
    letter-spacing: -3px;
}

.promo-offerts {
    font-size: clamp(2.7rem, 6vw, 5rem);
    letter-spacing: -2px;
    color: #b0e3fa;
}

.promo-bottom-line {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.promo-plus {
    color: #000000;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    background: #ffa306;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.promo-franchise {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-franchise-offerte {
    display: inline-block;
    background: #b0e3fa;
    color: #000000;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 6px 14px 8px;
    border-radius: 4px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .hero-bg-img {
        height: 980px;
    }

    .specialiste-box {
        padding: 28px 24px;
        border-radius: 18px;
    }

    .specialiste-title,
    .specialiste-subtitle {
        text-align: center;
    }

   
    .specialiste-subtitle {
        font-size: 18px;
    }

    .promo-top-text {
        font-size: 20px;
    }

    .promo-pill {
        font-size: 30px;
        padding: 12px 20px;
    }

    .promo-franchise,
    .promo-franchise-offerte {
        font-size: 20px;
    }

    .promo-plus {
        font-size: 42px;
    }

    .highlight-stroke {
        height: 8px;
        border-bottom-width: 6px;
    }
}

@media (max-width: 767.98px) {
    .hero-bg-img {
        height: 710px;
    }

    .specialiste-box {
        padding: 22px 16px;
    }

    .specialiste-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .offer-inline-main {
        font-size: 26px;
    }

    .offer-inline-bottom {
        font-size: 15px;
    }

    .promo-top-text {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .promo-pill {
        font-size: 22px;
        padding: 10px 14px;
        margin-bottom: 12px;
    }

    .promo-franchise,
    .promo-franchise-offerte {
        font-size: 16px;
    }

    .promo-plus {
        font-size: 32px;
    }

    .line-highlight {
        padding-bottom: 8px;
    }

    .highlight-stroke {
        height: 6px;
        border-bottom-width: 5px;
    }
}