/* new home page css */

.cust-accordians .et_pb_accordion_item {
    margin-bottom: 20px !important;
}

.d-flex {
    display: flex;
}

.align-item-center {
    align-items: center;
}

.align-item-end {
    align-items: end;
}

.new-home-banner-sec {
    background: #f9f7fb !important;
}

/* Accordians */

.cust-accordians .et_pb_toggle_close .et_pb_toggle_content {
    display: none !important;
    height: fit-content !important;
    opacity: 1 !important;
    padding: 20px !important;
}


.cust-accordians .et_pb_toggle_content.active-toggle {
    display: block !important;
}

.cust-accordians .et_pb_toggle_title {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.cust-accordians .homepage-faq .et_pb_toggle_title {
    border-bottom: 0px;
}

.cust-accordians .homepage-faq .et_pb_toggle_content.active-toggle {
    border-top: 1px solid #dddbdb;
}

.cust-accordians .homepage-faq .et_pb_toggle_title::before {
    background: #f7f5f9;
    padding: 2px 8px;
    color: #00000099 !important;
    font-weight: 300;
    border-radius: 50%;
    font-size: 30px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    text-align: center;
    line-height: 35px;
    top: 46% !important;
}

.page-id-11825 .cust-accordians .homepage-faq .et_pb_toggle_title:hover::before {
    background-color: #c3b1d6 !important;
    color: #fff !important;
}

.page-id-11825 .cust-accordians .homepage-faq .et_pb_toggle_title.active::before {
    line-height: 30px;
    background-color: #c3b1d6 !important;
    color: #fff !important;
    top: 20px !important;
}

.cust-accordians .homepage-faq .et_pb_toggle_title.active::before {
    top: 20px !important;
    line-height: 30px;
}

/* end */

.cust-hover .et_pb_button:hover {
    background: #c3b1d6 !important;
    border-color: #fff !important;
}

.font-400 {
    font-weight: 400;
}

/* Testimonial  */

.page-id-11825 .cust-testimonials {
    padding: 0 80px;
}

.cust-testimonials .swiper-pre-btn {
    height: 100%;
    padding: 0px 40px 0px 20px;
    top: 0;
    background: #f9f7fb;
    margin-left: -85px;
    position: absolute;
    z-index: 9;
}

.cust-testimonials .swiper-button-prev,
.cust-testimonials .swiper-button-next {
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e7e0ed;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9rem;
}

.cust-testimonials .swiper-button-prev:hover,
.cust-testimonials .swiper-button-next:hover {
    background: #c9b7e2;
}

.cust-testimonials .swiper-button-prev::after,
.cust-testimonials .swiper-button-next::after {
    font-size: 14px;
    font-weight: 600;
}

.cust-testimonials .swiper-next-btn {
    height: 100%;
    padding: 0px 40px 0px 20px;
    top: 0;
    background: #f9f7fb;
    position: absolute;
    width: fit-content;
    z-index: 9;
    right: 0;
}

.cust-testimonials .testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 30px 30px;
    min-height: 360px;
    transition: all 0.3s ease;
}

.page-id-11825 .cust-testimonials .testimonial-card:hover {
    box-shadow: 0 15px 35px rgba(155, 120, 200, 0.15);
}

.cust-testimonials .profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cust-testimonials .avatar {
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #c9b7e2;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.page-id-11825 .cust-testimonials .testimonial-card:hover .avatar {
    background: #e1b04f;
}

.cust-testimonials .profile h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: unset;
}

.cust-testimonials .profile span {
    display: block;
    font-size: 15px;
    color: #9176ae;
    margin-top: 2px;
    font-weight: 300;
}

.cust-testimonials .quote {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-weight: 300;
}

.cust-testimonials .swiper-wrapper {
    padding-bottom: 40px;
}

.cust-testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background: #8a71af !important;
}

.cust-testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    border-radius: 20px;
    height: 4px;
}

.cust-testimonials .user-rating img {
    height: 34px !important;
    max-width: 135px !important;
    display: block;
    object-fit: contain;
    margin-left: -12px;
}

.cust-testimonials .testimonial-card .long-quote p {
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.cust-testimonials .testimonial-card:nth-child(-n+4) .quote button {
    display: none;
}

/* Expanded state */
.cust-testimonials .testimonial-card .expanded p {
    max-height: 1000px;
}

.cust-testimonials .testimonial-card .read-toggle {
    display: none;
}

.cust-testimonials .testimonial-card .long-quote .read-toggle {
    display: unset !important;
}

.cust-testimonials .testimonial-card .read-toggle {
    background: none;
    border: none;
    color: #e1b04f;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 980px) {

    .et_pb_sticky .et_pb_image_0_tb_header {
        width: 30% !important;
    }

    .d-block {
        display: block;
    }
}

@media (min-width: 768px) {
    .cust-accordians .et_pb_accordion_item h5 {
        padding: 20px 50px 20px 20px !important;
    }
}


/* End  */

/* Deliver section */

.qodef-process-container {
    margin: 0px 40px
}

.qodef-process-item-title-holder {
    margin-top: 20px;

}

.qodef-process-container h4 {
    font-weight: 600;
    color: #9079a9;
    font-size: 20px;
    letter-spacing: 0px;
}

.qodef-process-item-text-holder {
    font-size: 15px;
    font-weight: lighter;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .qodef-process-container {
        margin: 0px 10px;
    }

    .exit-pro-delivers {
        display: flex;
    }

    #mobile_menu1 {
        margin-top: 30px;
    }
}

