* {
    margin: 0;
    padding: 0;
}

body {
    color: var(--bodycolor);
    font-size: var(--font20-16);
    font-family: var(--font_inter);
    line-height: normal;
    overflow-x: hidden;
    font-weight: 400;
}

::selection {
    color: var(--white);
    background: var(--primary);
}

::-moz-selection {
    color: var(--white);
    background: var(--primary);
}

ul {
    list-style: none;
}

a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button::-moz-focus-inner {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3, h4 {
    font-weight: 700;
}

h1 {
    font-size: var(--font75);
    line-height: 120%;
    letter-spacing: -3px;
}

h2 {
    font-size: var(--font56);
    letter-spacing: -2.8px;
    line-height: 110%;
}

h3 {
    font-size: var(--font42);
    letter-spacing: -1.68px;
    line-height: normal;
    color: var(--primary)
}
h4 {
    font-size: var(--font32);
    letter-spacing: -1.28px;
    line-height: normal;
}
h5 {
    font-size: var(--font24);
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.2px;
}
.main-container {
    max-width: 1020px;
    width: 90%;
    margin: 0 auto;
}
.section-pt {
    padding-top: var(--space65);
}

.section-pb {
    padding-bottom: var(--space65);
}

.img-contain,
.img-cover {
    width: 100%;
    height: 100%;
    display: block;
}

.img-cover {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.btn {
    font-size: var(--font18);
    color: var(--white);
    font-weight: 700;
    border: 2px solid transparent;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: var(--secondary);
    padding: 18px 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5px;
}
.btn:hover, .btn:focus, .btn:focus-visible{
    background: transparent;
    border-color: var(--black);
    color: var(--black);
}
.btn-sm, .btn-sm:focus{
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 16px 28px;
    font-size: var(--font22-16);
    letter-spacing: -0.44px;
    border-radius: 50px;
}
.btn span {
    font-weight: 400;
}
.section-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sec-head {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.vi-feature-style-4 .sec-head h2 {
    display: flex !important;
    align-items: start;
}
.sec-head sup {
    font-size: var(--font22-16);
    font-weight: 800;
    letter-spacing: normal;
    top: 0.5em;
}
.feature-wrap {
    display: flex;
    flex-direction: column;
}
.modal-backdrop.show {
    opacity: 0.7;
}
small {
    font-size: var(--font14);
    font-style: italic;
    text-align: center;
}

/* ---------------- Animation ------------------ */
.main-svg {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.animated-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.main-svg svg {
    overflow: visible;
    display: block;
    width: 100%;
}

/* ------------------------- Header ------------------------- */
header {
    padding: 20px 3.125rem 4.875rem;
}
.head-logo {
    max-width: 230px;
}

/* -------------------------footer------------------------- */
footer{
    background: var(--darkblue);
    font-weight: 300;
}
.ftr-wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ftr-logo {
    display: flex;
    justify-content: center;
}
.ftr-logo img{
    max-width: 190px;
}
.ftr-content{
    display: flex;
    flex-direction: column;
    gap: 26px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ftr-content p{
    font-size: var(--font13);
    line-height: 18px;
}
.ftr-copyright p{
    font-size: var(--font12);
}
footer,footer p a {
    color: var(--mediumblue);
}
footer p a:hover {
    color: var(--primary);
}
.ftr-content p br {
    display: none;
}

/* ------------------- banner ------------------- */
.banner-sec-style-1{
    position: relative;
    width: 100%;
    background: var(--azure);
}
.banner-caption-wrap {
    padding-bottom: 3.25rem;
}
.banner-caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.banner-caption h5 {
    font-weight: 700;
}

/* ------------------ feature style 2 ------------------- */
.vi-feature-style-2 {
    margin-bottom: 11rem;
}
.vi-feature-style-2 p{
    font-size: var(--font20-16);
    font-weight: 400;
    margin-bottom: 24px;
}
.vi-feature-style-2 h4{
    font-size: var(--font40);
    color: var(--black);
    letter-spacing: -1.2px;
    font-weight: 700;
    margin-bottom: 10px;
}
.video-wrap{
    position: relative;
    margin-bottom: -7.5rem;
}
.video-wrap img{
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.video-wrap .card-btn{
    height: 100px;
    width: 100px;
}
.video-thumbnail{
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 13px; 
    left: 12px;
}

/* -----------modal video style------------- */

.modal-video iframe{
    height: 100%;
    width: 100%;
}

.vi-feature-style-2 .modal-video-wrap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
 
.modal-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap button,
.feature-card button{
    border: none;
}

.modal-header{
    justify-content: flex-end;
}

.modal .modal-btn {
    display: flex;
    justify-content: end;
    border-radius: 24px;
}

.vi-feature-style-2 .modal .modal-header button svg {
    height: 35px;
    width: 35px;
}
.vi-feature-style-2 .modal .modal-header button svg path{
    fill: var(--white);
}
.card-btn img{
    height: 37px;
    width: 37px;
}
.card-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--red);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.card-btn img {
    max-width: 37px;
    width: 100%;
    object-fit: contain;
}
.modal .close-btn {
    background: transparent;
    border: 0;
    width: 35px;
    height: 35px;
    margin: 0 0;
    border-radius: 0;
    opacity: 1;
    padding: 0;
}
.vi-feature-style-2 .modal-content{
    background-color: transparent;
    border: 0;
}
.modal-content{
    /* background-color: transparent; */
    border: 0;
}
.modal-header{
    border: 0;
}

.popup-content-main-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4.5rem;
}

.popup-card .card-btm .card-number{
    font-size: var(--font35);
    border-right: 1px solid var(--black);
    padding-right: 7px;
    letter-spacing: -0.7px;
    color: #9B9B9B;
    text-box: trim-both cap alphabetic;
}

.popup-card .card-btm p{
    letter-spacing: -0.36px;
    font-size: var(--font18);
    font-weight: 700;
}

.popup-card .card-btm{
    gap: 5px;
}
.popup-content-main-wrap:last-child .popup-card{
    border-bottom: 0;
}
.popup-card {
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 30px 0;
    justify-content: space-between;
    text-align: start;
    border-bottom: 1px solid #8F8F8F;
    height: 100%;
}

.popup-card h3 {
    color: var(--secondary);
    font-size: var(--font22);
    margin-bottom: 12px;
}

.popup-card .card-btm p{
    margin-bottom: 0;
}
.popup-card p{
    font-size: var(--font16);
    color: var(--secondary);
    margin-bottom: 40px;
}

.popup-content-main-wrap button{
    padding: 0;
    border: 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 100%;
    background: transparent;
    position: relative;
}

.popup-content-main-wrap button .popup-btn{
    position: absolute;
    right: 0;
    bottom: 22px;
    width: 33px;
    height: 33px;
}
.content-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vi-feature-style-9 .content-panel {
    gap: 3.25rem;
}

/* ----------- Floating Button ------------- */

.floating-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
    align-items: end;
}
.floating-btn a{
    width: auto;
}

.floating-btn .btn{
    font-size: max(0.975rem, min(3vw, 1.5rem));
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* ----------- Feature Style 3 ------------- */
.vi-feature-style-3 .line-1 {
    margin-top: 5.125rem;
}
.vi-feature-style-3 p {
    margin-top: 10.3125rem;
}
.vi-feature-style-3 .line-2 {
    width: 73%;
    margin-left: 14%;
}

/* ----------- Feature Style 4 ------------- */
.vi-feature-style-4 h6 {
    font-size: max(1.55rem, min(3vw, 2.3425rem));
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -1.11px;
    color: var(--mediumGray);
}
.vi-feature-style-4 h6 span {
    font-weight: 700;
}
.vi-feature-style-4 p {
    color: var(--lightGray);
}

/* ----------- Feature Style 6 ------------- */
.list-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.list-card {
    display: flex;
    align-items: center;
}
.list-num, .list-text {
    background: var(--pistachio);
    padding: 20px;
}
.list-card:nth-child(2) .list-num, .list-card:nth-child(2) .list-text {
    background: var(--pale-teal);
}
.list-card:nth-child(3) .list-num, .list-card:nth-child(3) .list-text {
    background: var(--beige);
}
.list-card:nth-child(4) .list-num, .list-card:nth-child(4) .list-text {
    background: var(--lavender);
}
.list-num {
    font-weight: 700;
    border-radius: 130px;
    aspect-ratio: 1 / 1;
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    -ms-border-radius: 130px;
    -o-border-radius: 130px;
}
.list-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 45px;
    width: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.list-text p {
    font-weight: 700;
}
.list-text span {
    font-size: var(--font14);
}

/* ----------- Feature Style 8 ------------- */
.value-stack-panel {
    position: relative;
    padding: 7.5rem 5.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.rounded-border, .value-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* border-radius: 720px;
    -webkit-border-radius: 720px;
    -moz-border-radius: 720px;
    -ms-border-radius: 720px;
    -o-border-radius: 720px; */
}
/* .rounded-border {
    border: 1px solid #CCBCAE;
} */
.value-bg {
    /* background: rgba(255, 244, 233, 0.64); */
    z-index: -1;
}
.value-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.value-card {
    background: var(--light-Beige);
    border-radius: 50px;
    border: 1px solid #D9D5CE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 22px;
    gap: 6.875rem;
}
.value-card p {
    margin-bottom: 0;
    text-wrap-style: balance;
}
.value-card p:last-child {
    white-space: nowrap;
}
.value-stack-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}
.value-card.total-value {
    background: var(--burlywood);
    font-weight: 700;
    color: #4A402A;
    border: 0;
}

/* --------------------- feature-style-1 ------------------- */
 
.feature-style-1 .content-panel {
    gap: 1.5625rem;
}
 
.feature-style-1 .split-content p:first-child{
    margin-bottom: 1.25rem;
}
.feature-style-1 .img-wrap{
    position: relative;
}
.large-circle{
    position: absolute;
}
.large-circle {
    bottom: 4px;
    left: 0;
    z-index: -1;
    max-width: 67%;
    width: 100%;
}
/* .medium-circle {
    max-height: 184px;
    max-width: 188px;
} */
.small-circle {
    mix-blend-mode: multiply;
    margin-left: -50px;
    /* max-width: 125px;
    max-height: 125px; */
 
}
 
.name-text p{
    color: var(--blackTwo);
    font-size: var(--font18);
    font-weight: 700;
    line-height: 95%;
    display: inline-block;
    margin: 5px 0 0;
    padding: 5px 10px;
    text-align: left;
    background: #dbf6ff;
}
.name-text h2{
    font-size: max(2.2rem, min(9vw,  4.6875rem));
    color: #11a0f0;
    line-height: 86%;
}
.name-text-img {
    top: 0;
    bottom: 4%;
    display: flex;
    align-items: flex-end;
    right: -31%;
}
.bottom-img-wrap {
    position: absolute;
    right: 4%;
    top: 76%;
    display: flex;
    align-items: end;
    justify-content: end;
}
.shankar-img {
    position: relative;
}
.name-text {
    position: absolute;
    bottom: 4%;
    z-index: 1;
    left: 29%;
}
/* ----------------feature style 6------------------ */
 
.feature-style-6 .sec-img {
    max-width: 265px;
    width: 100%;
}
.feature-style-6 .sec-top p{
    font-size: var(--font24);
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1.2px;
    text-align: center;
    margin-bottom: 0;
}
.feature-style-6 .sec-top{
    display: flex;
    flex-direction: column;
    gap: 2.0625rem;
    justify-content: center;
    align-items: center;
}
.feature-style-6 .btm-heading h3{
    font-size: var(--font36);
    font-weight: 700;
    letter-spacing: -1.44px;
    text-align: center;
}
.feature-style-6 .content-panel{
    gap: 2.375rem;
}
/* ---------------- feature-style-5 ------------------ */
 
.feature-style-5 .btm-heading{
    text-align: center;
}
.feature-style-5 .feature-card p{
    font-size: var(--font24);
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.2px;
}
.feature-style-5 .card-img{
    max-width: 46px;
    max-height: 37px;
    width: 100%;
    margin-top: -10px;
}
/* .feature-style-5 .card-img img{
    width: 46px;
    height: 37px;
} */
.feature-style-5 .feature-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.feature-style-5 .content-panel {
    gap: 3.75rem;
}
.feature-style-5 .content-wrap {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 5.3125rem;
}
/* ---------------- feature-style-7 ------------------ */
.vi-feature-style-7 .card-img{
    max-width: 150px;
    width: 100%;
}
.vi-feature-style-7 .feature-card p{
    font-size: var(--font18);
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.9px;
    margin-bottom: 0;
}
.vi-feature-style-7 .feature-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /* padding: 1rem 2rem; */
}
.vi-feature-style-7 .card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vi-feature-style-7 .line-8{
    display: flex;
    margin: 5rem 1rem 2rem auto;
}
.vi-feature-style-7 .card-2{
    padding: 0 1.5rem;
}
.vi-feature-style-7 .line-9{
    display: flex;
    margin: 5.1rem -1px 0 -80px;
}



html.is-loading body,
html.is-loading #smooth-wrapper {
  opacity: 0;
  visibility: hidden;
}

html.is-loaded body,
html.is-loaded #smooth-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease;
}


