@font-face {
    font-family: 'open-sans-light';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open-sans-bold';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open-sans-extrabold';
    src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open-sans-medium';
    src: url('fonts/OpenSans-Medium.woff2') format('woff2'),
        url('fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open-sans-semibold';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open-sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-bold';
    src: url('fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-black';
    src: url('fonts/Inter18pt-Black.woff2') format('woff2'),
        url('fonts/Inter18pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-extrabold';
    src: url('fonts/Inter18pt-ExtraBold.woff2') format('woff2'),
        url('fonts/Inter18pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-extralight';
    src: url('fonts/Inter18pt-ExtraLight.woff2') format('woff2'),
        url('fonts/Inter18pt-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-light';
    src: url('fonts/Inter18pt-Light.woff2') format('woff2'),
        url('fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-medium';
    src: url('fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-regular';
    src: url('fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-semibold';
    src: url('fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inter-thin';
    src: url('fonts/Inter18pt-Thin.woff2') format('woff2'),
        url('fonts/Inter18pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

img {
    max-width: 100%;
}
div#wpadminbar {display: block !important;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    background-color: #fff;
    font-family: 'inter-regular';
}

.jcc{
    justify-content: center;
}
.jsb{
    justify-content: space-between;
}
.aic{
    align-items: center;
}

.d-flex{
    flex-wrap: wrap;
}
/* Gradient Background */
.hero-section {
    display: flex;
    align-items: center;
    padding: 40px 0 80px;
    height: fit-content;
}
.hero-content h1 {
    font-weight: 700;
    font-size: 50px;
    color: #000;
    text-align: center;
    font-family: 'open-sans-bold';
    margin-top:100px;
}
.hero-content p {
    font-size: 24px;
    color: #000;
    margin: 20px auto;
    text-align: center;
    max-width: 80%
}
.container{
    max-width: 1410px
}
.btn-demo {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 25px;
    transition: 0.3s ease;
}
.btn-demo:hover {
    background: #f8f8f8;
    color: #000;
}
.hero-section .btn-demo{
    
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 15px 50px;
}

/* Video Box */
.video-box {
    font-size: 0;
    position: relative;
}
.video-box .bnr-v{
    box-shadow: 0px 4px 50px 0px #F3A95340;
    height: 580px;
    border-radius: 38px;
    width: 100%;
    object-fit: cover;
}

.video-box img {
    width: 100%;
    height: auto;
    display: block;
}

.video-play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-play-btn::before {
    content: '';
    border-style: solid;
    border-width:18px 0 18px 30px;
    border-color: transparent transparent transparent #FA1C47;
    margin-left: 8px;
}
.benefits-section {
    background: #F6F9FC;
    padding: 60px 0 80px;
}
.benefits-section h2 {
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'open-sans-bold';
    font-size: 30px;
}
.benefit-box {
    padding:40px;
    position: relative;
}
.benefit-box:before{
    content: "";
    background: linear-gradient(180deg, #9A6EEB 6%, #97A5F6 31%, #FFD086 61%, #AD65CC 100%);
    width: 3px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.benefit-box:last-child:before {
    display: none;
}

.benefit-box h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #122C46;
    font-family: 'open-sans-bold';
    font-size: 24px;
}

.benefit-box p {
    font-size: 16px;
    color: #403F3F;
    line-height: 1.3;
}
.steps-section {
    background-image: url('../images/vector1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 210px 0 180px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.steps-section h2 {
    font-family: 'open-sans-light';
    font-size: 30px;
    margin:100px 0 15px
}
.steps-section .step-content{
    padding: 25px;
    background-color: #06182C;
    border-radius: 30px;
    border: 1px solid #245E98
}
.steps-section p.subtitle {
    font-size: 16px;
    color: #dbdbdb;
    margin-bottom: 35px;
    font-family: 'inter-light';
}
.step-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}
.step-number {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #9CA5EE;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 30px;
    font-family: 'open-sans-light';
    position: relative;
    z-index: 111
}

.step-box:before{
    content: '';
    background: #9CA5EE;
    width: 4px;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 31px;
    z-index: -1
}
.step-box:first-child:before{
    display: none;
}
.step-box.active-count:before,
.step-box.active-count .step-number{
    background: #0C2E4E;
}
.step-content h5 {
    margin-bottom: 5px;
    font-size: 25px;
    font-family: 'open-sans-light';
    color:#fff;
}

.step-content p {
    font-size: 15px;
    color: #DBDBDB;
    margin: 0;
    font-family: 'inter-light';
}
.steps-section .col-lg-6{
    padding: 0 20px
}
.btn-sales {
    border: 2px solid #A93AEE;
    background: #A93AEE;
    padding: 16px 50px;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
    font-family: 'inter-bold';
    font-size: 18px;
    margin-left: 80px;
}
.btn-sales:hover {
    background: transparent;
    border:2px solid #A93AEE;
}

.steps-img{
    height: 100%;
    width: 100%;
}
.steps-img img {
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    display: block;
    border-radius: 32px;
    height: 80%;
    object-fit: cover;
}
.testimonial-section {
    padding: 0 0 120px;
    background: #fff;
    overflow: hidden;
}

.testimonial-section h2 {
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'open-sans-bold';
    font-size: 30px;
}

.testimonial-box {
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    height: 100%;
}
.testimonial-content .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-logo {
    flex-shrink: 0;
    width: 170px;
    height: 170px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.testimonial-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.testimonial-content h5 {
    font-weight: 600;
    color: #A93AEE;
    font-family: 'inter-bold';
    font-size: 22px;
    text-align: left;
}

.stars { 
    display: flex;
    align-items: center;
    color: #d9d9d9;
    font-size: 24px;
    margin-bottom: 10px
}
.stars .checked-star{
    color: #4911D2
}

.testimonial-content p {
    font-size: 16px;
    color: #403F3F;
    margin-bottom: 10px;
    text-align: left;
    line-height: 30px
}

.testimonial-author {
    font-style: italic;
    font-family: 'inter-bold';
}

/* Slick dots styling */
.slick-dots li button:before {
    background-color: #cecece;
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 11px;
    width: 11px;
    border-radius: 50%;
}
.slick-dots li button{
    width: 20px;
    height: 20px;
    background: #CECECE;
    padding: 0;
    border-radius: 50%;
    position: relative;
}
.slick-dots li.slick-active button:before {
    background-color: #6a11cb;
}

.faq-section {
    background: #f8f9fb;
    padding: 70px 0;
}

.faq-section h2 {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'open-sans-bold';
    font-size: 30px;
}

.accordion-button {
    font-weight: 500;
    color: #403F3F!important;
    background: transparent!important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 20px;
    font-family: 'inter-bold';
    padding-bottom:33px;
    padding-top: 33px;
    gap:10px;
}

.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after{
    background-image: url('../images/plus.png');
    transform: unset!important;
    background-size: 15px;
    background-position: center center;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../images/minus.png');
}
.accordion-button:not(.collapsed) {
    color: #6a11cb;
    background-color: #f5f5f5;
}

.accordion-body {
    font-size: 16px;
    color: #403F3F;
    line-height: 20px;
    padding-top: 0
}

#faqAccordion .accordion-item{
    border: 0;
    margin-bottom: 0;
    background:transparent;
    border-bottom: 2px solid #B7D3EF;
    border-radius: 0
}
#faqAccordion .accordion-item:last-child{
    border-bottom: 0
}
.trusted-section {
  padding: 50px 0 0;
}

.trusted-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'open-sans-bold';
    font-size: 30px;
}

.logo-slider {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 35px 0!important
}
.logo-slider img {
    max-height: 60px;
    margin: auto;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.logo-slider img:hover {
    filter: grayscale(0%);
}

.slick-slide {
    text-align: center;
}

.cta-box {
    background: linear-gradient(85.1deg, #9A6EEB 0.18%, #97A5F6 30.87%, #FDD9A1 60.58%, #AD65CC 97.85%);
    border-radius: 30px;
    padding: 4.8rem;
    text-align: center;
    color: #000;
    max-width: 900px;
    margin: auto;
}
.cta-box h5 {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'open-sans-bold';
    font-size: 30px;
}
.c-cls{
    padding: 60px 0;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.btn-demo {
    background: #fff;
    border: none;
    color: #000;
    padding:0.8rem 3rem;
    border-radius: 2rem;
    font-weight: 500;
    transition: 0.3s;
}
.btn-demo:hover {
    background: #f1f1f1;
}
.cta-buttons .btn-demo{
    padding: 0.9rem 3rem;
    font-size: 16px;
}
.btn-interview {
    background: #A93AEE;
    color: #fff;
    padding: 0.8rem 3rem;
    border-radius: 2rem;
    font-weight: 500;
    transition: 0.5s;
    font-size: 16px;
    border: 1px solid #A93AEE;
    font-family: 'inter-bold'
}
.btn-interview:hover {
    background: transparent;
    color: #A93AEE
}
.footer {
    background-color: #0b2a47;
    color: #fff;
    padding: 3rem 1rem 1rem;
}
.footer .logo-f img{
    height: 40px;
    width: auto;
    object-fit: contain;
}
.footer h5 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 22px;
    font-family: 'open-sans-bold'
}
.footer .box{
    width: 50%
}
.footer p{
    line-height: 30px;
    font-size: 16px;
    padding-top: 16px;
}
.footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    padding: 6px 0;
    display: block;
}
.footer a:hover {
    color: #adb5bd;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 0.5rem;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #fff;
    padding: 10px
}
.social-icons a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-icons a:hover {
    background: #1c4a6d;
}
.footer-bottom {
    padding: 1.4rem;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #031A30
}
.social-icons{
    margin-top: 25px;
    display: flex;
    gap:8px;
}
.navbar-custom {
    padding: 1.8rem 2.6rem;
}
.navbar-brand img{
    height: 38px;
    width: auto;
    object-fit: contain;
}
.navbar-brand {
    background-color: transparent;
}
.nav-link {
    color: #fff !important;
    font-weight: 600;
    margin: 0 1.2rem;
    transition:all 0.5s;
    border-bottom: 2px solid transparent;
    padding:10px 0!important;
    font-family: 'inter-bold';
}
.nav-link:hover,
.active-nav .nav-link {
    border-bottom: 2px solid #fff;
}
.btn-demo {
    font-family: 'inter-bold';
    background: #fff;
    color: #392A59;
    font-weight: 500;
    border-radius: 2rem;
    padding: 0.5rem 2rem;
    border: none;
    transition:all 0.5s;
    border: 1px solid transparent
}
.btn-demo:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
header{
    background-image: url('../images/vector7.png');
    background-size: 100% 79%;
    background-repeat: no-repeat;
}

/* 3rd and 4th step-box */


.count-boxes .step-box:last-child .step-number,
.count-boxes .step-box:nth-last-child(2) .step-number {
  background-color: #0C2E4E; 
}
.accordion-header {
    margin-bottom: 0 !important;
}

.banner-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* calender page  */
.cal-section .head{
    max-width: 100%;
    margin: auto;
    padding: 50px 0
}
.cal-section .head h2{
    font-weight: 700;
    font-size: 55px;
    color: #000;
    text-align: center;
    font-family: 'open-sans-bold';
    margin-bottom: 30px; 
     max-width: 520px;
     margin: auto;
}
.cal-section .head p{
    font-size: 1rem;
    color: #000;
    margin: 20px auto;
    text-align: center;
     max-width: 520px;
}
.cal-section .cal-main{
    background-color: #F6F9FC;
    padding: 80px;
    text-align: center;
    margin-bottom: 60px
}
.cal-section .container{
    max-width: 80%
}
header.calender-head{
    background-size: 100% 80%
}

.navbar-nav .current-menu-item > .nav-link,
.navbar-nav .current_page_parent > .nav-link {
  border-bottom: 2px solid #ffffff; 

}

ul.header-btn-demo {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

/* 22-09-25 A  */

.footer .main-box
{
    display: flex;
    justify-content: flex-end;
}
.calendly-inline-widget {
    margin-top: -50px;
}
.calendly-inline-widget { margin-top: -50px;}
.cal-section .container {  max-width: 96%;}

/* 23-09-25 A  */

/* privacy-policy page  */

section.privacy-section

 {
    padding: 70px 0px 150px;
}
.privacy-heading h2
{
font-weight: 700;
    font-size: 52px;
    color: #000;
    text-align: center;
    font-family: 'open-sans-bold';
    margin-bottom: 30px;
    max-width: 520px;
    margin: auto;
}
.privacy-content
{
    padding: 50px 0px;
}
.privacy-content .text-content p {
    font-family: 'inter-regular';
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.privacy-content .text-content p a
{
    color: #A93AEE;
    
}
.privacy-content .text-content p:before {
    position: absolute;
    content: "";
    background-color: #A93AEE;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 6px;
    left: 0px;
}

/* 01-10-25 A  */

.hero-section .container .row
{
    flex-direction: column;
}
.video-box {
    
    margin-top: 155px;
}