/* end */

@media (min-width: 1400px) {
    .nowrap {
        white-space: nowrap;
    }
}

/* cust footer */

/* Brand */
.exitpro-footer__brand h4 {
    margin: 25px 0 15px;
    font-size: 15px;
    color: #333;
}

.exitpro-contact {
    list-style: none;
    padding: unset !important;
    margin: 0;
}

.exitpro-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;
    align-items: center;
    font-weight: 300;
}

.exitpro-contact a {
    color: inherit;
    text-decoration: none;
}

.exitpro-contact i {
    color: #d59b3a;
    margin-top: 2px;
}

/* Social Icons */
.exitpro-socials {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.exitpro-socials a {
    width: 42px;
    height: 42px;
    border: 2px solid #d59b3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d59b3a;
    transition: all 0.3s ease;
}

.exitpro-socials a:hover {
    background: #d59b3a;
    color: #fff;
}

/* Columns */
.exitpro-footer__col h5 {
    font-size: 16px;
    color: #535768;
    font-weight: 600;
}

.exitpro-footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exitpro-footer__col li {
    margin-bottom: 5px;
}

.exitpro-footer__col a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    transition: color 0.3s ease;
    font-weight: 300;
}

.exitpro-footer__col .fa-arrow-right {
    margin-right: 5px;
    font-size: 12px;
    color: #919998;
}

.exitpro-footer__col a:hover {
    color: #d59b3a;
}

.mt {
    margin-top: 30px;
}

