.banner_style_one{
    position: relative;
    padding: 50px 0 80px;
}
.banner_style_one .shape_one{
    position: absolute;
    right: 22px;
    width: 142px;
    height: 142px;
    bottom: 50%;
    line-height: 142px;
    text-align: center;
}
.banner_style_one .shape_two{
    position: absolute;
    left: 108px;
    bottom: 60%;
    width: 100px;
    height: 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner_style_one .banner_content{
    position: relative;
    text-align: center;
    /*margin-top: 85px;*/
}
.banner_style_one .banner_content .tag_text {
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 18px;
    margin-bottom: 12px;
    background: var(--redLight);
}
.banner_style_one .banner_content h1{
    color: #0D0D0D;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    font-family: var(--primary-font);
}
.banner_style_one .banner_content p{
    color: #6A6A6A;
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
}
.banner_style_one .banner_content .subscribe-inner{
    margin-bottom: 120px;
}
.banner_style_one .banner_content .subscribe-inner input{
    border-radius: 55px;
    border: 1px solid #EDEDED;
    background: #FFF;
    color: #6A6A6A;
    height: 60px;
    transition: all .5s;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}
.banner_style_one .banner_content .subscribe-inner input:focus{
    border-color: var(--theme-color);
}
.banner_style_one .banner_content .subscribe-inner button{
    height: 60px;
    flex-shrink: 0;
    padding: 10px 35px;
}
.banner_style_one .banner_content .income_chart{
    position: absolute;
    left: 129px;
    bottom: 195px;
    padding: 20px;
    display: flex;
    width: 275px;
    align-items: start;
    justify-content: space-between;
    border-radius: 20px;
    background: #FFF;
    z-index: 99;
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.10);
}
.banner_style_one .banner_content .income_chart h6{
    color: #A1A0BD;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
.banner_style_one .banner_content .income_chart .rate{
    color: #0D0D0D;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.banner_style_one .banner_content .income_chart .percentage{
    display: inline-flex;
    padding: 4px 10px 1px 12px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    color: #FFF;
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    border-radius: 19px;
    background: #0D0D0D;
}
.banner_style_one .banner_content .banner_image{
    position: absolute;
    left: calc(50% - 206px);
    bottom: 0;
    width: 412px;
    height: 495px;
}
.banner_style_one .banner_content .shape_three{
    position: relative;
    width: 740px;
    height: 413px;
    line-height: 413px;
    margin: 0 auto;
    z-index: -1;
    border-radius: 740px 740px 0px 0px;
    background: conic-gradient(from 149deg at 50% 90%, #A071FD  112.5deg, rgba(187, 163, 235, 0.00) 180deg, #A071FD 360deg);
}
.banner_style_one .banner_content .shape_four{
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.banner_style_one .banner_content .shape_five{
    position: absolute;
    left: 0px;
    bottom: 50%;
}
.funfact-section{
    position: relative;
    padding: 70px 0;
    z-index: 4;
    background-color: var(--theme-color);
}
.funfact-section.inner_page{
    background: transparent;
    padding: 0px;
    padding-bottom: 150px;
}
.funfact-section.inner_page .funfact-block-one h6, .funfact-section.inner_page .funfact-block-one h3{
    color: #0D0D0D;
}
.funfact-section.inner_page .funfact-block-one .count-box{
    color: #0D0D0D;
}
.funfact-section .bg_layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.funfact-block-one {
    text-align: center;
}
.funfact-block-one h6, .funfact-block-one h3{
    color: #FFF;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.funfact-block-one .count-box{
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 74px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.why_choose_us{
    padding: 80px 0;
}
.why_choose_us.style_three{
    position: relative;
    padding-top: 150px;
}
.why_choose_us.style_three .shape_circle{
    position: absolute;
    bottom: -200px;
    left: 0;
}
.why_choose_us.home_four{
    position: relative;
}
.why_choose_us.home_four .shape_circle{
    position: absolute;
    left: 0;
    top: 13px;
}
.why_choose_us.home_four .mouse_pointer{
    position: absolute;
    right: 65px;
    top: -65px;
    left: inherit;
}
.why_choose_us.about_page{
    position: relative;
}
.why_choose_us.about_page .shape_circle{
    position: absolute;
    left: 0;
    top: -80px;
}
.why_choose_us.about_page .mouse_pointer{
    position: absolute;
    right: 65px;
    top: 0;
    left: inherit;
}
.why_choose_us.home_four .border_top{
    position: relative;
    padding-top: 150px;
}
.why_choose_us.home_four .border_top:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #D9D9D9;;
}
.why_choose_us_row{
    align-items: center;
}
.why_choose_left{
    max-width: 550px;
}
.why_choose_left h2{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.why_choose_left > p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}
.why_choose_block_one{
    position: relative;
    padding: 40px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.why_choose_block_one.mb_40{
    margin-bottom: 40px;
}
.why_choose_right .colmun{
    flex-wrap: wrap;
}
.why_choose_block_one.mt_70{
    margin-top: 70px;
}
.why_choose_block_one.mt_-70{
    margin-top: -70px;
}
.why_choose_block_one .choose_icon{
    margin-bottom: 25px;
}
.why_choose_block_one .choose_icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.why_choose_block_one .choose_icon i{
    font-size: 50px;
    background: linear-gradient(111deg, #E770C1 19.42%, #9F70FD 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why_choose_block_one h4{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.why_choose_block_one p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.why_choose_us.style_two{
    position: relative;
    padding-top: 150px;
    padding-bottom: 0;
}
.why_choose_us.style_two .mouse_pointer{
    position: absolute;
    left: 0;
    bottom: 0;
}
.why_choose_block_two{
    position: relative;
    padding: 40px 30px;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
}
.why_choose_block_two::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: scale(0.0);
    border-radius: 10px;
    border-radius: 10px;
    background: #F5F1FF;
    transition: all .5s;
}
.why_choose_block_two.hover:before,
.why_choose_block_two:hover::before{
    transform: scale(1.0);
}
.why_choose_block_two .choose_icon{
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 50%;
    font-size: 24px;
    background: linear-gradient(111deg, #E770C1 19.42%, #9F70FD 73.08%);
}
.why_choose_block_two .choose_icon i{
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why_choose_block_two h4{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.why_choose_block_two p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.why_choose_block_two .link_btn a{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.why_choose_block_two .link_btn a:hover{
    color: var(--theme-color);
}
.service_section{
    position: relative;
    overflow: hidden;
    z-index: 99;
    padding: 80px 0 0;
    background: #171626;
}
.bg-orange{
    background: url("../images/bg-orange1.svg");
    background-size: cover;
    background-position: center;
}
.service_section.form{
    padding: 80px 0;
}
.service_section .circle_one {
    position: absolute;
    background: #FF2424;
    opacity: 0.15;
    width: 700px;
    height: 540px;
    left: -230px;
    top: -104px;
    content: '';
    transform: rotate(-0.471deg);
    filter: blur(300px);
}
.service_section .circle_two {
    position: absolute;
    right: -335px;
    bottom: -270px;
    width: 800px;
    height: 620px;
    transform: rotate(-3.021deg);
    border-radius: 799.794px;
    opacity: 0.15;
    background: #F1B929;
    filter: blur(280px);
}
.service_section h1.section_tag, .service_section h3.section_tag {
    position: relative;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 300px;
    font-style: normal;
    font-weight: 800;
    line-height: 220px;
    margin-top: -90px;
    display: block;
    opacity: .5;
    z-index: -1;
    pointer-events:  none;
    color: transparent;
    text-transform: capitalize;
    background-image: linear-gradient( 180deg, hsl(0deg 0% 100%), hsl(0deg 0% 100% / 0%) );
    -webkit-text-stroke-color: #ffffff00;
    -webkit-text-stroke-width: 4px;
    -webkit-text-fill-color: #1d1626;
    background-color: transparent;
    -webkit-background-clip: text;
}
.service_block_one {
    position: relative;
    padding: 50px 30px 40px;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}
.service_block_one .service_icon{
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin-bottom: 30px;
    background: linear-gradient(111deg, var(--theme-color) 19.42%, var(--secondary-color) 73.08%);
}
.service_block_one .service_icon img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.service_block_one .service_icon i{
    font-size: 40px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
}
.service_block_one h4, .service_block_one h3{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.service_block_one h4 a, .service_block_one h3 a{
    color: #0D0D0D;
    transition: all .5s;
}
.service_block_one h4 a:hover, .service_block_one h3 a:hover{
    color: var(--theme-color);
}
.service_block_one p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
}
.service_block_one .link_btn a{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    transition: all .5s;
}
.service_block_one .link_btn a:hover{
    color: var(--theme-color);
}
.service_section_two{
    padding-top: 150px;
}
.service_block_one.style_two{
    text-align: left;
}
.work_process_section{
    padding: 80px 0 40px;
}
.process_block_one{
    position: relative;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.process_block_one.shape_image:before {
    position: absolute;
    width: 228px;
    height: 15px;
    left: Calc(0px - 170px);
    top: 35px;
    content: '';
    background-image: url(../images/shape_icon_2.png);
}
.process_block_one.shape_image:after {
    position: absolute;
    width: 228px;
    height: 15px;
    right: Calc(0px - 170px);
    top: 35px;
    content: '';
    background-image: url(../images/shape_icon_2.png);
}
.process_block_one .process_icon{
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin-bottom: 30px;
    background: linear-gradient(111deg, var(--theme-color) 19.42%, var(--secondary-color) 73.08%);
}
.process_block_one .process_icon i{
    font-size: 40px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
}
.process_block_one h4{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.process_block_one p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.work_process_section.bg_dark{
    position: relative;
    background: #181626;
    padding-bottom: 120px;
}
.work_process_section.bg_dark{
    position: relative;
    background: #181626;
    padding-bottom: 120px;
}
.work_process_section.bg_dark .credit_card{
    position: absolute;
    left: 0;
    top: 155px;
}
.work_process_section.bg_dark .master_card{
    position: absolute;
    right: 0;
    bottom: 95px;
    width: 200px;
}
.process_block_one.style_two h4{
    color: #fff;
}
.process_block_one.style_two p{
    color: #fff;
}
.inner_page .testimonial_block_one .inner_box{
    margin-bottom: 30px;
}
.inner_page .testimonial_clomun{
    padding: 0 15px;
}
.testimonial_block_one .rating{
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}
.testimonial_block_one .inner_box p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}
.testimonial_block_one .rating li i{
    font-size: 16px;
    line-height: 26px;
    color: #FFC844;
}
.testimonial_block_one .author_box{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonial_block_one .thumb_box{
    position: relative;
    overflow: hidden;
    border-radius: 45px;
}
.testimonial_block_one .author_info h5{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.testimonial_block_one .author_info .designation{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
/** faq-section **/
.faq_section{
    position: relative;
    padding-bottom: 80px;
}
.faq_section.home_three{
    padding-top: 0;
}
.faq_section.home_four{
    padding-bottom: 0;
}
.faq_section.inner_page{
    position: relative;
    padding-bottom: 150px;
}
.faq_section.inner_page .shape_icon{
    position: absolute;
    right: 0;
    top: 30px;
}
.faq_section.inner_page .shape_icon_2{
    position: absolute;
    left: 0;
    bottom: 120px;
}
.faq_section .inner_box{
    position: relative;
    display: block;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.faq_section .inner_box.ml_30{
    margin-left: 30px;
}
.faq_section .inner_box.mr_30{
    margin-right: 30px;
}
.accordion{
    position: relative;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-bottom: 10px;
}
.accordion.active-block{
    border-color: var(--redLight);
    border-radius: 10px;
    background: var(--redLight);
}
.accordion:last-child{
    margin-bottom: 0px;
}
.accordion .acc-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px 30px;
    cursor: pointer;
}
.accordion .acc-btn h4{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.accordion .acc-content{
    position: relative;
    padding: 0px 75px 24px 30px;
}
.accordion .acc-btn .icon-box{
    position: relative;
}
.accordion .acc-btn .icon-box:before{
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #0D0D0D;
}
.accordion .acc-btn.active .icon-box:before{
    content: '\f068';
}
/** service-style-three **/
.service_style_one{
    position: relative;
    padding-bottom: 150px;
}
.service_style_one .shape_icon_nine{
    position: absolute;
    right: 90px;
    bottom: 0px;
}
.service_style_one .ring_shape_icon{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.service_style_one .nav-tabs{
    position: relative;
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #E8EDF5;
}
.service_style_one .nav-link{
    position: relative;
    color: #0D0D0D;
    padding: 10px 20px;
    text-align: center;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 500ms ease;
}
.service_style_one .nav-link.active,
.service_style_one .nav-link:hover{
    background: linear-gradient(111deg, var(--theme-color) 19.42%, var(--secondary-color) 73.08%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service_style_one .nav-link:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 120px;
    transition: all .5s;
    background: linear-gradient(111deg, var(--theme-color) 19.42%, var(--secondary-color) 73.08%);
}
.service_style_one .nav-link.active:before,
.service_style_one .nav-link:hover:before{
    width: 100%;
}
.service_style_one .content_box{
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
}
.service_style_one .content_box h3{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}
.service_style_one .content_box p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 25px;
}
.service_style_one .image_box{
    position: relative;
    margin-left: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.contact_block_one{
    position: relative;
    text-align: center;
    padding: 50px;
    padding-top: 0;
    margin-top: 50px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    height: calc(100% - 100px);
}
.contact_block_icon{
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    color: #fff;
    top: -50px;
    margin-bottom: -20px;
    display: inline-block;
    border-radius: 60px;
    background: linear-gradient(106deg, var(--theme-color) 11.27%, var(--secondary-color) 88.73%);
}
.contact_block_title h4{
    color: #111;
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 12px;
}
.contact_block_text p{
    color: #6A6A6A;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.contact_block_text p a{
    color: #6A6A6A;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.contact_block_text p a:hover{
    color: var(--theme-color);
}
.map_outer_box{
    position: relative;
    overflow: hidden;
    height: 520px;
    border-radius: 10px;
}
.contact_form{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.contact_form input:not([type=checkbox]),
.contact_form textarea{
    width: 100%;
    height: 60px;
    color: #6E6E6E;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 65px;
    border: 1px solid #E5E5E5;
    background: #FFF;
}
.contact_form textarea{
    height: 170px;
    border-radius: 20px;
}

h3.widget_title{
    color: #0D0D0D;
    font-family: var(--primary-font);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}


@-moz-keyframes scroll-left {
    0% { -moz-transform: translateX(0%); }
    100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}


/* my */
.range{
    width: 100%;
    accent-color: var(--secondary-color);
    cursor: pointer;
    margin: 10px 0;
    height: 2px;
}
/* Full track (background) */
.range::-moz-range-track {
    background: #b2b2b2;
    height: 2px;
    border-radius: 3px;
}

/* Filled portion */
.range::-moz-range-progress {
    background: linear-gradient(106deg, var(--theme-color) 20%, var(--secondary-color) 70%);
    height: 2px;
    border-radius: 3px;
}

/* Thumb */
.range::-moz-range-thumb {
    background: var(--secondary-color);
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    cursor: pointer;
}
.progress-bar{
    background: linear-gradient(106deg, var(--theme-color) 20%, var(--secondary-color) 70%);
}
.loan_info_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    color: #8fa3c8;
}
.loan-emi{
    font-size: 30px;
    font-weight: 700;
    color: var(--bs-light);
}
.loan_result{
    background: rgba(255, 255, 255, .07);
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
}
.loan_result p{
    color: var(--bs-white);
    font-weight: 700;
}
.form_card{
    padding: 30px !important;
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.06);
}
.light-hero {
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    padding: 80px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}
.tp-100{
    top: 100px;
}
.light-hero::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--redLight) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.light-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--redLight) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.light-hero .container {
    position: relative;
    z-index: 1;
}

.main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--primary-color);
    letter-spacing: -0.02em;
}

.main-heading span {
    color: var(--secondary-color);
}

.hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #475569;
    max-width: 540px;
}

/* Enhanced Feature Cards */
.feature-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    border-color: var(--secondary-color);
    box-shadow: 0 20px 25px -5px rgba(202, 16, 46, 0.1);
    transform: translateY(-8px);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: var(--redLight);
    color: var(--secondary-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-circle {
    background: var(--secondary-color);
    color: white;
    transform: rotate(-5deg);
}

/* Eligibility Panel Redesign */
.eligibility-panel {
    background: white;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    padding: 40px;
    border: 1px solid #f1f5f9;
    position: relative;
}
.eligibility-panel form{
    position: relative;
    z-index: 10;
}
.eligibility-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, var(--secondary-color), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.3;
    z-index: 1;
}
.bt-donut-card{
    position: relative;
    z-index: 2;
    background: #fff;
}
.bt-donut-summary{
    display: flex;
    align-items: center;
    gap: 24px;
}
.bt-donut-wrap{
    position: relative;
    width: 122px;
    height: 122px;
    flex: 0 0 122px;
    display: grid;
    place-items: center;
}

.bt-donut-chart {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:
        conic-gradient(
            #0f9960  var(--saved-pct),
            #c0392b var(--saved-pct) 0
            );
        /* conic-gradient(var(--secondary-color) var(--saved-pct), #0f9960 0); */

    box-shadow: inset 0 0 0 1px rgba(10, 31, 68, 0.06);
}
.bt-donut-chart::after{
    content: '';
    position: absolute;
    inset: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 18px rgba(10, 31, 68, 0.08);
}
.donut-center{
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #64748b;
}
.donut-center #bt-donut-pct{
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}
.bt-donut-table{
    flex: 1;
    min-width: 0;
}
.bt-donut-table td{
    padding: 6px 0;
    color: #475569;
    vertical-align: middle;
}
.bt-donut-table td:last-child{
    color: var(--primary-color);
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    padding-left: 16px;
}
@media only screen and (max-width: 575px){
    .bt-donut-summary{
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }
    .bt-donut-wrap{
        margin: 0 auto;
    }
}

.eligibility-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f1f5f9;
}

.eligibility-item:last-of-type {
    border-bottom: none;
}

.eligibility-item .label {
    font-weight: 700;
    color: var(--theme-color);
    font-size: 0.95rem;
}

.eligibility-item .value {
    font-weight: 500;
    color: #475569;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 100px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    width: fit-content;
    margin-bottom: 24px;
    border: 1px solid #f1f5f9;
}

.trust-badge i {
    color: #fbbf24;
}

.trust-badge span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
}

.apply-btn {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 16px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s;
}

.apply-btn:hover {
    background: #b00d27;
    transform: translateY(-3px);
}
.w-fit{
    width: fit-content;
}

.apply-hero {
    background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.apply-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: var(--redLight);
    border-radius: 50%;
    opacity: 0.6;
    z-index: 0;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
}

.highlight-red {
    color: var(--secondary-color);
}

.timeline-step {
    position: relative;
    padding-left: 60px;
    margin-bottom: 42px;
}

.timeline-step::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: -40px;
    width: 3px;
    background: #e0e0e0;
}

.timeline-step:last-child::before {
    display: none;
}

.timeline-dot {
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
    background: white;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.3rem;
    z-index: 2;
}

.form-container {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    padding: 25px;
    position: relative;
    z-index: 2;
}

.form-header {
    background: var(--theme-color);
    color: white;
    padding: 20px 28px;
    border-radius: 20px 20px 0 0;
    margin: -25px -25px 35px -25px;
}

.form-control, .form-select {
    border-radius: 12px;
    border: 2px solid #e9ecef;
    padding: 14px 18px;
    font-size: 1.02rem;
}

.form-control:focus, .form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 4px rgba(202, 16, 46, 0.12);
}

.submit-btn {
    background: linear-gradient(to right, var(--secondary-color), #e6394d);
    color: white;
    border: none;
    padding: 18px;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(202, 16, 46, 0.35);
}
.trust-line {
    font-size: 0.92rem;
    color: #666;
}
.iti--inline-dropdown{
    width: 100%;
}
.iti__selected-country-primary{
    background-color: transparent !important;
}
.iti--inline-dropdown .iti__dropdown-content{
    box-shadow: none !important;
    border-color: #E5E5E5 !important;
    border-radius: 30px !important;
}
.form-check-input{
    width: 1.2em;
    height: 1.2em;
}
.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.whatsapp{
    position: fixed;
    z-index: 99;
    background: #1DAA61;
    font-size: 30px;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
}
.effect-none:before, .effect-none:after{
    display: none;
}

.pp-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 40px;
    align-items: start;
    padding-top: 40px;
    padding-bottom: 60px;
}

.pp-section {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e8ee;
    margin-bottom: 20px;
    overflow: hidden;
}
.pp-section-head {
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--secondary-color) 100%);
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.pp-sec-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(239,111,30,0.2);
    border: 1px solid rgba(239,111,30,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary-color);
    flex-shrink: 0;
    font-family: var(--primary-font);
}
.pp-section-head h2 {
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}
.pp-section-body {
    padding: 24px;
}
.pp-section-body p {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 14px;
    line-height: 1.75;
}
.pp-section-body p:last-child { margin-bottom: 0; }
.pp-section-body h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 20px 0 8px;
    font-family: var(--primary-font);
}

.pp-list {
    list-style: none;
    margin: 8px 0 16px;
    padding: 0;
}
.pp-list li {
    font-size: 14px;
    color: #4a5568;
    padding: 8px 0 8px 22px;
    position: relative;
    line-height: 1.65;
    border-bottom: 1px solid #f2f5f9;
}
.pp-list li:last-child { border-bottom: none; }
.pp-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
    opacity: 0.5;
}

