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

::selection {
    -webkit-text-fill-color: initial;
}

@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFPRODISPLAYREGULAR.OTF);
}

@font-face {
    font-family: SFProDisplaymedium;
    src: url(../fonts/SFPRODISPLAYMEDIUM.OTF);
}

@font-face {
    font-family: SFProDisplaybold;
    src: url(../fonts/SFPRODISPLAYBOLD.OTF);
}

@font-face {
    font-family: SFProDisplaylight;
    src: url(../fonts/SF-Pro-Display-Light.otf);
}

body {
    font-family: SFProDisplay !important;
    letter-spacing: 0.02em;
    background-image: url(../images/bg/banner-bg.svg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center top;
    background-color: white;
}

a {
    display: inline-block;
    color: black;
    text-decoration: none;
}

.instant-apply-sub-heading {
    color: rgba(23, 26, 35, 0.7);
    margin-block: 16px 32px;
    font-size: 18px;
    font-family: SFProDisplay;
}

p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
    color: rgba(23, 26, 35, 0.7);
}

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

.general-query-btn img {
    width: auto;
    height: auto;
}

.banner-new {
    position: relative;
    overflow: hidden;
}

.new-banner-wrapper {
    padding: 20px 0 50px;
}

.new-banner-title {
    text-align: center;
    font-size: 72px;
    width: 100%;
    max-width: 906;
    font-family: SFProDisplaymedium;
    background-image: linear-gradient(118.01deg, #171A23 16.42%, #5A6689 71.98%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.consultant-new-banner-title {
    text-align: center;
    width: 100%;
    max-width: 906;
    font-family: SFProDisplaymedium;
    background-image: linear-gradient(118.01deg, #171A23 16.42%, #5A6689 71.98%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.new-theme-btn {
    border: 1px solid rgba(23, 26, 35, 1);
    padding: 13px 33px;
    border-radius: 43px;
    font-size: 18px;
    background-color: white;
    color: #171A23;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s linear;
}

.new-theme-btn:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #232635;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.new-theme-btn:hover {
    color: #00ffe3;
}

.new-theme-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.new-banner-wrapper p {
    margin: 16px 0 32px;
}

.banner-form-border {
    background-color: rgba(15, 15, 16, 0.04);
    padding: 10px;
    border: 1px solid rgba(15, 15, 16, 0.06);
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.banner-form-bg {
    background-color: white;
    padding: 24px;
    border-radius: 4px;
}

.form-title {
    font-family: SFProDisplaymedium;
    color: #171A23;
}

.form-sub-title {
    color: #171A23;
    font-family: SFProDisplay !important;
}


.form-tab-wrapper {
    gap: 10px;
    display: flex;
    margin: 24px 0;
}

.form-tab-wrapper .col-4 {
    padding: 0;
}

.form-tab {
    background-color: #F7F8FA;
    padding: 16px;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
}

.form-tab-img {
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
}

.form-tab-txt {
    font-size: 18px;
    color: #171A23;
}

.light-theme-btn {
    padding: 10px 30px 10px 30px;
    border-radius: 43px;
    background-color: #00FFE3;
    border: 1px solid #00FFE3;
    color: #232635;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s linear;
    text-align: center;
}

.light-theme-btn:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #232635;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.light-theme-btn:hover {
    color: #00ffe3;
}

.light-theme-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.form-wrapper {
    display: none;
}

.form-field-wrapper {
    overflow: hidden;
}

.banner-input {
    border: 1px solid #D0D5DD;
    background-color: white;
    border-radius: 8px;
    min-height: 44px;
    width: 100%;
    outline: none;
    padding: 10px 14px 10px 14px;
    transition: all 0.3s linear;
    overflow: hidden;
}

.banner-input:focus {
    border-color: #000000;
}

.form-wrapper {
    padding-bottom: 24px;
}

.banner-form-label {
    font-family: SFProDisplaymedium;
    font-size: 14px;
    color: #344054;
    margin-bottom: 6px;
}

.form-height {
    min-height: 340px;
    height: auto;
    padding-bottom: 60px;
}

.banner-left-before {
    position: absolute;
    bottom: 130px;
    height: 552px;
    opacity: 50%;
    left: -111px;
    z-index: -2;
}

.banner-right-before {
    position: absolute;
    opacity: 50%;
    right: -139px;
    bottom: 105px;
    z-index: -2;
}

.banner-center-before {
    max-width: 1316px;
    width: 100%;
    height: 130px;
    background-color: rgba(0, 255, 227, 0.5);
    position: absolute;
    bottom: 92px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    filter: blur(250px);
    z-index: -1;
}


/* Offer Section */


.offer-section {
    background-color: #171A23;
    padding: 120px 0;
    border-radius: 24px;
}

.section-dark-title {
    font-family: SFProDisplaymedium;
    font-size: 48px;
    background-image: linear-gradient(320.55deg, #363A3F -9.49%, #FFFFFF 76.21%);
    color: #ffffff;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

.offer-slider-card {
    width: 360px;
    height: 540px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.offer-img {
    position: relative;
    z-index: 1;
}

.mask-offer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 79.65%);
    z-index: 2;
}

.offer-content-wrapper {
    position: absolute;
    /* bottom: 0; */
    top: 0;
    height: 100%;
    z-index: 3;
    padding: 24px;
    padding-top: 75% !important;
    display: flex;
    flex-direction: column;
}

.offer-sub-title {
    font-family: SFProDisplaybold;
    color: white;
    font-size: 24px;
}

.offer-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 16px 0;
}

.offer-tc {
    margin-top: auto;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 42px;
    box-shadow: 0px 0.59px 0px 0px #FFFFFF40 inset,
        -6.06px 23.03px 40.84px -17.22px #A7A7A71A;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-tc p {
    color: #BFBFD4;
    font-size: 12px;
    line-height: 1.6em;
}

.offer-left-arrow {
    width: 48px;
    cursor: pointer;
    opacity: 60%;
    transition: all 0.4s ease;
}

.offer-left-arrow:hover {
    opacity: 100%;
}

.offer-slider {
    margin-top: 40px;
    mask-image: linear-gradient(90deg, rgba(23, 26, 35, 0) 0%, rgba(23, 26, 35, 0.4) 1%, #171A23 10%, #171A23 85%, rgba(23, 26, 35, 0.4) 98%, rgba(23, 26, 35, 0) 100%);
}

.offer-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


/* talk-us-section */

.talk-us-section {
    padding: 200px 0;
    overflow: hidden;
}

.talk-content-wrapper {
    width: 100%;
    max-width: 520px;
}

.section-light-title {
    font-family: SFProDisplaymedium;
    font-size: 48px;
    background-image: linear-gradient(118.01deg, #171A23 16.42%, #5A6689 71.98%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.talk-us-section-title, .stories-section-title {
    font-family: SFProDisplaymedium;
    background-image: linear-gradient(118.01deg, #171A23 16.42%, #5A6689 71.98%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.talk-desc {
    width: 100%;
    max-width: 360px;
    padding: 24px 0 32px;
}

.talk-form-border {
    background-color: rgba(15, 15, 16, 0.04);
    border: 1px solid rgba(15, 15, 16, 0.06);
    padding: 10px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.talk-form-bg {
    padding: 24px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.book-form-btn {
    padding-top: 24px;
}

.home-book-tab,
.phone-book-tab,
.video-book-tab {
    padding-bottom: 20px;
}

.phone-book-tab,
.video-book-tab {
    display: none;
}

.book-tab-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 39px;
    padding: 6px;
}

.book-tab {
    min-width: 80px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    cursor: pointer;
    color: #344054;
}

.book-tab p {
    color: #344054;
}

.active-book-tab {
    background-color: #00FFE3;
}

.book-ico {
    width: 19px;
}

.book-border {
    background-color: rgba(0, 255, 227, 0.3);
    height: 2px;
    border-radius: 5px;
}

.book-border-active {
    background-color: #00FFE3;
}

.book-input-wrapper {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.book-input {
    width: 100%;
    border: none;
    height: 24px;
    font-size: 16px;
    color: #171A23;
    overflow: hidden;
}

.book-input:focus {
    outline: none;
}

.book-box-ico {
    width: 16px;
    height: 16px;
}

.book-ico-wrap {
    padding: 4px;
    background-color: #F7F8FA;
    border-radius: 17px;
    width: 32px;
    height: 32px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-input-label {
    font-family: SFProDisplaymedium;
    font-size: 14px;
    color: #344054;
    margin-bottom: 6px;
}

.talk-before-shape {
    background-color: rgba(0, 255, 227, 0.5);
    max-width: 481px;
    width: 100%;
    height: 294px;
    border-radius: 100%;
    filter: blur(200px);
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 87px;
    transform: translateX(-50%);
}

.load-map {
    width: 100%;
    max-width:560px;
    height:300px;
}

/* steps-section */

.steps-section {
    background-color: #171A23;
    border-radius: 24px;
    padding: 120px 0;
}

.white-theme-btn {
    background-color: #ffffff;
    border-radius: 43px;
    padding: 13px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    color: #171A23;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s linear;
}

.white-theme-btn:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #00FFE3;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.white-theme-btn:hover {
    color: #232635;
}

.white-theme-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.step-accordion {
    margin-top: 40px;
}

.single-step-accordion {
    padding: 48px 0;
    border-top: 0.74px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.3s linear;
    position: relative;
}

.step-cross-mobile {
    border: 0.74px solid rgba(255, 255, 255, 0.2);
    padding: 13px;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    right: 0;
    display: none;
}

.step-number {
    font-size: 18px;
    color: white;
    font-family: SFProDisplaybold;
    margin-right: 60px;
}

.step-content {
    color: white;
    flex: 1;
}

.step-ans p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
}


.step-ans,
.step-que {
    max-width: 677px;
    width: 100%;
}

.step-ans {
    padding-top: 24px;
    /* display: none; */
}

.step-que {
    font-size: 32px;
    font-family: SFProDisplaymedium;
    cursor: pointer;
}

.step-cross {
    border: 0.74px solid rgba(255, 255, 255, 0.2);
    padding: 13px;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
}

.step-plus,
.step-minus {
    width: 21px;
    height: 2px;
    background-color: white;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.step-plus-rotate {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.step-active {
    background-color: #222733;
}

.step-before-img {
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 100px;
    max-width: 270px;
    transform: scale(0);
    transition: all 0.3s linear;
}

.step-scale {
    transform: scale(1);
}


/* know-more-section */


.know-more-us-section {
    padding: 120px 0 60px;
}

.know-card-wraper {
    margin-top: 40px;
}

.know-more-card {
    background-color: rgba(240, 241, 243, 0.4);
    border-radius: 8px;

    padding: 29px;
    position: relative;
}

.know-ico svg {
    width: 44px;
}

.know-more-card,
.know-more-card .know-ico svg,
.know-more-card .know-before svg {
    transition: all 0.4s ease;
}

/* .know-more-card:hover {
    border-color: rgba(0, 255, 227, 1);
} */

/* .know-more-card:hover .know-ico svg {
    fill: #00FFE3;
} */

/* .know-more-card:hover .know-before svg {
    fill: rgba(0, 255, 227, 0.5);
} */

.know-ico {
    background-color: white;
    border-radius: 14px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.know-sub-title {
    font-size: 24px;
    color: #171A23;
    margin: 24px 0 16px;
    font-family: SFProDisplay;
}

.know-desc {
    font-size: 16px;
}

.know-before {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 140px;
}


/* institutions-section */

.institutions-section {
    padding: 60px 0;
}

.institutions-slider {
    margin-top: 40px;
}

.institutions-title {
    font-family: SFProDisplaymedium;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(118.01deg, #171A23 16.42%, #5A6689 71.98%);
}

.institutions-card {
    background-color: rgba(240, 241, 243, 0.4);
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(4, 37, 47, 0.1);
    width: 230px;
}

.institutions-bg {
    border-radius: 8px;
    background-color: #fff;
    padding: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.institutions-bg a {
    display: block;
    width: 100%;
    height: 100%;
}

.institutions-bg img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}



/* stories-section */

.stories-section {
    padding: 80px 0;
}

.story-slider {
    margin-top: 40px;
}

.story-title-desc {
    font-size: 16px;
    line-height: 1.4em;
    max-width: 335px;
    text-transform: uppercase;
    margin-top: 16px;
    color: rgba(23, 26, 35, 0.7);
    font-family: SFProDisplay;
}

.story-card {
    width: 400px;
    position: relative;
    height: 469px;
    border-radius: 8px;
    overflow: hidden;
}

.story-arrow {
    margin-top: 20px;
}

.story-img {
    position: relative;
    z-index: 1;
    height: 100%;
}

.story-img::after {
    content: '';
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.story-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 220px;
    top: 24px;
    left: 24px;
}

.story-content p {
    color: white;
    font-size: 18px;
    line-height: 1.4em;
    /* display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.story-content .story-before-quotes {
    font-size: 60px;
    line-height: 0.8em;
}

.story-content .story-before-quotes.btm {
    text-align: end;
    margin-top: 20px;
}

.popup-btn {
    position: absolute;
    z-index: 1;
    padding-top: 10px;
    bottom: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    padding-right: 40px;
    flex-wrap: wrap;
}

.video-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.popup-btn p {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
}

.popup-play-btn {
    width: 30px;
    height: 30px;
}

.story-modal-close {
    background-image: url(../images/download.svg);
}

.story-dialog {
    max-width: 540px;
    width: 100%;
}

.story-modal-body{
    border-radius: 0 0 12px 12px;
    padding: 24px;
    font-size: 18px;
    color: #171A23;
    margin-right: 16px;
}

#storymodal .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.play-ico {
    width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.story-modal-video iframe {
    min-width: 100%;
    height: 500px;
}

.story-video-dialog {
    max-width: 1080px;
}

.back-btn-new {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
    font-size: 18px;
    cursor: pointer;
}

.back-btn-new i {
    font-size: 16px;
}

/* consultant-section */

.consultant-section {
    padding: 70px 0;
}

.consultant-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.consultant-left {
    width: 100%;
    max-width: 616px;
}

.consult-desc {
    font-size: 24px;
    line-height: 1.4em;
    max-width: 487px;
    margin: 24px 0 32px;
}

.consultant-right {
    margin-top: -60px;
    max-width: 520px;
    width: 100%;
}

/* country-files-section */

.country-files-section {
    padding: 120px 0;
    background-color: #171A23;
    border-radius: 24px;
}

.country-slider {
    margin-top: 40px;
}

.country-card {
    width: auto;
    height: 400px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.contry-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex: none;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
}

.country-name {
    color: white;
    font-size: 18px;
    font-family: SFProDisplaymedium;
}

.download-ico {
    width: 32px;
    height: 32px;
    margin-left: auto;
    flex: none;
    position: relative;
}

.download-white,
.download-theme {
    transition: all 0.3s linear;
}

.download-ico:hover .download-white {
    opacity: 0;
}

.download-ico:hover .download-theme {
    opacity: 1;
}

.download-theme {
    position: absolute;
    top: 0;
    left: 0;width: 100%;
    opacity: 0;
}

.country-card-box {
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.country-content-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    box-shadow: 0px 0.59px 0px 0px rgba(255, 255, 255, 0.25) inset,
        -6.06px 23.03px 40.84px -17.22px rgba(167, 167, 167, 0.1);
    padding: 16px 20px;
    border-radius: 42px;
}

.country-sub-desc {
    font-size: 18px;
    font-family: SFProDisplay;
}

/* cta-section */

.cta-section {
    padding: 120px 0;
}

.cta-box {
    background-color: #171A23;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-left {
    padding: 112px 0 112px 62px;
}

.cta-btns {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.cta-btns .light-theme-btn {
    width: 100%;
    max-width: 220px;
    text-align: center;
    margin-right: 20px;
}

.outline-btn {
    border: 1px solid #00FFE3;
    color: #00FFE3;
    padding: 10px 30px;
    border-radius: 43px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s linear;
}

.outline-btn:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #00FFE3;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.outline-btn:hover {
    color: #232635;
}

.outline-btn:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.cta-right {
    height: 100%;
}

.cta-right img {
    object-position: 0% 0%;
}

.cta-before {
    max-width: 1337px;
    width: 100%;
    height: 316px;
    background-color: rgba(0, 255, 227, 0.5);
    filter: blur(250px);
    position: absolute;
    top: calc(100% - 30px);
    left: 0;
    z-index: -1;
}

/* select */

.select2-container .select2-choice {
    background-image: none;
    border: none;
    box-shadow: none;
}

.select2-dropdown-open .select2-choice {
    background-color: white;
}

.select2-container .select2-choice .select2-arrow {
    background-image: none;
    background-color: white;
    border: none;
}

.select2-search input {
    background-image: none;
}

.select2-results {
    scrollbar-width: none;
    color: #171A23;
}

.select2-results::-webkit-scrollbar {
    display: none;
}

.select2-drop-active {
    border: none;
}

.select2-results .select2-highlighted {
    background-color: #F7F8FA;
    color: #171A23;
}

.applyDropdown.select2-container-multi .select2-choices {
    border: none;
    min-height: 44px;
}

.select2-drop {
    z-index: 9998 !important;
}

/* .select2-container-active {
    border: none;
} */

.select2-results .select2-selected {
    display: block !important;
}

.select2-container.select2-container-multi {
    padding: 0px;
}

.invalid-error {
    border: 1px solid red !important;
}

.select2-input::placeholder {
    color: black;
}

.select2-drop.select2-drop-active,
a.select2-choice,
span.select2-arrow {
    background: #fff !important;
    color: #2d324b !important;
}

.form-tab.active {
    border: 2px solid #00FFE3;
}

.success-form-field {
    border: 1px solid #00FFE3;
}

.select2-result-label {
    color: black;
}

.select2-results .select2-disabled {
    background-color: lightgrey !important;
    color: #999 !important;
}

.select2-container.form-select {
    background-color: #fff;
    background-image: none;
}

.c_time {
    padding-top: 0px;
    padding-right: 0px;
}

.second-step {
    margin-top: 20px;
}

input::placeholder {
    color: #344054;
}

.complete-img img {
    width: 155px;
}

.errorMessage {
    margin-top: 5px;
}

.book-consulting-form .errorMessage {
    margin-bottom: inherit;
}

.select2-container-multi .select2-choices .select2-search-field input {
    color: #344054 !important;
    /* margin-top: 5px; */
    margin-left: 10px;
}

.selected-instant-tab {
    background-color: rgba(127, 255, 240, 0.2);
    border: 1px solid #00FFE3;
}

.current-instant-tab {
    background-color: inherit;
    border: 1px solid #5280F5;
}

.current-instant-element {
    border: 1px solid #5280F5;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-container.select2-container-active .select2-choices {
    border-color: inherit !important;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    color: #344054;
}

.login-details {
    margin-bottom: 15px;
}

.login-form .btn-primary-main {
    padding: 12px 25px;
    border-width: 0;
    border-color: transparent;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s, border-width 0s;
    transition: all 0.3s, border-width 0s;
    z-index: 1;
    color: #232635;
    background: #00ffe3;
    border: 1px solid #00ffe3;
    position: relative;
    font-family: SFProDisplaymedium;
}

.login-form .btn-primary-main:hover {
    color: #00ffe3;
}


/* Modal */

.modal {
    z-index: 9999;
}

.modal-content {
    border-radius: 16px;
}

.modal-backdrop {
    z-index: 9998;
}

.btn-primary-main {
    padding: 12px 25px;
    border-width: 0;
    border-color: transparent;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s, border-width 0s;
    transition: all 0.3s, border-width 0s;
    z-index: 1;
    color: #232635;
    background: #00ffe3;
    /* background: linear-gradient(240deg,#00FFE3 0%,#43cea2 100%); */
    border: 1px solid #00ffe3;
    position: relative;
    font-family: SFProDisplaymedium;
}

.btn-primary-main:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #232635;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.btn-primary-main:hover {
    color: #00ffe3;
}

.btn-primary-main:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}


/* Header */

header {
    color: #171A23;
}

.section-nav-main .navbar-nav .nav-item .nav-link {
    color: #171A23;
}

.col-megamenu {
    color: #171A23;
}

.col-megamenu ul li a {
    color: #171A23 !important;
}

/* .navbar-dark .navbar-toggler-icon {
    background-image: url(../images/header-light-hamburger.svg);
} */

.navbar-dark .navbar-toggler {
    border-color: rgb(0 0 0 / 10%);
}

.navbar-brand img {
    filter: invert(1) brightness(0);
}

.error-message {
    color: red;
    font-weight: 600;
    font-size: 16px;
}

.tooltip-main {
    position: relative;
}
.tooltip-main .tooltiptext {
    visibility: hidden;
    display: none;
    width: fit-content;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 23%;
    margin-left: -60px;
}

.pointer-events-none {
    pointer-events: none;
}

/* Select2 */
.applyDropdown.select2-container-multi .select2-choices .select2-search-choice {
    background-color: #F7F8FA !important;
    background-image: none !important;
    border: none !important;
    color: #171A23 !important;
    font-size: 16px !important;
    padding: 5px !important;
    padding-right: 23px !important;
}

.applyDropdown .select2-search-choice-close {
    background-image: url(../images/x.svg) !important;
    background-position: center !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
}

.applyDropdown.select2-container-multi .select2-search-choice-close {
    left: auto !important;
    right: 6px !important;
}

.applyDropdown.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: center !important;
}

.applyDropdown.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: center !important;
}

.tooltip-main:hover .tooltiptext {
    visibility: visible;
    display: block;
}

.select2-results .select2-result:hover:has(input) {
    background: #00ffe3 !important;
    color: #2d324b !important;
}

.applyDropdown.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}


/* about-us-section */


.about-us-section {
    padding: 60px 0;
}

.about-wrapper {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 16px;
    font-size: 16px;
}

.about-wrapper p {
    font-size: 16px;
}

.about-first-desc p {
    margin-bottom: 10px;
}

.about-second-desc p {
    margin-bottom: 10px;
}

.new-read-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #008B87;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 24px;
}

.down-arrow-ico {
    width: 16px;
    height: 16px;
    display: flex;
    fill: #008B87;
    transition: all 0.3s ease;
}

.new-read-more-btn:hover {
    color: #171A23;
}

.new-read-more-btn:hover .down-arrow-ico {
    fill: #171A23;
}

.theme-text-dark {
    color: #171A23;
}

.read-ico-rotate {
    transform: rotate(180deg);
}

/* Faq section */

.faq-section {
    padding-top: 60px;
    color: #171A23;
}

.faq-que {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 20px;
    padding: 20px 0;
    cursor: pointer;
}

.faq-que-txt {
    font-size: 20px;
    font-family: SFProDisplaymedium;
    margin-bottom: 0;
}

.faq-ans {
    padding-bottom: 20px;
    display: none;
}

.faq-que span {
    font-family: SFProDisplaymedium;
}

.faq-close {
    font-size: 30px;
    line-height: 1;
    font-family: SFProDisplay !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.faq {
    border-bottom: 1px solid rgba(15, 15, 16, 0.2);
}

.faq-ico-rotate {
    transform: rotate(45deg);
}


.right-img-wrapper {
    display: flex;
    justify-content: end;
    gap: 16px;
    align-items: center;
}


.left-img {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: end;
}

.right-img {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-img-one {
    width: 180px;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
}

.faq-img-two {
    width: 150px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
}

.faq-img-three {
    width: 210px;
    height: 230px;
    border-radius: 16px;
    overflow: hidden;
}

.faq-img-four {
    width: 220px;
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
}

.select2-disabled-option .select2-result-label {
    cursor: no-drop;
}

.select2-disabled-option {
    background: lightgray;
}

.megamenu a:hover {
    color: #00ffe3 !important;
}
/*
.step-ans {
    margin-top: -20px;
    overflow: hidden;
    max-height: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: max-height 0.5s ease, transform 0.5s ease;
  }

  @-webkit-keyframes moveRight {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @-webkit-keyframes moveLeft {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }

  .single-step-accordion.open .step-ans{
    max-height: 100px;
    margin-top: 0px;
    animation: moveRight 0.8s forwards;
    -webkit-animation: moveRight 0.8s forwards;
  }

  .single-step-accordion.open .step-plus {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .single-step-accordion.open .step-before-img {
    transform: scale(1);
  } */

  .step-ans {
    margin-top: -20px;
    overflow: hidden;
    max-height: 0; /* Initially hidden */
    -webkit-transform: translate3d(0, 0, 0); /* Hidden off-screen */
    transform: translate3d(0, 0, 0); /* Corrected to match -webkit */
    transition: max-height 0.5s ease, transform 0.5s ease, margin-top 0.3s ease;
  }

  @-webkit-keyframes moveRight {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

  @-webkit-keyframes moveLeft {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }

  .single-step-accordion.open .step-ans {
    max-height: 100px;
    margin-top: 0px;
    animation: moveRight 0.5s forwards; /* First animation */
    -webkit-animation: moveRight 0.5s forwards;
  }

  .single-step-accordion.open {
    background-color: #222733;
  }

  .single-step-accordion.open .step-plus {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .single-step-accordion.open .step-before-img {
    transform: scale(1);
    transition: transform 0.5s ease 0.5s; /* Start scaling after moveRight ends */
  }
