#indexPage {
    overflow-x: hidden;
}
#indexPage header .navbar {
    background-color: var(--white);
    color: var(--primary-1000);
}
#indexPage header .navbar.scrolled {
    background-color: var(--primary-1000);
    transition: background-color 200ms linear;
    z-index: 3;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.25);
}
#indexPage header .navbar.scrolled .nav-link {
    color: #fff !important;
}
#indexPage header .navbar.scrolled .nav-link.active {
    color: var(--secondary-1000) !important;
}
#indexPage .banner {
    position: relative;
    padding-top: 80px;
    background: linear-gradient(
        196deg,
        rgba(233, 207, 255, 0.84) 20.82%,
        rgba(255, 255, 255, 0) 53.54%
    );
}
#indexPage .banner__svg {
    position: absolute;
    top: 100px;
    z-index: -1;
}
#indexPage .banner__heading {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: 1.04px;
}
#indexPage .banner__heading-span {
    color: var(--primary-1000);
    font-weight: 700;
    letter-spacing: 2.08px;
}
#indexPage .banner__para {
    padding: 20px 0px 40px 0px;
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 33px;
}
#indexPage .banner__img {
    position: relative;
    height: auto;
    width: 100%;
    aspect-ratio: 1.8/1;
    z-index: 1;
}
#indexPage .banner__h2 {
    line-height: 137.7%;
    color: var(--primary-1000);
    padding-bottom: 18px;
}
#indexPage .banner__form-p {
    text-align: right;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-top: 20px;
}
#indexPage .banner__form {
    position: absolute;
    top: 34%;
    right: 12%;
    content: "";
    border-radius: 8px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 5.5px 0px rgba(39, 70, 199, 0.07);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    padding: 20px;
    width: -moz-max-content;
    width: max-content;
}
#indexPage .banner__input {
    width: 365px;
    border-radius: 6px;
    border: 1px solid var(--grey-200, #c4c6d2);
    box-shadow: 0px 0px 6px 0px rgba(39, 70, 199, 0.23);
    padding: 10px 10px 10px 10px;
}
#indexPage .offer__wrapper {
    padding-block: 20px;
}
#indexPage .offer__wrapper:nth-last-child(-n + 3) {
    border-top: 1px solid rgb(243, 243, 246);
}
@media all and (min-width: 576px) {
    #indexPage .offer__wrapper:nth-child(even) {
        border-left: 1px solid rgb(243, 243, 246);
    }
}
@media all and (max-width: 768px) {
    #indexPage .offer__wrapper:nth-child(3) {
        border-top: 1px solid rgb(243, 243, 246);
    }
}
@media all and (min-width: 992px) {
    #indexPage .offer__wrapper:nth-child(3),
    #indexPage .offer__wrapper:nth-child(5) {
        border-left: 1px solid rgb(243, 243, 246);
    }
    #indexPage .offer__wrapper:nth-child(4) {
        border-left: 0;
    }
}
@media all and (max-width: 624px) {
    #indexPage .offer__wrapper {
        border: none !important;
    }
}
#indexPage .offer__card {
    padding: 18px 20px;
    gap: 14px;
}
#indexPage .offer__svg img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
}
#indexPage .offer__title {
    font-family: "Open Sans";
}
#indexPage .offer__content {
    font-weight: 400;
    font-size: 16px;
    margin-top: 6px;
}
#indexPage .offer__link {
    margin-top: 10px;
}
#indexPage .offer__link a {
    font-weight: 400;
    line-height: 155.623%; /* 21.787px */
    text-decoration-line: underline;
    font-family: "Open Sans";
}
#indexPage .offer__link a:hover {
    color: var(--primary-1000);
}
#indexPage .offer__modal-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.9/1;
    object-fit: contain;
}
#indexPage .track__image {
    position: relative;
    z-index: 1;
}
#indexPage .track__image .img {
    width: 207px;
    height: 142.5px;
}
#indexPage .track__image::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 24px;
    width: 207px;
    height: 100%;
    border: 3px solid #e6d3fb;
    border-radius: 10px;
    z-index: -1;
}
#indexPage .track__button {
    border: none;
}
#indexPage .track__button:hover {
    border: 1px solid #fea237;
}
#indexPage .track__content {
    margin-bottom: 18px;
}
#indexPage .track__input {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(39, 70, 199, 0.23);
    padding: 10px;
    width: auto;
    border: none;
    @media (min-width: 990px) {
        width: 30%;
    }
}
#indexPage .track__line {
    width: 40px;
    height: 0px;
    border: 1px solid #fff;
}
#indexPage .track__sub-content {
    gap: 8px;
}
#indexPage .track__h5 {
    line-height: 23px;
    /* 143.75% */
    letter-spacing: 0.16px;
}
#indexPage .track__h2 {
    font-size: 28px;
}
#indexPage .work__timeline-number {
    padding-bottom: 19px;
}
#indexPage .work__timeline-number span {
    width: 40px;
    height: 40px;
    padding: 24px;
    border-radius: 48px;
    background: linear-gradient(121.05deg, #5a2f8d -13.57%, #be81ff 84.26%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    line-height: 155.623%;
    /* 37.35px */
    letter-spacing: 0.96px;
}
#indexPage .work__timeline-h4 {
    font-family: "Open Sans";
    line-height: 25.06px;
    letter-spacing: 0.4px;
    font-size: 20px;
    text-align: start;
}
#indexPage .work__timeline-p {
    font-size: 16px;
    text-align: start;
}
#indexPage .work__timeline-content h3 {
    line-height: normal;
    letter-spacing: 0.96px;
    font-size: 24px;
    color: var(--primary-1000);
}
#indexPage .work__timeline-content h6 {
    line-height: 155.623%;
}
#indexPage .work h3 {
    margin: 5px 0;
}
#indexPage .work .sliderContainer {
    position: relative;
}
#indexPage .work .slick-prev:before,
#indexPage .work .slick-next:before {
    color: black;
}
#indexPage .work .slick-dots {
    bottom: -30px;
}
#indexPage .work .progressBarContainer {
    margin-top: 40px;
}
#indexPage .work .progressBarContainer .item {
    margin: 5px 15px;
}
#indexPage .work .progressBarContainer .progress__content {
    padding: 4px 12px;
    margin-top: 12px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(39, 70, 199, 0.17);
}
#indexPage .work .progressBarContainer span.progressBar {
    width: 100%;
    height: 4px;
    background-color: var(--primary-50);
    display: block;
}
#indexPage .work .progressBarContainer span.progressBar .inProgress {
    background-color: var(--secondary-1000);
    width: 0%;
    height: 4px;
}
#indexPage .remittance {
    background: url("/Frontend/assets/images/Index/transferRemit-bg.png")
        no-repeat center/cover;
}
#indexPage .remittance__heading {
    margin-left: -36px;
}
@media all and (max-width: 778px) {
    #indexPage .remittance__heading {
        margin: 0px;
    }
}
#indexPage .remittance__card {
    padding: 14px 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(17, 111, 255, 0.1);
}
#indexPage .remittance__card p {
    font-weight: 600;
    line-height: 137.7%;
    font-family: "Open Sans";
}
#indexPage .neoDirect__headingImg {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
#indexPage .neoDirect__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #fff;
    padding: 24px 20px;
    height: 100%;
    box-shadow: 0px 0px 17px 0px rgba(41, 130, 204, 0.15);
}
#indexPage .neoDirect__card__svg {
    margin-bottom: 18px;
}
#indexPage .neoDirect__card h5 {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
#indexPage .neoDirect__card-svg {
    margin-bottom: 16px;
}
#indexPage .neoCoop__headingImg {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
#indexPage .neoCoop__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #fff;
    padding: 24px 20px;
    height: 100%;
    box-shadow: 0px 0px 17px 0px rgba(41, 130, 204, 0.15);
}
#indexPage .neoCoop__card__svg {
    margin-bottom: 18px;
}
#indexPage .neoCoop__card h5 {
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
#indexPage .neoCoop__card-svg {
    margin-bottom: 16px;
}
#indexPage .news {
    position: relative;
}
#indexPage .news__main {
    position: relative;
}
#indexPage .news__svg1 {
    position: absolute;
    bottom: 30px;
    left: -138px;
}
#indexPage .news__svg2 {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 1;
}
#indexPage .news-slider {
    position: relative;
    z-index: 1;
}
#indexPage .news .slick-track {
    opacity: 1;
    width: 1080px;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    gap: 0 24px;
}
#indexPage .transfer__card {
    padding: 12px 10px;
    gap: 14px;
    border-radius: 8px;
    align-items: center;
}
#indexPage .transfer__card img {
    width: 60px;
    height: 60px;
}
#indexPage .transfer__title {
    font-family: "Open Sans";
    margin: 0px;
}
#indexPage .transfer__content {
    font-size: 14px;
}
#indexPage .transfer__subheading {
    font-family: "Open Sans";
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    line-height: 137.7%;
}
#indexPage .transfer__subpara {
    padding-top: 10px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
}
#indexPage .partner {
    position: relative;
}
#indexPage .partner__image {
    position: absolute;
    left: 0px;
}
#indexPage .partner__image1 {
    position: absolute;
    right: 0px;
}
#indexPage .partner__brand-img {
    padding: 0px 30px;
}
#indexPage .partner__brand-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3.8/1;
    object-fit: contain;
}

