:root {
    --primary-color: #40C0F0;
    --secondary-color: #6c757d;
    --background-color: #f8f9fa;
    --text-color: #333;
    --font-size: 16px;
    --spacing: 10px;
}



@font-face {
    font-family: 'SF UI Display Semibold';
    src: url('../font/sf-ui-display-semibold-58646eddcae92.otf') format('opentype');
}

@font-face {
    font-family: 'SF UI Display Thin';
    src: url('../font/sf-ui-display-thin-58646e9b26e8b.otf') format('opentype');
}

@font-face {
    font-family: 'SF UI Display Ultralight';
    src: url('../font/sf-ui-display-ultralight-58646b19bf205.otf') format('opentype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


h1 {
    line-height: 1 !important;
}
body {
    font-family: 'SF UI Display Medium', sans-serif;
    width: 100%;
}

.grid-col {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.imgObjectif {
    border-radius: 0 !important;
}
/* Font  */
.fs-60 {
    font-size: 60px;
}
.fs-80 {
    font-size: 80px;
}
.fs-70 {
    font-size: 70px;
}
.fs-100 {
    font-size: 100px;
}
.fs-40 {
    font-size: 40px;
}

.fs-18 {
    font-size: 18px;
}
.fs-28 {
    font-size: 28px;
}
.fs-34 {
    font-size: 34px;
}
.fs-27 {
    font-size: 27px;
}
.fs-20 {
    font-size: 20px;
}

.fs-16 {
    font-size: 16px;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.fs-25 {
    font-size: 25px;
}
@media (max-width: 768px) {
    .sm-fs-37 {
        font-size: 37px !important;
    }
}

.mt-40px {
    margin-top: 40px;
}
.mt-55px {
    margin-top: 55px;
}



.ct-grid {
    display: grid;
    grid-template-columns: 65% 35%; /* 65% for Box 1, 35% for Box 2 */
    width: 100%;
    height: 100vh;
}


.hero-section {
    padding: 80px 0;
    background-color: #ffffff;
    position: relative !important;
    overflow-x: hidden !important;
}

.hero-title {
    margin-bottom: 1.5rem;
    margin-top: 0px;
}


.hero-text {

    line-height: 1.6;
    color: #000;
    margin-bottom: 1.5rem;

}

.hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 60px 0;
    }

}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 40px 0;
    }


}

@media (max-width: 1400px) {
    .sm-text {
       font-size: 23px !important;
    }
}



/* section 2  */

.slider-container {
    width: 80%;
    margin: auto;
    position: relative;
}

.slider {
    display: flex;
}

.slide {
    background: transparent;
    /* padding: 20px; */
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    text-align: center;
    margin: 0 10px;
}

.slide img {
    width: auto;
    /* border-radius: 10px; */
}

.slide h3 {
    margin-top: 10px;
}


/* Progress Bar Styling */
.slider-progress {
    width: 20%;
    height: 5px;
    background: #ddd;
    position: relative;
    margin-top: 18px; /* Ensure it's visible */
    border-radius: 5px;
    overflow: hidden;
}

.slider-progress-bar {
    height: 100%;
    width: 0%;
    background: #000;
    transition: width 0.3s ease;
    border-radius: 5px;
}
/* Progress Bar Styling */
.slider-progress-testi {
    width: 20%;
    height: 5px;
    background: #ddd;
    position: relative;
    margin-top: 5px; /* Ensure it's visible */
    border-radius: 5px;
    overflow: hidden;
}

.slider-progress-bar-testi {
    height: 100%;
    width: 0%;
    background: #000;
    transition: width 0.3s ease;
    border-radius: 5px;
}

.prev-1, .next-1 {
    z-index: 10;
}
.prev-4, .next-4 {
    z-index: 10;
}
.prev-5, .next-5 {
    z-index: 10;
}
.prev-3, .next-3 {
    z-index: 10;
}

.prev-2, .next-2 {
    z-index: 10;
}


.border-top-box {
    border-left: 2px solid black;
    height: 34px;
}
.prev-1 {
    left: 800px;
    top: 582.5px;
}
.next-1 {
    left: 835px;
    top: 582.5px;
}
.next-1:before, .prev-1:before {

    color: #000;

}


.next-4:before, .prev-4:before {

    color: #000;

}
.next-5:before, .prev-5:before {

    color: #000;

}
.next-3:before, .prev-3:before {

    color: #000;

}

