@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow-x: hidden;
}
ul{
    margin:0;
    padding:0;
    list-style: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
p{
    margin:0
}
a{
    text-decoration: none;
}
::-moz-selection {
  background-color: #261E05;
  color: #fff;
}

.cursor {
  z-index: 9999;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s, width 0.3s, height 0.3s;
  width: 12px;
  height: 12px;
  background-color: #2e374e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor.active {
  transform: translate(-50%, -50%) scale(2.5);
  z-index: 9999;
  background-color: rgba(46, 55, 78, 0.3843137255);
}

.cursor.hidden {
  width: 40px;
  height: 40px;
  opacity: 0.5 !important;
  z-index: 9999;
}
::selection {
  background-color: #261E05;
  color: #fff;
}
.overlay-wrapper {
  position: fixed;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(rgba(20, 20, 20, 0.35), rgba(0, 0, 0, 0.01));
}

.spinner {
  z-index: 9999;
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.35);
  border-top-color: #1e1e1e;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
}



.main-btn{ 
    border-radius:4px; 
    color: #121212;
    background-color: #FFBD13; 
    font-weight: 600;
    font-size: 16px; 
    text-decoration: none;
    display: inline-block;
    padding: 8px 30px; 
    transition: all 0.5s ease;
}

.main-btn .arrow-button{
    width:25px;
    display:inline-block;
    margin-left: 7px;
}

header{
    padding:10px 0;
    position:fixed;
    top: 0;
    background-color: #451A01;
    left: 0;
    right: 0;
    top:0;
    z-index: 999;
    overflow: hidden;
}
header .logo img{
    width:70px
}
.heading{
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 30px;
}
.heading h2{
    position: relative; 
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #2E2E2E;
} 
.heading svg{
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin:auto;
    width: 400px;
}
.heading .heading-title{
    color: #6E6E6E;
    font-size: 16px;
}
.heading p{
    width: 70%;
}

.main-hero-section{    
    background-color: #451A01;
    background-image: url('../images/hero-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 160px;
    padding-bottom: 60px;
} 
.btn-6 {
  display: inline-block;
  overflow: hidden; 
  padding: 8px 30px;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s ease; 
  font-size: 16px;
  line-height: 1.5;
}
.btn-6  svg{
    margin-left: 5px;
    width: 22px; 
}
.btn-6:hover span {
  width: 500px;
  height: 562.5px;
}
.btn-6:hover {
    transform: scale(1.1);
} 

.yellow-btn span {
  background-color: #fff; 
}
.yellow-btn{
    background-color: #FFBD13;
    color: #121212;
}
@media (min-width: 1024px) {
  .btn-6 {
    padding: 10px 30px;
  }
}

.btn-6.yellow-btn:hover {
  color: #121212;
  background-color: #fff; 
} 


    .btn {
        position: relative;
        display: inline-block;
        padding: 10px 30px;
        font-weight: 600;
        text-decoration: none; 
        border-radius: 6px;
        transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
        transform-style: preserve-3d;
        perspective: 1000px;
        will-change: transform, box-shadow;
    }

    .btn-label {
        display: inline-block;
        font-size: 16px;
    }

    .btn:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); 
        transform: translateZ(10px); /* Lift effect on hover */
    }

    .btn.yellow{
        color:#121212;
        background-color: #FFBD13;
    }
     .btn.brown{
        color:#fff;
        background-color: #451A01;
    }
 

   .arrow-svg .arrow-path {
        fill: none;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-opacity: 1; /* Visible by default */
        stroke-dasharray: 0; /* No dash by default */
        stroke-dashoffset: 0; /* No offset by default */
    }
    
    