#indexPage .testimonial {
    position: relative;
}
#indexPage .testimonial__h2 {
    font-size: 52px;
    position: relative;
}
#indexPage .testimonial__svg {
    position: absolute;
    top: 40px;
    left: 50px;
}
#indexPage .testimonial__question {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#indexPage .testimonial__row {
    padding-top: 60px;
}
#indexPage .testimonial__slider {
    position: relative;
    overflow: hidden;
}
#indexPage .testimonial__slider-img {
    position: absolute;
    top: 24px;
    left: 4px;
}
#indexPage .testimonial .swiper {
    width: 234px;
    height: 100%;
    padding: 50px 0;
}
#indexPage .testimonial .swiper-slide {
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 500px;
    width: 375px !important;
}
#indexPage .testimonial .swiper-slide span {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--primary-200);
    padding: 7px 18px;
    margin: 10px;
    border-radius: 20px;
    letter-spacing: 2px;
    font-size: 48px;
    font-weight: 700;
    font-family: "Open Sans";
}
#indexPage .testimonial .swiper-slide h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    font-family: "Open Sans";
    line-height: 1.4;
    padding: 10px 14px;
    background-color: var(--primary-1000);
}
#indexPage .testimonial .swiper-slide:nth-child(1n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url(https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/2929f534-3bc3-4cbd-b84c-80df863d5a38)
            no-repeat 50% 50% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(2n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/b6f5eb64-887c-43b1-aaba-d52a4c59a379")
            no-repeat 50% 50% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(3n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/e906353b-fde0-4518-9a03-16545c1161bd")
            no-repeat 50% 0% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(4n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/fc21e481-e28a-41a8-9db3-3b62c1ddc17e")
            no-repeat 50% 50% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(5n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/6b6ad966-79e1-4d3c-8f92-566d0fee8082")
            no-repeat 50% 50% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(6n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/2ad44f5d-2215-4416-9c9b-2bae3be51a67")
            no-repeat 50% 50% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(7n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/aa8fe914-741f-4bf4-ad4a-24f19d1f4178")
            no-repeat 50% 50% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(8n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/d5f10b4f-7d34-45bd-bb5f-5f1530c2ac1c")
            no-repeat 50% 0% / cover;
}
#indexPage .testimonial .swiper-slide:nth-child(9n) {
    background: linear-gradient(
            to top,
            #0f2027,
            rgba(32, 58, 67, 0),
            rgba(44, 83, 100, 0)
        ),
        url("https://github.com/ecemgo/mini-samples-great-tricks/assets/13468728/7cbac263-7c55-4428-908e-31018dc1bce3")
            no-repeat 50% 50% / cover;
}

#aboutPage .banner {
    background: url("/Frontend/assets/images/About/Frame 1.png") no-repeat
        center/cover;
}
#aboutPage .banner__row {
    padding-top: 130px;
}
#aboutPage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#aboutPage .banner__content {
    color: var(--grey-600);
}
/* #aboutPage .navbar-light .navbar-nav .nav-link {
  color: var(--white);
} */
#aboutPage .track__image {
    position: relative;
    z-index: 1;
}
#aboutPage .track__image .img {
    width: 207px;
    height: 209px;
}
#aboutPage .track__image::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 24px;
    width: 207px;
    height: 100%;
    border: 3px solid #e6d3fb;
    border-radius: 10px;
    z-index: -1;
}
#aboutPage .track__line {
    width: 77px;
    height: 0px;
    border: 1px solid #fff;
}
#aboutPage .track__sub-content {
    gap: 16px;
}
#aboutPage .track__content {
    border-right: 1px solid white;
}
#aboutPage .track__h5 {
    line-height: 23px;
    /* 143.75% */
    letter-spacing: 0.16px;
}
#aboutPage .partner {
    position: relative;
}
#aboutPage .partner__image {
    position: absolute;
    left: 0px;
}
#aboutPage .partner__image1 {
    position: absolute;
    right: 0px;
}
#aboutPage .partner__brand-img {
    padding: 0px 30px;
}
#aboutPage .partner__brand-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3.8/1;
    object-fit: contain;
}
#aboutPage .transfer {
    position: relative;
}
#aboutPage .transfer__svg {
    position: absolute;
    top: 5px;
    left: 0px;
}
#aboutPage .transfer__image {
    position: relative;
    z-index: 1;
}
#aboutPage .transfer__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.17/1;
    border-radius: 8.625px;
}
#aboutPage .transfer__image::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 8px;
    background-color: var(--primary-1000);
    width: 100%;
    height: 100%;
    border-radius: 9.08px;
    z-index: -1;
}
#aboutPage .transfer__heading {
    font-family: "Open Sans";
    font-style: normal;
    font-size: 36px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0.8px;
}
#aboutPage .transfer__heading-span {
    color: var(--primary-1000);
    font-weight: 700;
    letter-spacing: 1.6px;
}
#aboutPage .transfer__para {
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
}
#aboutPage .transfer__subheading {
    font-family: "Open Sans";
    font-style: normal;
    font-size: 36px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0.8px;
}
#aboutPage .transfer__subheading-span {
    color: var(--primary-1000);
    padding-left: 6px;
}
#aboutPage .transfer__subpara {
    padding-top: 1cap;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
}
#aboutPage .transfer__subul {
    padding-top: 20px;
    gap: 14px;
}
#aboutPage .transfer__subname {
    border-left: 4px solid var(--secondary-1000);
}
#aboutPage .team__row {
    padding-top: 28px;
}
#aboutPage .team__img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
}
#aboutPage .team__card {
    padding-top: 32px;
}
#aboutPage .team__card h5 {
    color: var(--grey-900);
    font-size: 20px;
    line-height: 28px;
    padding: 24px 0px 0px;
}
#aboutPage .team .nav-pills {
    border-radius: 56px;
    padding: 11px 25px 10px 26px;
    background: var(--primary-40);
    display: flex;
    gap: 33px;
}
#aboutPage .team .nav-pills .nav-link.active,
#aboutPage .team .nav-pills .show > .nav-link {
    padding: 8px 20px;
    color: #fff;
    border-radius: 20px;
    background-color: var(--primary-1000);
}
#aboutPage .team .nav-pills .nav-link {
    border-radius: 20px;
    background: #fff;
    padding: 8px 20px;

    color: var(--primary-1000);
    font-size: 18px;
    font-weight: 600;
}