.pp-highlight {
    background: linear-gradient(135deg, #fff7ed, #fffdf5);
    border: 1px solid rgba(239,111,30,0.25);
    border-left: 3px solid var(--secondary-color);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0;
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.7;
}
.pp-highlight strong { color: var(--primary-color); }

.pp-info {
    background: #f2f5f9;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0;
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.7;
}
.pp-info strong { color: var(--primary-color); }

.pp-sidebar { position: sticky; top: 100px; }
.pp-sidebar-card {
    background: #fff;
    border: 1px solid #e5e8ee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}
.pp-sidebar-card h4, .pp-sidebar-card h3 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6a7a8c;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e8ee;
    font-family: var(--primary-font);
}
.pp-sidebar-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4a5568;
    text-decoration: none;
    padding: 7px 0;
    border-bottom: 1px solid #f2f5f9;
    transition: color 0.2s;
}
.pp-sidebar-link:last-child { border-bottom: none; }
.pp-sidebar-link:hover { color: var(--secondary-color); }
.pp-sidebar-link::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--secondary-color);
    opacity: 0.4;
    flex-shrink: 0;
}

.pp-contact-card {
    background: var(--theme-color);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}
.pp-contact-card h4, .pp-contact-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-family: var(--primary-font);
}
.pp-contact-card p {
    font-size: 12px;
    color: rgba(255,255,255,1);
    line-height: 1.6;
    margin-bottom: 10px;
}
.pp-contact-card a {
    color: #f5a654;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.pp-contact-card a:hover { color: var(--secondary-color); }

.pp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--redLight);
    border: 1px solid rgba(239,111,30,0.2);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12px;
    color: #8a4a10;
    width: 100%;
    margin-top: 6px;
    font-weight: 500;
}
.pp-badge:first-of-type { margin-top: 0; }