.btn.yellow .arrow-svg .arrow-path {
    stroke: black;
}
.btn.brown .arrow-svg .arrow-path {
    
        stroke: white;
}

    .btn svg{ 
        width: 22px;
        margin-left: 7px;
    }
    /* Animation on hover */
    .btn:hover .arrow-svg .shaft {
      stroke-dasharray: 27;
      stroke-dashoffset: 27;
      stroke-opacity: 0;
      animation: draw 0.5s ease-in-out forwards;
    }

    .btn:hover .arrow-svg .top {
      stroke-dasharray: 28;
      stroke-dashoffset: 28;
      stroke-opacity: 0;
      animation: draw 0.5s ease-in-out 0.5s forwards;
    }

    .btn:hover .arrow-svg .bottom {
      stroke-dasharray: 28;
      stroke-dashoffset: 28;
      stroke-opacity: 0;
      animation: draw 0.5s ease-in-out 1s forwards;
    }

    /* Keyframes for drawing */
    @keyframes draw {
      to {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
      }
    }


       /* SVG Path Animation */
            .btn.yellow .animated-path {
            stroke: #2E2E2E; /* Stroke color from your SVG */
            stroke-width: 1; /* Consistent with previous */
            stroke-linecap: round; /* Smooth ends */
            stroke-linejoin: round; /* Smooth joins */
            fill: none; /* No fill for stroke animation */
        }
        
                 .btn.brown   .animated-path {
            stroke: #fff; /* Stroke color from your SVG */
            stroke-width: 1; /* Consistent with previous */
            stroke-linecap: round; /* Smooth ends */
            stroke-linejoin: round; /* Smooth joins */
            fill: none; /* No fill for stroke animation */
        }
 