#blogPage .banner {
    background: url("/Frontend/assets/images/About/Frame 1.png") no-repeat
        center/cover;
}
#blogPage .banner__row {
    padding-top: 130px;
}
#blogPage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#blogPage .banner__content {
    color: var(--grey-600);
}

#contactPage .banner {
    background: url("/Frontend/assets/images/About/Frame 1.png") no-repeat
        center/cover;
}
#contactPage .banner__row {
    padding-top: 60px;
}
#contactPage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#contactPage .banner__content {
    color: var(--grey-600);
}

#blog-detailPage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#blog-detailPage .banner__content {
    color: var(--grey-600);
}
#blog-detailPage .navbar {
    background-color: var(--primary-1000);
}
#blog-detailPage .navbar-light .navbar-nav .nav-link {
    color: var(--white);
}
#blog-detailPage .blog-detail__row {
    padding-top: 40px;
}
#blog-detailPage .blog-detail__h2 {
    font-size: 30px;
    line-height: 137.7%;
}
#blog-detailPage .blog-detail__p {
    color: #676767;
    font-family: "Open Sans";
    font-size: 14px;
}
#blog-detailPage .blog-detail__image {
    border-radius: 20px;
}
#blog-detailPage .blog-detail__img {
    width: 60px;
    height: 60px;
}
#blog-detailPage .blog-detail__content {
    gap: 24px;
    padding-top: 24px;
}
#blog-detailPage .blog-detail__h6 {
    line-height: 29px;
}
#complaincePage .banner {
    background: url("/Frontend/assets/images/About/Frame 1.png") no-repeat
        center/cover;
}
#complaincePage .banner__row {
    padding-top: 130px;
}
#complaincePage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#complaincePage .banner__content {
    color: var(--grey-600);
}

