/* Global Css class Define Start */
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

section{
    position: relative;
}
.mt-30{
    margin-top: 1.5rem;
}
@media screen and (min-width:768px){
    .mt-30{
        margin-top: 2rem;
    }
}
.common-btn {
    padding: .5rem 2.5rem;
    line-height: 1.3;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.44px;
    box-shadow: none!important;
    font-family: "Roboto";
    max-width: 100%;
    width: auto;
}
.swiper-pagination-bullet-active{
    background-color: #F5841F!important;
}

/* Popup Section Common css */

.modal{
    inset: 0;
}
.modal-close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-close-btn img{
    width: 20px;
    height: 20px;
}



/* Hero (banner) Section Start */

.hero-section{
    padding-block:10px 0px;
    overflow: hidden;
}
.hero-section .swiper-slide> img{
    min-height: 400px;
    overflow: hidden;
    object-fit: cover;
}
.hero-section .overlay{
    position: absolute;
    inset: 0;
    background:#2f4160;
    opacity: .5;
}
@media screen and (min-width:768px){
    .hero-section .swiper-slide> img{
        height: max(38vw,30rem);
        max-width: 100%;
    }
    .hero-section{
        padding-block:40px 0px;
    }
}
.hero-section .carousel-caption {
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    width:clamp(19.5em,75%,50rem);
    margin-inline: auto;
}
.hero-section .carousel-caption .carousel-caption-title{
    font-size:clamp(1.4rem,3vw,3.5rem);
    color: #FC8403;
    line-height: 1.3;
    font-weight: 700;
}
.hero-section .carousel-caption p{
    color: #fff;
    font-weight: 400;
    font-size: clamp(1em,1.2vw,1.2rem);
}
.hero-section .carousel-caption .banner-btn{
    display: flex;
    gap: max(2vw,.75rem);
}
@media screen and (max-width:592px){
    .hero-section .banner-btn [type="button"]{
        padding: .75rem;
        font-size: 16px;
    }
}

.hero-section .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.hero-section .btn-white{
    color:#F5841F;
}

/* Marquee Section Start */

.marquee-section .marquee{
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    padding-top: max(1vw,.5rem);
}
.marquee-section .marquee li{
    display: inline-block;
    margin:10px 35px;
    text-align: center;
}
.marquee-section .marquee img{
    object-fit: contain;
    max-height: 150px;
}


/* Key Features Section Start */


