: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%;
}


/* Font  */
.fs-60 {
    font-size: 60px;
}

.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;
}

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

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

.font-weight-300 {
    font-weight: 300;
}

.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;
}


.hero-text {

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

}

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



/* 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;
}

.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%;
}

.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;
}

.testimonial-card {
    width: 100%;
}

.testi-body {
    text-align: left;
    margin-top: 30px;
}

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


.test-span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.testi-body h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.testi-body p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}


.testi-body p a {
    font-size: 18px;
    font-weight: 300;
    color: #FF8A15;
    transition: all 0.3s ease-in-out;
    text-decoration:unset;
}

.testi-body p a:hover {
    /* color: #000000;
    background-color: #;
    letter-spacing: 0.1px; */

    background-color: #ff8a15;
    color: #000 !important;
    text-decoration: none !important;
}


.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;

}


.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;

}

.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;
}

.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: "•";
    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;
}

.full-width-section {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Full viewport height */
    overflow: hidden;
}

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

.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;
}


.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;
}


.mobile {
    display: none;
}

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


/* Start app.css style  */
.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;
}

/* offre-metiers page style start */
.offre-metier-sec {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.offre-metier-decsription h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

.offre-metier-decsription p {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 300;
}

.offre-metier-decsription p:last-child {
    margin-bottom: 0px;
}

.offre-metier-image img {
    position: absolute;
    width: 665px;
    height:440px;
    right: 0;
    margin-left: auto;
}

.service-card-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 315px);
    column-gap: 90px;
    row-gap: 50px;
}

.service-card-dec p a {
    display: block;
}

.service-card-dec h2 {
    font-size: 25px;
    /* max-width: 150px; */
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card-dec p {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
}

.service-card-dec p a {
    display: block;
}

.service-card-wrapper img {
    height: 320px;
    /* width:260px; */
    border-radius: 20px;
    margin-bottom: 20px;
}

.service-card-dec a {
    font-size: 18px;
    color: #FF8A15;
    text-decoration: unset;
    transition: all 0.3s ease-in-out;
    font-style: normal;
}

.service-card-dec a:hover {
    /* color: #000000;
    font-style: italic;
    letter-spacing: 0.1px; */

    background-color: #ff8a15;
    color: #000 !important;
    text-decoration: none !important;
}

.ajoin p a {
    display: block;
}