#complaincePage .complaince__card {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--primary-50);
    background: #fff;
}
#complaincePage .complaince__icons {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 12px 4px;
    background: #fff;
    box-shadow: 0px 0px 52px 0px rgba(41, 130, 204, 0.18);
}
#complaincePage .complaince__btn {
    display: flex;
    justify-content: end;
}
#complaincePage .complaince__btn button {
    border: 1px solid var(--secondary-1000);
    background-color: white;
    color: var(--secondary-1000);
}
#complaincePage .complaince__btn button:hover {
    border: 1px solid var(--secondary-1000);
    background-color: var(--secondary-1000);
    color: white;
}
#complaincePage .complaince h4 {
    font-family: "Open Sans";
    line-height: 137.7%;
}
#complaincePage .complaince__p {
    line-height: 142.2%;
}

#partnershipPage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#partnershipPage .banner__content {
    color: var(--grey-600);
}

#partnershipPage .partnership__row {
    padding: 60px 0px;
}
#partnershipPage .partnership__a {
    box-shadow: 0px 0px 6px 0px rgba(17, 111, 255, 0.1);
    border-radius: 8px;
    border: 1px solid var(--Grey-50, #f3f3f6);
    background: rgba(255, 255, 255, 0.6);
    padding: 16px 20px;
    gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
}
#partnershipPage .partnership__a:hover {
    background: var(--primary-1000);
    color: white;
}
#partnershipPage .partnership__image {
    position: relative;
    z-index: 1;
}
#partnershipPage .partnership__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.17/1;
    border-radius: 8.625px;
}
#partnershipPage .partnership__image::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 8px;
    background-color: var(--primary-1000);
    width: 100%;
    height: 100%;
    border-radius: 9.08px;
    z-index: -1;
}

