body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
 
}
/* Example for body text, making Plus Jakarta Sans the default */
body {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 400; /* Regular weight */
}

/* For headings, you might use a heavier weight */
h1, h2, h3, .section-title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-weight: 600; /* Bold weight */
}

h1 span, h2 span {
  color: #fbb814;
}

/* You can also use Inter specifically if you prefer */
.special-text {
    font-family: 'Inter', sans-serif;
}
.btn-signup{
  border-radius: 30px;
  padding: 10px 20px;
  background-color: #fbd46f;
    color: #0b0b0b;
  font-size: 16px;
  text-decoration: none;
  
}

.header-btn{
  background-color: transparent;
  border: 1px solid #000!important;
  transition: all ease 0.3s;
  padding: 8px 20px!important ;
}

.header-btn:hover{
  background-color: #000!important;
  color: #fff!important;
}

.btn-signup i{
  margin-left: 5px;
  transform: rotate(-25deg);
}

.nav{
  display: flex;
  justify-content: space-between;
}

.banner{
  position: relative;
}

.banner-btn {
  position: absolute;
  bottom: 10%;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  gap: 20px;
  font-weight: 500;
}

.banner-btn .btn{
  font-size: 16px;
font-weight: 500;
transition: all ease 0.3s;
}

.banner-btn .btn:hover{
  background-color: #111111;
  color: #fff;

}



        .about-text p{
          font-size: 18px;
          font-weight: 500;
          font-family: 'DM Sans', sans-serif;
        }

        .btn-signup{
          font-weight: 400;
          border: none;
          transition: all ease 0.3s;
        }
  
        .btn-signup:hover{
        background-color: #000;
        color: #ffffff;
        border: none;
        }