.key-features-section{
    background-image:linear-gradient(360deg, #FDF6F2 0%, #FFFFFF 100%);
    overflow: hidden;
}
.key-features-section .container{
    margin-right: 0px;
    padding-right:0px;
    position: relative;
}

.key-features-section .swiper-button-next:after,
.key-features-section .swiper-button-prev:after{
    font-size: 16px;
    color: #fff;
    font-weight: 900;
}
.key-features-section .swiper-button-next,
.key-features-section .swiper-button-prev{
    border-radius: 50px;
    background: #fc8403;
    top: 28px;
    width: 40px;
    height: 40px;

}

.key-features-section .swiper-button-prev{
    right: 60px;
    left: auto;
}
@media screen and (min-width:1680px){
    .key-features-section .container{
        margin-right: auto;
        padding-right:var(--bs-gutter-x, 0.75rem);
    }
}

.key-features-section .key-features-swiper .swiper-pagination {
    position: relative;
    padding-top:1.5rem ;
}

.key-features-section .swiper-slide{
    height: auto;
    display: flex;
}
.key-features-section .key-features-card{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    padding:25px 20px;
    margin-bottom: .25rem;
}
.key-features-section .key-features-card-body p {
    font-size: 16px;
    margin-top: .5rem;
    padding-bottom: 0px;
}
.key-features-section .key-features-icon{
    background-color: #FC8403;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: grid;
    animation: myAnim 5s linear 1s infinite alternate-reverse forwards;

}
.key-features-section .key-features-icon img{
    height: 42px;
    place-self: center;

}

@keyframes myAnim {
    50% {
        transform: scale(0.75);
        box-shadow: 0px 0px 12px -2px rgb(252, 132, 3);
    }

    100% {
        transform: scale(1);
        box-shadow: 0px 0px 12px -6px rgb(252, 132, 3);
    }
}



/* Our Benefits Section  */

.our-benefits-section .our-benifits-image{
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    overflow: hidden;
}
.our-benefits-section .our-benifits-image img{
    width:95%;
    object-fit: cover;
}
.our-benefits-section .our-benifits-boxs{
    margin-left: auto;
}
.our-benefits-section .benifits-widget{
    padding-left: 2rem;
    margin-top: 1rem;
    color:#202124
}
.our-benefits-section .benifits-widget h4{
    color:#202124;
    position: relative;
}
.our-benefits-section .benifits-widget h4:after{
    content: url("../images/assesment_services/check-circle-svgrepo-com.svg");
    position: absolute;
    left: -2rem;
    top: 5px;
}



/* Service Section and Blog Section On use Common Css Start *//* ---------- !important --------------- */

@media screen and (max-width:768px){
    .custom-card-box{
        margin-bottom: 2.25rem;
    }
}
.custom-card-box .custom-card-img{
    width: 100%;
    overflow: hidden;
}
.custom-card-box .custom-card-img img{
    object-fit: cover;
    height: 270px;
    width: 100%;
    transition: all .3s ease-in-out;
}
.custom-card-box:hover .custom-card-img img{
    transform: scale(1.1);
}
.custom-card-box .custom-card-title{
    font-size: clamp(1.2rem,1.74vw,1.65rem);
    color: #202124;
}
.custom-card-box .custom-card-title a{
    color: #202124;
    font-size: 20px;
    text-decoration: none;
}

/* Service Section and Blog Section On use Common Css End */



/* Plan Section Start */

.plan-section .plan{
    border: 1px solid #FEDFCE;
}

/* Most Popular Plan Css  Start */
.plan-section .most-popular {
    background-color: #F5841F;
    color: #fff;
    text-align: center;
    padding-block: .35rem;
    position: absolute;
    top: -33px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    left: 0;
    right: 0;
    z-index: 1;
}
.plan-section .most-popular-plan .plan{
    border-color: #f5841f;
    transform: scaleY(1.05);
    margin-top: 7px;
}
.plan-section .most-popular-plan {
    position: relative;
}

/* Most Popular Plan Css  End */

.plan-section .service-plan-tab{
    margin: 3rem auto max(5vw,3rem);
}
.plan-section .service-plan-tab button{
    border-left: 1px solid #E6D7CE;
    color:#202124;
    position: relative;
    background: #FDF6F2;
    padding-inline:1rem;
}
.plan-section .service-plan-tab li:nth-child(1) button{
    border-radius: 8px 0px 0px 8px;
}
.plan-section .service-plan-tab li:nth-child(3) button{
    border-radius: 0px 8px 8px 0px;
}
.plan-section .service-plan-tab li button.active,
.plan-section .service-plan-tab li button:hover{
    background-color: #F5841F;
    color: #fff;
}
.plan-section .service-plan-tab li button.active::after{
    content: '';
    border-top: 8px solid #F5841F;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    width: 20px;
    height: 20px;
    inset:auto 0 -18px 0;
    margin-inline:auto;
}
.plan-section .plan-row{
    flex-wrap: nowrap;
}
@media screen and (max-width:992px){
    .plan-section .plan-tab-content{
        overflow-x:auto;
        padding-block:2.5rem;
    }
    .plan-section .plan-row .col{
        flex:0 0 295px
    }
}
.plan-section .plan-info{
    text-align: center;
    color: #333333;
    padding-block:1.25rem;
}
.plan-section .plan-price,.per-month{
    color: #333333;
    padding-bottom:0px;
    display: block;
}
.plan-section .plan-info .btn{
    margin-block: 1.2rem .75rem;
}
.plan-section .trial-link{
    color: #FC8403;
    display: block;
    text-decoration: none;
    font-weight: 500;
}
.plan-section .plan-provied li{
    border-top: 1px solid rgb(252, 132, 3, .25);
    padding: .5rem .75rem;
    color: #202124;
    font-family: "Roboto";
    font-weight: 400;
    list-style: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (min-width:592px){
    .plan-section .plan-provied li{
        font-size: 1rem;
        padding: .5rem 1rem;
    }
}


/* Plan Section in Use tooltip */

.plan-section .plan-tooltip span img {
    width: 14px;
}
.tooltip-inner{
    background: #FFFFFF;
    border: 1px solid #F5841F;
    font-size: 13px;
    color:#202124;
    border-radius: 6px;
}
.bs-tooltip-top .tooltip-arrow::before{
    border-top-color:#F5841F!important
}
.bs-tooltip-bottom .tooltip-arrow::before{
    border-bottom-color:#F5841F!important
}
.bs-tooltip-start .tooltip-arrow::before{
    border-left-color:#F5841F!important
}
.bs-tooltip-end .tooltip-arrow::before{
    border-right-color:#F5841F!important
}



/* FAQ Section  */

.faq-section .accordian-faq{
    padding: max(2vw,1rem) max(3vw,1.5rem);
}
.faq-section .faq-section-title{
    color: #B4B4B4;
    margin-bottom: 1rem;
    font-weight: 400;
}
.faq-section .faq-multi-section{
    margin-block:1.5rem;
}
.faq-section .faq-multi-section .accordion-button{
    border-color: #E3E3E3;
    box-shadow: none!important;
    gap: 1rem;
}
.faq-section .accordion-body p{
    font-size: 1rem;
    margin-block:.35rem;
}
.faq-section .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url(../images/assesment_services/top-arrow.svg);
    transform: rotate(0deg);
    margin-bottom: 0px;
}
.faq-section .accordion-button::after{
    content: "";
    background-image: url(../images/assesment_services/bottom-arrow.svg);
    margin-bottom: 0px;

}


/* People Slider Start */

.people-say-section .container{
    width: clamp(20em,85%,53rem);
    margin-inline:auto;
}
.people-say-section .people-slider{
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 24px #A1A1A129;
    padding:max(3vw,2rem) max(2vw,1.5rem);
    margin-bottom: .5rem;
    overflow: hidden;
}
.people-say-section .people-image{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

@media screen and (min-width:992px){
    .people-say-section .people-slider-content{
        display: grid;
        color: #333333;
    }
    .people-say-section .people-image{
        width: 130px;
        height: 130px;
    }
}
.people-say-section .swiper-pagination{
    bottom: auto!important;
}
.people-say-section .people-image img{
    object-fit: cover;
    width: 130px;
    height: 130px;
}
.people-say-section .quote-image{
    width: 25px;
    display: inline-block;
    margin-bottom: 1rem;
}
.people-say-section .people-comment{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.people-say-section .people-comment h6{
    color:#333333;
}
.people-say-section .people-logo-images img {
    width: 150px;
}

/* free_demo_form Popup Form */

.free_demo_form .demo_field{
    margin-bottom: 1.25rem;
}
.free_demo_form .demo_field .form-control{
    border: 1px solid #333333;
    border-radius: 6px;
    box-shadow: none!important;
    padding:10px;
    font-size: 1rem;
}
.free_demo_form .demo_field .form-control::placeholder{
    color:#333333;
    opacity: .5;
}
.watch-content img{
    max-width: 830px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 992px){
    .plan-section .plan-row .col {
        width: 100%;
        flex: unset;
        margin-bottom: 65px;
    }
    .plan-section .plan-row {
        flex-wrap: wrap;
    }
}