/* ------------------------ */

.modal .modal-btn {
    display: flex;
    justify-content: end;
    border-radius: 24px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-backdrop.show {
    opacity: 0.9;
}
.thanku-caption {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.thanku-caption .sec-head {
    gap: 12px;
}
.thanku-caption .sec-head h2 {
    color: var(--primary);
    font-size: var(--font75);
}
.thanku-caption .sec-head h4 {
    font-weight: 700;
}
.thanku-content sup {
    font-size: 10px;
    top: -8px;
}
.PaymentButton-contents.svelte-ekc7fv.svelte-ekc7fv {
    padding: 10px 28px 8px 44px !important;
    background: var(--azure) !important;
}
.PaymentButton--rzp-light-standard.svelte-ekc7fv.svelte-ekc7fv {
    background:var(--azure) !important;
    border-color:var(--azure) !important;
}
.PaymentButton-text.svelte-ekc7fv.svelte-ekc7fv {
    font-size: 1.125rem !important;
}
.PaymentButton-securedBy.svelte-ekc7fv.svelte-ekc7fv {
    font-size: 10px !important;
}
.PaymentButton.svelte-ekc7fv.svelte-ekc7fv {
    min-width: 200px !important;
    height: 50px !important;
}
.flip-svg{
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
svg.svelte-ekc7fv.svelte-ekc7fv {
    margin: 12px 11px !important;
}
.PaymentButton--rzpTheme.svelte-ekc7fv .PaymentButton-contents.svelte-ekc7fv {
    background: var(--azure);
}
.banner-sec-style-1 .PaymentButton--rzp-light-standard.svelte-ekc7fv.svelte-ekc7fv {
    background: var(--white) !important;
    border-color:var(--white) !important;
}
.banner-sec-style-1 .PaymentButton-contents.svelte-ekc7fv.svelte-ekc7fv {
    background: var(--white) !important;
}
.vi-feature-style-7 .line-9 {
    display: flex;
    margin: 5rem -2rem 2rem auto;
}