.prev-2 {
    left: 800px;
    top: 582.5px;
}
.next-2 {
    left: 835px;
    top: 582.5px;
}
.next-2:before, .prev-2:before {

    color: #000;

}
.progress-width{
    width: 100%;
    text-align: center;
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.itemn {
    display: flex;
    gap: 5px;
    align-items: center;
}
.itemn p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.training-courses {
    padding: 80px 0;
    background-color: #F6F4EE;
}

.course-card {
    /* background: #fff; */
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.course-image {
    position: relative;
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.course-content {
    /* padding: 25px; */
    text-align: left;
}

.course-content h3 {

    margin-bottom: 0px;
    color: #000;
}

.subtitle {

    margin-bottom: 5px;
}

.course-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.description {
    margin-bottom: 25px;
    margin-top: 10px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
    font-size: 18px;
}

.btn-theme {
    background: #000;
    color: #fff;
    padding: 11.75px 50px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 51px;
    font-size: 15px;
    font-weight: 600;
}

.btn-theme:hover {
    background: #333;
    color: #fff;
}

/* Swiper Custom Styles */
.training-slider {
    padding-bottom: 50px;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

@media (max-width: 768px) {
    .course-image img {
        height: 200px;
    }

    .course-content {
        padding: 0;
        padding-top: 20px;
    }

    .border-top-box-1 {
        display: none;
    }


}












.why-choose-section {
    padding: 80px 0;
    background-color: #fff;
}

/* Statistics Styles */
.stats-container {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 80px;
    text-align: center;
}
/*
        .stat-item div {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 15px;
        } */
/*
        .stat-item p {
            font-size: 16px;
            color: #333;
            line-height: 1.4;
        } */

/* Why Choose Styles */
.why-choose-content h2 {
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 700;
}



.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fs-27 {
    font-size: 27px;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 4px;
}

.features-list li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-top: 4px;
}

.features-list li div {
    font-size: 18px;
    color: #333;
}

.features-list li strong {
    display: inline;
    color: #000;
}

.why-choose-image img {
    width: 100%;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .stats-container {
        gap: 50px;
        margin-bottom: 60px;
    }

    .stat-item h2 {
        font-size: 36px;
    }

    .why-choose-content {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 30px;
    }

    .why-choose-content h2 {
        font-size: 40px;
    }

    .features-list li {
        margin-bottom: 20px;
    }
}



.contact-banner {
    background-color: #FF8A15;
    padding: 0;
    overflow: hidden;
}

.contact-wrapper {
    display: flex;
    align-items: stretch;
}

.contact-image {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-content {
    flex: 0 0 60%;
    padding: 40px 50px;
    color: #FFFFFF;
}

.contact-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-content p {
    font-size: 18px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-link {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity 0.3s ease;
}

.contact-link:hover {
    opacity: 0.8;
    color: #FFFFFF;
}

.contact-link i {
    font-size: 20px;
}

.separator {
    color: #FFFFFF;
    opacity: 0.5;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-image {
        flex: 0 0 200px;
    }

    .contact-content {
        flex: auto;
        padding: 30px;
    }

    .contact-content h2 {
        font-size: 28px;
    }

    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .separator {
        display: none;
    }
}

@media (max-width: 576px) {
    .contact-content {
        padding: 25px 20px;
    }

    .contact-content h2 {
        font-size: 24px;
    }

    .contact-content p {
        font-size: 16px;
    }
}




.testimonial-card {
    width: 100%;
}
.testi-body {
    text-align: left;
    margin-top: 30px;
}

.testi-body h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}


.test-span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}
.testi-body h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
    color: var(--primary-color);
}
.testi-body p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.testi-img img {
    width: 100%;
    border-radius: 12px;
}

/* .hero-image {
    position: absolute;
    top: 120px;
    right: -200px;
} */
/*

    .hero-image img{
        position: absolute;
        top: -230px;
        bottom: 0;
        left: 114px;
    } */


.text-theme {
    color: var(--primary-color);

}











.border-bottom {
    border-bottom: 1px solid black !important;
}



.objectives-section {
    padding: 20px 0;

}

.section-header {
    text-align: left;
    margin-bottom: 18px;
}




.objectives-slider {
    padding: 20px 0;
}

.objective-card {
    background: #F6F4EE;

    overflow: hidden;
    height: 100%;

}


.objective-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.objective-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.objective-card p {

    padding: 20px;
    margin: 0;
    text-align: center;

}



@media (max-width: 768px) {



    .col {
        flex: 0 0 260px;
    }

    .objective-image {
        height: 180px;
    }
}

.border-top-box-1 {
    border-left: 2px solid black;
    height: 24px;

}

.training-info-bar {
    background-color: #F6F4EE;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.info-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.info-item span {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #000;
}

.info-item small {
    font-size: 12px;
    color: #000;

}

/* Responsive Styles */
@media (max-width: 991px) {
    .info-items {
        flex-wrap: wrap;
        gap: 15px;
    }

    .info-item {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 576px) {
    .info-item {
        flex: 0 0 100%;
    }

    .info-items {
        flex-direction: column;
        align-items: flex-start;
    }
}




.stats-registration {
    padding: 60px 0;
    background-color: #fff;
}

/* Statistics Styles */
.stats-row {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.stat-item span {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}


/* Info Row Styles */
.info-row {
    display: flex;
    gap: 30px;
}

.registration-info {
    flex: 1;
}

.registration-info h2 {

    margin-bottom: 25px;
}

.requirements-list {
    list-style: none;
    padding: 0;
}

.requirements-list li {
    margin-bottom: 10px;
}

.requirements-list .label {
    color: #00A3FF;
    font-weight: 500;

    margin-bottom: 5px;
}

.requirements-list .detail {
    color: #333;
}

/* Contact Box Styles */
.contact-box {
    flex: 1;
    background-color: #FF8A15;
    padding: 30px;
    border-radius: 8px;
    color: #fff;
}

.contact-box h3 {

    margin-bottom: 15px;
}

.contact-box p {
    margin-bottom: 25px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.contact-link:hover {
    opacity: 0.8;
    color: #fff;
}

.contact-link img {
    width: 20px;
    height: 20px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .stats-row {
        gap: 50px;
    }

    .info-row {
        flex-direction: column;
    }

    .contact-box {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .stats-row {
        flex-direction: column;
        gap: 30px;
    }

    .stat-item h2 {
        font-size: 36px;
    }


}


.program-section {
    padding: 80px 0;
    background-color: #fff;
}


.week-block {
    background-color: #F6F4EE;
    padding: 30px;
    height: 100%;

}

.week-block h3 {

    margin-bottom: 0;
}

.week-block span {

    margin-bottom: 30px;
}


.day-items {
    margin-bottom: 30px;
}

.day-item {
    margin-bottom: 25px;
}

.day-item span {
    color: #000;

    margin-bottom: 10px;
}

.day-item ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.day-item ul li {
    position: relative;
    margin-left: 11px;
    margin-bottom: 1px;
    padding-left: 17px;
    color: #000;


}

.day-item ul li:before {
    content: "•" !important;
    position: absolute;
    left: 0;
    color: #000;
}

.trainer-info {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.trainer-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trainer-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.trainer-expertise {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.btn-dark {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-dark:hover {
    background: #333;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .week-block {

        text-align: left;

    }
}

@media (max-width: 768px) {

    .week-block {
        height: 1100px;
        text-align: left;
    }

}


.full-width-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.full-width-section img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the section without distortion */
}
.hidden{
    overflow: hidden;
}




.methods-certification {
    padding-bottom: 90px;
    background-color: #fff;
}

.certification-image {
    margin-bottom: 30px;
}

.certification-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.methods-content h2 {

    margin-bottom: 20px;
}

.method-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.method-icon {
    flex-shrink: 0;
}

.method-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.method-info span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.method-info p {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.method-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.method-info ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
}

.method-info ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .methods-certification {
        padding: 60px 0;
        display: none;
    }

    .methods-content h2 {

        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .method-item {
        gap: 15px;
        margin-bottom: 25px;
    }

    .method-icon img {
        width: 28px;
        height: 28px;
    }

    .method-info h3 {
        font-size: 16px;
    }

    .method-info p,
    .method-info ul li {
        font-size: 14px;
    }
}


.faq-section {
    padding: 80px 0;
    background-color: #f8f8f8;
}




.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.faq-card {
    background: #fff;
    padding: 25px;
    height: 180px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);

}


.faq-card span {

    margin-bottom: 15px;
    color: #000;
}

.faq-card p {

    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }



}

@media (max-width: 768px) {
    .faq-grid {
        gap: 20px;
    }

    .faq-card {
        padding: 20px;
    }

    .faq-card h3 {
        font-size: 16px;
    }

    .faq-card p {
        font-size: 14px;
    }
}
@media (max-width:1260px) {
    .hero-image img {
        position: relative;
        top: auto;
        left: auto;
    }
}
.mobile {
    display: none;
}
.program-mobile {
    display: none;
}

@media (max-width: 991px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block !important;
    }

    .training-courses {
        padding: 30px 0;

    }
}

@media (max-width: 1200px) {
    .program-pc {
        display: none;
    }

    .program-mobile {
        display: block !important;
    }
}

@media (max-width:1399px) {
    .prev-1 {
        left: 690px;
        top: 596.5px;
    }
    .next-1 {
        left: 731px;
        top: 596.5px;
    }
    .prev-2 {
        left: 690px;
        top: 596.5px;
    }
    .next-2 {
        left: 731px;
        top: 596.5px;
    }
}

@media (max-width:1199px) {
    .next-1 {
        left: 621px;
        top: 582.5px;
    }
    .prev-1 {
        left: 584px;
        top: 582.5px;
    }
    .next-2 {
        left: 621px;
        top: 582.5px;
    }
    .prev-2 {
        left: 584px;
        top: 582.5px;
    }
}

@media (max-width:768px) {
    .next-1 {
        left: 276px;
        top: 580px;
    }
    .prev-1 {
        left: 236px;
        top: 580px;
    }
    .next-2 {
        left: 276px;
        top: 580px;
    }
    .prev-2 {
        left: 236px;
        top: 580px;
    }

    .next-3 {
        left: 258px;
        top: 333px;
    }

    .prev-3 {
        left: 221px;
        top: 333px;
    }
    .next-4 {
        left: 261px;
        top: 1152px;
    }
    .prev-4 {
        left: 226px;
        top: 1152px;
    }
    .next-5 {
        left: 258px;
        top: 205px;
    }

    .prev-5 {
        left: 221px;
        top: 205px;
    }

}
@media (max-width: 460px) {

    .sm-p-0 {
        padding: 0;
    }
}


.card.slick-initialized.slick-slider {
    border: none;
}


@media (max-width: 786px) {
    .hero-image {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 25px;
    }
}

@media (max-width:768px) {
    .sm-fs-25 {
        font-size: 25px;
    }
}











/* Start app.css style  */


.swiper-slide{
    width: 309px;
    margin-right: 20px;
}

.swiper-progress .swiper-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
    max-width: 50%;
}
.swiper-progress .swiper-actions {
    margin: 60px auto 0;
}

.swiper-progress .swiper-actions .swiper-pagination {
    background-color: #ebebeb;
    border-radius: 30px;
    height: 10px;
    margin-right: 20px;
    max-width: calc(100% - 80px);
    position: static;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;
}

.swiper-progress .swiper-actions .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #000;
    border-radius: 60px !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
}

.swiper-progress .swiper-actions .swiper-button-prev {
    border: 1px solid #000;
    border-radius: 100%;
    height: 20px !important;
    margin-top: 0 !important;
    position: static;
    width: 20px !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none;
}








.swiper-progress .swiper-actions .swiper-button-prev:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Group 305' xmlns='http://www.w3.org/2000/svg' width='6.235' height='10.301'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 27' d='M0 0h6.235v10.301H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 21' clip-path='url(%23a)'%3E%3Cpath data-name='Path 26' d='M.84 10.3a.814.814 0 0 1-.635-.31.952.952 0 0 1 .085-1.274l3.824-3.565L.29 1.585A.951.951 0 0 1 .205.312.8.8 0 0 1 1.389.221l4.556 4.247a.949.949 0 0 1 0 1.365L1.389 10.08a.8.8 0 0 1-.549.22'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 12px;
    margin-right: 7px;
    margin-top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 12px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}


.swiper-progress .swiper-actions .swiper-button-next {
    border: 1px solid #000;
    border-radius: 100%;
    height: 20px !important;
    margin-left: 5px;
    margin-top: 0 !important;
    position: static;
    width: 20px !important;
}

.swiper-progress .swiper-actions .swiper-button-next:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Group 305' xmlns='http://www.w3.org/2000/svg' width='6.235' height='10.301'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 27' d='M0 0h6.235v10.301H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 21' clip-path='url(%23a)'%3E%3Cpath data-name='Path 26' d='M.84 10.3a.814.814 0 0 1-.635-.31.952.952 0 0 1 .085-1.274l3.824-3.565L.29 1.585A.951.951 0 0 1 .205.312.8.8 0 0 1 1.389.221l4.556 4.247a.949.949 0 0 1 0 1.365L1.389 10.08a.8.8 0 0 1-.549.22'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
content: "";
height: 12px;
margin-left: 7px;
margin-top: 2px;
width: 12px;
}

.sticky-franchise-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

/* État visible du bouton sticky */
.sticky-franchise-button.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}



@media screen and (max-width: 768px) {
    .sticky-franchise-button {
        top: 15px;
        right: 15px;
    }

    .sticky-franchise-button .btn-franchise-sticky {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .sticky-franchise-button .btn-franchise-sticky {
        padding: 8px 12px;
        font-size: 12px;
    }
}

.btn-franchise-stick { display: none; margin-left: 16px; }
.sticky-bar.stick .btn-franchise-stick { display: inline-block; }
.country-selector-sticky { display: none; }
.sticky-bar.stick .country-selector-sticky { display: block; }
.sticky-bar.stick .country-selector-normal { display: none; }