#registrationPage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#registrationPage .banner__content {
    color: var(--grey-600);
}
#registrationPage .navbar {
    background-color: var(--primary-1000);
}
#registrationPage .navbar-light .navbar-nav .nav-link {
    color: var(--white);
}
#registrationPage .registration__row {
    padding: 60px 0px;
}
#registrationPage .registration__form {
    box-shadow: 0px 0px 17px 0px rgba(41, 130, 204, 0.15);
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    margin-top: 19px;
}
#registrationPage .registration__label {
    font-family: "Open Sans";
    font-size: 18px;
}
#registrationPage .registration__input {
    border: none;
    border-radius: 10px;
    padding: 13px 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(39, 70, 199, 0.14);
}
#registrationPage .registration__input::-moz-placeholder {
    color: #828698;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 155.623%;
    /* 24.9px */
    letter-spacing: 0.64px;
}
#registrationPage .registration__input::placeholder {
    color: #828698;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 155.623%;
    /* 24.9px */
    letter-spacing: 0.64px;
}
#registrationPage .registration__btn button {
    background-color: var(--primary-1000);
}
#registrationPage .registration__btn button:hover {
    background-color: transparent;
    color: var(--primary-1000);
    border-color: var(--primary-1000);
}

#careerPage .banner {
    background: url("/Frontend/assets/images/Career/guy-shows-document-girl-group-young-freelancers-office-have-conversation-working 1.png")
        no-repeat center/cover;
    height: 283px;
}
#careerPage .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: grey;
    outline: 0;
    box-shadow: none;
}
#careerPage .career__bgcolor {
    padding: 20px 20px 28px 20px;
    border-radius: 0px 0px 12px 12px;
    height: 190px;
    position: relative;
}
#careerPage .career__card {
    border: 0px solid var(--Primary-1000, #5a2f8d);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 0 20px 28px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(270deg, #5a2f8d 22.6%, #fea237 88.97%);
    position: relative;
    /* min-height: 210px; */
    margin: 0 auto;
    /* max-height: 380px; */
    height: 100%;
    min-height: 210px;
}
@media all and (max-width: 767px) {
    #careerPage .career__card {
        height: 350px;
    }
}
@media all and (max-width: 424px) {
    #careerPage .career__card {
        height: 400px;
    }
}
#careerPage .career__card_content {
    position: absolute;
    content: "";
    padding: 34px;
    border-radius: 8px;
    background: var(--Grey-40, #fff);
    min-height: 100px;
    width: 92%;
    top: -55px;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}
