.hero_banner_bg {
    position: relative;
    background-size: 300% 300%;
    background-image: linear-gradient(-45deg, rgb(209, 189, 255) 0%, rgb(203, 181, 255) 25%, rgb(209, 189, 255) 51%, rgb(177, 143, 255) 100%);
    animation: 10s ease 0s infinite normal none running AnimateBG;
    overflow: hidden;
    padding: 90px 0px 0px !important;
}

@keyframes AnimateBG {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
/* .hero_banner_bg::after {
    content: "";
    display: block;
    background-image: url(../images/banner-shape1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 125px;
    bottom: -1px;
    position: absolute;
    right: 0px;
    left: 0px;
    background-position: center center;
} */
.hero_banner_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    border-bottom: 1px solid rgb(118 57 255 / 50%);
}
.hero_banner_shadow {
    display: block;
    content: "";
    position: absolute;
    top: 80px;
    left: 0px;
    width: 600px;
    height: 600px;
    opacity: 0.8;
    filter: blur(119.9px);
    background: rgb(209, 189, 255);
}
.hero_banner_content {
    position: relative;
    z-index: 1;
}
.banner_info {
    display: grid;
    min-height: 100%;
    align-content: center;
    align-items: center;
}
.hero_banner_content .banner_info .banner_heading {
    color: rgb(0, 0, 0);
    font-size: 54px;
    text-align: left;
    line-height: 64px;
    margin-bottom: 15px;
}
.hero_banner_content .banner_info .banner_heading span {
    letter-spacing: 2.5px;
    -webkit-text-stroke: 2px rgb(118, 57, 255);
}
.hero_banner_content .banner_info .banner_para_mode,
.hero_banner_content .banner_info .banner_para {
    color: rgb(0, 0, 0);
    text-align: left;
    margin-top: 20px;
    padding: 0px;
}
.hero_banner_content .index_sign__book_btn {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    display: grid !important;
    gap: 30px !important;
}
.hero_banner_b_btn .index_sign_up_btn .sign_up_btn_,
.hero_banner_b_btn .index_book_demo_btn .book_demo_btn_ {
    text-align: center;
    transition-property: border-color, transform, background-color;
    transition-duration: 0.2s;
    color: rgb(255, 255, 255) !important;
    border-radius: 10px;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.hero_banner_b_btn .index_book_demo_btn .book_demo_btn_ {
    /* background-image: radial-gradient(75% 50% at 50% 0%, rgb(244, 254, 255), transparent), radial-gradient(75% 35% at 50% 85%, rgb(148, 146, 255), transparent);
    box-shadow: rgba(89, 86, 233, 0.69) 0px -2px 4px 1px inset, rgba(89, 86, 233, 0.8) 0px -4px 4px 1px inset, rgba(255, 255, 255, 0.2) 0px 0px 2px 1px inset, rgba(17, 110, 231, 0.2) 0px 1px 4px 1px, rgba(0, 0, 0, 0.1) 0px 1px 4px 1px;
    text-shadow: rgb(157, 116, 253) 0px 1px 1px; */
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
    color: #7639ff !important;
    /* border-image: initial; */
}
.hero_banner_b_btn .index_book_demo_btn .book_demo_btn_:hover {
    background-color: #7639ff !important;
    border: 1px solid #7639ff;
    color: #ffffff !important;
}
.banner_info .index_sign__book_btn .index_book_demo_btn .book_demo_btn_ {
    background-color: #7639ff;
    color: #ffffff;
}
.hero_banner_b_btn .index_sign_up_btn .sign_up_btn_ {
    border: 1px solid #763AFF;
    background-color: #763AFF !important;
    /* background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #a57eff, transparent);
    box-shadow: inset 0 -2px 4px 1px rgb(118 58 255 / 69%), inset 0 -4px 4px 1px rgb(118 58 255 / 79%), inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px #8b59ff; */
}
.hero_banner_b_btn .index_sign_up_btn .sign_up_btn_:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff !important;
    color: #763AFF !important;
    /* background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #a57eff, transparent);
    box-shadow: inset 0 -2px 4px 1px rgb(118 58 255 / 69%), inset 0 -4px 4px 1px rgb(118 58 255 / 79%), inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1); */
}
.hero_banner_b_btn .index_sign_up_btn .sign_up_btn_:hover,
.hero_banner_b_btn .index_book_demo_btn .book_demo_btn_:hover {
    transform: scale(0.9);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.hero_banner_bg .banner_info .banner_para_mode:after {
    display: none;
}
.hero_banner_imgs {
    position: relative;
    z-index: 1;
    text-align: center;
}
.hero_banner_imgs .image-box {
    margin-right: -250px;
    animation: MoveLeftRight 3s linear infinite alternate;
}

@keyframes MoveLeftRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-20px);
    }
}
.rating_box_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 5px;
    padding: 20px;
    border-radius: 30px 30px 0 0;
    /* background: linear-gradient(112.39deg, hsla(239, 100.00%, 90.20%, 0.50) -8.3%, hsla(248, 100.00%, 92.70%, 0.50) 193.23%); */
    backdrop-filter: blur(20px);
    background-color: #fff;
    z-index: 9;
    position: relative;
    border: 1px solid rgb(118 57 255 / 50%);
    border-bottom: 0;
}
.rating_box_grid:before,
.rating_box_grid:after {
    content: '';
    position: absolute;
    border-top-left-radius: 30px;
    /* background: #d0d0ff; */
    box-shadow: -5px -5px 0 5px #ffffff;
    border-left: 1px solid rgb(118 57 255 / 50%);
    border-top: 1px solid rgb(118 57 255 / 50%);
}
.rating_box_grid:before {
    bottom: 0px;
    left: -50px;
    height: 30px;
    width: 50px;
    transform: rotate(180deg);
}
.rating_box_grid:after {
    bottom: -10px;
    right: -40px;
    height: 50px;
    width: 30px;
    transform: rotate(270deg);
}
.rating_box {
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d1bdff;
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
    transform: scale(0.9);
    gap: 10px;
}
.rating_box:hover {
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
/** ***/
.weOffer_section {
    padding: 80px 0;
}
.weOffer_section .site-heading {
    margin-bottom: 40px;
}
.weoffer_bg {
    border-radius: 50px 15px 15px 15px;
    background: linear-gradient(112.39deg, hsla(239, 100.00%, 90.20%, 0.50) -8.3%, hsla(248, 100.00%, 92.70%, 0.50) 193.23%);
    /* backdrop-filter: blur(20px); */
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    background-position: center center;
    transition: 0.5s ease-in-out;
    transform-style: preserve-3d;
}
.weoffer_bg:hover {
    transform: rotate3d(0.5, 1, 0, 30deg);
    background-position: 80% 20%;
}
.weoffer_bg a {
    padding: 5px;
    width: 100%;
    display: inline-block;
    height: 100%;
}
.weoffer_card {
    border-radius: 15px;
    background-color: #fff;
    padding: 0;
    /* backdrop-filter: blur(20px); */
    height: 100%;
}
.weoffer_icon {
    position: relative;
    border-bottom-right-radius: 50%;
    height: 100px;
    width: 100px;
    background: linear-gradient(112.39deg, hsla(239, 100.00%, 90.20%, 0.50) -8.3%, hsla(248, 100.00%, 92.70%, 0.50) 193.23%);
    padding: 15px 20px 20px 15px;
}
.weoffer_icon:before,
.weoffer_icon:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border-top-left-radius: 15px;
    background: transparent;
}
.weoffer_icon:before {
    bottom: -30px;
    left: 0;
    box-shadow: -5px -5px 0 5px #e7e7fc;
}
.weoffer_icon:after {
    right: -30px;
    top: 0;
    box-shadow: -5px -5px 0 5px #e7e7fe;
}
.weoffer_icon img {
    transition: all 0.5s;
}
.weoffer_bg:hover .weoffer_icon img {
    transform: rotate(360deg) scale(1.1);
}
.weoffer_content {
    padding: 25px 25px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.weoffer_header {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.card_title {
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    margin: 0;
    padding: 0px 15px 0px 0px;
}
.weoffer_content .card_discr {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    transition: 0.5s ease-in-out;
    margin-bottom: 0;
}
.weOffer_section .index_sign_up_btn {
    margin: 50px auto 0 !important;
    max-width: 260px;
    width: 100%;
}
.weOffer_section .index_sign_up_btn .sign_up_btn_ {
    border: 1px solid #763AFF;
    background-color: #763AFF !important;
    /* background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #a57eff, transparent);
    box-shadow: inset 0 -2px 4px 1px rgb(118 58 255 / 69%), inset 0 -4px 4px 1px rgb(118 58 255 / 79%), inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px #8b59ff; */
    color: #ffffff !important;
    border-radius: 10px;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.step_wise_section .index_sign_up_btn .sign_up_btn_ {
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.weOffer_section .index_sign_up_btn .sign_up_btn_:hover,
.step_wise_section .index_sign_up_btn .sign_up_btn_:hover {
    transform: scale(0.9);
    background-color: #ffffff !important;
    color: #763AFF !important;
}
.step_wise_section,
.industries_we_serve_main_section,
.recent_blog_section {
    background: #f4f4fd !important;
    padding: 80px 0 !important;
}
.step_bg {
    position: relative;
    margin: 0 15px;
}
.step_card {
    background: rgb(240 233 255 / 50%);
    border: 1px solid rgb(118 57 255 / 50%);
    mix-blend-mode: normal;
    box-shadow: 0px 10px 5px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    position: relative;
    width: 100%;
    padding: 30px 20px;
    transition: 0.3s;
    z-index: 2;
}
.step_no {
    font-family: "Poppins", sans-serif !important;
    color: #7639ff;
    font-size: 58px;
    font-weight: 700;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    right: 15px;
}
.step_icon {
    width: 80px;
    height: 80px;
}
.step_title {
    font-family: "Poppins", sans-serif !important;
    color: var(--bs-heading-color);
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}
.step_disc {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}
.step_shap {
    background: linear-gradient(25.41deg, #ede6ff 22.21%, #eae9fe 91.18%);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    height: 100%;
    width: 100%;
    transform: rotate(-10deg);
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.step_bg:hover .step_shap {
    transform: rotate(10deg);
}
.step_bg_margin {
    margin-top: 100px;
}
.about_card_content h3 {
    margin-bottom: 25px;
}
.about_card_content .about_listing {
    margin-top: 25px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.about_card_content .case-section-lists {
    margin-left: 10px !important;
}
.case-section-list-point {
    color: #000;
}
.about_card_content .case-section-list-point.about_listing {
    list-style: none;
}
.about_card_content .about_listing li {
    position: relative;
    padding-left: 25px;
}
.case-section-list-point li {
    position: relative;
    /* padding-left: 25px; */
}
.about_card_content .about_listing li:before {
    content: '';
    background-color: #fff;
    border: 3px solid #7403ff;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    left: 0;
    z-index: 1;
}
.about_card_content .about_listing li:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #7403ff;
    position: absolute;
    top: 20px;
    left: 5px;
}
.about_card_content .about_listing li:last-child:after {
    display: none;
}
.about_card_image {
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    text-align: center;
}
.about_card_image img {
    border-radius: 10px;
    /* max-width: 550px; */
    margin: 0 auto;
}
.industries__main_box {
    background-color: #efeef2;
    border: 1px solid #d1bdff;
    height: 188px !important;
}
.industries__main_box .hide_para {
    height: 124px;
}
.main_feature_section .weoffer_bg {
    padding: 10px;
    border-radius: 15px;
}
.main_feature_section .weoffer_bg .weoffer_header {
    width: 100%;
    height: 100%;
    grid-template-columns: 110px 1.7fr;
}
.main_feature_section .weoffer_bg .weoffer_icon {
    border-top-right-radius: 50%;
}
.main_feature_section .weoffer_icon:after {
    left: 0;
    top: -30px;
    box-shadow: -5px -5px 0 5px #e7e7fe;
    transform: rotate(270deg);
}
.main_feature_section .weoffer_bg .card_discr {
    margin: 0;
    padding: 20px 20px 20px 5px;
}
.industry_tools_bg {
    background: rgb(244, 244, 253) url('/wp-content/themes/textdrip/assets/images/Purple_BG_.webp');
    position: relative;
    overflow: hidden;
    padding: 60px 0 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* .industry_tools_bg:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/wp-content/themes/textdrip/assets/images/Purple_BG_.webp');
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 50%);
    background-size: 3px 3px;
    z-index: 2;
} */
.grid_set_medium {
    position: relative;
    z-index: 9;
    color: #fff;
}
.industry_tools_bg .grid_set_medium ._para.text-center {
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
}
.grid_set_medium .index_sign_up_btn {
    margin: 0 auto !important;
    max-width: 300px !important;
    width: 100% !important;
}
.grid_set_medium .index_sign_up_btn .sign_up_btn_ {
    border: 1px solid #763AFF;
    background-color: #763AFF !important;
    /* background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #a57eff, transparent);
    box-shadow: inset 0 -2px 4px 1px rgb(118 58 255 / 69%), inset 0 -4px 4px 1px rgb(118 58 255 / 79%), inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px #8b59ff; */
    border-radius: 10px;
    color: #ffffff !important;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.grid_set_medium .index_sign_up_btn .sign_up_btn_:hover {
    transform: scale(0.9);
    border: 1px solid #ffffff;
    background-color: #ffffff !important;
    color: #763AFF !important;
}
.testimonial {
    padding: 70px 0;
}
.testimonial .testimonials_slider {
    margin-top: 45px;
}
.testimonials_card {
    background-color: #efeef2;
    border: 1px solid #d1bdff;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 10px;
    padding: 20px;
    margin: 5px 0px;
    border-radius: 20px;
    width: 100%;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}
.testimonials_card:hover {
    border: 1px solid #7639ff;
    background-color: #f9f9f9;
}
.testimonials_header {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.testimonials_client {
    border: 2px solid #7639ff;
    border-radius: 100%;
    background-color: #fff;
    padding: 3px;
}
.testimonials_title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
}
.testimonials_quote {
    position: absolute;
    width: 60px;
    /* top: 10px; */
    bottom: 10px;
    right: 15px;
    opacity: 0.6;
}
.success-minimal-card {
    background: radial-gradient(circle, rgba(235, 209, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
    mix-blend-mode: normal;
    box-shadow: 0px 30px 30px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    border: 1px solid #d0acfd;
    text-align: center;
    margin: 0 !important;
    transition: all 0.3s ease;
}
.success-minimal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.success-minimal-card .success-minimal-header .success-minimal-icon {
    max-width: 100px;
}
.success-minimal-header .success-badge.count {
    color: #7403ff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}
.success-minimal-label {
    color: #110d1f;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.footer_top_section_bg:after {
    content: '';
    background-image: url('../images/bg-shape.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
}
.footer_book_free_btn .footer_book_free_set {
    max-width: 260px;
    width: 100%;
}
.footer_book_free_btn .footer_book_free_set .footer_book_free_btn1 {
    border: 1px solid #ffffff;
    background-color: #763AFF !important;
    /* background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #a57eff, transparent);
    box-shadow: inset 0 -2px 4px 1px rgb(118 58 255 / 69%), inset 0 -4px 4px 1px rgb(118 58 255 / 79%), inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px #8b59ff; */
    text-align: center;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    color: #ffffff !important;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.footer_book_free_btn .footer_book_free_set .footer_book_free_btn1:hover {
    transform: scale(0.9);
    background-color: #ffffff !important;
    color: #763AFF !important;
}
.footer_book_free_btn .footer_book_free_set .footer_book_free_btn2,
.footer_book_free_btn .footer_book_free_set .footer_book_free_btn2:hover {
    /* background-image: radial-gradient(75% 50% at 50% 0%, rgb(244, 254, 255), transparent), radial-gradient(75% 35% at 50% 85%, rgb(148, 146, 255), transparent);
    box-shadow: rgba(89, 86, 233, 0.69) 0px -2px 4px 1px inset, rgba(89, 86, 233, 0.8) 0px -4px 4px 1px inset, rgba(255, 255, 255, 0.2) 0px 0px 2px 1px inset, rgba(17, 110, 231, 0.2) 0px 1px 4px 1px, rgba(0, 0, 0, 0.1) 0px 1px 4px 1px;
    text-shadow: rgb(157, 116, 253) 0px 1px 1px; */
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
    border-image: initial;
    border-radius: 10px;
    z-index: 9;
    position: relative;
    color: #763AFF !important;
    text-align: center;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.footer_book_free_btn .footer_book_free_set .footer_book_free_btn2:hover {
    transform: scale(0.9);
    background-color: #763AFF !important;
    color: #ffffff !important;
}
#bookdemo_form_new .book-btn-call,
.bookdemo_form_div_2 .index_sign_up_btn .sign_up_btn_,
.book_a_demo_form_div .book-btn-call {
    /* background-image: radial-gradient(75% 50% at 50% 0%, rgb(244, 254, 255), transparent), radial-gradient(75% 35% at 50% 85%, rgb(165, 126, 255), transparent);
    box-shadow: rgba(118, 58, 255, 0.69) 0px -2px 4px 1px inset, rgba(118, 58, 255, 0.79) 0px -4px 4px 1px inset, rgba(255, 255, 255, 0.2) 0px 0px 2px 1px inset, rgba(17, 110, 231, 0.2) 0px 1px 4px 1px, rgba(0, 0, 0, 0.1) 0px 1px 4px 1px;
    text-shadow: rgb(139, 89, 255) 0px 1px 1px; */
    background-color: #763aff !important;
    border: 1px solid #763aff;
    border-image: initial;
    border-radius: 10px;
    color: #ffffff !important;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
#bookdemo_form_new .book-btn-call:hover,
.bookdemo_form_div_2 .index_sign_up_btn .sign_up_btn_:hover,
.book_a_demo_form_div .book-btn-call:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff;
    color: #763aff !important;
    transform: scale(0.9);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.bookdemo_form_div_2 .index_book_demo_btn .book_demo_btn_ {
    /* background-image: radial-gradient(75% 50% at 50% 0%, rgb(244, 254, 255), transparent), radial-gradient(75% 35% at 50% 85%, rgb(148, 146, 255), transparent);
    box-shadow: rgba(89, 86, 233, 0.69) 0px -2px 4px 1px inset, rgba(89, 86, 233, 0.8) 0px -4px 4px 1px inset, rgba(255, 255, 255, 0.2) 0px 0px 2px 1px inset, rgba(17, 110, 231, 0.2) 0px 1px 4px 1px, rgba(0, 0, 0, 0.1) 0px 1px 4px 1px;
    text-shadow: rgb(157, 116, 253) 0px 1px 1px; */
    background-color: #ffffff !important;
    border-width: 1px solid #ffffff;
    border-image: initial;
    color: #763aff !important;
    border-radius: 10px;
    transform: scale(1);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.bookdemo_form_div_2 .index_book_demo_btn .book_demo_btn_:hover {
    background-color: #763aff !important;
    border-width: 1px solid #763aff;
    color: #ffffff !important;
    transform: scale(0.9);
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.testimonials_slider .item,
.latest_blog_slider .item {
    display: flex;
    height: 100%;
    margin-bottom: 25px !important;
}
.flex-vertical_wrapp {
    margin-top: 70px;
}
.flex-vertical {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 2px;
}
.flex-horizontal {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}
.marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 700px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}
.flex-horizontal:before,
.flex-horizontal:after {
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    z-index: 10;
    height: 150px;
}
.flex-horizontal:before {
    top: 0%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #ffffff00), linear-gradient(180deg, #ffffff, hsla(0, 0%, 100%, 0) 50%);
}
.flex-horizontal:after {
    bottom: 0%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #ffffff), linear-gradient(180deg, #ffffff00, hsla(0, 0%, 100%, 0) 50%);
}
.track-vertical-alt {
    position: relative;
    will-change: transform;
    animation: marquee-vertical-alt 50s linear infinite;
}
.track-vertical {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    will-change: transform;
    animation: marquee-vertical 50s linear infinite;
}
.track-vertical-alt,
.track-vertical {
    animation-play-state: running;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}
.track-vertical-alt:hover,
.track-vertical:hover {
    animation-play-state: paused;
}
.marquee-cover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #ffffff), linear-gradient(180deg, #ffffff, hsla(0, 0%, 100%, 0) 30%);
}
.testimonials_client img {
    border-radius: 100%;
}
.blog_card_effect .blog_card {
    background: #ffffff !important;
}

@keyframes marquee-vertical {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

@keyframes marquee-vertical-alt {
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0%);
    }
}
.testimonial {
    display: none;
}
.testimonial_wrapp,
._sucess_clent {
    background-color: #fff;
}
/** pricing page css **/
.pricng_table_wrapp {
    padding: 50px 0;
}
.pricing_main {
    position: relative;
}
.priceing_offres {
    background-color: #8a00f9;
    color: #fff;
    padding: 5px 15px;
    border-radius: 26px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    /* 08-09-2025 */
    margin-bottom: 15px;
    /* 08-09-2025 */
    display: inline-block;
    letter-spacing: 0.6px;
    font-weight: 600;
}
.pricing_main .pricing_table {
    /*background-color: #ffffff; border: 1px solid #e5e5e5;*/
    border-spacing: 0;
    width: 100%;
    position: relative;
    border-collapse: collapse;
    border: none;
}
.pricing_main .pricing_table tr th,
.pricing_main .pricing_table tr td {
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
}
.table_heading {
    position: relative;
    text-align: center;
}
.table_heading h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.table_heading .table_border {
    width: 50px;
    height: 4px;
    display: inline-block;
    border-radius: 12px;
    position: relative;
    top: -5px;
}
.basic_table .table_heading .table_border,
.basic_table .table_price_box {
    background: rgb(65, 171, 250);
    background: linear-gradient(90deg, rgba(65, 171, 250, 1) 0%, rgba(65, 120, 250, 1) 100%);
}
.eco_table .table_heading .table_border,
.eco_table .table_price_box {
    background: rgb(247, 139, 6);
    background: linear-gradient(90deg, rgba(247, 139, 6, 1) 0%, rgba(247, 183, 49, 1) 100%);
}
.pro_table .table_heading .table_border,
.pro_table .table_price_box {
    background: rgb(27, 143, 38);
    background: linear-gradient(90deg, rgba(27, 143, 38, 1) 0%, rgba(38, 222, 129, 1) 100%);
}
.table_price_box {
    padding: 10px 15px;
    border-radius: 50px;
    color: #ffffff;
    margin: 15px auto 0;
    width: auto;
    display: inline-block;
}
.table_price_box h2 {
    margin: 0;
    font-size: 28px;
    line-height: 30px;
}
.table_price_box h2 .table_price_icon,
.table_price_box h2 .table_price_per {
    font-size: 30px;
}
.pricing_main .pricing_table tbody tr {
    border-bottom: 2px dashed #e5e5e5;
}
.pricing_main .pricing_table tbody tr td:first-child {
    background-color: #f1f1f1;
}
.pricing_main .pricing_table tbody tr:first-child,
.pricing_main .pricing_table tbody tr:last-child {
    border-bottom: none;
}
.pricing_main .pricing_table tbody tr:first-child td {
    background-color: transparent;
    padding-top: 30px;
}
.pricing_main .pricing_table tbody tr th:first-child,
.pricing_main .pricing_table tbody tr td:first-child {
    white-space: unset;
}
.pricing_main .pricing_table tr td .table_cont_icon {
    font-size: 24px;
}
.pricing_main .pricing_table tr td .table_cont_icon .table_check_success {
    color: #198754;
}
.pricing_main .pricing_table tr td .table_cont_icon .table_check_warning {
    color: #ffc107;
}
.pricing_main .pricing_table tr td .table_cont_icon .table_check_danger {
    color: #dc3545;
}
.pricing_main_content {
    text-align: left;
}
.pricing_main_content h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pricing_main_content p {
    font-weight: 400;
    margin-bottom: 0;
}
.tablstabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0px -5px 10px 0px rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.75rem;
    border-radius: 99px;
    max-width: 424px;
    text-align: center;
    margin: 0 auto 50px;
}
.tablstabs input[type=radio] {
    display: none;
}
.tablstabs label.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 200px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    z-index: 999;
    margin: 0;
}
.tablstabs label.tab:after {
    display: none;
}
.tablstabs input[type=radio]:checked+label {
    color: #8a00f9;
}
.tablstabs input[id=radio-1]:checked~.glider {
    transform: translateX(0);
}
.tablstabs input[id=radio-2]:checked~.glider {
    transform: translateX(100%);
}
.tablstabs input[id=radio-mobile-1]:checked~.glider {
    transform: translateX(0);
}
.tablstabs input[id=radio-mobile-2]:checked~.glider {
    transform: translateX(100%);
}
.tablstabs .glider {
    position: absolute;
    display: flex;
    height: 54px;
    width: 200px;
    background-color: #e6eef9;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}
span.table_check_success_bg {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    width: auto;
    background-color: #d2f1e1;
    padding: 5px 10px;
    border-radius: 15px;
    color: #198754;
}
span.table_check_warning_bg {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    width: auto;
    background-color: #fde2c0;
    padding: 5px 10px;
    border-radius: 15px;
    color: #f78e09;
}
span.free_pricing_bg {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    width: auto;
    background-color: #eae1ff;
    padding: 5px 10px;
    border-radius: 15px;
    color: #7639ff;
}
.pricing_main_bg {
    position: relative;
    text-align: center;
}
.pricing_header {
    margin-bottom: 30px;
}
.pricing_header .pricing_heading {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.pricing_header .pricing_heading::after {
    content: '';
    width: 50px;
    height: 4px;
    display: inline-block;
    border-radius: 12px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.pricing_main_basic .pricing_heading::after,
.pricing_main_basic .priceing_price h2 {
    background: rgb(65, 171, 250);
    background: linear-gradient(90deg, rgba(65, 171, 250, 1) 0%, rgba(65, 120, 250, 1) 100%);
}
.pricing_main_eco .pricing_heading::after,
.pricing_main_eco .priceing_price h2 {
    background: rgb(247, 139, 6);
    background: linear-gradient(90deg, rgba(247, 139, 6, 1) 0%, rgba(247, 183, 49, 1) 100%);
}
.pricing_main_pro .pricing_heading::after,
.pricing_main_pro .priceing_price h2 {
    background: rgb(27, 143, 38);
    background: linear-gradient(90deg, rgba(27, 143, 38, 1) 0%, rgba(38, 222, 129, 1) 100%);
}
.priceing_price h2 {
    padding: 10px 30px;
    border-radius: 50px;
    color: #ffffff;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    font-size: 28px;
    line-height: 30px;
}
.priceing_price h2 .table_price_icon {
    font-size: 26px;
    padding-right: 5px;
    line-height: 28px;
}
.pricing_box .pricing_listing {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing_box .pricing_listing li {
    text-decoration: none;
    padding: 10px 0px;
    border-bottom: 2px dashed #e5e5e5;
    font-size: 14px;
    font-weight: 400;
}
.pricing_box .pricing_listing li .pricing_check_success {
    color: #198754;
}
.pricing_main_wrapp .pricing_main .pricing_box li .pricing_info {
    padding: 0 !important;
}
.pricing_box .pricing_listing li .pricing_check_warning {
    color: #ffc107;
}
.pricing_box .pricing_listing li .pricing_check_danger {
    color: #dc3545;
}
.pricing_box .pricing_listing li:last-child {
    border-bottom: none;
}
.pricng_table_wrapp_mobile {
    display: none;
}
.pricing_section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.pricingbtns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
.pricingbtns a {
    background: #7639ff;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 50px;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
    transform: scale(0.9);
    font-size: 14px;
}
.pricingbtns a:hover {
    transform: scale(1);
}
.accordion-arrow {
    cursor: pointer;
    font-size: 1.2rem;
    transition: transform .3s ease;
    background-color: #222222;
    padding: 6px;
    border-radius: 40px;
    color: #ffffff;
}
.accordion-arrow.rotate {
    transform: rotate(180deg);
}
.custom-accordion-header {
    background: #ffffff;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #eee;
}
.custom-accordion-body {
    margin-top: 15px;
}
.monthlyPlan_tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.plan-tab-btn {
    padding: 10px 20px;
    border: none;
    background: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: transform .3s ease-in-out;
}
.plan-tab-btn::after {
    display: none !important;
}
.plan-tab-btn.active {
    cursor: auto;
    background: #007bff;
    color: #fff;
    transform: translateY(-5px);
}
.plan-tab-btn:not(.active) {
    opacity: 0.8;
}
.pricing_main_basic .active.plan-tab-btn {
    background: rgb(65, 171, 250);
    background: linear-gradient(90deg, rgba(65, 171, 250, 1) 0%, rgba(65, 120, 250, 1) 100%);
    color: #fff;
}
.pricing_main_eco .active.plan-tab-btn {
    background: rgb(247, 139, 6);
    background: linear-gradient(90deg, rgba(247, 139, 6, 1) 0%, rgba(247, 183, 49, 1) 100%);
    color: #fff;
}
.pricing_main_pro .active.plan-tab-btn {
    background: rgb(27, 143, 38);
    background: linear-gradient(90deg, rgba(27, 143, 38, 1) 0%, rgba(38, 222, 129, 1) 100%);
    color: #fff;
}
.innerpages_wrapp {
    position: relative;
    background-size: 300% 300%;
    background-image: linear-gradient(-45deg, rgb(209, 189, 255) 0%, rgb(203, 181, 255) 25%, rgb(209, 189, 255) 51%, rgb(177, 143, 255) 100%);
    animation: 10s ease 0s infinite normal none running AnimateBG;
    overflow: hidden;
    padding: 90px 0px 0px !important;
}
:root {
    --star-size: 40px;
    --star-color: #b6b6b6;
    --star-background: #ffa304d9;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 32px;
    font-family: Times;
    line-height: 1;
    &::before {
        content: "★★★★★";
        letter-spacing: -2px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.heading_section_4 {
    padding: 10px 0px;
}
/*.growing_wrapp { width: 100%; text-align: center; }
.growing_wrapp_bg { display: inline-block; width: 100%; margin: 0 auto -210px; text-align: center; }
.padding-tb-150-150 { padding: 150px 0px 150px 0px; }
.blog_section { margin-top: 0; }
.registration_bg { width: auto; border: 3px #ffffff; display: inline-block; padding: 25px 25px 30px; margin-top: 30px; border-style: dashed; box-shadow: 0 1.1rem 2rem rgba(0, 0, 0, 0.2); }
.registration_bg .footer_top_section_heading { margin-bottom: 15px; }
.registration_bg .footer_top_section_one { font-size: 40px; font-weight: 700; color: #ffffff; }
.pricingbtns a { background: #7639ff; box-shadow: 0px 5px 10px #00000029; border-radius: 50px; padding: 5px 10px; color: #fff; font-weight: 500; transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98); transform: scale(0.8); } */

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
    ._sign_reg_btn {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .table_heading h5 {
        white-space: nowrap;
    }
    .pricing_main .pricing_table tr th,
    .pricing_main .pricing_table tr td {
        white-space: unset;
    }
    .pricing_main_content p {
        font-size: 16px;
    }
    .pricing_main_content p br {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1072px) {
    .nav-menu>li>a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1023px) {
    ._sign_reg_btn {
        margin-right: 15px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 971px) and (max-width: 992px) {
    ._sign_reg_btn {
        margin-right: 60px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 991px) {
    .pricng_table_wrapp_mobile {
        display: block;
    }
    .pricng_table_wrapp_desktop {
        display: none;
    }
    .priceing_offres {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .pricing_main_wrapp .pricing_main { gap: 20px 10px; } */
    .pricing_box .pricing_listing li {
        padding: 10px;
        font-size: 13px;
    }
    span.free_pricing_bg {
        padding: 3px 10px;
        line-height: 12px;
    }
    .testimonials_quote {
        width: 40px;
    }
    .testimonials_client {
        height: 60px;
        width: 60px;
    }
    .testimonials_title{
        font-size: 16px;
    }
    .testimonials_header{
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing_main_bg {
        background-color: #fff;
        padding: 15px 10px;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .pricing_box {
        background-color: transparent;
    }
    .pricng_table_wrapp_mobile {
        display: block;
    }
}

@media only screen and (max-width: 576px) {
    .testimonials_quote {
        width: 40px;
    }
    .testimonials_client {
        height: 60px;
        width: 60px;
    }
    .testimonials_title {
        font-size: 16px;
    }
    .testimonials_header {
        gap: 10px;
    }
}

@media only screen and (max-width: 445px) {
    .tablstabs {
        transform: scale(0.9);
        max-width: max-content;
    }
    .tablstabs label.tab,
    .tablstabs .glider {
        width: 170px;
    }
}

@media only screen and (max-width: 375px) {
    .tablstabs label.tab,
    .tablstabs .glider {
        width: 135px;
    }
}
.comparison_wrapp {
    background: #f4f4fd !important;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
.comparison_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dddeff;
}
/* .comparison_bg:after {
    content: '';
    background-color: #dddeff;
    width: 100px;
    height: 180%;
    position: absolute;
    top: -50px;
    left: -40px;
    transform: rotate(30deg);
} */
.calculator_card {
    padding-right: 30px;
    position: relative;
    z-index: 3;
}
.calculator_bg {
    background: rgb(240 233 255 / 50%);
    border: 1px solid rgb(118 57 255 / 50%);
    mix-blend-mode: normal;
    box-shadow: 0px 10px 5px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
}
.pricing_cal .pricing_name {
    padding-bottom: 5px;
}
.calculator_card .pricing_main_heading .pricing_para {
    text-align: left;
    padding-bottom: 50px;
}
.competitors_card {
    padding-left: 30px;
    padding-right: 0;
}
.competitors_bg .pricing_table tr th,
.competitors_bg .pricing_table tr td {
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
}
.competitors_bg .pricing_table {
    border: none;
}
.competitors_bg .pricing_plan_heading {
    font-size: 18px;
}
.competitors_bg .pricing_month {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.competitors_bg .pricing_table tr {
    border-bottom: 2px dashed #bda6f5;
}
.competitors_bg .pricing_table tbody tr td:first-child {
    background: rgb(255 255 255 / 30%);
}
.competitors_bg .pricing_table td span.fa {
    font-size: 22px;
}
.competitors_bg .pricing_table td .table_check_success {
    color: #198754;
}
.competitors_bg .pricing_table td .table_check_danger {
    color: #dc3545;
}
.money_pricing {
    background: #7639ff;
}
.accordion_list,
.accordionlist {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}
.faq_wrapp {
    padding: 70px 0 90px;
    background-color: #e7e8ff;
}
.accordion_list li {
    background: rgb(255 255 255 / 50%);
    border: 1px solid rgb(118 57 255 / 50%);
    mix-blend-mode: normal;
    box-shadow: 0px 10px 5px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.accordion_list li .accordion_heading {
    display: grid;
    grid-template-columns: 1fr 30px;
    gap: 5px;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
}
.accordion_list li .accordion_heading:after {
    content: "";
    font-family: dashicons;
}
.accordion_list li .accordion_heading:after {
    content: "\f132";
    font-family: dashicons;
    display: flex;
    align-items: center;
    justify-content: end;
    transition: all 0.3s ease-in-out;
}
.accordion_list li.active .accordion_heading:after {
    content: "\f460";
}
.accordion_body {
    padding-top: 10px;
}
.innerpages_imgs img {
    max-width: 460px;
    margin: 10px auto 20px;
}
.competitors_bg {
    position: relative;
    z-index: 2;
}
.hero_banner_content .index_sign__book_btn .index_sign_up_btn {
    margin: 0 auto !important;
}
.case_tab_main,
.case_tab_content {
    margin-top: 40px;
}
.case_tab_title ul.nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e1e1e1;
}
.case_tab_title ul.nav li.nav-item {
    text-align: center;
    justify-content: center;
    display: flex;
    position: relative;
    height: 100%;
}
.case_tab_title .nav .nav-item .nav-link {
    color: #020014;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding: 15px 20px;
    letter-spacing: 0.4px;
    position: relative;
}
.case_tab_title .nav .nav-item .nav-link.active {
    color: #7639ff;
    background-color: #f4f4fd;
    border-radius: 10px 10px 0px 0px;
}
.case_tab_title .nav .nav-item .nav-link.active:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #7639ff;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-radius: 20px;
}
.case-section-list-point.about_listing {
    list-style: none;
}
/** 21-07-25 **/
.single-industry #feature-posts-container {
    margin-top: 45px;
}
.innerpages_wrapp .banner_info .banner_heading {
    font-size: 46px;
    line-height: 56px;
}
.index_sign_up_btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.industries_from_wrapp {
    background: #f4f4fd !important;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
.industries_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dddeff;
}
.industries_from {
    padding-right: 30px;
}
.innerpages_heading {
    margin-bottom: 40px;
}
.innerpages_heading h2 {
    color: #110d1f;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
}
.industries_from_bg {
    background: rgb(240 233 255 / 50%);
    border: 1px solid rgb(118 57 255 / 50%);
    mix-blend-mode: normal;
    box-shadow: 0px 10px 5px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    /* margin-left: 30px; */
}
.industries_tools_main {
    position: relative;
    z-index: 1;
}
.tools_form_design input,
.tools_form_design textarea {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d1bdff;
    padding: 10px 15px;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}
.tools_form_design p {
    margin: 0;
}
.tools_form_design .sign_up_btn {
    margin: 0;
    background: #7639ff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #00000029;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 28px;
    width: 100%;
    display: block;
    border-radius: 5px;
    border: none;
    border-radius: 10px;
    color: #ffffff !important;
    /* transform: scale(1); */
    transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}
.tools_form_design .sign_up_btn:hover {
    /* transform: scale(0.9); */
    background-color: #ffffff !important;
    color: #763AFF !important;
}
.tools_form_design {
    padding: 15px 15px 0;
}
.tools_form_design br {
    display: none;
}
/* .industries_from .innerpages_heading {
    margin-bottom: 0 !important;
} */
.industry_service_wrapp {
    padding: 80px 0;
}
.industry_service_wrapp .innerpages_heading {
    text-align: center;
}
.industries_tools_bg {
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
    background: rgb(255 255 255 / 50%);
    border: 1px solid rgb(118 57 255 / 50%);
    mix-blend-mode: normal;
    box-shadow: 0px 10px 5px rgba(1, 10, 10, 0.1), inset 0px 0px 0.5px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    padding: 30px;
    margin: 0 auto;
}
.pricing_plan {
    font-weight: 600;
    font-size: 18px;
}
.pricing_money {
    font-size: 40px;
    font-weight: 700;
    color: #7639ff;
}
.pricing_btn {
    background: #7403ff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    font-size: 14px;
    border: none;
}
.btn_pricing {
    margin-top: 10px;
}
.industry_service_bg {
    background: linear-gradient(112.39deg, hsla(239, 100.00%, 90.20%, 0.50) -8.3%, hsla(248, 100.00%, 92.70%, 0.50) 193.23%);
    backdrop-filter: blur(20px);
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    transform-style: preserve-3d;
    padding: 10px;
    border-radius: 15px;
}
.industry_service_card {
    background-color: #fff;
    padding: 15px;
    backdrop-filter: blur(20px);
    height: 100%;
    border-radius: 15px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    transition: 0.5s ease-in-out;
    margin-bottom: 0;
}
.industry_service_content h3 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    margin: 0 0 15px;
}
/* Inner Banners - 22-02-2025 */
.set_medium_div {
    box-shadow: none;
    padding: 20px;
    border-radius: 30px 30px 0 0;
}
.review_image_section .col-6.col-sm-4.col-md-4.col-lg-2.col-xl-2 {
    padding: 0 !important;
    margin: 0 !important;
}
.inner_banner_section .heading {
    font-size: 40px;
}
.inner_banner_section .wpb_single_image figure img {
    /* max-width: 520px; */
}
/* 2-9-2025 */
.padding-tb-150-150,
.padding-top-bottom-100 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.top_inner_top_section .vc_row.padding-tb-150-150.vc_column-gap-10,
.top_inner_top_section .vc_row.padding-top-bottom-100.vc_column-gap-10 {
    padding-top: 20px !important;
}
section.feature_card_main_group.padding-top-bottom-100 {
    padding-bottom: 0 !important;
}
.industry_tools_section_bg {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.load_post_btn {
    margin-bottom: 50px !important;
}
.home.page-template .load_post_btn {
    margin-bottom: 0 !important;
}
.industry_tools_bg .index_sign__book_btn .index_sign_up_btn a.sign_up_btn_ {
    border: 1px solid #fff !important;
}
/* Banner Image */
.inner_banner_section .vc_single_image-wrapper img,
.industry_bg_2 .author_ img {
    max-height: 450px;
    width: auto !important;
}
.industry_bg_2 .author_ {
    text-align: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .inner_banner_section,
    .industry_bg_2 {
        padding-top: 170px !important;
        padding-bottom: 180px;
    }
    .inner_banner_section .vc_single_image-wrapper img,
    .industry_bg_2 .author_ img {
        max-height: 430px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .inner_banner_section,
    .industry_bg_2 {
        padding-top: 150px !important;
        padding-bottom: 180px;
    }
    .inner_banner_section .vc_single_image-wrapper img,
    .industry_bg_2 .author_ img {
        max-height: 430px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner_banner_section,
    .industry_bg_2 {
        padding-top: 130px !important;
        padding-bottom: 170px;
    }
    .inner_banner_section .vc_single_image-wrapper img,
    .industry_bg_2 .author_ img {
        max-height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner_banner_section,
    .industry_bg_2 {
        padding-top: 120px !important;
    }
}
/* 2-9-2025 ------------ END */
/** 3-9-2025 **/
.case_tab_mobile {
    display: none;
}
.case_tab_mobile .accordion-item {
    background-color: rgb(244, 244, 253);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 10px !important;
}
.case_tab_mobile button.accordion-button {
    color: rgb(2, 0, 20);
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 15px 20px;
    letter-spacing: 0.4px;
    position: relative;
    background-color: rgb(244, 244, 253);
    border-radius: 10px !important;
    box-shadow: none;
}
.case_tab_mobile .accordion-body {
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/** 08-09-2025 **/
#modal-subscribe .sec_section {
    padding: 30px 50px 10px;
}
.modal_images {
    text-align: center;
}
.modal_images img {
    width: 100px;
}
.modal.show {
    background-color: rgb(0 0 0 / 40%);
}
.industry_information_para ._para {
    padding: 20px 0 0;
}
.industry_information_para {
    margin-bottom: 40px !important;
}
.blog_sub_points {
    padding-left: 40px;
}
.blog_sub_points blockquote p:last-child {
    margin: 0 !important;
}
.iti__country {
    color: #000;
}
.iti.iti--inline-dropdown {
    width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 15px;
}
input.iti__search-input {
    outline: none;
    padding: 10px;
    border: 1px solid #dee2e6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero_banner_content .banner_info .banner_heading {
        font-size: 44px !important;
        line-height: 54px !important;
    }
    .hero_banner_imgs .image-box {
        margin-right: -100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_banner_content .banner_info .banner_heading {
        font-size: 42px !important;
        line-height: 52px !important;
    }
    .hero_banner_imgs .image-box {
        margin-right: -20px;
    }
    .index_sign__book_btn .index_sign_up_btn a,
    .index_sign__book_btn .index_book_demo_btn a,
    .index_sign__book_btn .index_book_demo_btn button {
        font-size: 16px;
        padding: 15px 25px;
    }
    .inner_banner_section .heading {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero_banner_content .index_sign__book_btn {
        gap: 20px;
    }
    .case_tab_title .nav .nav-item .nav-link {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_banner_content .banner_info .banner_heading {
        font-size: 38px !important;
        line-height: 46px !important;
    }
    .hero_banner_imgs .image-box {
        margin-right: -10px;
    }
    .step_wise_section .index_sign__book_btn.hero_banner_b_btn,
    .testimonial .index_sign__book_btn.hero_banner_b_btn,
    .calculator_card .index_sign__book_btn.hero_banner_b_btn.d-flex {
        grid-template-columns: 1fr 1fr;
    }
    .Stars {
        font-size: 28px;
    }
    .step_bg_margin {
        margin-top: 50px;
    }
    .index_sign__book_btn .index_sign_up_btn a,
    .index_sign__book_btn .index_book_demo_btn a,
    .index_sign__book_btn .index_book_demo_btn button {
        font-size: 15px;
        padding: 12px 15px;
    }
    .inner_banner_section .heading {
        font-size: 32px;
    }
    /** 08-09-2025 **/
    .envelope_form .vc_single_image-wrapper img {
        width: 90px;
    }
    .envelope_form .vc_single_image-wrapper {
        padding: 5px 20px;
        border-radius: 10px
    }
    .blog_sub_points {
        padding-left: 35px;
    }
    .blog_sub_points blockquote {
        padding: 40px 35px 60px 60px;
    }
    .blog_sub_points blockquote::before {
        left: 15px;
        top: 0;
        height: calc(100% - 60px);
    }
}

@media only screen and (max-width: 991px) {
    .hero_banner_bg {
        background-image: linear-gradient(-45deg, rgb(209, 189, 255) 0%, rgb(203, 181, 255) 25%, rgb(209, 189, 255) 51%, rgb(177, 143, 255) 100%) !important;
        padding-bottom: 0 !important;
    }
    .hero_banner_content .index_sign__book_btn {
        grid-template-columns: 1fr;
    }
    .industries_we_serve_section .padding-top-50space .col-lg-3.col-xl-2.col-md-3.col-6.my-5.mb-sm-0.col-sm-4.mb-sm-3 {
        margin: 20px 0 !important;
    }
    .testimonial {
        display: block;
    }
    .testimonial_wrapp {
        display: none;
    }
    .calculator_card {
        padding-right: 0;
    }
    .comparison_bg {
        display: none;
    }
    .comparison_wrapp {
        padding-bottom: 0;
    }
    .competitors_card {
        padding-left: 0;
        margin-top: 60px;
        background-color: #dddeff;
        position: relative;
        padding-top: 20px;
        padding-bottom: 70px;
    }
    .competitors_card:before,
    .competitors_card:after {
        content: '';
        background-color: #dddeff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .competitors_card:before {
        left: -50%;
    }
    .competitors_card:after {
        right: -50%;
    }
    .case_tab_title .nav .nav-item .nav-link {
        background-color: #f4f4fd;
        border-radius: 10px !important;
        border: 1px solid #e1e1e1;
    }
    .case_tab_title .nav .nav-item .nav-link.active {
        background-color: #7639ff;
        color: #fff;
    }
    .case_tab_title ul.nav {
        border: none;
    }
    .case_tab_title .nav .nav-item .nav-link.active:after {
        display: none;
    }
    /** 08-09-2025 **/
    section.vc_section.padding-top-bottom-100 .real_industry_serve_information {
        margin-top: 0 !important;
    }
    .blog_inner_sec__t .wpb_content_element p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rating_box_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero_banner_content .banner_info .banner_heading {
        font-size: 26px !important;
        line-height: 34px !important;
        margin-bottom: 0 !important;
    }
    .hero_banner_imgs .image-box {
        margin-right: -25px;
    }
    .hero_banner_imgs .image-box .image img {
        max-width: 360px;
        margin: 0 auto 25px;
    }
    .banner_info .banner_para_mode {
        font-size: 22px !important;
    }
    .step_wise_section .index_sign__book_btn.hero_banner_b_btn,
    .testimonial .index_sign__book_btn.hero_banner_b_btn,
    .calculator_card .index_sign__book_btn.hero_banner_b_btn.d-flex {
        grid-template-columns: 1fr 1fr;
    }
    .step_bg_margin {
        margin-top: 50px;
    }
    .case_tab_title ul.nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .inner_banner_section .heading {
        font-size: 28px;
    }
    /** 08-09-2025 **/
    .envelope_form .vc_single_image-wrapper img {
        width: 70px;
    }
    .envelope_form .vc_single_image-wrapper {
        padding: 5px 20px;
        border-radius: 10px
    }
    .blog_sub_points {
        padding-left: 25px;
    }
    .blog_sub_points blockquote {
        padding: 30px 25px 50px 50px;
    }
    .blog_sub_points blockquote::before {
        left: 15px;
        top: 0;
        height: calc(100% - 60px);
    }
}

@media only screen and (max-width: 767px) {
    .hero_banner_content .index_sign__book_btn {
        margin-top: 10px;
    }
    .hero_banner_imgs .image-box {
        margin: 30px 0 !important;
    }
    .hero_banner_b_btn .index_sign_up_btn,
    .hero_banner_b_btn .index_book_demo_btn {
        max-width: 280px;
        width: 100%;
        margin: 0 auto !important;
    }
    .hero_banner_content .banner_info .banner_para_mode,
    .hero_banner_content .banner_info .banner_para {
        text-align: center;
    }
    .banner_info .banner_heading {
        text-align: center !important;
    }
    .step_bg_margin {
        margin-top: 0;
    }
    .step_bg {
        margin: 20px 15px;
    }
    .textdrip-case-section .content-column .inner-column {
        padding-top: 0 !important;
    }
    .main_feature_section .weoffer_bg .weoffer_header {
        grid-template-columns: 1fr;
        align-items: start;
    }
    .main_feature_section .weoffer_bg .weoffer_icon {
        margin: 0 auto;
        transform: rotate(90deg);
    }
    .main_feature_section .weoffer_bg .weoffer_icon img {
        transform: rotate(270deg);
    }
    .main_feature_section .weoffer_bg .card_discr {
        padding: 0px 15px 20px 15px;
        text-align: center;
    }
    /* 3-9-2025 */
    .case_tab_desktop {
        display: none;
    }
    .case_tab_mobile {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    /** 08-09-2025 **/
    #modal-subscribe .book_a_demo_modal .modal_content {
        padding: 25px 0px;
    }
    #modal-subscribe .book_a_demo_modal .modal_content .row.mt-5 {
        margin-top: 0px !important;
    }
    #modal-subscribe button.close {
        position: relative;
        top: -15px;
        right: -5px;
    }
    #modal-subscribe .sec_section {
        padding: 0px 10px 10px;
    }
    #modal-subscribe .sec_section .book-btn-call {
        margin-top: 0;
    }
    .contact_page_main .d__flex-set span.wpcf7-list-item-label {
        font-size: 14px;
    }
    .contact_details ul li a {
        word-break: break-all;
        line-height: 18px;
    }
    .success-minimal-header .success-badge.count {
        font-size: 26px;
    }
    .top_inner_top_section .vc_row.wpb_row.vc_row-fluid.padding-tb-150-150 {
        padding: 0 0 70px !important;
    }
    .real_industry_start_grow .wpb_column.vc_col-sm-6 .real_industry_serve_information {
        margin-top: 50px;
    }
    .envelope_form .vc_single_image-wrapper img {
        width: 60px;
    }
    .envelope_form .vc_single_image-wrapper {
        padding: 5px 20px;
        border-radius: 10px
    }
    .blog_sub_points blockquote {
        padding: 20px 15px 10px 40px;
    }
    .blog_sub_points blockquote::before {
        left: 15px;
        top: 0;
        height: calc(100% - 50px);
    }
    .blog_sub_points {
        padding-left: 15px;
    }
    .blog_left_part ol.blog_sub_points_sub {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .rating_box_grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .banner_info .banner_heading {
        font-size: 34px !important;
        line-height: 42px !important;
    }
    .hero_banner_content .banner_info .banner_heading span {
        font-weight: 700;
    }
    .image-box .image img {
        max-width: 400px;
        margin: 0 auto;
    }
    .step_wise_section .index_sign__book_btn.hero_banner_b_btn,
    .testimonial .index_sign__book_btn.hero_banner_b_btn,
    .calculator_card .index_sign__book_btn.hero_banner_b_btn.d-flex {
        grid-template-columns: 1fr 1fr;
    }
    .case_tab_title ul.nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .inner_banner_section .heading {
        font-size: 28px;
    }
    .step_title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .rating_box_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .image-box .image img {
        max-width: 350px;
        margin: 0 auto;
    }
    .index_sign_up_btn .sign_up_btn_,
    .index_sign__book_btn .book_demo_btn_,
    .sign_up_btn a,
    .book_demo_btn a,
    .book_demo_btn button {
        font-size: 18px !important;
        padding: 10px 15px !important;
    }
    .Stars {
        font-size: 26px;
    }
    .case_tab_title .nav .nav-item .nav-link {
        padding: 10px 15px;
    }
    .case_tab_title .nav .nav-item .nav-link {
        font-size: 14px;
    }
    .step_title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 460px) and (max-width: 576px) {
    .case_tab_title ul.nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .inner_banner_section .heading {
        font-size: 28px;
    }
}

@media only screen and (max-width: 459px) {
    .case_tab_title ul.nav {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .inner_banner_section .heading {
        font-size: 26px;
    }
    /** 08-09-2025 **/
    .modal_heading,
    .book_information h2 {
        font-size: 22px;
    }
    .g-recaptcha-wrap {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
    .recaptcha_wrapp_main {
        margin-bottom: 0px !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 576px) {
    .banner_info .banner_heading {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .hero_banner_content .banner_info .banner_heading span {
        font-weight: 700;
    }
    .calculator_card .row.row-gap-4 .col-sm-6.d-flex {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 399px) {
    .banner_info .banner_heading {
        font-size: 28px !important;
        line-height: 33px !important;
    }
    .hero_banner_content .banner_info .banner_heading span {
        font-weight: 700;
    }
    .Stars {
        font-size: 22px;
    }
    .rating_box_grid {
        padding: 20px 10px;
    }
}