.demo-img-5::after{
  content: "";
  position:  absolute;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}



     

       .filler { height:100vh; display:flex; align-items:center; justify-content:center; }

    /* services section */
    #services {  background:#f8f9fa; }

    /* the sticky wrapper that pins while horizontal scroll runs */
   



    

    /* card sizes — keep your own design; these widths are only used for layout */
    .service-card {
      flex: 0 0 33.3%;           /* desktop */
      height: 550px;
      border-radius: 30px;
      background: #fff;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      display:flex;
      max-width: 400px!important;
    
      
      text-align:center; padding:20px; font-weight:600;
    }
    @media (max-width: 992px) {
      .service-card { flex: 0 0 50%; height: 500px; }
    }
    @media (max-width: 576px) {
      .service-card { flex: 0 0 100%; height: 450px; }
      .services-track { padding-left: 30px; padding-right: 30px; }
    }

    .card-text h2{
      font-size: 30px;
      text-align: start;
    }

    .card-text a{
      float: left;
    border: 1px solid #000;
    background: transparent;
    padding: 5px 23px;
    border-radius: 20px;
    margin-top: 10px;
    transition: all ease 0.3s;
    color: #000;
    text-decoration: none;
    }
   .card-text a:hover{
    background-color: #000;
    color: #fff;
   }
    .service-img img{
          position: absolute;
    width: 150%!important;
    bottom: -10%;
    left: -65%;
    max-width: 200%!important;
    }

    #service-box{
      background-color: #fbd46f;
      position: relative;
      overflow: hidden;
      max-width: 400px;
    }

    #service-box-2{
      background-color: #CCEBFF;
      position: relative;
      overflow: hidden;
      max-width: 400px;
    }

    #service-box-3{
      background-color: #FFC3A1;
      position: relative;
      overflow: hidden;
      max-width: 400px;
    }
    .service-img-2 img{
     position: absolute;
    width: 85%!important;
    bottom: -37%;
    right: -7%;
    max-width: 200%!important;
    }
    .service-img-3 img{
      position: absolute;
    width: 170%!important;
    bottom: -2%;
    right: -70%;
    max-width: 200%!important;
    }

    #service-box-4{
      background-image: url(../img/s-4.png);
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
    }
    #service-box-5{
      background-image: url(../img/s-5.png);
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
    }
    #service-box-6{
      background-image: url(../img/s-6.png);
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
    }

    #service-box-6 .card-text h2{
      color: #fff;
    }

    #service-box-6 .card-text a{
      border: 1px solid #fff;
      color: #fff;
      text-decoration: none;
    }
     #service-box-6 .card-text a:hover{
      background-color: #fff;
      color: #000;
    }

    @media screen and (max-width:500px) {
      .service-img img {
    position: absolute;
    width: 150%!important;
    bottom: -10%;
    left: -65%;
    max-width: 200%!important;
}
.service-img-2 {
    position: absolute;
    width: 82%!important;
    bottom: -37%;
    right: -7%;
    max-width: 200%!important;
}
    }




     .header-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .header-title h1 {
           
            font-size: 2.5rem;
            color: #2d3748;
            margin-bottom: 15px;
        }
        
        .header-title p {
            font-size: 1.25rem;
            color: #4a5568;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .process-steps {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
            position: relative;
        }
        
        .step {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            padding: 15px;
            width: 210px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }

        @media screen and (max-width:500px){
          .step{
            width: 90%;
          }
        }
        
        .step-icon {
            width: 70px;
            height: 70px;
            background: #fbd46f;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: #141414;
            font-size: 28px;
        }
        
        .step-title {
            font-weight: 600;
            font-size: 1.25rem;
            color: #2d3748;
            margin-bottom: 12px;
        }
        
        .step-content {
            color: #4a5568;
            line-height: 1.5;
            font-size: 0.95rem;
        }
        
        .process-connector {
            position: absolute;
            top: 35%;
            left: 0;
            right: 0;
            height: 3px;
            background: #000000;
            z-index: 1;
        }
        
       
        
        .dot-1 { left: 20%; }
        .dot-2 { left: 40%; }
        .dot-3 { left: 60%; }
        .dot-4 { left: 80%; }
        
        @media (max-width: 1200px) {
            .process-steps {
                flex-wrap: wrap;
                justify-content: center;
                gap: 30px;
            }
            
            .process-connector {
                display: none;
            }
        }


        .stats-section {
      background-color: #fff0c9; /* same grey background */
      text-align: center;
      font-weight: 700;
      font-size: 1.9rem; /* bigger text */
      padding: 20px 0 10px 0px;
      margin-top: 60px;

    }
    .stats-section .border-right {
      border-right: 1px solid #2f2f2f;
    }
    .stats-section .col:last-child {
      border-right: none;
    }

    @media (max-width: 768px) {
      .stats-section .col {
        border-right: none;
        border-bottom: 1px solid #666;
        padding: 15px 0;
      }
      .stats-section .col:last-child {
        border-bottom: none;
      }
      .border-right{
        border-right: 0px solid #000 !important;
      }
    }


       .choose-section {
      padding: 60px 0;
      text-align: center;
    }
    .choose-card {
      border: none;
      text-align: center;
      padding: 20px;
      background: #fff;
      border-radius: 10px;
     
    }
    .choose-card img {
      width: 80px!important;
      margin: 0 auto 10px;
    }
    .choose-card h5 {
      font-weight: 600;
    }
    .choose-card p {
      font-size: 1.1rem;
      color: #333;
    }
    .choose-card .btn {
      margin-top: 10px;
      background: black;
      color: white;
      border-radius: 5px;
      padding: 10px 20px;
    }

    /* Custom Navigation */
    .owl-nav {
      text-align: center;
      margin-top: 20px;
    }
    .owl-nav button {
      background: #ffe082 !important;
      color: #000 !important;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      margin: 0 8px;
      border: none;
      transition: 0.3s;
    }
    .owl-nav button:hover {
      background: #444 !important;
      color: #fff!important;
    }
    .owl-nav button span {
      font-size: 22px;
      font-weight: bold;
      line-height: 0;
    }
    .btn-two{
      gap: 15px;
      justify-content: center;
      margin-top: 30px;
    }
    .owl-prev{
      position: absolute;
      right: 80px;
      top: -80px;
    }

     .owl-next{
      position: absolute;
      right: 10px;
       top: -80px;
    }

    @media screen and (max-width :768px) {
      .owl-prev {
    position: absolute;
    left: 10px;
    bottom: 0;
    top: auto;
}
 .owl-next {
    position: absolute;
    right: 10px;
    bottom: 0;
    top: auto;
}
.choose-card{
  padding-bottom: 50px;
}
    }


     .feature-box {
      border-radius: 10px;
      padding: 20px;
      color: #222;
      min-height: 250px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
    }
    .feature-icon {
      
      border-radius: 8px;
      
      display: inline-block;
      font-size: 20px;
      color: #fff;
      position: absolute;
      bottom: 15px;
      right: 15px;
    }

    .feature-box p{
      font-size: 24px;
      font-weight: 500;
    }

    

     .stats-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff0c9; /* grey background */
      font-weight: 700;
      font-size: 1.8rem; /* bigger text */
      padding: 20px;
      text-align: center;
    }

    .stats-item {
     
      position: relative;
      white-space: nowrap; /* prevent text breaking */
      flex-shrink: 0; /* don’t shrink */
      flex: 1;
    }

    .stats-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%; /* shorter divider */
      width: 1px;
      background: #000;
    }

    @media screen and  (max-width:1200px){
      .stats-bar{
        font-size: 1.5rem;
      }
    }

    /* Mobile view */
    @media (max-width: 768px) {
      .stats-bar {
        flex-direction: column;
        font-size: 1.5rem;
      }
      .stats-item {
        border: none;
        padding: 10px 0;
      }
      .stats-item:not(:last-child)::after {
        display: none;
      }
    }

    .heading-platform{
      margin-bottom: 50px;
    }

    .heading-platform h2{
      font-size: 40px;
      
    }

    .heading-platform p{
      font-size: 18px;
    }

    .platform-depend{
      padding: 80px 0px;
    }

    .feature-box{
      position: relative;
      overflow: hidden;
      z-index: 11;
    }

     .feature-box p{
      position: relative;
      z-index: 111;
     }
     .feature-icon{
      z-index: 111;
     }


    .demo-img-1{
      background-image: url(../img/Box-BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    bottom: 0;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    }

    .demo-img-2{
      background-image: url(../img/bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat;   
    position: absolute;
    background-position: center;
    height: 100%;
    bottom: 0;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    }
    .demo-img-3{
      background-image: url(../img/bg-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    position: absolute;
    height: 100%;
    bottom: 0;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    }
     .demo-img-4{
      background-image: url(../img/bg-4.webp);
    background-size: cover;
    background-repeat: no-repeat;
   
    position: absolute;
    height: 100%;
    bottom: 0;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    }
    .demo-img-5{
      background-image: url(../img/bg-5.webp);
    background-size: cover;
    background-repeat: no-repeat;
   
    position: absolute;
    height: 100%;
    bottom: 0;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    }

    .demo-img-6{
      background-image: url(../img/Box-BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 100%;
    bottom: 0;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    }
   
   .logo{
    background-color: #f5f5f5;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;

   }

   .logo img{
    display: block;
    margin: auto;
   }

   .heading h2{
    line-height: 35px;
   }


   .testimonial-section {
            padding: 60px 0;
            background:#f2f2f2;
            margin-top: 50px;
            margin-bottom: 50px;
        }
        
        .section-title {
           
            margin-bottom: 3rem;
            color: #101010;
            text-align: center;
            font-size: 35px;
        }
        
        .wattmonk-testimonial {
            background: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            margin: 20px;
            position: relative;
            border-left: 5px solid #eab308;
            max-width: 800px;
            margin: auto;
        }
        
        .wattmonk-testimonial:before {
            content: "";
            font-family: Georgia, serif;
            font-size: 100px;
            color: #eab308;
            opacity: 0.2;
            position: absolute;
            top: 20px;
            left: 20px;
            line-height: 1;
        }
        
        .testimonial-text {
            font-size: 1.25rem;
            line-height: 1.6;
            color: #4a5568;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
            background: #eab308;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
        }
        
        .author-details {
            display: flex;
            flex-direction: column;
        }
        
        .author-name {
            font-weight: 700;
            font-size: 1.1rem;
            color: #2d3748;
            margin: 0;
        }
        
        .author-position {
            color: #ca8a04;
            font-size: 0.9rem;
            margin: 0;
        }
        
        /* Owl Carousel Customization */
        .owl-theme .owl-nav {
            margin-top: 30px;
        }
        
        .owl-theme .owl-nav [class*='owl-'] {
            background: #eab308!important;
            color: white!important;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 10px;
            transition: all 0.3s ease;
        }
        
        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #ca8a04!important;
        }
        
        .owl-theme .owl-dots .owl-dot span {
            width: 15px;
            height: 15px;
            margin: 5px;
            background: #fef08a!important;
            transition: all 0.3s ease;
        }
        
        .owl-theme .owl-dots .owl-dot.active span, 
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #eab308!important;
            transform: scale(1.2);
        }
        
        @media (max-width: 768px) {
            .wattmonk-testimonial {
                padding: 30px 25px;
            }
            
            .testimonial-text {
                font-size: 1.1rem;
            }
            
            
        }


        
        .faq-container {
          
            width: 100%;
            padding: 40px 20px;
        }
        
        .faq-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .faq-title {
            font-weight: 700;
            font-size: 2.5rem;
            color: #2d3748;
            margin-bottom: 15px;
        }
        
        .faq-item {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            margin-bottom: 20px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .faq-item:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }
        
        .faq-question {
            padding: 20px;
            font-weight: 600;
            font-size: 1.2rem;
            color: #2d3748;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
            border: none;
            width: 100%;
            text-align: left;
        }
        
        .faq-question:after {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 0.9rem;
            transition: transform 0.3s ease;
        }
        
        .faq-item.active .faq-question:after {
            transform: rotate(180deg);
        }
        
        .faq-answer {
            color: #4a5568;
            line-height: 1.6;
            opacity: 0;
            height: 0;
            overflow: hidden;
            transition: opacity 0.5s ease, height 0.5s ease;
        }
        
        .faq-item.active .faq-answer {
            opacity: 1;
            height: auto;
            padding: 0 20px 20px;
        }
        
        @media (max-width: 576px) {
            .faq-title {
                font-size: 2rem;
            }
            
            .faq-question {
                font-size: 1.1rem;
                padding: 15px;
            }
            
            .faq-item.active .faq-answer {
                padding: 0 15px 15px;
            }
        }


         .contact-sec{
          padding-top: 50px;
         }
        
        .contact-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .contact-title {
            font-weight: 700;
            font-size: 2.5rem;
            color: #2d3748;
            margin-bottom: 15px;
            text-align: justify;
        }
        
        .contact-content {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }
        
        .contact-info {
            flex: 1;
            min-width: 300px;
        }
        
        .contact-form {
            flex: 1;
            min-width: 300px;
        }
        
        .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            gap: 10px;
            
        }
        
        .info-icon {
            width: 50px;
            height: 50px;
            background: #fbb814;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0e0e0e;
            font-size: 20px;
            margin-right: 0px;
            flex-shrink: 0;
        }
        
        .info-content {
            flex: 1;
        }
        
        .info-label {
            font-weight: 600;
            font-size: 1.1rem;
            color: #4a5568;
            margin-bottom: 5px;
        }
        
        .info-value {
            font-size: 1.1rem;
            color: #2d3748;
        }
        
        .info-value a {
            color: #000000;
    text-decoration: none;
    font-size: 20px;
        }
        
        .info-value a:hover {
            text-decoration: underline;
        }
        
        .form-title {
            font-weight: 600;
            font-size: 1.5rem;
            color: #2d3748;
            margin-bottom: 25px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-label {
            display: block;
            font-weight: 600;
            margin-bottom: 8px;
            color: #4a5568;
        }
        
        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            outline: none;
            border-color: #000000;
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
        }
        
        .form-select {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 1rem;
            background-color: white;
            cursor: pointer;
        }
        
        .form-check {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .form-check-input {
            margin-top: 0.3rem;
            margin-right: 10px;
        }
        
        .form-check-label {
            font-size: 1.2rem;
            color: #4a5568;
        }
        
        .form-check-label a {
            color: #fbb814;
            text-decoration: none;
        }
        
        .form-check-label a:hover {
            text-decoration: underline;
        }
        
        .btn-primary {
            background-color: #000000;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .form-select:focus {
    border-color: #141414;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(251 184 20 / 30%);
}
        
        .btn-primary:hover {
            background-color: #fbb814;
            transform: translateY(-2px);
            color: #000;
        }
        
        @media (max-width: 768px) {
            .contact-content {
                flex-direction: column;
            }
            
            .contact-title {
                font-size: 2rem;
            }
            
           
            
            .info-icon {
                margin-right: 0;
                margin-bottom: 5px;
            }
        }

        .social-icons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px; /* Equal spacing */
      padding-bottom: 10px;

    }

    .social-icons a {
      font-size: 16px;
      color: #888; /* grey like in your image */
      transition: all 0.3s ease;
    }

    .social-icons a:hover {
      color: #000; /* darker on hover */
      transform: scale(1.1);
    }

    .flex-rights{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }


     .process-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        .process-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .process-title {
            font-weight: 700;
            font-size: 2.5rem;
            color: #2d3748;
            margin-bottom: 15px;
        }
        
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }
        
        .step-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }
        
       
        
        .step-title {
            font-weight: 600;
            font-size: 1.3rem;
            color: #2d3748;
            margin-bottom: 15px;
        }
        
        .step-description {
            color: #4a5568;
            line-height: 1.5;
        }
        
        @media (max-width: 768px) {
            .steps-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin: 0 auto;
            }
            
            .process-title {
                font-size: 2rem;
            }
        }

        .step-icon {
    width: 60px;
    height: 60px;
    background: #fbd46f;
    color: rgb(4, 4, 4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .heading-platform h2 {
    font-size: 35px;
    
}
.btn-signup{
  font-size: 15px;
  padding: 10px 15px;
}
.logo{
  margin-bottom: 10px;
}
}







.thankyou-container {
            max-width: 800px;
            width: 100%;
            background: white;
            border-radius: 20px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-align: center;
            padding: 40px;
            display: block;
            margin: auto;
        }
        
        .checkmark-circle {
            width: 120px;
            height: 120px;
            background: #4ade80;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            animation: scaleIn 0.5s ease-out;
        }
        
        .checkmark {
            color: white;
            font-size: 60px;
            animation: checkmark 0.5s ease-out;
        }
        
        .thankyou-title {
            font-weight: 700;
            font-size: 2.8rem;
            color: #2d3748;
            margin-bottom: 20px;
            animation: fadeUp 0.8s ease-out;
        }
        
        .thankyou-message {
            font-size: 1.2rem;
            color: #4a5568;
            line-height: 1.6;
            margin-bottom: 40px;
            animation: fadeUp 1s ease-out;
        }
        
       
        
        .action-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeUp 1.6s ease-out;
        }
        
      
        
        
        
      
        
        .btn-outline {
            background: transparent;
            color: #4361ee;
            border: 2px solid #4361ee;
        }
        
        .btn-outline:hover {
            background: #4361ee;
            color: white;
            transform: translateY(-2px);
        }
        
        /* Animations */
        @keyframes scaleIn {
            from {
                transform: scale(0);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }
        
        @keyframes checkmark {
            0% {
                transform: scale(0);
                opacity: 0;
            }
            50% {
                transform: scale(1.2);
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }
        
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @media (max-width: 768px) {
            .thankyou-container {
                padding: 30px 20px;
            }
            
            .thankyou-title {
                font-size: 2.2rem;
            }
            
            .action-buttons {
                flex-direction: column;
            }
            
            .btn {
                
                justify-content: center;
            }
            .section-title{
              font-size: 32px;
            }
        }


        @media  screen and (min-width:991px){
          /* Fade Up Animation */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.appear {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Down Animation */
.fade-down {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-down.appear {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Left Animation */
.fade-left {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-left.appear {
    opacity: 1;
    transform: translateX(0);
}

/* Fade Right Animation */
.fade-right {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-right.appear {
    opacity: 1;
    transform: translateX(0);
}

/* Delay classes for staggered animations */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }
        }

        .choose-section h2{
          font-size: 2.3rem;
        }

        .img-bottom{
          display: flex;
          align-items: end;
          margin-top: -100px;
        }

        .banner .btn-signup{
          background-color: #000;
          color: #fff;
        }

         .banner .btn-signup:hover{
          background-color: #eab308;
          color: #000;
        }


         .custom-nav-icons {
    position: relative;
    margin-top: 20px;
  }

  /* Position arrows on sides */
  .custom-nav-icons i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #eab308;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1000;
    background-color: #fff;
    border-radius: 50%;
  }

  .custom-nav-icons i:hover {
    color: #000000;
  }

  .custom-nav-icons #prevIcon {
    left: 0px; /* adjust left position */
  }

  .custom-nav-icons #nextIcon {
    right: 0px; /* adjust right position */
  }