#careerPage .career__card_title {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    line-height: 137.7%;
    font-size: clamp(22px, 22px + 12 * (100vw - 576px) / 1920, 34px);
}
#careerPage .career__card_para {
    font-size: clamp(14px, 14px + 12 * (100vw - 576px) / 1920, 20px);
}
#careerPage .career .input-group-text {
    background-color: transparent;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0.59rem 0.3rem 0.59rem 0.5rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#careerPage .career .form-control {
    border-width: 1px 1px 1px 0px;
    border-top-right-radius: 8px;
    padding: 0.375rem 0rem;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#careerPage .career .form-control::-moz-placeholder {
    color: #979aac;
}
#careerPage .career .form-control::placeholder {
    color: #979aac;
}
#careerPage .career__opening {
    padding: 14px 10px;
    border-radius: 8px;
    background: #fff;
}
#careerPage .career__opening-number {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 5.7px 0px rgba(41, 130, 204, 0.16);
}
#careerPage .career__opening-number h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#careerPage .career__btn {
    border-radius: 6px;
    background: var(--Primary-40, #faf4ff);
    padding: 6px 8px 6px 12px;
}
#careerPage .career .career__content-card {
    border-radius: 8px;
}
#careerPage .career .career__content-card-img .image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5/1;
    border-radius: 8px 8px 8px 8px;
}
#careerPage .career .career__content-card-content {
    padding: 10px 22px 22px 22px;
}
#careerPage .career .career__content-card-content .date {
    font-weight: 400;
    line-height: 130.623%;
    /* 20.9px */
    letter-spacing: 0.64px;
}
#careerPage .career .career__content-card-content .title {
    line-height: 130.623%;
    /* 23.512px */
    letter-spacing: 0.36px;
    font-family: "Open Sans";
}
#careerPage .career .career__content-card-content .content {
    line-height: 21px;
    /* 150% */
    letter-spacing: 0.14px;
    padding-bottom: 10px;
}

