/* Banner section start */
.banner {
/*    background-image: url('/wp-content/themes/namechange/assets/images/banner-bg.jpg');*/
    background-color: #f0efed; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: clamp(48px, 7.031vw, 135px) 0 35px;
    position: relative;
    overflow: hidden;
}

.banner-inner {
    max-width: 62%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner-inner .h1 span {
    color: var(--primary-color);
    display: contents;
}

.banner-inner>p {
    margin: 6px 0 24px;
}

.banner-inner .banner-btn {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(30px, 7.813vw, 150px);
}

/*.banner-inner .banner-btn .primary-btn {
    padding: clamp(6px, 0.781vw, 15px) clamp(15px, 3.125vw, 60px);
    font-size: clamp(14px, 1.042vw, 20px);
}*/

.banner-inner .banner-btn .primary-btn {
    padding: clamp(12px, 1.042vw, 20px) clamp(30px, 3.75vw, 72px);
    font-size: clamp(16px, 1.042vw, 20px);
    border-radius: 100px;
    background: #000;
    border-color: #000;
}

.banner-inner .banner-btn .primary-btn:hover {
    background: #fff;
    color: #000;
}

.banner-inner .banner-btn .primary-btn.hover_button_class {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.banner-inner .banner-btn .primary-btn.hover_button_class:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.banner-inner .banner-btn p {
    color: var(--primary-color);
    font-weight: 600;
    font-style: italic;
    font-size: clamp(10px, 0.833vw, 16px);
}

.banner-inner .banner-bottom {
    display: flex;
    justify-content: center;
}

.banner-inner .banner-bottom .inner-box {
    background-color: var(--white);
    border-right: 1px solid rgba(38, 34, 35, 0.11)
}

.banner-inner .banner-bottom .inner-box:last-child {
    border: none;
}

.banner-inner .banner-bottom .inner-box a {
    width: clamp(89px, 12.135vw, 233px);
    height: clamp(89px, 8.281vw, 159px);
    margin: 0 auto;
    position: relative;
    font-family: var(--primary-font);
    font-size: clamp(10px, 1.042vw, 20px);
    font-weight: 400;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-inner .banner-bottom .inner-box a span {
    padding-bottom: clamp(16px, 1.927vw, 37px);
    position: relative;
}

.banner-inner .banner-bottom .inner-box a span::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/themes/namechange/assets/images/arrow-red.svg');
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    height: clamp(10px, 0.938vw, 18px);
    width: clamp(10px, 0.938vw, 18px);
    filter: grayscale(1);
    transition: all 0.3s linear;
}

.banner-inner .banner-bottom .inner-box:hover a {
    transform: translateY(clamp(-10px, 1.042vw, -20px));
    color: var(--primary-color);
}

.banner-inner .banner-bottom .inner-box:hover a span::after {
    filter: none;
}

.banner-left-img {
    position: absolute;
    bottom: 3px;
    left: 23px;
    z-index: 1;
}

.banner-left-img::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/themes/namechange/assets/images/Vector-1.svg');
    width: clamp(24px, 8.49vw, 163px);
    height: clamp(23px, 8.333vw, 160px);
    right: -48%;
    top: -44%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.banner-left-img img {
    max-width: clamp(124px, 16.927vw, 325px);
    height: auto;
}

.banner-right-img {
    position: absolute;
    bottom: 0px;
    right: -8px;
    z-index: 1;
}

.banner-right-img::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/themes/namechange/assets/images/Vector.svg');
    left: 0;
    width: clamp(24px, 7.031vw, 135px);
    height: clamp(50px, 10.938vw, 210px);
    top: -53%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.banner-right-img img {
    max-width: clamp(80px, 19.635vw, 377px);
    height: auto;
}

/* Banner section end */

/* Checklist section start */
.checklist {
    padding: clamp(32px, 5.208vw, 100px) 0;
}

.checklist .inner-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checklist .left-side {
    width: 41%;
    padding-right: clamp(0px, 3.698vw, 71px);
}

.checklist .left-side .h3 {
    margin-bottom: 16px;
}

.checklist .left-side p {
    line-height: 170%;
    font-size: clamp(14px, 0.833vw, 16px);
}

.checklist .right-side {
    width: 59%;
    position: relative;
}

.checklist .right-side::before {
    content: '';
    position: absolute;
    border-right: 1px solid var(--secondary-color);
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    height: 177px;
}

.checklist .right-side ul {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 15px;
    padding-left: clamp(0px, 3.698vw, 71px);
}

.checklist .right-side ul li {
    width: calc(33.33% - 10px);
    padding-left: 36px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    font-size: clamp(14px, 0.833vw, 16px);
}

.checklist .right-side ul li::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/themes/namechange/assets/images/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
}

/* Checklist section end */

/* How it works section start */
.how-it-works {
    padding: clamp(32px, 5.208vw, 100px) 0;
    background-color: var(--secondary-color);
    overflow: hidden;
    /* height: 100vh;
    display: flex;
    align-items: center; */
}

.how-it-works .inner-sec {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.how-it-works .left-content {
    max-width: 30.052vw;
    color: var(--white);
    padding-top: 2.083vw;
}

.how-it-works .left-content .h3 {
    color: var(--white);
    margin-bottom: 20px;
}

.how-it-works .left-content p {
    color: var(--white);
    line-height: 170%;
}

.how-it-works .card-sec {
    position: relative;
    overflow: visible;
}

.how-it-works .card-inner span {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: var(--white);
}

.how-it-works .card-inner .h4 {
    color: var(--white);
    margin: 1.25vw 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.how-it-works .card-inner p {
    color: var(--white);
    font-size: 1.042vw;
    line-height: 200%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.how-it-works .swiper {
    width: 38.854vw;
    height: 18.385vw;
    overflow: visible;
}

.how-it-works .swiper-slide.swiper-slide-active {
    z-index: 999;
}

.how-it-works .swiper-slide.swiper-slide-next {
    margin: 0px 0 0 10px;
    z-index: 99;
    opacity: 0.5 !important;
}

.how-it-works .swiper-slide.swiper-slide-next .card-inner {
    margin-top: 10px;
}

.how-it-works .swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 0.5 !important;
    margin: 0px 0 0 20px;
}

.how-it-works .swiper-slide.swiper-slide-next+.swiper-slide .card-inner {
    margin-top: 20px;
}

.how-it-works .swiper-slide .card-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
    border-radius: 24px;
}

.how-it-works .swiper-button-next,
.how-it-works .swiper-button-prev,
.how-it-works .swiper-button-next::after,
.how-it-works .swiper-button-prev::after {
    display: none;
}
    
/*  */
.card-inner-slide-img {
    position: relative;
    display: contents;
}
/*.card-inner-slide-img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    border-radius: 24px;
}*/
.card-inner-slide-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.card-inner-content {
    position: absolute;
    inset:20px;
    overflow: hidden;
    overflow-y: auto;
}
/* How it works section end */

@media (min-width:1200px) {
    .how-it-works .swiper-slide {
        position: relative;
        user-select: none;
        width: 37.813vw !important;
        overflow: visible;
    }

    .how-it-works .container .inner-sec {
        position: sticky;
        top: 0;
    }
}

@media only screen and (max-width: 1279px) {
    .checklist .right-side ul {
        gap: 20px 16px;
    }

    .checklist .right-side ul li {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 1199px) {
    .how-it-works .left-content {
        width: 40%;
        max-width: 100%;
    }

    .how-it-works .swiper {
        width: auto;
        overflow: hidden;
        height: auto;
        padding-bottom: 32px;
    }

    .how-it-works .card-sec {
        overflow: hidden;
        margin: auto;
        width: 60%;
    }

    .how-it-works .swiper-slide.swiper-slide-next .card-inner,
    .how-it-works .swiper-slide.swiper-slide-next+.swiper-slide .card-inner {
        margin-top: 0px;
    }

    .how-it-works .swiper-slide.swiper-slide-next,
    .how-it-works .swiper-slide.swiper-slide-next+.swiper-slide {
        margin: 0;
        opacity: inherit !important;
    }

    .how-it-works .swiper-slide .card-inner {
        position: relative;
    }

    .how-it-works .swiper-wrapper {
        align-items: stretch;
    }

    .how-it-works .swiper-slide {
        height: auto;
    }

    .how-it-works .swiper-button-next,
    .how-it-works .swiper-button-prev {
        display: block;
        top: auto;
        margin: 0;
        height: auto;
        bottom: 0;
        width: auto;
    }

    .how-it-works .swiper-button-prev {
        transform: rotate(180deg);
        left: 0;
    }

    .how-it-works .swiper-button-next {
        left: 28px;
        right: auto;
    }

    .how-it-works .card-inner p {
        font-size: 12px;
        line-height: 150%;
        -webkit-line-clamp: inherit;
    }
}

@media only screen and (max-width: 991px) {
    .banner-left-img::after {
        right: -33%;
        top: -87%;
    }

    .checklist .inner-sec {
        flex-wrap: wrap;
        gap: 16px;
    }

    .checklist .inner-sec>div {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .checklist .right-side::before {
        display: none;
    }

    .checklist .right-side ul {
        padding: 0;
    }

    .how-it-works .inner-sec {
        flex-wrap: wrap;
    }

    .how-it-works .left-content,
    .how-it-works .card-sec {
        width: 100%;
    }

    .card-inner-slide-img {
        display: block;
        height: 100%;
        max-height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        padding-bottom: 0;
    }

    .banner-inner {
        max-width: 100%;
    }

    .banner-inner .banner-bottom {
        margin-bottom: 20px;
    }

    .banner-images {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .banner-left-img,
    .banner-right-img {
        position: relative;
    }

    .banner-left-img {
        bottom: 4px;
        left: 16px;
    }

    .banner-left-img::after {
        right: -15%;
        top: -12%;
        width: 24px;
        height: 23px;
    }

    .banner-right-img {
        bottom: 0;
        right: 0;
    }

    .banner-inner>p {
        margin: 8px 0 11px;
        padding: 0 18px;
        line-height: 170%;
    }

    .banner-right-img img {
        height: 68px;
    }

    .banner-left-img img{
        height: 78px;
        object-fit: contain;
    }

    .banner-right-img::after {
        left: -47%;
        top: -33%;
    }

    .checklist .left-side .h3 {
        margin-bottom: 8px;
    }

    .checklist .right-side ul {
        gap: 12px;
    }

    .checklist .right-side ul li::before {
        width: 17px;
        height: 17px;
    }

    .checklist .right-side ul li {
        padding-left: 29px;
        width: calc(50% - 6px);
    }

    .how-it-works .inner-sec {
        gap: 16px;
    }

    .how-it-works .left-content .h3 {
        margin-bottom: 10px;
    }

    .how-it-works .left-content p {
        font-size: 10px;
    }

    .how-it-works .swiper-slide .card-inner,
    .card-inner-slide-img img,
    .card-inner-slide-img:after {
        border-radius: 8px;
    }

    .how-it-works .card-inner span,
    .how-it-works .card-inner p {
        display: -webkit-box;
        line-height: 150%;
        font-size: 10px;
    }

    .how-it-works .card-inner .h4 {
        font-size: 12px;
        margin: 12px 0;
    }

    .how-it-works .card-sec {
        overflow: visible;
    }

    .how-it-works .swiper {
        overflow: unset;
    }

    .card-inner-slide-img {
        max-height: 250px;
    }

    .card-inner-content {
        inset: 16px;
    }
}


/* Client Section Start */
.client_section {
    padding: clamp(32px, 5.208vw, 100px) 0;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.client_section .h3 {
    margin-bottom: clamp(12px, 2.5vw, 48px);
}

.client_slider.swiper {
    overflow: visible;
}

.client_section_slider .client_slide {
    padding: 24px;
    border-radius: 24px;
    background-color: #ffffff;
    height: auto;
}

.client_section_slider .client_card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    justify-content: space-between;
}
.client_section_slider .swiper-wrapper {
    transition-timing-function: linear
}
.client_section_slider .client_card .client_footer,
.client_section_slider .client_card .client_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.client_section_slider .client_header .icon svg{
    width: 24px;
    height: 24px;
}
.client_section_slider .client_header .icon svg path{
  fill: none;
  stroke: grey;
  stroke-width: 50px;
}

.client_section_slider .client_header .icon svg.on path{
  fill: #04DA8D;
  stroke: #04DA8D;
}

.client_section_slider .client_card .client_header .time {
    color: #B3ADAE;
}

.client_section_slider .client_card .client_footer {
    justify-content: flex-start;
    border-top: 1px solid #E0E0E0;
    padding-top: 16px;
    gap: 16px;
}
.client_section_slider .client_card .client__vbox{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.client_section_slider .client_card .client_content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #262223;
    margin-bottom: 24px;
}

.client_section_slider .client_card .client_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #262223;
}

.client_section_slider .client_card .client_footer .client_img {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.client_section_slider .client_card .client_footer .client_img.grey {
    background-color: #50827E;
}
.client_section_slider .client_card .client_footer .client_img.purple {
    background-color: #823B72;
}
.client_section_slider .client_card .client_footer .client_img.orange {
    background-color: #F0B65F;
}
.client_section_slider .client_card .client_footer .client_img.darkpink {
    background-color: #E71950;
}

.client_section_slider .client_content h3 {
    font-family: var(--secondary-font);
}
.client_slider .swiper_nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.swiper_nav{
    margin-top: 24px;
}
.client_slider .swiper_nav .prev_icon,
.client_slider .swiper_nav .next_icon{
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.client_slider .swiper_nav .prev_icon img,
.client_slider .swiper_nav .next_icon img{
    width: 8px;
    display: block;
    object-fit: contain;
    filter: invert(1);
    transition: all .4s ease-in-out;
}
.client_slider .swiper_nav .prev_icon:hover,
.client_slider .swiper_nav .next_icon:hover{
    background-color: var(--secondary-color);
}
/* .client_slider .swiper_nav .prev_icon:hover img,
.client_slider .swiper_nav .next_icon:hover img{
    filter: invert(0);
} */
/* .client_content {
    height: 220px;
} */


@media(max-width: 767px){
    .client_section_slider .client_card{
        gap: 16px;
        height: 100%;
        justify-content: space-between;
    }
    .client_section_slider .client_slide{
        height: max-content !important;
    }
    .client_section_slider .client_card .client_content {
        height: max-content;
    }
    .client_section_slider .client_header .icon svg {
        width: 16px;
        height: 16px;
    }
    .client_section_slider .client_card .client_header .time{
        font-size: 14px;
    }
    .client_section_slider .client_card .client_content h3{
        margin-bottom: 16px;
    }
    .client_section_slider .client_card .client_content p{
        font-size: 14px;
    }
    .client_section_slider .client_card .client_footer img {
        width: 40px;
        height: 40px;
    }
    .client_slider .swiper_nav .prev_icon, .client_slider .swiper_nav .next_icon {
        width: 24px;
        height: 24px;
    }
}
/* Client Section End */