@media (max-width: 991px) {
    .pp-layout {
        grid-template-columns: 1fr;
    }
    .pp-sidebar { display: none; }
}
@media (max-width: 576px) {
    .pp-section-body { padding: 18px 16px; }
    .pp-section-head { padding: 14px 16px; }
}
.testimonials_page .testimonial_block_one {
    display: flex;
}

.testimonials_page .testimonial_block_one .inner_box {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 0;
    padding: 32px;
    border: 1px solid #E8EDF5;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgb(239 111 30 / 8%), transparent 42%),
        #fff;
    box-shadow: 0 14px 40px rgb(10 31 68 / 8%);
    transition: all .4s ease;
}

.testimonials_page .testimonial_block_one .inner_box:hover {
    transform: translateY(-4px);
    border-color: rgb(239 111 30 / 24%);
    box-shadow: 0 22px 55px rgb(10 31 68 / 12%);
}

.testimonials_page .testimonial_quote_icon {
    position: absolute;
    top: 24px;
    right: 26px;
    color: rgb(239 111 30 / 14%);
    font-size: 42px;
    line-height: 1;
}

.testimonials_page .testimonial_block_one .rating {
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}

.testimonials_page .testimonial_block_one .inner_box p {
    position: relative;
    z-index: 1;
    color: #6A6A6A;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 26px;
}

.testimonials_page .testimonial_block_one .author_box {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #E8EDF5;
}

.testimonials_page .testimonial_block_one .thumb_box {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border: 3px solid var(--redLight);
    background: #F8F9FA;
}

.testimonials_page .testimonial_block_one .thumb_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials_page .testimonial_block_one .author_info h5 {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 27px;
}

.testimonials_page .testimonial_block_one .author_info .designation {
    display: block;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

@media (max-width: 767px) {
    .testimonials_page .testimonial_block_one .inner_box {
        padding: 26px;
    }

    .testimonials_page .testimonial_quote_icon {
        top: 20px;
        right: 22px;
        font-size: 34px;
    }
}
