*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Product Sans', sans-serif !important;
}
:root{
    --color-primary:#061C3D;
    --color-secondary: linear-gradient(to left,#6A42DB , #04A5F6);
    --color-dark:#000000
    --color-label:#323639;
    --color-placeholder:#999999;
    --btn-primary: #4103FF;
    --color-white:#ffffff;
}
@font-face {
  font-family: 'Product Sans';
  src: url('./fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fas {
    font-family: 'Font Awesome 5 Pro' !important;
}
.fab {
    font-family: 'Font Awesome 5 Brands' !important;
}
.vi-heading{
    margin-bottom: 24px;
}
p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.card.card-vi {
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 32px 32px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.card.card-vi::after{
    content: '';
    background-image: url(img-vi/calculate-vi-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 12px;
}
.card-vi-content{
    position: relative;
    z-index: 3;
}
.card-vi h2{
    font-size: 12px;
    color: var(--color-dark);
    margin-bottom: 10px;
}
.card-vi h2 span{
    font-size: 16px;
    color: var(--color-dark);
}
.card-vi h2 b{
    font-size: 16px;
    background: #FF00F7;
    color: transparent;
    background-clip: text;
    font-weight: 600;
}
.card-heading-vi{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--color-dark);
}
.card-heading-vi span{
    font-weight: 700;
    /* background-image: var(--color-secondary);
    color: transparent;
    background-clip: text; */
    color: var(--btn-primary);
}
.card-discription-vi{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-dark);
}   
.form-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 6px;
    color: var(--color-label);
}
.form-control , .select2-container{
    padding: 11px 12px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E8EBEC;
}
.form-control:focus{
    box-shadow: none;
    border-color: #E8EBEC;
}
input:-internal-autofill-selected{
    background-color: #ffffff !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select2-dropdown{
    border: 1px solid #E8EBEC !important;
    top: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #794ee3 !important;
}
.select2-container{
    padding: 10px 12px;
}
.select2-container--default .select2-selection--single{
    border: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}
::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: var(--color-placeholder);
}
.card-vi-content .col-md-6, .card-vi-content .col-md-4, .card-vi-content .col-md-12, .card-vi-content .col-md-6{
    margin-bottom: 12px;
}
.btn.btn-primary{
    background-color: var(--btn-primary);
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 24px;
}
.btn.btn-primary i{
    rotate: 45deg;
    margin-left: 12px;
}
.btn.btn-secondary {
    border-radius: 72px;
    background-image: linear-gradient(120deg,#A487F6 , #5E34D6);
    display: flex;
    align-items: center;
    font-weight: 400;
    &:hover{
        background-image: linear-gradient(120deg,#A487F6 , #5E34D6);
    }
}
.btn.btn-secondary i{
    rotate: 45deg;
    margin-left: 12px;
}
.bg-icon-dark{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #070707;
    border-radius: 50%;
}
.section-heading{
    text-align: center;
    margin-bottom: 48px;
}
.heading{
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 10px;
}
.heading span {
        color:  var(--btn-primary);
}
header {
    margin-top: 16px;
}
.section-vi-01{
    padding: 16px 12px;
}
li.nav-item {
    margin-right: 10px;
}
.section-vi-01 img{
    border-radius: 24px;
}
.section-vi-02{
    padding: 80px 64px;
    background-image: url(img-vi/count-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.count-box{
    position: relative;
    padding: 40px 40px 70px 40px;
    border-radius: 14px;
    height: 100%;
    &:hover{
        background-image: linear-gradient(120deg,#A487F6 , #5E34D6);
    }
    &:hover .count-heading {
        color: var(--color-white);
    }
    &:hover p {
        color: var(--color-white);
    }
    &:hover .count {
        color: #ffffff20;
    }
    &:hover .count-heading::after {
        background-image: linear-gradient(120deg,#ffffff , #ffffff);
    }
    &:hover img{
        filter: brightness(0) invert(1);
    }
}
.count-heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px;
    padding-left: 15px;
    position: relative;
}
/* slide text css start  */
.banner-box{
    position: relative;
}
.banner-content{
    position: absolute;
    top: 40px;
    left: 32px;
    transform: translate(32px );
}
.text-container {
  position: relative;
}

h1 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.prefix {
  color: #FFD400;
  font-weight: 500;
  font-size: 34px;
    text-transform: none;
}

.message {
  position: relative;
  height: 30px;
  width: 300px;
  overflow: hidden;
}

.word1, .word2, .word3, .word4, .word5 {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 30px;
  font-weight: 600;
  color: var(--color-white);
    font-size: 24px;
}

.word1 { animation: wordCycle 25s linear infinite 0s; }
.word2 { animation: wordCycle 25s linear infinite 5s; }
.word3 { animation: wordCycle 25s linear infinite 10s; }
.word4 { animation: wordCycle 25s linear infinite 15s; }
.word5 { animation: wordCycle 25s linear infinite 20s; }

@keyframes wordCycle {
  0%, 4%   { opacity: 0; }
  5%, 19%  { opacity: 1; }
  20%,100% { opacity: 0; }
}
/* slide text css end  */

.count-heading::after{
    content: '';
    width: 3px;
    height: 20px;
    background-image: linear-gradient(120deg,#A487F6 , #5E34D6);
    position: absolute;
    top: 0;
    left: 0;
}
.count{
    font-size: 100px;
    color: #5E34D610;
    line-height: 163px;
    position: absolute;
    top: 0;
    right: 64px;
}
.count-box p{
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 400;
    margin-bottom: 0;
}
.section-vi-03{
    padding: 64px 0;
}
.cta{
    position: relative;
}
.cta-text{
    position: absolute;
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
    color: var(--color-white);
    top: 48px;
    left: 48px;
    z-index: 9;
}
.cta-right {
    background: #F9F9F9;
    padding: 24px 13px 24px 24px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.cta-heading {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 24px;
}
.section-vi-04{
    padding: 64px 0;
}
.about-vi {
    position: relative;
    padding: 32px 24px 24px 20px;
    height: 100%;
}
.about-vi-content .heading{
    margin-bottom: 16px;
}
.about-vi p{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}
.about-bg-img{
    position: absolute;
    bottom: 0px;
    left: 0;
}
.about-vi-content{
    position: relative;
    z-index: 9;
}
.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(127, 84, 179, 0.11);
    border-radius: 8px;
    padding: 28px 30px;
    gap: 20px;
}
.count-up {
    font-size: 73px;
    background-image: linear-gradient(to left,#FF00F7 , #FF5303);
    color: transparent;
    background-clip: text;
    line-height: 95px;
    font-weight: bold;
}
.counter p{
    margin-bottom: 0;
    font-size: 28px;
    line-height: 48px;
}

/* carousel css start  */
.section-vi-05 {
    height: 500px; /* Full screen height */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .swiper {
      height: 100%;
      position: relative;
    }

    .slide {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 100vh;
      padding: 40px;
      box-sizing: border-box;
    }
    
    .subtitle {
      font-size: 1.1rem;
      max-width: 600px;
      margin-bottom: 30px;
      color: #555;
    }

    .btn {
      padding: 10px 20px;
      background: #2f4cad;
      color: white;
      border: none;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s;
    }

    .btn:hover {
      background: #1d326f;
    }

    .swiper-pagination-bullets {
        position: absolute;
        top: 50%;
        left: 20px !important;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        z-index: 10;
    }
    .swiper-slide.slide{
        display: flex;
        align-items: center;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        margin: 6px 0;
        opacity: 1;
        cursor: pointer;
    }

    .swiper-pagination-bullet-active {
      background-image: linear-gradient(to bottom,#A487F6 , #5E34D6) !important;
      scale: 1.4;
    }
    .swiper.mySwiper {
    position: relative;
    height: 100vh; /* Make sure swiper has height */
    overflow: hidden;
    }

/* end carousel css  */
.vi-vorder-b{
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
}
.section-vi-06{
    padding: 60px 60px 100px 60px;
}
.blog-box {
    display: flex;
    gap: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23.2024px rgba(0, 0, 0, 0.04);
    border-radius: 9.28097px;
    overflow: hidden;
    align-items: center;
}
.blog-content {
    padding-right: 24px;
}
.date{
    font-size: 12px;
    background-image: linear-gradient(to bottom,#A487F6 , #5E34D6);
    color: transparent;
    background-clip: text;
}
.blog-heading{
    font-size: 20px;
    font-weight: 400;
    color: var(--color-dark);
}
.blog-discription{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.btn.btn-read{
    text-decoration: none;
    color: var(--color-dark);
    background: transparent;
    padding: 0;
    font-weight: 400;
}
.btn.btn-read i{
    margin-left: 5px;
}
.slide .heading{
    margin-bottom: 8px;
}
.btn.btn-dark{
    padding: 12px 24px;
    border-radius: 12px;
    background: #1A1A1A;
}
.navbar-light .navbar-nav .nav-link{
    color: var(--color-dark);
}
.nav-item.dropdown{
    margin-right: 30px;
}
.dropdown-toggle::after {
    content: '\f078';
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 12px;
    border-top: 0;
    font-size: 14px;
}
footer{
    background-image: url(img-vi/footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 42px 60px 60px 60px;
}
footer p{
    color: var(--color-white);
}
footer h4{
    font-size: 14px;
    font-weight: 400;
    background-image: linear-gradient(to bottom, #A487F6, #5E34D6);
    color: transparent;
    background-clip: text;
}
footer a.nav-link{
    font-size: 14px;
    line-height: 180%;
    color: var(--color-white) !important;
    padding: 8px 0;
}
footer a.nav-link i{
    margin-right: 11px;
    font-size: 20px;
}
footer a{
    text-decoration: none;
    color: var(--color-white) !important;
    font-size: 15px;
    font-weight: 400;
}
@media (max-width:1400px) {
    .banner-content{
        left: 10px;
    }
}
@media (max-width :1300px) {
    .prefix{
        font-size: 25px;
    }
    .cta-text{
        font-size: 48px;
        line-height: 48px;
    }
}
@media (max-width :1200px) {
    .counter{
        margin-bottom: 20px;
    }
    .banner-content{
        top: 25px;
    }
}
@media (max-width :1100px) {
    .prefix{
        font-size: 22px;
    }
    .word1, .word2, .word3, .word4, .word5{
        font-size: 24px;
    }
    .banner-content{
        top: 25px;
    }
}

@media (max-width:1000px) {
    
    .prefix{
        font-size: 18px;
    }
    .word1, .word2, .word3, .word4, .word5{
        font-size: 18px;
    }
    .banner-content{
        left: 5px;
    }
}
@media (max-width:991px) {
    .cta-text{
        font-size: 64px;
        line-height: 72px;
    }
    .prefix{
        font-size: 30px;
    }
    .word1, .word2, .word3, .word4, .word5{
        font-size: 24px;
    }
    .cta-right{
        margin-top: 20px;
    }
    .card.card-vi{
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    .swiper-pagination-bullets{
           display: none;
    }
}
@media (max-width:767px) {
    .cta-text{
        font-size: 40px;
        line-height: 48px;
    }
    .section-vi-05{
        height: fit-content;
    }
    .heading{
        font-size: 34px;
        line-height: 38px;
    }
    .slide .heading {
        margin-bottom: 16px;
    }
    .section-vi-06 .heading{
        margin-bottom: 20px !important;
    }
    .blog-box{
        margin-bottom: 20px;
    }
    .slide img{
        max-width: 250px;
        margin-bottom: 20px;
    }
    .section-vi-05 {
        height: 500px;
    }
    .slide .heading {
        font-size: 24px;
        line-height: 32px;
    }
    .slide{
        justify-content: start;
    }
    .prefix{
        font-size: 18px;
    }
    .word1, .word2, .word3, .word4, .word5{
        font-size: 18px;
    }
    .vi-vorder-b{
        border-bottom: 0px solid !important;
        padding-top: 1rem !important;
    }
}

@media (max-width:576px) {
    .blog-box{
        display: block;
    }
    .date{
        margin-top: 10px;
    }
    .cta-text{
        font-size: 34px;
        line-height: 40px;
        top: 20px;
    }
    .section-vi-06{
        padding: 30px;
    }
    .blog-content {
        padding: 10px;
    }
    .blog-heading{
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .blog-discription{
        line-height: 16px;
    }
    .btn.btn-read{
        font-size: 14px;
    }
    .message{
        width: 180px;
    }
    .banner-content {
        left: 0px;
        top:16px;
    }
    .prefix{
        font-size: 18px;
    }
    .word1, .word2, .word3, .word4, .word5{
        font-size: 14px;
        top: 8px;
    }
}
@media (max-width:500px) {
    .cta-text {
        font-size: 28px;
        line-height: 30px;
    }
    .cta-heading{
        font-size: 22px;
        line-height: 32px;
    }
    .section-vi-02{
        padding: 80px 32px;
    }
    .heading{
        font-size: 24px;
        line-height: 32px;
    }
    .message{
        width: 150px;
    }
    .count-up{
        font-size: 42px;
        line-height: 52px;
    }
    .counter p{
        font-size: 20px;
        line-height: 30px;
    }
    .banner-content {
        left: -20px;
        top:8px;
    }
    .prefix{
        font-size: 12px;
    }
    .word1, .word2, .word3, .word4, .word5{
        font-size: 12px;
        top: 8px;
    }
    .section-vi-05 {
        height: max-content;
    }
}
@media (max-width:375px) {
    .cta-text {
        font-size: 20px;
        line-height: 24px;
        top: 20px;
    }
    .section-vi-02 {
        padding: 40px 16px;
    }
    .message{
        width: 110px;
    }
    .banner-content {
        left: -20px;
        top:4px;
    }
    .prefix{
        font-size: 10px;
    }
    .word1, .word2, .word3, .word4, .word5{
        font-size: 10px;
        top: 12px;
    }
    .card-vi h2 b{
        font-size: 14px;
    }
    .card-vi h2 span{
        font-size: 14px;
    }
    .slide .heading {
        font-size: 20px;
        line-height: 22px;
    }
}