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

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: 'Times New Roman';
    src: url("../fonts/times\ new\ roman.ttf");
}

/* header css start */
.logo {
    height: 50px;
}

.redirected-link {
    text-decoration: none;
    color: #344054;
    font-weight: 700;
    line-height: 28px;
    font-size: 18px;
    font-family: Inter;
    text-transform: capitalize
}

.redirected-btn {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 60px;
    background: #3b8341;
    text-decoration: none;
    width: fit-content;
    cursor: pointer;
}

.redirected-btn span {
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--white, #FFF);
}

.secondary {
    background-color: #0F4A93;
}

/* header css finsih */

/* hero section css start*/
.hero-wrapper {
    background: linear-gradient(to bottom right, #254F9B 0%, #0F203E 45%),
    linear-gradient(to bottom left, #254F9B 0%, #0F203E 45%),
    linear-gradient(to top left, #254F9B 0%, #0F203E 45%),
    linear-gradient(to top right, #254F9B 0%, #0F203E 45%);
    background-position: bottom right, bottom left, top left, top right;
    background-repeat: no-repeat;
    border-bottom-left-radius: 75% 10%;
    border-bottom-right-radius: 75% 10%;
    overflow: hidden;
}

.mt {
    margin-top: 100px;
}

#programme  .container-layout{
    border-bottom: 1px solid #EAECF0;
}
.container-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 50px 0 0 0;

}

.hero-section-layout {
    display: flex;
    width: 558px;
    flex-direction: column;
    /*margin-top: -150px;*/
}

.title {
    font-size: 56px;
    font-family: Times New Roman;
    font-weight: 700;
    line-height: 64px;
    color: white;
    margin-bottom: 24px;
}

.subtitle {
    color: #AEC8E3;
    font-size: 20px;
    font-family: Inter;
    line-height: 30px;
    margin-bottom: 64px;
}

.img-container {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.img-hero-one {
    margin-right: -80px;
}


.img-texture {
    position: absolute;
    top: -190px;
    left: -200px;
    z-index: -1;
}





/* hero section css start*/

.programme-title {
    color: #101828;
    text-align: center;
    font-size: 36px;
    font-family: Times;
    font-weight: 700;
    line-height: 44px;
}

.programme-paragraph {
    color: #475467;
    /* Text lg/Regular */
    font-size: 18px;
    font-family: Inter;
    line-height: 28px;
}

.secondary-btn {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #0F4A93;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.ifram {
    border-radius: 20px;
    width: 576px;
    height: 542px;
}


.adventage-wrapper {
    background: linear-gradient(#F4FAFF, #fff);
}

.adventage-shape {
    border-top-right-radius: 1200px 70px;
    border-top-left-radius: 1200px 70px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.adventage-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.adventage-title {
    color: #101828;
    text-align: center;
    font-size: 40px;
    font-family: Times New Roman;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.adventage-subtitle {
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-family: Inter;
    line-height: 30px;
    margin-bottom: 20px;
}

.card-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    gap: 32px;
    padding-bottom: 30px;
}



.card {
    display: flex !important;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0 !important;
    align-self: stretch !important;
    border-radius: 10px;
    border: 2px solid #1A5EA9;
    background: #F4FAFF;
    margin-right: 15px;
    box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}

.card h5 {
    color: #1A5EA9;
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    min-height: 96px;

}

.card img {
    min-height: 96px;
}

.card h6 {
    color: #1A5EA9;
    font-size: 20px;
    font-family: Inter;
    font-weight: 500;
    line-height: 30px;

}

.flower {
    height: 33px;
    width: 33px;
}

.debugger {
    border: 1px solid black;
}

.devider-warpper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.divider {
    display: flex;
    width: 1280px;
    padding: 0px 32px;
    justify-content: center;
    align-items: flex-start;
    background: #EAECF0;
    margin: 0 auto;
    height: 1px;
    margin-bottom: 100px;
}

.steps-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 64px;
}

.steps-header-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
}

.steps-header-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.steps-header-title h5 {
    color: #101828;
    font-size: 40px;
    font-family: Times New Roman;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.steps-header-container h6 {
    color: #475467;
    font-size: 20px;
    font-family: Inter;
    line-height: 30px;
}

.steps-header-container h6>span {
    color: #3b8341;
    font-size: 20px;
    font-family: Inter;
    line-height: 30px;
}

.slider-btns-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.btn-prev,
.btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #1A5EA9;
}

.btn-next {
    background-color: #1A5EA9;
}

.btn-prev {
    background-color: #fff;
}



.steps-card {
    position: relative;
    display: flex;
    width: 204px;
    height: 484px;
    min-width: 384px;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    /* box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18); */
    font-size: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 100px;
}

.zIndex-2 {
    z-index: 2 !important;
}


.steps-card-container::before {
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 384px;
    height: 484px;
    border-radius: 10px;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(59, 131, 65, 0.00) 27.08%, #2a5c2f 100%);
    z-index: 1;
    margin-right: 50px;
}

.setps-card-title {
    display: flex;
    padding: 6px 16px;
    align-items: flex-start;
    border-radius: 100px;
    border: 1.5px solid rgba(255, 255, 255, 0.80);
    background: rgba(15, 64, 147, 0.40);
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);

}

.steps-card-bg-img-1 {
    object-fit: cover;
    border-radius: 16px;
}

.steps-card-container:hover {
    transform: scale(1.01);
    transition: transform 0.3s ease-out;

}

.setps-card-title span {
    color: #FFF;
    text-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    font-size: 20px;
    font-family: Inter;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.steps-card h5 {
    color: #FFF;
    text-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    font-size: 30px;
    font-family: Inter;
    font-weight: 700;
    line-height: 38px;
    width: 280px;
}

.steps-wrapper {
    /*background-color: #d9d9d91e;*/
    border-bottom-right-radius: 1200px 20px;
    border-bottom-left-radius: 1200px 20px;
    /*margin-bottom: 50px;*/
    padding: 50px 0;
}

.franchise-container,
.franchise-content-container,
.franchise-content {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
}

.franchise-content-container,
.franchise-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

.franchise-container {
    gap: 64px;
}

.franchise-content-container {
    gap: 40px;
}

.franchise-content {
    gap: 24px;
}


.description-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.description-content p {
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;
    color: #475467;
}

.description-content p>span {
    color: #1A5EA9;
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
}

.franchise-img {
    border-radius: 12px;
    border: 1.5px solid #306F4E;
    width: 50%;
    box-shadow: 0 32px 64px -12px #10182824;

}

.content-header h4 {
    color: #1D2939;
    font-size: 30px;
    font-family: Times New Roman;
    font-weight: 700;
    line-height: 38px;
}

.content-header h5 {
    color: #475467;
    /* Text lg/Regular */
    font-size: 18px;
    font-family: Inter;
    line-height: 28px;
}

.faq-warpper {
    background: linear-gradient(#FEF4F5, #FFFFFF);
    border-top-right-radius: 1200px 40px;
    border-top-left-radius: 1200px 40px;
    margin-top: 100px;
}

.faq-container {
    display: flex;
    padding: 96px 0px 128px 0px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

.faq-question-container {
    display: flex;
    width: 768px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.faq-question-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;

}

.faq-question-header-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.faq-question-header-container p {
    color: var(--gray-600, #475467);
    /* Text lg/Regular */
    font-size: 18px;
    font-family: Inter;
    line-height: 28px;
    display: block;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.answer.show {
    max-height: 300px;
    transition: max-height 0.3s ease-in-out;
}

.faq-question-header h4 {
    /* Display xs/Medium */
    font-size: 24px;
    font-family: Inter;
    font-weight: 500;
    line-height: 32px;
}

.question {
    color: #101828
}

.form-wrapper {
    background: linear-gradient(to bottom right, #3b8341 0%, #1f4521 50%) bottom right, linear-gradient(to bottom left, #3b8341 0%, #1f4521 50%) bottom left, linear-gradient(to top left, #3b8341 0%, #1f4521 50%) top left, linear-gradient(to top right, #3b8341 0%, #1f4521 50%) top right;
}

.form-select {
    padding: 0.375rem 2.25rem 0.375rem 0rem;
}

/*.form {*/
/*  display: flex;*/
/*  padding: 64px;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: flex-start;*/
/*  gap: 32px;*/
/*  border-radius: 16px;*/
/*  background: var(--white, #FFF);*/
/*  margin: 0 10px;*/
/*  !* Shadow/3xl *!*/
/*  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);*/
/*}*/

.input-container {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
}


.input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-bottom: 1px solid #D0D5DD;
    padding: 15px 0;
    gap: 15px;
    position: relative;
}

.error-message {
    position: absolute;
    top: -16px;
}

.input input {
    border: none;
    outline: none;
}

.select-phone-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* padding: 15px 0; */
    flex: 1 0 0;
}

.divider-line {
    width: 100%;
    height: 1px;
    background: #EAECF0;
}

.input-phone {
    border: none;
    background: transparent;
    outline: none;
}

.selectphone {
    border: none;
    background-color: transparent;
}

.text-area {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
}

.select {
    background-color: transparent;
    border: none;
}

/*
        input file css
*/
.input-file {
    border-radius: 8px;
    border: 1px dashed #6F9ACA;
    background: rgba(217, 230, 244, 0.30);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    gap: 10px;
}

.form-container {
    padding: 96px 0px 112px 0px;
}

.input-file p {
    text-align: center;
    color: var(--gray-900, #101828);
    /* Text sm/Regular */
    font-size: 14px;
    font-family: Inter;
    line-height: 20px;
}

.input-file input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}

.input-file button {
    margin: 0;
    color: #1A5EA9;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.input-file span {
    color: var(--gray-600, #475467);
    text-align: center;

    /* Text xs/Regular */
    font-size: 12px;
    font-family: Inter;
    line-height: 18px;
}

.politique-label {
    cursor: pointer;
}

.politique-label span {
    text-decoration-line: underline;
    text-decoration-color: #1570EF;
    color: #1570EF;

}

.submit-btn {
    width: 100%;
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--c-20016, #3b8341);
    background: var(--c-20016, #3b8341);
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

}

.submit-btn span {
    color: var(--white, #FFF);
    /* Text lg/Semibold */
    font-size: 18px;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
}

.form-header {
    width: 768px;
}

.slick-dots {
    bottom: 0;
}


.slick-active button {
    background-color: #3b8341 !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;

}

.slick-dots li {
    background-color: #EAECF0;
    border-radius: 50%;
    height: 12px;
    width: 12px;

}

.toggleButton {
    cursor: pointer;
}

.slick-dots li button {
    height: 12px;
    width: 12px;

}

.footer {
    background: #130002;

}

.footer-content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-divider {
    width: 343px;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.footer-logo {
    width: 176.655px;
    height: 56px;
}


.footer-links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.footer-link {
    color: #FDFAFA;
    /* Text md/Medium */
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    outline: none;
    text-decoration: none;
    display: block;
    width: fit-content;
}


.footer-rs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.navbar-brand {
    position: relative;
    z-index: 1028;
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-close {
    display: none;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header-sticky-top {
    width: 100%;
    /*position: fixed;*/
    top: 0;
    z-index: 1000;
    background: white !important;
}

.mobile-menu {
    position: absolute;
    left: 0;
    top: 125px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 400px;
    z-index: 50;
    padding: 150px 30px 70px 30px;
    margin: -100px 0 0 0;
    gap: 20px;
}

.select-lang {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    width: 50px;
    font: inherit;
    /* Personalize */
    height: 3em;

    color: black;
    border-radius: 0.25em;
    cursor: pointer;
    background: transparent;
}

.select-lang option {
    color: inherit;
    background-color: #320a28;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(16, 24, 40, 0.70);
    backdrop-filter: blur(8px);
    z-index: 1200;
}

.succes-msg-container {
    display: flex;
    width: 400px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-color: #fff;
    box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
    border-radius: 12px;

}

.succes-msg-container h4 {
    color: #101828;
    text-align: center;
    /* Text lg/Semibold */
    font-size: 18px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.succes-msg-container h5 {
    color: var(--gray-500, #667085);
    text-align: center;
    /* Text sm/Regular */
    font-size: 14px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.succes-msg-container img {
    height: 95.999px;
    width: 105.334px;
}

.lng-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    padding: 10px;
    cursor: pointer;
}

.arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-direction: column;
    width: 100%;
    z-index: 1;
}

.dropdown-menu a {
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background-color: #e2e2e2;
}



@media screen and (max-width:550px) {
    .mobile-menu {
        align-items: flex-start;
        height: 475px;
        z-index: 50;
        padding: 155px 30px 70px 30px;
        margin: -100px 0 0 0;
        gap: 10px;
    }

    .steps-header-container {
        align-items: center;
    }

    .steps-header-title {
        flex-direction: column;
    }

    .divider {
        margin-bottom: initial;
    }

    .faq-mb {
        margin-bottom: 5px;
    }

    .faq-warpper {
        margin-top: 50px;
    }

    .form-container {
        padding: 40px 20px 112px 20px;
    }

    .card h5 {
        min-height: unset;
    }
}

@media screen and (max-width:1300px) {
    .hero-wrapper {
        border-bottom-left-radius: 10% 5%;
        border-bottom-right-radius: 10% 5%;
    }
}

@media screen and (max-width:1050px) {
    .form {
        padding: 15px;
        margin: 0 5px;
    }

    .footer-content-container {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;


    }

    .container-layout {
        flex-direction: column;
        padding: 0;
        width: 100%;

    }

    .hero-section-layout {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
        width: unset;
        padding: 20px;
        margin-top: unset;
    }

    .img-hero-one {
        height: 350px;
        width: 220px;
    }

    .img-hero-two {
        height: 350px;
        width: 220px;
    }

    .img-container {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .img-texture {
        height: 400px;
        width: 400px;
        top: 5px;
        left: 12px;
    }

    .hero-wrapper {
        border-radius: unset;

    }

    .ifram {
        border-radius: 20px;
        width: 376px;
        height: 342px;
    }

    .card {
        margin: 0;
    }

    .card h5 {
        font-size: 16px;
    }

    .card h6 {
        font-size: 16px;
    }

    .steps-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .franchise-container {
        flex-direction: column;
    }

    .franchise-img {
        max-width: 100%;
        height: auto;
    }

    .steps-header-title h5 {

        font-size: 38px;
    }

    .title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .faq-question-container {
        width: initial;
        padding: 0 10px;
    }

    .input-container {
        flex-direction: column;
        gap: 40px;
    }

    .input {
        width: 100%;
    }

    .form-header {
        width: initial;
    }

    .card-img-w {
        width: 320px;
    }

    .steps-card-container::before {
        width: 320px;
    }

    .menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .programme-title,
    .adventage-title {
        font-size: 30px;
    }

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

    .steps-header-title h5 {
        font-size: 30px;
    }

    .steps-header-container h6,
    .steps-header-container span {
        font-size: 18px;
    }

    .faq-question-header h4 {
        font-size: 18px;
    }

    .faq-question-header-container {
        font-size: 16px;
    }

    .faq-container {
        padding: 96px 0px 72px 0px;
    }
}


/*  RTL CSS  */


html[dir="rtl"] form input[type="tel"]{
    text-align: right;
}

html[dir="rtl"] .btn-next {
    transform: rotate(180deg);
}

html[dir="rtl"] .btn-prev {
    transform: rotate(180deg);
}

html[dir="rtl"] .steps-card-container::before {
    margin-right: 0;
    margin-left: 50px;
    left: initial;
    right: 0;
}

html[dir="rtl"] .steps-card {
    margin-right: 0;
    margin-left: 100px;
}

.checkbox {
    height: 15px;
    width: 15px;
}

/*div#block-bellevie-banner:after {*/
/*  content: "";*/
/*  width: calc(220px + 100vw)!important;*/
/*  height: 100px;*/
/*  display: block;*/
/*  background: #0f203e;*/
/*  border-radius: 50%;*/
/*  margin-top: -50px;*/
/*  z-index: -10;*/
/*  position: relative;*/
/*  margin: -50px 0 0 -115px;*/
/*}*/

form input[type="tel"] {
    border-radius: 8px;
    border: 1px solid #d2cccc;
    background: #fff;
    padding: 12px 16px;
}

form input[type="tel"]::placeholder,
textarea::placeholder {
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 500;
}

input[type="tel"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="tel"] {
    -moz-appearance: textfield;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.notsticky{
    position: initial !important;
}



.circle-container {
    position: relative;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    top: 38%;
}

.circle-progress {
    /*position: absolute; */
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 5px solid #c9acac6b;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* position: relative; */

}

.circle-progress::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #2d6532;
    top: -5px;
    left: -5px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader{
    position: fixed;
    height: 100vh;
    top: 0;
    WIDTH: 100%;
    left: 0;
    right: 0;
    background: #00000038;
    display: none;
}

#edit-city{
    min-height: 50px;
}


/*formule-bloc*/

.adventage-shape.formule-bloc{
    background: linear-gradient(#F4FAFF, #fff);
    position: relative;
    padding: 80px 0;
}
.adventage-shape.formule-bloc:before{
    content: "";
    max-width: 1320px;
    width: 100%;
    background: #EAECF0;
    bottom: 0;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.adventage-header.small-title .adventage-title{
    font-size: 40px;
    line-height: 38px;
    letter-spacing: normal;

}
.items-formule{
    margin-top: 60px;
}
.items-formule .card-formule {
    text-align: center;
}
.items-formule .card-formule .img-formule{
    width: 140px;
    height: 160px;
    background: #E9E9EA;
    box-shadow: 0 24px 48px -12px #1018282E;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.items-formule .card-formule p{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #475467;
    max-width: 380px;
    margin: 0 auto;

}
.items-formule .card-formule h5{
   /* font-family: 'Times New Roman',sans-serif;*/
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #1A5EA9;
    margin: 20px 0;
}


/*criteres-bloc*/
.criteres-bloc{
    padding: 60px 0;
    position: relative;
}
.criteres-bloc:before{
    content: "";
    max-width: 1320px;
    width: 100%;
    background: #EAECF0;
    bottom: 0;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.criteres-bloc .row{
    margin-top: 60px;
}
.criteres-bloc .img-critere{
    box-shadow: 0 32px 64px -12px #10182824;
    border-radius: 12px;
    overflow: hidden;
    height: 510px;
    width: 90%;
}
.criteres-bloc .liste-criteres p{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #475467;
}
.criteres-bloc .ul-critere{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.criteres-bloc .ul-critere li:before{
    content: "";
    background: url(../images/style-list.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.criteres-bloc .ul-critere li:last-of-type{
    border: 0 !important;
}
.criteres-bloc .ul-critere li{
    padding: 20px 10px 20px 40px;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #475467;
    border-bottom: 0.5px solid #00000040;

}

/*contact-bloc*/

.contact-bloc .adventage-header  a:hover{
    color: white !important;
    cursor: pointer;
}
.contact-bloc .adventage-header  a{
    background: #3b8341;
    box-shadow: 0 1px 2px 0 #1018280D;
    padding: 16px 20px;
    color: white;
    text-decoration: none;
    border-radius: 8px;


}
.contact-bloc .adventage-header p{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #475467;
    max-width: 760px;
    margin-bottom: 60px;
}
.contact-bloc{
    background: linear-gradient(180deg, rgba(59, 131, 65, 0.05) 0%, rgba(59, 131, 65, 0) 92.93%);
    padding: 85px 0;
}


/*franchise-bloc*/

.franchise-bloc{
    padding: 60px 0;
}
.franchise-bloc .franchise-slider .item-slider video{
    position: relative;
    width: 100%;
}
.franchise-bloc .franchise-slider .item-slider iframe{
    width: 100%;
    position: relative;
}
.franchise-bloc .franchise-slider .item-slider.before-shadow:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(59, 131, 65, 0) 27.08%, rgba(59, 131, 65, 0.5) 100%);
    z-index: 1;
}
.franchise-bloc .franchise-slider{
    width: 85%;
    margin:40px  auto;
    /*height: 550px;*/
}
.franchise-bloc .franchise-slider .item-slider{
    position: relative;

    border-radius: 10px;
    overflow: hidden;
}
.franchise-bloc .play-video{
    background: url("../images/play-video.png") no-repeat;
    width: 80px;
    height: 80px;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.franchise-slider .slick-prev{
    left: -75px !important;
}
.franchise-slider .slick-arrow.slick-prev:before{
    content: url("../images/prev-bleu.png");
    color: #1A5EA9;
    font-size: 23px;
}
.franchise-slider .slick-next{
    right: -75px !important;
}
.franchise-slider .slick-arrow.slick-next:before{
    content: url("../images/next-bleu.png");

    color: #1A5EA9;

}
.franchise-slider .slick-arrow.slick-next:hover:before{
    content: url("../images/next-white.png");
}
.franchise-slider .slick-arrow.slick-prev:hover:before{
    content: url("../images/prev-white.png");
}
.franchise-slider .slick-arrow:hover{
    background:#1A5EA9;
}
.franchise-slider .slick-arrow{
    background: white;
    width: 46px;
    height: 46px;
    border-radius: 35px;
    border: 2px solid #1A5EA9;
}
#programme .adventage-header,
#role-franchise .adventage-header{
    margin-top: 40px;
}
































@media screen and (max-width:1050px) {
    .criteres-bloc .img-critere {
        height: 377px;
    }
    .adventage-shape.formule-bloc {
        padding: 50px 0;
    }
    #programme .adventage-header,
    #role-franchise .adventage-header{
        margin: 40px 0;
    }
    .hero-section-layout{
        margin-bottom: 0 !important;
    }
    #programme .container-layout {
        flex-direction: column-reverse !important;
    }
    .franchise-img {
        width: 100%;
    }
}
@media screen and (max-width:900px) {
    .franchise-img{
        width: 100%;
    }

    .adventage-shape.formule-bloc:before{
        width: 95%;
    }
    #role .adventage-header{
        margin-bottom: 30px;

    }
    #programme{
        margin-top: 10px;
        padding: 0 15px;
    }
    .adventage-shape.formule-bloc {
        padding: 50px 0;
    }
    .items-formule .card-formule {
        margin-bottom: 40px;
    }

    .criteres-bloc .img-critere {
        width: 100%;
        margin-bottom: 30px;
    }
    .franchise-bloc .franchise-slider .item-slider video {

        height: 400px;
    }
    .criteres-bloc .img-critere {
        height: 240px;
    }
    .criteres-bloc .ul-critere li {
        padding: 10px 10px 10px 40px;
        font-size: 14px;
        line-height: 24px;
    }

    .hero-section-layout{
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width:600px) {
    .steps-card-container::before {
        width: 100%;
    }
    .card-img-w{
        width: 100%;
    }
    .franchise-slider .slick-arrow {
        background: white;
        width: 40px;
        height: 40px;
        font-size:0 !important;

    }
    .items-formule .card-formule h5 {
        font-size: 22px;
    }
    #role-franchise .container-layout,
    #programme .container-layout{
        gap: 30px;
    }
    .franchise-bloc {
        padding: 25px 0 60px 0;
    }
    .criteres-bloc {
        padding: 30px 0;
    }
    .criteres-bloc .row {
        margin-top: 20px;
    }
    .contact-bloc {
        padding: 50px 0;
    }
    .franchise-bloc .franchise-slider {
        margin: 20px auto 40px auto;
    }
    .adventage-shape.formule-bloc {
        padding: 20px 0;
    }
    #programme .adventage-header, #role-franchise .adventage-header {
        margin: 15px 0;
    }
    #programme .hero-section-layout,
    #role-franchise .hero-section-layout{
        margin-bottom: 0 !important;
        padding: 0;
    }
    .hero-section-layout{
        margin-bottom: 50px !important;
    }
    .adventage-header.small-title .adventage-title {
        font-size: 24px;
    }
    .programme-paragraph{
        text-align: center;
    }
    .liste-criteres{
        width: 97%;
        margin: auto;
    }
    #role-franchise{
         padding: 0 15px;
     }
    #programme, {
        margin-top: 10px;
        padding: 0 15px;
    }
    .franchise-bloc .franchise-slider .item-slider video {
        height: 300px;
    }
    .franchise-slider .slick-arrow {
        bottom: -30%;
        top: auto;
        font-size: 0 !important;
    }
    .franchise-slider .slick-next {
        right: 0 !important;
    }
    .franchise-slider .slick-prev {
        left: 3% !important;
    }
}















html[dir="rtl"] {}
html[dir="rtl"] {}
html[dir="rtl"] {}
html[dir="rtl"] .franchise-slider .slick-prev{
    right: auto !important;
}
html[dir="rtl"] .criteres-bloc .ul-critere li:before {
    left: auto !important;
    right: 0 !important;
}
html[dir="rtl"] .criteres-bloc .ul-critere li{
    text-align: right;
    padding: 20px 40px 20px 10px !important;
}
html[dir="rtl"] .criteres-bloc .liste-criteres p{
    text-align: right !important;
}


/* ══════════════════════════════════════════════════════════
   DESIGN REFINEMENTS
   ══════════════════════════════════════════════════════════ */

/* 1 · Playfair Display pour tous les titres d'affichage */
.title,
.adventage-title,
.steps-header-title h5,
.content-header h4,
.items-formule .card-formule h5,
.programme-title {
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

/* 2 · Cartes avantages — lift au survol + transition fluide */
.card {
    transition: transform 0.28s cubic-bezier(.22,.68,0,1.2),
                box-shadow 0.28s ease;
    will-change: transform;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 64px -20px rgba(26, 94, 169, 0.28);
}
.card h5 {
    transition: color 0.2s ease;
}
.card:hover h5 {
    color: #3b8341;
}

/* 3 · Bouton principal — élévation au survol */
.redirected-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.redirected-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(59, 131, 65, 0.38);
}

/* 4 · Descriptions dans les cartes Étapes */
.steps-card p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-family: Inter, sans-serif;
    line-height: 1.65;
    font-weight: 400;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 5 · Titre de section des prérequis dans la liste critères */
.liste-criteres > h5 {
    font-family: 'Playfair Display', 'Times New Roman', serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #101828 !important;
    line-height: 1.3 !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

/* 6 · Image franchise — bordure neutre (vert était hors charte) */
.franchise-img {
    border-color: #E0E5EF;
}

/* 7 · Lien contact — transition rouge foncé */
.contact-bloc .adventage-header a {
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-bloc .adventage-header a:hover {
    background: #2d6532 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 131, 65, 0.3);
}

/* 8 · Navigation — soulignement animé sur les liens */
.redirected-link {
    position: relative;
}
.redirected-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3b8341;
    transition: width 0.25s ease;
}
.redirected-link:hover::after {
    width: 100%;
}

/* 9 · Étapes slider — boutons nav agrandis */
.btn-prev, .btn-next {
    transition: background 0.2s ease, transform 0.15s ease;
}
.btn-prev:hover {
    background-color: #f0f4fb;
    transform: scale(1.1);
}
.btn-next:hover {
    background-color: #1351a0;
    transform: scale(1.1);
}

/* 10 · Section chiffres — pas de border-radius en haut (section pleine largeur) */
.chiffres-cles-bloc.adventage-shape {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* 11 · Responsive : valeur chiffre plus petite sur mobile */
@media screen and (max-width: 600px) {
    .chiffre-value {
        font-size: 2rem !important;
    }
    .investir-item {
        padding: 18px 16px;
    }
}