/* Bottom */
.exitpro-footer__bottom {
    border-top: 2px solid #eee;
    padding: 35px 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.exitpro-footer__links a {
    text-decoration: none;
    color: #000;
    margin: 0 6px;
    font-weight: 300;
}

.exitpro-footer__links a:hover {
    color: #d59b3a;
}

/* Responsive */
@media (max-width: 900px) {

    .exitpro-footer__bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (min-width: 1400px) {
    .exitpro-contact li:nth-child(1) {
        white-space: nowrap;
    }

    .exitpro-footer__col a,
    .et_pb_text_0_tb_footer h4 {
        white-space: nowrap;
    }
}

/* footer end */

.new-home-banner-sec {
    background: #fff !important;
    box-shadow: inset 0 0 160px #e8deee;
}

.page-id-11825 .new-home-banner-sec .exit-pro-delivers .qodef-process-item:hover {
    box-shadow: 0 15px 35px rgba(155, 120, 200, 0.15);
}

/* header buttons */

.cust-header-sec .header-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

/* Base Button */
.cust-header-sec .btn-outline {
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid;
    background: transparent;
    transition: all 0.25s ease;
    display: inline-block;
}

/* Yellow Button */
.cust-header-sec .btn-yellow {
    color: #e1b04f;
    border-color: #e1b04f;
}

.cust-header-sec .btn-yellow:hover {
    background: #e1b04f;
    color: #fff;
}

/* Pink / Purple Button */
.cust-header-sec .btn-pink {
    color: #c3b1d6;
    border-color: #c3b1d6;
}

.cust-header-sec .btn-pink:hover {
    background: #c3b1d6;
    color: #fff;
}

/* cust header sec */

.cust-header-sec .et_pb_column_1_tb_header .et_pb_menu__wrap {
    justify-content: end;
}

.cust-header-sec .et_pb_column_1_tb_header .et_pb_menu__search-button {
    margin-left: 30px;
    transform: scaleX(-1);
    color: #85719d !important;
    font-weight: 600;
}

.cust-header-sec .et_pb_column_1_tb_header .et_pb_menu__search {
    justify-content: end;
}

.cust-header-sec .et_pb_column_1_tb_header .et_pb_menu__search-form {
    max-width: 35%;
}

.cust-header-sec .et_pb_row .et_pb_column_1_2 {
    padding: unset !important;
}

.animate-text,
.animate-button {
    display: inline-block;
    transform: scale(1);
    transition: transform 0.6s ease;
}

.animate-text.in-view,
.animate-button.in-view {
    animation: scaleOnce 0.7s ease-out forwards;
}

@keyframes scaleOnce {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@media (min-width: 980px) {
    .page-id-11825 h1 {
        width: calc(100% + 26px);
    }
}

/* end header */

.cust-counter-sec .et_pb_row {
    justify-content: center;
}

.cust-counter-sec .qodef-process-holder .et_pb_module {
    min-height: 300px !important;
}

.page-id-11825 .cust-counter-sec .qodef-process-item-icon-holder-wrapper {
    width: 85px;
    height: 85px;
    background: #ffffff80;
    border-radius: 100px;
    padding: 15px;
    transition: all .2s;
    margin: 0 auto;
}

.page-id-11825 .cust-counter-sec .et_pb_module:hover .qodef-process-item-icon-holder-wrapper {
    box-shadow: 0px 0px 0px 10px rgb(226 177 79 / 39%);
    background: #e2b14fcc !important;
}

.cust-counter-sec .qodef-process-item-icon-holder-wrapper img {

    width: 55px !important;
    height: 55px !important;
    object-fit: contain !important;
}

.page-id-11825 .cust-counter-sec .et_pb_module:hover .qodef-process-item-icon-holder-wrapper img {
    filter: brightness(0) invert(1) !important;
}

@media (min-width: 980px) and (max-width: 1400px) {
    .cust-counter-sec .et_pb_row {
        row-gap: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .cust-counter-sec .qodef-process-holder .et_pb_column {
        width: 33.333%
    }

    .accordians-desktop .et_pb_column {
        width: 100% !important;
        padding: unset !important;
    }

    .accordians-desktop .et-last-child {
        padding-left: 0px !important;
    }
}


@media (min-width: 980px) and (max-width: 1500px) {
    .cust-full-width-sec .et_pb_column_13 {
        padding-left: 50px;
    }

    .cust-full-width-sec .business-catagory h4 {
        font-size: 18px;
    }

    .cust-header-sec .et_pb_column_1_tb_header {
        width: 100%;
    }

    .cust-header-sec .et_pb_column_2_tb_header {
        display: none;
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: #7d5da0 #cfc5d9;
}

/* Chrome, Safari, Edge */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #7d5da0;
}

*::-webkit-scrollbar-thumb {
    background: #7d5da0;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


@media (max-width: 600px) {
    .page-id-11003 #client-logos-section .et_pb_row_4col .et_pb_column {
        width: 50% !important;
    }
}

.business-catagory {
    display: flex;
    align-item: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 500px) {
    .business-catagory {
        flex-direction: column
    }
}


@media (max-width: 768px) {
    #mobile_menu1 {
        margin-top: 15px;
    }

    .logo-carousel-free .sp-lc-logo img {
        width: 170px;
    }

    .cust-accordians .et_pb_toggle_title {
        min-height: 74px;
        align-content: center;
        padding: 0px 50px 0px 20px !important;
    }
}

@media (min-width: 1500px) {

    .full-width-col {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .full-width-col> :nth-child(-n + 3) {
        width: 650px;
    }

}

.has_et_pb_sticky .cust-header-sec {
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
}

#wplc-chat-button {
    margin-bottom: 30px;
}


.typing-heading {
    visibility: hidden;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}


@media (min-width: 1200px) {
    .typing-heading-second {
        width: 450px;
        display: block;
        margin: auto;
    }

    .banner-img img {
        max-width: calc(100% + 80px);
    }

    .d-l-block {
        display: block;
    }
}

@media (max-width: 567px) {
    .cust-testimonials .testimonial-card {
        min-height: 450px !important;
    }

    .cust-testimonials .swiper-button-prev,
    .cust-testimonials .swiper-button-next {
        top: 11rem !important;
    }

    .page-id-11825 .cust-testimonials {
        padding: 0 40px;
    }

    .cust-testimonials .swiper-next-btn {
        right: -10px;
        padding: 0px 20px 0px 20px;
    }

    .cust-testimonials .swiper-pre-btn {
        margin-left: -50px;
        padding: 0px 20px 0px 20px;
    }
}

.animated-imgs .et_pb_code_inner {
    overflow: hidden;
    border-radius: 15px;
}

.animated-imgs video {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: -8px;
}

.cust-img-shadow {
    box-shadow: 0 15px 35px rgba(155, 120, 200, 0.15);
}

.nps-score-img {
    background-size: 35% !important;
}

/* Form css */

.product-details #input_14_3, .product-details input#input_15_3 {
	background: unset !important;
    height: 38px !important;
	border: 1px solid #bbb !important;
}

.page-id-8077 .product-details input#input_15_3:focus, .product-details #input_14_3:focus {
	border: 1px solid #2d3940 !important;
    color: #3e3e3e !important;
}

.product-details .gform_required_legend {
	display: none;
}

.product-details h2.gform_title {
	margin-top: 20px;
}