.main-hero-section .business-sample{
    color: white;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
}
.main-hero-section .business-sample span{
    color: #FDBB06;
    display: block;
}
.main-hero-section .normal-text{
    font-size: 16px;
    color: #F0F0F0;
    margin-top: 10px;
    text-align: center;
} 
.digicard-intro{
    background-color: #FFFBF2;
    position: relative;
}
.digicard-intro p{
    font-size: 16px;
    margin-top:15px;
    color: #6E6E6E;
}
.digicard-intro .main-content-box{
    padding: 60px 0;
}
.digicard-intro .digicard-img{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.digicard-intro .digicard-img img{
    width: 100%;
}
.benefites-section{
    padding: 60px 0;
}
.benefites-section .benefite_box{
    padding: 20px;
    border-radius: 12px;
    transform: scale(0);
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;

}
 
.border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.border-svg rect {
    fill: none; 
    stroke-width: 2;
    rx: 12;
    ry: 12;
    transition: stroke-dashoffset 0.9s ease-in-out;
} 

.benefites-section .benefite_box .icon {
    perspective: 800px; /* Enables 3D effect */
}

.benefites-section .benefite_box .icon img {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.benefites-section .benefite_box:hover .icon img {
    transform: rotateY(180deg); /* Front-to-back flip */
}

.benefites-section .benefite_box h5{
    color: #121212;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.benefites-section .benefite_box p{
    color: #606060;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.benefites-section .benefite_box .icon img{
    border-radius: 12px;
    width: 70px;
}
.benefites-section  .row{
    gap:30px 0
}
.share-section{
    padding: 70px 0 0 0;
    background-color: #FAFCFF;
}
.share-section .heading h2 span{
    color: #451A01;
    display: block;
}
.share-section .main-share-img img{
    width: 100%;
}
.card-posibilities-section{
    padding-top: 30px;
    background-image: url('../images/card-bg-slider.png');
    background-repeat: repeat;
    background-color: #EB9B00;
}
.card-posibilities-section .main-card-img img{
    width:100%
}
.posibilities-content{
    display: flex;
    align-items: center; 
    height: 100%;  
}
.posibilities-content .heading{
    margin-bottom: 0;
}
.posibilities-content h2{
    color: #451A01;
    font-size: 34px;
    line-height: 45px;
}
.posibilities-content p{
    font-size: 16px;
    color: white;
}
.posibilities-content .main-btn{
    background-color: #451A01!important;
}

.features-section{
    padding:70px 0
}
.features-section .main-features-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}
.features-section .main-features-col .main-features-box{ 
    padding: 20px;
    border-radius: 12px;
    background-color: #F8F8F8;
    position: relative;
    cursor:pointer;
    transition:all 0.5s ease;
}

.features-section .main-features-col .main-features-box:hover{
    background: #ebebeb;
}
.features-section .main-features-col .main-features-box .icon{
    height: 45px;
    width:45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 50%;
}
.features-section .main-features-col .main-features-box:hover .icon svg path{fill:#fff}



.features-section .main-features-col .main-features-box .icon.first-box{background:#EB9B0029}
.features-section .main-features-col .main-features-box .icon.second-box{background:#B439F229}
.features-section .main-features-col .main-features-box .icon.third-box{background:#3572D329}
.features-section .main-features-col .main-features-box .icon.forth-box{background:#4CAF5029}
.features-section .main-features-col .main-features-box .icon.fifth-box{background:#433ED729}
.features-section .main-features-col .main-features-box .icon.sixth-box{background:#30AFF929}
.features-section .main-features-col .main-features-box .icon.seventh-box{background:#E400C129}
.features-section .main-features-col .main-features-box .icon.eightth-box{background:#2D6CDF29}


.features-section .main-features-col .main-features-box:hover .icon.first-box{background:#EB9B00}
.features-section .main-features-col .main-features-box:hover .icon.second-box{background:#B439F2}
.features-section .main-features-col .main-features-box:hover .icon.third-box{background:#3572D3}
.features-section .main-features-col .main-features-box:hover .icon.forth-box{background:#4CAF50}
.features-section .main-features-col .main-features-box:hover .icon.fifth-box{background:#433ED7}
.features-section .main-features-col .main-features-box:hover .icon.sixth-box{background:#30AFF9}
.features-section .main-features-col .main-features-box:hover .icon.seventh-box{background:#E400C1}
.features-section .main-features-col .main-features-box:hover .icon.eightth-box{background:#2D6CDF}


.features-section .main-features-col .main-features-box .icon svg{
    width:100%
} 
.features-section .main-features-col .main-features-box .features-content h5{
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.features-section .main-features-col .main-features-box .features-content p{
    color: #424F62;
    font-size: 14px;
    margin-bottom: 0; 
}
.features-section .main-mobile-card {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 35px;
}
.features-section .main-mobile-card img{
    width: 100%;
}
.works-section{
    padding: 70px 0;
    background-color: #FFFBF2;
}
 
.works-section .main-work-box .work-round{
    height: 40%;
    width: 40%;
    padding-bottom: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border:1px solid #451A01;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.works-section .main-work-box .work-round img{
    width:70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.works-section .main-work-box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    transform-origin: center;
    --after-width: 0%;
}
.works-section .main-work-box:hover .work-round{
    border:0;
}

.works-section .main-work-box .work-round:after{
    content:"";
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    height: 100%;
    width:100%;
    border-radius: 50%;
    border:1px dashed #451A01;
    opacity:0;
}
.works-section .main-work-box:hover .work-round:after{
    opacity:1;
    animation: rotateAnimation 1s linear infinite;
}
@Keyframes rotateAnimation{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.works-section .main-work-box:hover .work-round img{
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
.works-section .col-md-4:nth-child(1) .main-work-box::after,
.works-section .col-md-4:nth-child(2) .main-work-box::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 0;
    left: 50%;
    right: 0;
    margin: auto;
    width: var(--after-width);
    border-bottom: 3px dashed #D7D7D7;
    transform-origin: right;
}
.works-section .main-work-box:nth-child(3)::after {
    display: none; /* No line after third box */
}
.works-section .col-md-4:last-child .main-work-box::after{
    display: none;
}
.works-section .work-content h6{
    color:#121212;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    text-align: center;
    margin-top: 25px;
}
.works-section .work-content  p{
    font-size: 16px;
    font-weight: 500;
    color:#606060;
    margin-bottom: 0;
    text-align: center;
}
.works-section  .right_arrow{
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #D7D7D7;
}
.benefite-detail-section{
    padding:70px 0;
    background-color: #F8F8F8;
}
.benefite-detail-section .row{
    gap:25px 0
}
.benefite-detail-section .benefite_detail_box{
    background-color: #fff;
    border:1px solid #808391;
    padding:15px;
    height: 100%;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.benefite-detail-section .benefite_detail_box:hover {
  /*border: 1px solid #efefef78;*/
  /*background-color: #efefef78;*/
  transform: translateY(-10px);
  background:F8F8F8;
}
.benefite-detail-section .benefite_detail_box:hover .icon{
    background: #EB9B00;
}
.benefite-detail-section .benefite_detail_box:hover .icon svg path{
    fill:#451A01
}
.benefite-detail-section .benefite_detail_box:hover .icon{
    transform: rotateY(180deg);
}
.benefites-section .benefite_box .icon{
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    perspective: 800px;
}
.benefite-detail-section .benefite_detail_box .icon{
    margin-bottom: 15px;
    height:50px;
    width:50px;
    border-radius: 6px;
    background: #451A01;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefite-detail-section .benefite_detail_box h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #121212;
    padding-top: 10px;
}
.benefite-detail-section .benefite_detail_box  p{
    color:#6E6E6E;
    font-size: 14px;
    margin-bottom: 0;
}
.clientSwiper {
    height: 600px; /* Adjust based on your slide height */
}
.clientSwiper .swiper-slide {
    height: auto; /* or a fixed height like 150px */
}
.clientSwiper .swiper-slide{
    padding-left: 70px;
}
.clientSwiper .swiper-slide.swiper-slide-active{
    padding-left: 0;
}
.clientSwiper  .swiper-slide.swiper-slide-active{
    padding-right: 70px;
}
.main-client-swiper .client-header{
    padding-bottom: 15px;
}
.main-client-swiper .client-header .icon{
    height: 45px;
    width:45px;
    overflow: hidden;
    border-radius: 50%;
}
.main-client-swiper .client-header .name-box .name{
    color: #0C0C0C;
    font-size: 16px;
    margin-bottom:5px;
    font-weight: 500;
}
.main-client-swiper .client-header .name-box .review{
    color: #FFC727;
    font-size: 14px;
    font-weight: 500;
}
.main-client-swiper .client-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-client-swiper .review_text{
    font-size: 14px;
    color: #74747F;
    margin-bottom: 0;
}
.main-client-swiper {
    border:1px solid #DEDEDE;
    border-radius: 12px;
    padding: 15px 15px 15px 25px;
    background-color: #FCFCFC;
    position: relative;
    overflow: hidden;
}
.main-client-swiper::after{
    content:"";
    height: 100%;
    width:10px;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    background-color: #D9D9D9;
} 
.clientSwiper  .swiper-slide.swiper-slide-active .main-client-swiper::after{
    background-color: #FFC727;
}
.client-section{
    padding: 70px 0;
    background-color: #F8F8F8;
}
.client-section .client-detail{
    padding-left: 25px;
}
.client-section .client-detail p{
    color: #6E6E6E;
}
.client-section .client-arrows{
    display: flex;
    justify-content: end;
    margin-top: 25px; 
}
.client-section .client-arrows .arrow-icon{
    margin-bottom: 20px;
}
.client-arrows .arrow-icon{
    height: 40px;
    width:40px;
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    position: relative;
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border:1px solid #121212;
    padding: 5px;
    transition: all 0.5s ease;
}
.client-arrows .arrow-icon:hover{
    background-color: #121212;
}
.client-arrows .arrow-icon:hover svg path{
    fill: #fff;
}
.heading.left-shape svg{
    right: auto;
}
.main-ctc-section{
    padding: 40px 0;
    background-color: #fff;
}
.main-ctc-section .main-ctc-card{
    background-image: url('../images/ctc-bg.svg');
    background-size: cover;
    padding: 40px 40px 0 40px;
    overflow: hidden;
    border-radius: 30px;
    
            transform: scale(0);
            transform-origin: center;
} 
.main-ctc-section .main-ctc-card .hand-image img{
    width: 100%;
}
.main-ctc-section .main-ctc-card  p{
    color: #fff;
    text-align: center;
}
.main-ctc-section .main-ctc-card .start-text{
    font-size: 48px;
    font-weight: 600; 
    text-transform: uppercase;
}
.main-ctc-section .main-ctc-card .price-text{
    font-size: 28px;
    margin-bottom: 5px;
}
.main-ctc-section .main-ctc-card .discount-text{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF6B; 
}
.main-ctc-section .main-ctc-card .month-text{
    font-size: 48px;
    font-weight: 700; 
    text-transform: uppercase;
    color: #FFBD13;
}
.main-ctc-section .main-ctc-card .fees-text{
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.large-cta-btn{
    padding: 8px 40px;
    color: #fff!important;
    background-color: #EB9B00;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s ease;
}
.large-cta-btn:hover{
    transform: scale(1.1);
}
.pricing-section {
    padding: 70px 0;
}
.pricing-section .tabs-header .row{
    border-radius: 8px;
    background-color: red;
    padding: 8px;
    text-align: center;
}
.pricing-section .tabs-header .nav{
    padding: 8px;
    border-radius: 8px;
    background-color: #F8F8F8;
}
.pricing-section .tabs-header .nav-link{
    width: 100%;
}
.pricing-section .nav-pills .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #252727;
}
.pricing-section .nav-pills .nav-link.active, .pricing-section .nav-pills .show>.nav-link{
    background-color: #451A01!important;
    box-shadow: 0px 1.53px 4.6px 0px #1018281A!important;
    color: #fff;
}
.pricing-section  .main-pricing-part{
    padding:20px; 
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 8px 80px 0px #A7A7A73D;
}
.pricing-section  .main-pricing-part.active{
    background: #05796B;
    color:#fff;
}
.pricing-section .main-pricing-part.active .pricing-header p , .pricing-section .main-pricing-part.active .pricing-header p span , .pricing-section  .main-pricing-part.active .pricing-header h6 , .pricing-section  .main-pricing-part.active   .pricing-desc ul li ,  .pricing-section  .main-pricing-part.active   .pricing-desc ul li i{
    color:#fff;
}

.pricing-section .main-pricing-part.active .subscribe-btn{
    background: #fff;
    color:#282828;
} 

.pricing-section  .main-pricing-part .pricing-header{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #8593A329;
}
.pricing-section  .main-pricing-part .pricing-header p{
    color: #282828;
    font-size: 40px;
    font-weight: 900;
}
.pricing-section  .main-pricing-part .pricing-header p span{
    font-size: 18px;
    font-weight: 500;
    color: #8593A3;
    display: inline-block;
    padding-left: 10px;
    text-decoration:line-through;
}
.pricing-section  .main-pricing-part .pricing-header .save-btn{
    background-color:#fff;
    padding: 7px 15px;
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 600;
}
.pricing-section  .main-pricing-part .pricing-header h6{
    color:#05796B;
    font-size:18px;
    margin-bottom:15px;
    
}
.pricing-section  .main-pricing-part  .pricing-desc{
    padding-top: 10px;
} 
.pricing-section  .main-pricing-part  .pricing-desc ul li{
    color: #6E6E6E;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500;
}
.pricing-section  .main-pricing-part  .pricing-desc ul li i{
    color: #029769; 
    margin-right: 10px;
    font-size: 16px;
}
.pricing-section  .main-pricing-part  .subscribe-btn{
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 600;
    color: #fff;
    background-color: #05796B; 
    border-radius: 25px;
    margin-top: 30px;
}
.faq-section .faq-box{
    background-color: #F5F5F5;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 12px;
}
.faq-section .faq-box .question{
    color: #451A01;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}
.faq-section .faq-box .answer{
    color: #424F62;
    font-size: 16px;
    margin-bottom: 0;
}
.choose-section{
    background-color: #F8F8F8;
    padding: 70px 0;
}
.choose-section .choose-box{
    background-color: #fff;
    border-radius: 12px;
    border:1px solid transparent;
    transform: scale(0);
    transition: all 0.5s ease;
}
.choose-section .choose-box:hover{
    border:1px solid #ddd;
}
.choose-section .choose-box:hover .icon img{
    transform: scale(1.2);
    transition: all 0.5s ease;
}
.choose-section .choose-box .icon img{
  width:45px;
    transition: all 0.5s ease;
}
.choose-section .choose-box  .choose-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 10px;
    color: #121212;
}
.choose-section .choose-box  .choose-text{
    font-size: 14px;
    margin-bottom: 0;
    color: #424F62;
}
.choose-section .row{
    gap: 40px 0;
}
.demo-section{
    padding: 50px 0;
}
.demo-section .video-part{
    border-radius: 16px;
    overflow: hidden;
}
footer{
    padding:70px 0 30px 0;
    background-color: #FFFBF2;
}
footer .main-btn{
    background-color: #451A01;
}
.main-btn.yellow-btn{
    color: #FFBD13!important;
}
footer .logo-part .logo{
    display: flex;
    align-items: center;
    gap:20px
}
footer .logo-part .logo img{
    width:70px
}
footer .logo-part .logo  span{
    font-size: 22px;
    font-weight: 600;
    color: #2E2E2E;
}
footer .logo-part{
    padding-right: 30px;
}
footer .logo-part  p{
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #6E6E6E;
}
footer .social-icons{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 30px;
}
footer .social-icons a{
    font-size: 18px;
    color: #8E8E8E;
    height: 45px;
    width: 45px;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 6px;
    padding: 6px;
    background-color: #E8E8E8;
}
footer .footer-title{
    font-size: 18px;
    font-weight: 500;
    color: #2E2E2E;
    padding-bottom: 20px;
}
footer .footer-menus li a{
    color: #808080!important;
    font-size: 16px;
    display: block;
    padding-bottom: 12px;
}
footer .download-icon a{
    display: block;
    margin-bottom: 20px;
}
footer .download-icon a img{
    width: 70%;
}
footer .copyright_text{
    padding:15px 0;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top:1px solid #909090
}
footer .copyright_text p{
    color: #606060;
    font-size: 14px;;
}
footer .copyright_text a{
        color: #606060;
    font-size: 14px;
    display: inline-block;
}
footer .border-left{
    border-right: 1px solid #909090;
}

 

.first-round, .second-round, .third-round, .forth-round {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

/* Social icons */
.first-social, .second-social, .third-social, .forth-social {
  transform: scale(0);
  transform-origin: center;
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0); /* Force GPU rendering */
}



/* .features-section .main-features-col 

.features-section .main-features-col 
.features-section .main-features-col  */
@media (max-width: 992px) {
    .works-section .main-work-box::after{
        display: none;
    }
}
@media (max-width: 767px) {
    header {
        padding: 10px 0;
    }
    header .logo img{
        width: 60px;
    }
    .clientSwiper{
        height: 830px;
    }
    .main-btn{        
        border-radius: 4px; 
        font-size: 14px; 
        padding:6px 20px; 
    }
    .main-hero-section {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .main-hero-section .business-sample {
        font-size: 28px;
    }
    .main-hero-section .normal-text{
        margin-top: 0;
        font-size: 14px;
    }
    .digicard-intro p{
        font-size: 14px;
    }
    .heading img{
        width: 200px;
    }
    .heading h2 {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .digicard-intro .main-content-box {
        padding: 30px 0 175px 0;
    }
    .heading {
         margin-bottom: 20px;
    }
    .digicard-intro .digicard-img {
        width: 60%;
    }
    .benefites-section , .features-section , .works-section , .benefite-detail-section , .pricing-section , .client-section , .choose-section , .demo-section{
        padding: 30px 0;
    }
    .heading p {
        width: 100%;
    }
    .benefites-section .row {
        gap: 15px 0;
    }
    .share-section {
        padding: 20px 0 0 0;
    }
    .posibilities-content h2 {
        line-height: 34px;
        text-align: center;
    }
    .posibilities-content p{
        text-align: center;
    }
    .posibilities-content{
        text-align: center;
        margin-bottom: 50px;
    }
    .features-section .main-features-col .main-features-box .features-content h5 {
        font-size: 18px;
    }
    .features-section .main-features-col .main-features-box .icon {
        height: 40px;
        width: 40px;
    }
    .features-section .main-features-col { 
        gap: 20px;
    }
    .features-section .main-features-col .main-features-box {
        padding: 15px;
    }
    .features-section  .main-mobile-card{
        padding: 25px 0;
    }
    .works-section .work-content h6 {
        font-size: 18px;
        margin-bottom: 3px;
        margin-top: 15px;
    }    
    .works-section .main-work-box .work-round img {
        width: 60px;
    } 
    .works-section .main-work-box::after{
        display: none;
    }
    .works-section .col-lg-4{
        padding-bottom: 30px!important;
    }
    .works-section .col-lg-4:last-child{
        padding-bottom: 0!important;
    }
    .main-ctc-section .main-ctc-card {
        padding: 20px 20px 0 20px;
    }
    .main-ctc-section .main-ctc-card .start-text {
        font-size: 30px;
        margin-top:25px;
    }
    .main-ctc-section .main-ctc-card .price-text {
        font-size: 22px;
    }
    .main-ctc-section .main-ctc-card .discount-text {
        font-size: 20px;
    }    
    .main-ctc-section .main-ctc-card .month-text {
        font-size: 30px;
    }
    .main-ctc-section .main-ctc-card .fees-text {
        font-size: 14px;
    }
    .large-cta-btn {
        padding: 5px 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .benefite-detail-section .benefite_detail_box h6 {
        font-size: 18px;
    }
    .benefite-detail-section .benefite_detail_box .icon {
        margin-bottom: 5px;
    }
    .pricing-section .main-pricing-part .pricing-desc ul li {
        font-size: 14px;
    }
    .pricing-section .main-pricing-part .pricing-header p {
        font-size: 30px;
    } 
    .pricing-section .main-pricing-part .pricing-header p span {
        font-size: 14px;
    }
    .pricing-section .main-pricing-part .pricing-header .save-btn {
        padding: 5px 10px;
        font-size: 14px;
    }
    .client-section .client-arrows div{
        display: flex;
    }
    .client-section .heading {
        text-align: center;
    }
    .heading.left-shape img {
        right: 0;
    }
    .pricing-section .main-pricing-part .subscribe-btn {
        font-size: 16px;
        padding: 8px 12px;
    }
    .pricing-section .main-pricing-part .pricing-desc {
        padding-top: 10px;
    }
    .client-section .client-detail p {
        font-size: 14px;
        text-align: center;
    }
    .works-section .col-md-4{
        margin-bottom: 30px;
    }
    footer{
        padding: 30px 0 10px 0;
    }
    footer .logo-part p{
        font-size: 14px;
        text-align: center;
    }
    .main-btn .arrow-button {
        width: 18px;
    }
    footer .social-icons{
        padding-top: 20px;
    }
    footer .footer-title{
        padding-bottom: 0;
    }
    footer .footer-menus li a {
        font-size: 14px;
        padding-bottom: 8px;
    }
    footer .footer-menus-main{
        padding-top: 20px;
    }
    footer .download-icon{
        display: flex;
    }
    footer .download-icon img{
        width: auto;
        max-width: 100%
    }
    footer .copyright_text{
        flex-direction: column;
    }
    footer .copyright_text p{
        text-align: center;
        margin-bottom: 10px;
    }
}