
    body {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', 'MS Sans Serif', Geneva, sans-serif;
      color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link {
      color: #fff;
      margin-right: 15px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
    }
   .navbar {
    padding-right: 9vw !important;
    padding-left: 9vw !important;
   }
    .navbar-dark .navbar-nav .nav-link:hover {
      color: rgb(236, 0, 0);
    }

    .navbar-dark .btn-register {
      background-color: rgb(236, 0, 0);
      color: white;
      padding: 6px 20px;
      border-radius: 30px;
      border: none;
      font-weight: 500;
      margin-left: 10px;
    }

    .hero-section {
      background-image: url('00.jpeg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 70vh;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 5%;
      overflow: hidden;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      /*background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));*/
      z-index: 1;
    }

    .carousel-caption {
      text-align: left;
      max-width: 600px;
      z-index: 2;
      /*left: 4% !important;*/
      position: relative;
      width:90%;
    }
.carousel-indicators {
    right:50% !important;
}
    .carousel-caption h1 {
      font-size: 3.5rem;
      font-weight: bold;
      animation: fadeInUp 1s ease-in-out;
    }

  
    .carousel-caption p {
      color: #ccc;
      margin: 20px 0;
      animation: fadeInUp 1s ease-in-out;
    }

    .carousel-caption .btn {
      animation: fadeInUp 1s ease-in-out;
    }

    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }

      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .trusted-logos {
      background-color: #000;
      color: #ccc;
      text-align: center;
      padding: 40px 0 30px;
    }

    .trusted-logos h5 {
      margin-bottom: 20px;
      font-weight: 500;
    }

    .logo-scroll-wrapper {
      max-width: 1400px;
      margin: auto;
      overflow: hidden;
      position: relative;
    }

    .logo-scroll-track {
      display: flex;
      gap: 60px;
      width: max-content;
      animation: scrollLogos 30s linear infinite;
    }

    .logo-scroll-track img {
      max-height: 40px;
      opacity: 0.7;
      filter: grayscale(100%);
      transition: all 0.3s ease;
    }

    .logo-scroll-track img:hover {
      opacity: 1;
      filter: grayscale(0%);
    }

    @keyframes scrollLogos {
      0% {
        transform: translateX(0%);
      }

      100% {
        transform: translateX(-50%);
      }
    }


    .logo-strip img {
      max-height: 40px;
      margin: 0 30px;
      opacity: 0.7;
      filter: grayscale(100%);
      transition: all 0.3s;
    }

    .logo-strip img:hover {
      opacity: 1;
      filter: grayscale(0%);
    }

    @media (max-width: 768px) {
      .carousel-caption h1 {
        font-size: 2rem;
      }

      .carousel-caption p {
        font-size: 0.95rem;
      }

      .logo-strip img {
        max-height: 30px;
        margin: 0 20px;
      }

      .navbar-collapse {
        background-color: #000;
        padding: 10px;
      }
    }

     .gradient-title {
      font-size: 3rem;
      font-weight: bold;
      background: linear-gradient(to right, white, rgb(236, 0, 0));
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: fadeInUp 1s ease-in-out;
    } 
/*.gradient-title {*/
/*      font-size: 3.5rem;*/
/*       background: linear-gradient(*/
/*    90deg,*/
/*    #ffffff,*/
/*    #db6464,*/
/*    #be5e5e,*/
/*    #c96e6e,*/
/*    #ffffff,*/
/*    #ec0000*/
   
/*  );*/
/*  color: transparent;*/
/*  background-clip: text;*/
/*  -webkit-background-clip: text;*/
/*  background-size: 500% 500%;*/
/*  animation: gradient-animation 6s ease infinite !important;*/
/*}*/

/*@keyframes gradient-animation {*/
/*  0% {*/
/*    background-position: 0% 50%;*/
/*  }*/
/*  50% {*/
/*    background-position: 100% 50%;*/
/*  }*/
/*  100% {*/
/*    background-position: 0% 50%;*/
/*  }*/
/*}*/
    .subtitle {
      color: #ccc;
      font-size: 1.1rem;
      margin-top: 20px;
      animation: fadeInUp 1.2s ease-in-out;
    }

    .btn-red {
      background-color: rgb(236, 0, 0);
      color: white;
      padding: 12px 25px;
      border: none;
      border-radius: 30px;
      font-weight: 500;
      transition: background 0.3s ease;
    } 

    .btn-red:hover {
      background-color: #cc0000;
      color: #fff;
    }

    .why-choose {
      font-family: 'Poppins', 'MS Sans Serif', Geneva, sans-serif;
      background: #f8f8f8;
    }

    .bg-light-red {
      background-color: #ffe9e9;
      ;
    }

    .section-title {
      font-weight: 700;
      font-size: 2rem;
    }

    .choose-box i {
      transition: transform 0.3s ease;
    }

    .choose-box:hover i {
      transform: scale(1.2);
    }
    .text-danger {
      color: rgb(236, 0, 0) !important;
    }
.why-choose-final {
  background: linear-gradient(to bottom, #000 50%, #f8f9fa 50%);
  position: relative;
  z-index: 1;
}

.why-choose-final .card-box {
  background: white;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
}

.why-choose-final .card-box:hover {
  transform: translateY(-6px);
}

.why-choose-final .emoji {
  font-size: 36px;
  margin-bottom: 15px;
}

.why-choose-final .text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