#career-detailPage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#career-detailPage .banner__content {
    color: var(--grey-600);
}
#career-detailPage .navbar {
    background-color: var(--primary-1000);
}
#career-detailPage .navbar-light .navbar-nav .nav-link {
    color: var(--white);
}
#career-detailPage .career-detail__row {
    padding-top: 40px;
}
#career-detailPage .career-detail__title {
    padding: 15px 0px;
    font-family: "source-serift-pro";
}
#career-detailPage .career-detail__subtitle {
    font-family: "source-serift-pro";
}
#career-detailPage .career-detail__h2 {
    font-size: 30px;
    line-height: 137.7%;
}
#career-detailPage .career-detail__p {
    color: #676767;
    font-family: "Open Sans";
    font-size: 14px;
}
#career-detailPage .career-detail__image {
    border-radius: 20px;
}
#career-detailPage .career-detail__img {
    width: 60px;
    height: 60px;
}
#career-detailPage .career-detail__content {
    padding-top: 10px;
}
#career-detailPage .career-detail__h6 {
    line-height: 29px;
}
#career-detailPage .career-detail__subul {
    padding-top: 20px;
    gap: 14px;
}
#career-detailPage .career-detail__form {
    margin: 45px 0px;
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    width: 80%;
    box-shadow: 0px 0px 5.5px 0px rgba(39, 70, 199, 0.07);
}
@media only screen and (max-width: 600px) {
    #career-detailPage .career-detail__form {
        width: 100%;
    }
}
#career-detailPage .career-detail__label {
    font-size: 18px;
    font-family: "Open Sans";
}
#career-detailPage .career-detail__input {
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    border: none;
    padding: 13px 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(39, 70, 199, 0.14);
}
#career-detailPage .career-detail__input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-500) !important;
}
#career-detailPage .career-detail__input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-500) !important;
}
#career-detailPage .career-detail__inputUpload {
    border-radius: 10px;
    margin: 10px 0px 0px 0px;
    border: none;
    padding: 13px 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(39, 70, 199, 0.14);
}
#career-detailPage .career-detail__inputUpload::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--grey-500) !important;
}
#career-detailPage .career-detail__inputUpload::placeholder {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: var(--grey-500) !important;
}
#career-detailPage .career-detail__btn {
    background-color: var(--primary-1000);
    color: white;
}
#career-detailPage .career-detail__btn:hover {
    background-color: var(--Grey-40);
    color: var(--primary-1000);
    border-color: var(--primary-1000);
}

#servicePage .header .navbar {
    background: var(--primary-1000) !important;
}
#servicePage .header .navbar.scrolled,
#servicePage .header .navbar.active {
    background-color: var(--primary-1000);
    transition: background-color 200ms linear;
    z-index: 3;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.25);
}

#servicePage .banner {
    background: url("/Frontend/assets/images/About/Frame 1.png") no-repeat
        center/cover;
}
#servicePage .banner__row {
    padding-top: 130px;
}
#servicePage .banner__title {
    color: var(--secondary-1000, #fea237);
    font-family: Source Serif Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#servicePage .banner__content {
    color: var(--grey-600);
}

#servicePage .service__title {
    border-radius: 6px;
    padding: 10px;
}
#servicePage .service__table {
    border-radius: 8px;
    border: 1px solid var(--Grey-50, #f3f3f6);
    background: #fff;
    padding: 20px;
}
#servicePage .service table.table.table-striped,
#servicePage .service th,
#servicePage .service td {
    border-width: 1px 0;
    border-spacing: 0px 5px;
    border-collapse: separate;
    border-style: none;
}
#servicePage .service .header__tr {
    box-shadow: none !important;
}
#servicePage .service tr {
    border-radius: 6px !important;
    box-shadow: 0px 0px 3.1px 0px rgba(39, 70, 199, 0.1) !important;
}
#servicePage .service thead {
    margin-top: 10px;
}
#servicePage .service .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--primary-40);
    color: var(--bs-table-striped-color);
}
#servicePage .service__charge-slider {
    border-radius: 8px;
    padding: 20px;
    border: 1px solid var(--Primary-50, #f8f1fe);
    background: #fff;
}
#servicePage .service__charge-hr {
    background: #f8f1fe;
    margin: 20px 0px;
    height: 2px;
}
#servicePage .service__charge-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80%;
    cursor: pointer;
    outline: none;
    border-radius: 24px;
    height: 8px;
    background: var(--primary-100);
}
#servicePage .service__charge-btn {
    border-radius: 8px;
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--Primary-100, #ead5fc);
    box-shadow: 0px 0px 6px 0px rgba(39, 70, 199, 0.14);
} /*# sourceMappingURL=style.css.map */

