/* * Prefixed by https://autoprefixer.github.io * PostCSS: v8.4.14, * Autoprefixer: v10.4.7 * Browsers: last 4 version */
body {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
  }

ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: auto;
}
ul li a {
    text-decoration: none;
   /* Enlève le soulignement des liens */
    color: #212121;
    text-align: right;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
   /* 200% */
    letter-spacing: 0.25px;
}
li{
    margin-right: 50px;
    text-decoration: none;
}
.num{
    border-radius: 50px;
    border: 1px solid #F58220;
    background: #FFF;
    padding: 13px 27px;
}
.hero-section {
    background: url('../images/herosection.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.hero-title {
    width: 535px;
    color: #FFF;
    font-family: Mulish;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 69px;
   /* 123.214% */
}
.hero-subtitle {
    margin-top: 16px;
    color: #FFF;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.5px;
   /* 131.25% */
    letter-spacing: -0.25px;
}
.features-section{
    position: absolute;
    margin-top: -50px;
    width: 100%;
    border-radius: 48px;
    background: #FFF;
    -webkit-box-shadow: 0px -25px 50px 0px rgba(5, 21, 57, 0.07);
    box-shadow: 0px -25px 50px 0px rgba(5, 21, 57, 0.07);
}
.features-section .card {
    border: none;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-form-section {
    background-color: #f8f9fa;
}
.btns{
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 179px;
    height: 48px;
    padding: 8px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #3D1063;
}
.btns img{
    margin-left: 10px;
    margin-top: 3px;
}
.ai-title{
    color: #3D1063;
    text-align: center;
    font-family: Mulish;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
   /* 137.5% */
    letter-spacing: -0.75px;
}
.cardes {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 349.99px;
    height: 286.4px;
    padding: 71px 15.99px 72.9px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #3D1063;
    position: relative;
    background: #FFF;
    color: #3D1063;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
.cardes h4 {
    text-align: center;
    font-family: Mulish, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
   /* 100% */
}
.cadre{
    border-radius: 10px;
    background: #3D1063;
    position: absolute;
    top: -40px;
    left: 40px;
}
.cadre {
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.hover-img {
    display: none;
}
.cardes:hover {
    background: #3D1063;
    color: #FFF;
}
.cardes:hover .default-img {
    display: none;
}
.cardes:hover .hover-img {
    display: block;
    border-radius: 10px;
    border: 1px solid #3D1063;
    background: #FFF;
}
.contact-form-section{
    margin-top: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.recruitment-section .platform-info {
    color: #202124;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
}
.platform-info span{
    color: #3D1063;
    text-align: center;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
   /* 179.167% */
}
.recruitment-section .ai-advantages {
    color: #3D1063;
    font-family: 'Mulish', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 43px;
}
.recruitment-section .job-support {
    color: #202124;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
}
.error-message {
    color: red;
    font-size: 10px;
    margin-top: 1px;
}
.subscribes{
    opacity: 1 !important;
}
.form-container input {
    position: relative;
    z-index: 10;
}
.contact-form-section h3 {
    color: #3D1063;
    -webkit-font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'cv02' on, 'cv03' on, 'cv04' on;
    font-feature-settings: 'salt' on, 'ss01' on, 'ss03' on, 'cv02' on, 'cv03' on, 'cv04' on;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}
/* Styles du formulaire */
.form-label {
    color: #3D1063;
    -webkit-font-feature-settings: 'cv01' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv05' on, 'cv06' on, 'cv07' on, 'cv08' on, 'cv09' on, 'cv10' on, 'cv11' on, 'cv12' on, 'cv13' on;
    font-feature-settings: 'cv01' on, 'cv02' on, 'cv03' on, 'cv04' on, 'cv05' on, 'cv06' on, 'cv07' on, 'cv08' on, 'cv09' on, 'cv10' on, 'cv11' on, 'cv12' on, 'cv13' on;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}
.form-control {
    border-radius: 8px;
    border: 1px solid rgba(61, 16, 99, 0.39);
    border-radius: 8px;
    background: #FDFDFD;
    font-size: 14px;
}
.form-control::-webkit-input-placeholder {
    color: #000000;
}
.form-control::-moz-placeholder {
    color: #000000;
}
.form-control:-ms-input-placeholder {
    color: #000000;
}
.form-control::-ms-input-placeholder {
    color: #000000;
}
.form-control::placeholder {
    color: #000000;
}
.form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Styles du bouton */
.btn-primary {
    background-color: #3D1063;
    border-color: #3D1063;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px;
    width: 170px ;
    position: absolute;
    right: 12px;
    top: 4px;
}
.btn-primary:hover {
    background-color: #6E3A9A;
    border-color: #6E3A9A;
}
/* Styles pour le champ de téléchargement de fichier */
.cv-upload-area {
    position: relative;
    padding: 10px;
    text-align: center;
    color: #3D1063;
    border-radius: 8.435px;
    border: 0.703px dashed rgba(61, 16, 99, 0.39);
    opacity: 0.7;
    background: #FFF;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.cv-upload-area.dragover {
    background-color: #e0d4eb;
}
.upload-placeholder {
    position: relative;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.upload-icon {
    width: 30px;
}
.upload-text {
    font-weight: 600;
    color: #3D1063;
    font-size: 12px;
}
.file-name{
    font-size: 12px;
}
.upload-placeholder small{
    font-size: 12px;
}
.text-highlight {
    color:#f58220;
    font-weight: bold;
}
#cv {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.dbl-img{
    padding-left: 300px ;
    position: absolute;
    padding-top: 65px;
}
.dbl-img img{
    border-radius: 20px;
    padding-left: 10px;
}
.form-container{
    margin-top: -100px;
    margin-left: 500px;
    padding-left: 100px;
    padding-top: 75px;
    width: 1350px;
    height: 975px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 80px 0px 0px 80px;
    background: rgba(245, 130, 32, 0.10);
}
.frm{
    width: 458px;
    height: 620px;
    z-index: 999;
    position: relative;
}
.why-choose-section{
    margin-bottom:150px ;
}
.why-choose-section h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #3D1063;
}
.feature-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 412px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-radius: 12px;
    border-bottom: 15px solid #F58220;
    background: #FFF;
    -webkit-box-shadow: 9px 27px 39.4px 0px rgba(40, 40, 40, 0.13);
    box-shadow: 9px 27px 39.4px 0px rgba(40, 40, 40, 0.13);
}
.feature-icon {
    width: 50px;
    height: 50px;
}
.feature-title {
    color: #3D1063;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.86px;
   /* 142.19% */
}
.feature-text {
    color: #202124;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
   /* 150% */
}
.how-it-works-section {
    opacity: 1;
    background: url('../images/Section.png') no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 530px;
    position: relative;
}
.how-it-works-section h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
}
.how-it-works-section h3 {
    font-family: 'Mulish', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #FFF;
}
.step-card {
    width: 338px;
    height: 268.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #3D1063;
    opacity: 0.85;
    background: #FFF;
    -webkit-box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 9px 11px 14px 0px rgba(0, 0, 0, 0.10);
}
.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 5px;
    background: #F58220;
}
.step-title {
    color: #3D1063;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.step-card p {
    color: #3D1063;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-section {
    background-color: #F8ECE7;
}
.subscribe-box {
    width: 1271px;
    height: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 28px;
    background: #3D1063;
    color: white;
}
.subscribe-box .text-left {
    max-width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 53px;
}
.subscribe-box .text-left h3 {
    max-width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFF;
    font-family: Mulish;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
   /* 125% */
    letter-spacing: -0.75px;
}
.subscribe-box .text-left p {
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
   /* 155.556% */
}
.contacts{
    position: relative;
}
.subscribe-box input[type="email"] {
    width: 487px;
    height: 58px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #E5EAF4;
    background: #FFF;
    -webkit-box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, 0.03);
}
.sub-btn {
    border-radius: 5px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    background: #3D1063;
    color: white;
    padding: 10px;
    width: 169px;
    height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-section {
    background: rgba(245, 130, 32, 0.17);
    color: #4a4a4a;
    margin-top: 250px;
    position: relative;
    height: 419px;
}
.subscribe-box {
    position: absolute;
    top: -160px;
    width: 1271px;
    height: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 28px;
    background: #3D1063;
}
.footer-links a {
    color: #3D1063;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
hr{
    margin-top: 40px;
}
.footer-contact p {
    color: #3D1063;
    font-size: 14px;
    font-style: normal;
}
.footer-contact p a{
    color: #3D1063;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}
.footer-contact span {
    margin-right: 50px;
}
p span a {
    color: #3D1063;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.099px;
   /* 136.421% */
    text-decoration: none;
}
.social-icons i {
    color: #F58220;
    text-align: center;
    font-family: FontAwesome;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
   /* 100% */
}
.footer-bottom {
    width: 100%;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #F58220;
}
.footer-bottom p{
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
   /* 162.5% */
}
.newsletter-form{
    position: relative;
}
label span{
    color: #f58220;
}
.custom-swal-button{
    background-color:#3D1063;
}
.swal-button:not([disabled]):hover {
    background-color:#3D1063;
}
.swal-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0px #fff, 0 0 0 3px rgba(43, 114, 165, .29);
    box-shadow: 0 0 0 0px #fff, 0 0 0 3px rgba(43, 114, 165, .29);
}



.fixed-button {
    display: flex;
    width: 97px;
    height: 97px;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 50%;
    background: #f58220;
    box-shadow: 0px 4px 10.9px 0px rgba(81, 0, 0, 0.31);
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}

.fixed-button img{
    width: 25px;
}

.fixed-button span{
    display: flex;
    text-align: center;
    padding-right: 10px;
    font-size: 12px;
}

.fixed-button span{
    color: white;
    margin-left: 10px;
}

.dropdown-menu {
    width: 379px;
    height: auto;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #f58220;
    background: #FFF;
    box-shadow: 0px 4px 15.5px 0px rgba(103, 21, 32, 0.13);
    position: fixed;
    bottom: 120px;
    right: 40px;
    display: none;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}
.dropdown-menu p {
    color: #f58220;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dropdown-menu h5 {
    color: #202124;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    margin-top: 10px;
}
.dropdown-menu input {
    width: 341px;
    height: 45px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid rgba(61, 16, 99, 0.39);
    border-radius: 8px;
    background: #FDFDFD;
}

.dropdown-menu input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.dropdown-submit {
    width: 341px;
    padding: 15px 104px;
    border: none;
    border-radius: 5px;
    background: #f58220;
    color: white;
    cursor: pointer;
    margin-top: 20px;

}

.show {
    display: flex;
}



.modal-body ul{
    display:block;
}

.modal-body{
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-body ul li {
    margin-bottom: 25px;
}


.select2-results__options{
    display: block;

}

.select2-results__option{
    width: auto;
    margin: 0;
    font-size: 14px !important;
    padding: 3px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(61, 16, 99, 0.39) !important;
    border-radius: 8px;
}

.select2-search__field:focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
}

.contact-form-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form-section .select2-selection{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.contact-form-section .select2-container--default .select2-selection--single {
    background-color: #FDFDFD;
    border: 1px solid rgba(61, 16, 99, 0.39) !important;
    border-radius: 8px;
    padding: 6px 12px;
    height: auto ;
}

.contact-form-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    bottom: 0;
}

.select2-selection:focus-visible{
    outline: -webkit-focus-ring-color auto 0px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3d1063 !important;

}

.v-mobile{
    display: none;
}


.modal-body ul li {
    margin-bottom: 10px;
    margin-right: 0;
}

.modal-dialog {
    max-width: 50%;
}

.modal-body .item {
    margin-bottom: 30px;
}

.modal-body a{
    color: #3D1063;
}

.modal-body ul{
    list-style-type: disc;
}


@media(max-width:500px){
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    .v-desktop{
        display: none;
    }
    .hero-section{
        height:325px;
    }

    .hero-title{
        font-size: 20px;
        width: 100%;
        line-height: normal;
    }

    .hero-subtitle{
        font-size: 14px;
        line-height: 1.5;
    }

    .ai-title{
        font-size: 18px;
        line-height: normal;
        letter-spacing: normal;
    }

    .cardes{
        width: 100%;
        height: 260px;
        margin-top: 50px;
        gap: 12px;

    }
    .cadre{
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .cardes h4{
        font-size: 18px;
        margin: 0;
    }
    .cardes p{
        font-size: 14px;
        margin: 0;
    }
    .slick-slide{
        margin-right: 10px;
    }
    .hover-img {
        display: none !important;
    }

    .cardes img{
        width: 70px;
        height: 70px;
    }
    .features-mobile {
        padding-left: 15px;
    }

    .form-container{
        margin-top: 0;
        margin-left: 20px;
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
        padding-bottom: 20px;
        height: auto;
    }


    .dbl-img{
        display: none;
    }
    .contact-form-section h3{
        font-size: 14px;
    }

    .form-label{
        font-size: 11px;
        margin-bottom: 5px;
    }

    .form-control{
        font-size: 14px;
    }

    .features-section{
        position: relative;
        z-index: 4;
    }

    .contact-form-section{
        display: block;
        margin-top: 0;
    }
    .upload-text{
        font-size: 12px;
    }
    .file-name{
        font-size: 12px;
    }
    .frm {
        width: 80%;
        height: auto;
    }
    .error-message{
        font-size: 11px;
    }
    .btns{
        width: auto;
        height: auto;
        padding: 8px 12px;
        font-size: 13px;
    }
    .recruitment-section .platform-info{
        font-size: 16px;
        line-height: 1.5;
    }

    .platform-info span{
        font-size: 16px;
    }

    .recruitment-section .ai-advantages{
        font-size: 16px;
        line-height: 1.5;
    }

    .recruitment-section .job-support{
        font-size: 16px;
        line-height: 1.5;
    }

    .why-choose-section h2{
        font-size: 20px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    .feature-card{
        display: block;
        height: 280px !important;
    }

    .feature-title{
        font-size: 18px;
        line-height: 1.5;
        display: block;
        margin: 0 auto;
    }

    .feature-text {
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        padding-top: 10px;
    }

    .why-choose-section {
        padding-top: 0 !important;
        margin-bottom: 0;
    }

    .how-it-works-section h2{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 5px !important;
        padding: 0 15px;
    }

    .how-it-works-section h3{
        font-size: 16px;
    }

    .step-card{
        width: 100%;
        height: 250px;
    }

    .step-icon {
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
    }

    .step-title{
        font-size: 18px;
    }

    .step-card p{
        font-size: 14px;
    }

    .choose-mobile{
        padding-left: 15px;
    }

    .subscribe-box{
        width: 100%;
        height: auto;
        display: block !important;
        position: relative;
        top: 0;
    }

    .footer-section{
        height: auto;
        margin-top: 0;
    }

    .subscribe-box .text-left {
        max-width: 100%;
        margin-left: 0;
    }

    .subscribe-box .text-left h3{
        max-width: 100%;
        font-size: 25px;
        letter-spacing: normal;
        text-align: center;
        margin: 0 !important;
    }

    .subscribe-box .text-left p{
        line-height: 1.5;
        text-align: center;
        font-size: 14px;
    }

    .newsletter-form{
        width: 100%;
    }

    .subscribe-box input[type="email"]{
        width: 100%;
        height:40px;
    }

    .btn-primary {
        background-color: #3D1063;
        border-color: #3D1063;
        border-radius: 8px;
        font-weight: 600;
        padding: 5px;
        width: 100px;
        position: absolute;
        right: 4px;
        top: 4px;
        font-size: 13px;
    }

    .select2-container{
        width: 100% !important;
    }

    .how-it-works-section {
        opacity: 1;
        background: url('../images/framecard.png') no-repeat center center;
        background-size: cover;
        width: 100%;
        height: auto;
        position: relative;
    }

    .footer-links a{
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer-contact a{
        display: block;
        margin-bottom: 10px;
    }

    .footer-contact a img {
        width: 15px;
    }

    .footer-contact span {
        margin-right: 0;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
    }

    .social-icons{
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    .dropdown-menu{
        width: 80%;
        bottom: 95px;
    }

    .dropdown-menu input{
        width: 100%;
    }

    .dropdown-submit{
        width: 100%;
    }

    .fixed-button span{
        display: none;
    }

    .fixed-button{
        width: 60px;
        height: 60px;
    }

    .footer-section{
        padding-bottom: 0 !important;
    }

    .footer-bottom p{
        font-size: 14px;
    }

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

    .navbar-mobile{
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
    }

    .v-mobile{
        padding: 10px 16px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999999;
        background: #FFF;
        width: 95%;
        margin: 0 auto;
        top: 10px;
        border-radius: 12px;
        box-shadow: 0 0 9px gainsboro;
    }

    .navbar-mobile img{
        width: 95px;
    }

    .sidemenu-mobile{
        position: fixed;
        top: 0;
        bottom: 0;
        right: -109%;
        background: #ffff;
        width: 90%;
        border-radius: 15px 0 0 15px;
        box-shadow: 0 0 9px gainsboro;
        padding: 25px 30px;
        transition: .4s;
    }

    .displayedMenu{
        right: 0;
        transition: .4s;
    }

    .sidemenu-links{
        margin-top: 50px;
    }

    .sidemenu-links ul{
        display: block;
        margin-top: 40px;
        line-height: 3;
        padding-left: 10px;
    }

    .sidemenu-links ul li{
        margin-right: 0px;
    }

    .sidemenu-links .logo img{
        width: 150px;
    }

    .rs-mobile{
        position: relative;
    }

    .info-contact{
        padding-bottom: 65px;
    }

    .info-contact a {
        display: block;
        margin-bottom: 15px;
        text-decoration: none;
        color: #3D1063;
        font-size: 15px;
    }

    .info-contact a span {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .rs-mobile{
        position: absolute;
        bottom: 20px;
    }

    .rs-mobile i {
        color: #F58220;
        text-align: center;
        font-family: FontAwesome;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
    }

    .icon-close i{
        font-size: 25px;
        color: #F58220;
    }

    .modal-dialog {
        max-width: 100%;
        top: 14%;
    }

    .modal-body {
        height: 400px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .hero-section::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000070;
        filter: blur(5px);
        z-index: 1;
    }

    .hero-section .row{
        z-index: 99;
        position: relative;
    }

}

.contact-form-section .select2-selection{
    padding: 0 ;
    border-radius: 8px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgba(61, 16, 99, 0.39) !important;
    outline: 0 !important;
}