/* testimonial */
#indexPage .testimonial .testimonialSlider .slick-track {
    display: flex;
    background: #fff !important;
}
#indexPage .testimonial .testimonialSlider-div {
    position: relative;
    border-radius: 10px;
    height: 700px;
    margin: 10px;
}
@media (max-width: 768px) and (min-width: 376px) {
    #indexPage .testimonial .testimonialSlider-div {
        height: 678px;
    }
}
@media (max-width: 375px) {
    #indexPage .testimonial .testimonialSlider-div {
        height: 760px;
    }
}
#indexPage .testimonial .testimonialSlider-span {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--primary-200);
    padding: 7px 18px;
    margin: 10px;
    border-radius: 20px;
    letter-spacing: 2px;
    font-size: 48px;
    font-weight: 700;
    font-family: "Open Sans";
}
#indexPage .testimonial .testimonialSlider-h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    font-family: "Open Sans";
    line-height: 1.4;
    padding: 10px 14px;
    background-color: var(--primary-1000);
}
#indexPage .location {
    background: url("/Frontend/assets/images/Index/location-bg.png") no-repeat
        center/cover;
    padding: 116px 0px;
}
#indexPage .location__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #fafafa;
    background: #fff;
    box-shadow: 1px 1px 32px 0px rgba(0, 0, 0, 0.06);
    padding: 18px 24px 20px 24px;
}
#indexPage .location__form h5 {
    color: var(--Grey-1000, #3f4354);
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}
#indexPage .location .form-select {
    border-radius: 6px;
    color: var(--Grey-500, #828698);
    font-size: 18px;
    font-weight: 400 !important;
    padding: 8px 10px;
    box-shadow: 0px 0px 3px 0px rgba(39, 70, 199, 0.14);
}
#indexPage .location .form-select:focus {
    border-color: transparent;
    box-shadow: 0px 0px 3px 0px rgba(39, 70, 199, 0.14);
}
#indexPage .location__button {
    border: 1px solid #fea237;
}
#indexPage .location__button:hover {
    border: 1px solid #fea237;
}
#indexPage .location__popup {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
}
#indexPage .location__popup h5 {
    color: var(--Primary-700, #7549a5);
    /* Title 1 */
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.7%;
}
#indexPage .location__Content {
    padding: 10px 18px 20px 18px;
    border-radius: 0px 0px 20px 20px;
    background: #faf4ff;
}
#indexPage .location__Content h4 {
    color: var(--Grey-800, #484b59);
    margin-bottom: 17px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#indexPage .location__Detail {
    border-radius: 10px;
    background: #fff;
    padding: 10px 0px 10px 14px;
}
#indexPage .location__Detail h5 {
    color: var(--Grey-800, #484b59);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#indexPage .location__Detail p {
    color: var(--Primary-1000, #5a2f8d);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* for services  */
#servicePage .service__charge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 0px;
    border-radius: 8px;
}
#servicePage .service__charge-content {
    gap: 20px 0px;
}
#servicePage .service__charge-card {
    padding: 18px 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(90, 47, 141, 0.06);
}
#servicePage .service__charge-hr {
    background: #f8f1fe;
    margin: 20px 0px;
    height: 2px;
}
#servicePage .service__charge-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80%;
    cursor: pointer;
    outline: none;
    border-radius: 24px;
    height: 8px;
    background: var(--primary-100);
}
#servicePage .service__charge-btn {
    border-radius: 8px;
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--Primary-100, #ead5fc);
    box-shadow: 0px 0px 6px 0px rgba(39, 70, 199, 0.14);
}
/* service-charge-box css */
.service-charge-box .title {
    margin-top: 32px;
    margin-bottom: 26px;
}
.service-charge-box .service-box {
    border-radius: 10px;
    background: var(--white);
}
.word-break {
    word-break: break-all;
}

.service-charge-box .flex-36 {
    flex: 36%;
    @media screen and (max-width: 768px) {
        flex: 100%;
    }
}
.service-charge-box .flex-24 {
    flex: 24%;
    @media screen and (max-width: 768px) {
        flex: 100%;
    }
}
.service-charge-box .service-box-section {
    border-bottom: 1px solid var(--grey-200);
    padding: 24px 24px 32px 24px;
}
.service-box-section:last-child {
    border-bottom: none;
}
.service-charge-box .service-box .country {
    border-radius: 48px;
    border: 0.5px solid var(--Grey-200, #c4c6d2);
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
    padding: 12px 28px;
}
.service-charge-box .service-box .price-range {
    border-radius: 6px;
    border: 0.5px solid var(--Primary-1000, #5a2f8d);
    background: #fff;
    padding: 12px 16px;
    box-shadow: 0px 0px 8px 0px rgba(90, 47, 141, 0.19);
}
.service-charge-box .second-row{
    margin-bottom: 40px;
}
.service-charge-box .second-row:last-child{
    margin-bottom: 0px;
}
