/* ===== General Styling ===== */
    body {
      margin: 0%;
      padding: 0%;
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
      color: #333;
      overflow-x: hidden;
    }

    .text-primary-custom {
      color: #ff0000 !important;
    }

    /* ===== Navbar ===== */
    .navbar {
      background-color:  white !important;
      padding: 0.3rem 4rem;
      position: relative;
      z-index: 10; 
      color: black;
      min-height: 40px;
    }

    .navbar-brand {
      font-weight: 700;
      color:black;
      font-size: 1.4rem;
    }

    .nav-link {
      color:black;
      margin: 0 20px;
      font-weight: 600;
      font-size: 1.1rem;
      padding: 8px 16px;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .nav-link:hover {
      background-color: #ff6b35;
      color: white;
    }

    .btn-login {
      background-color: #fff;
      color: #333;
      border-radius: 30px;
      font-weight: 500;
      padding: 6px 18px;
    }

    .btn-signup {
      background-color: #9af0eb;
      color: #333;
      border-radius: 30px;
      font-weight: 500;
      padding: 6px 18px;
    }

    /* ===== Hero Section ===== */
    .hero {
      position: relative;
      color: #fff;
      padding: 4rem 6rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      min-height: 600px;
      overflow: hidden;
    }

    .hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2;
    }

    .hero-text {
      position: relative;
      z-index: 3;
      max-width: 450px;
    }

    .hero-text h1 {
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.3;
      color: white;
    }

    .hero-text span {
      color: #ff0000;
    }

    .hero-text p {
      margin-top: 15px;
      color: white;
      font-size: 1rem;
    }

    .btn-join {
      background: linear-gradient(135deg, #ff6b35, #ff8c42);
      color: white;
      border-radius: 30px;
      font-weight: 600;
      padding: 12px 30px;
      border: none;
      box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
      transition: all 0.3s ease;
    }

    .btn-join:hover {
      background: linear-gradient(135deg, #ff8c42, #ff6b35);
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    }

    .btn-watch {
      background-color: transparent;
      color: black;
      border: none;
    }

    /* ===== Floating Cards ===== */
    .floating-card {
      position: absolute;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 15px;
      padding: 12px 18px;
      color: #333;
      font-size: 0.9rem;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      z-index: 3;
      transition: transform 0.3s ease;
    }

    .floating-card:hover {
      transform: translateY(-3px);
    }

    .card1 {
      top: 20%;
      right: 10%;
      width: 170px;
    }

    .card2 {
      bottom: 15%;
      right: 5%;
      width: 220px;
    }

    .card3 {
      top: 50%;
      right: 25%;
      width: 230px;
    }

    .floating-card small {
      color: gray;
      font-size: 0.8rem;
    }

    .floating-card button {
      background-color: #ff7f91;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 5px 12px;
      font-size: 0.8rem;
      margin-top: 6px;
    }

    /* ===== Features / Success ===== */
    .feature-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
      margin: -1rem auto 1rem;
    }

    /* ===== Responsive ===== */
    @media (max-width: 992px) {
      .hero {
        flex-direction: column;
        text-align: center;
        padding: 3rem 2rem;
      }

      .hero-img {
        margin-top: 2rem;
      }

      .floating-card {
        display: none;
      }

      .navbar {
        padding: 1rem 2rem;
      }
    }
    body {
      font-family: 'Poppins', sans-serif;
      background-color: #ffffff;
      color: #333;
    }

    h2 span {
      color: #00c2a8;
    }

    .section-title {
      font-weight: 700;
      text-align: center;
      margin-bottom: 1rem;
    }

    .section-title span {
      color: #ff0000;
    }

    .card-img-overlay {
      background: rgba(0, 0, 0, 0.45);
      border-radius: 0.5rem;
    }

    .card-img {
      height: 400px;
      object-fit: cover;
      width: 100%;
    }

    .card-video {
      height: 400px;
      width: 100%;
      object-fit: cover;
    }

    .video-card {
      position: relative;
      overflow: hidden;
    }

    .card-title {
      font-size: 1.25rem;
      font-weight: 600;
      color: #fff;
    }

    .btn-overlay {
      background: linear-gradient(135deg, #ff6b35, #ff8c42);
      border: none;
      font-weight: 500;
    }

    .btn-overlay:hover {
      background: linear-gradient(135deg, #ff8c42, #ff6b35);
    }

    .feature-highlight {
      color: #ff0000;
      font-weight: 600;
    }

    .learn-more {
      color: #ff0000;
      text-decoration: none;
      font-weight: 500;
    }

    .learn-more:hover {
      text-decoration: underline;
    }

    .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #00c2a8;
      border-radius: 50%;
      padding: 15px;
      color: white;
      font-size: 1.5rem;
    }

    .rounded-frame {
      border-radius: 1rem;
      overflow: hidden;
    }

    .tou-video {
      width: 120%;
      max-width: 120%;
      height: 350px;
      object-fit: cover;
      display: block;
    }

    .video-frame {
      position: relative;
    }

    @media (max-width: 768px) {
      .card-title {
        font-size: 1.1rem;
      }
    }body {
      font-family: 'Poppins', sans-serif;
      background-color: #fff;
    }

    h2 span {
      color: #1ec48e;
    }

    .feature-subtitle {
      color: #666;
      font-size: 15px;
    }

    .video-box {
      background: #fff;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    }

    .video-thumbnail img {
      border-radius: 15px;
      width: 100%;
      height: auto;
    }

    .feature-list li {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
    }

    .feature-list i {
      background-color: #f4f6ff;
      color: #1ec48e;
      padding: 8px;
      border-radius: 8px;
      margin-right: 10px;
    }

    .tools-section {
      margin-top: 100px;
    }

    .tools-section h3 span {
      color: #1ec48e;
    }

    .student-img {
      width: 100%;
      border-radius: 20px;
    }

    .btn-present {
      background-color: #4a9cff;
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 6px 18px;
      font-weight: 500;
    }

    .btn-call {
      background-color: #ff4a6e;
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 6px 18px;
      font-weight: 500;
    }
    body {
      background-color: #e9f2ff;
      font-family: "Poppins", sans-serif;
    }

    .section-title {
      font-weight: 600;
      font-size: 1.2rem;
    }

    .scroll-row {
      display: flex;
      overflow-x: auto;
      gap: 1rem;
      padding-bottom: 10px;
      scroll-behavior: smooth;
    }

    .scroll-row::-webkit-scrollbar {
      display: none;
    }

    .mini-card {
      background: #fff;
      border-radius: 12px;
      padding: 10px 20px;
      color: white;
      font-weight: 500;
      text-align: center;
      transform: rotate(-8deg);
      min-width: 120px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .main-card {
      min-width: 320px;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .main-card img {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      height: 180px;
      object-fit: cover;
    }

    .explore-btn {
      background-color: #e7f4ff;
      color: #007bff;
      border-radius: 30px;
      font-weight: 500;
      padding: 5px 20px;
    }

    .price {
      font-weight: 600;
    }

    .see-all {
      color: #007bff;
      font-weight: 500;
      text-decoration: none;
    }
    
 body {
      font-family: 'Inter', sans-serif;
      background-color: #fff;
      color: #333;
    }

    /* Left Side */
    .testimonial-section {
      padding: 100px 0;
    }

    .testimonial-section h2 {
      font-weight: 700;
      color: #1f1f5c;
    }

    .testimonial-section p {
      color: #6c757d;
    }

    .btn-outline-primary {
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 500;
    }

    /* Right Side */
    .testimonial-image {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }

    .testimonial-image img {
      width: 100%;
      height: auto;
      border-radius: 20px;
      object-fit: cover;
    }

    .testimonial-card {
      position: absolute;
      bottom: -40px;
      right: -30px;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      padding: 25px;
      width: 80%;
    }

    .testimonial-card p {
      color: #555;
      font-size: 15px;
      margin-bottom: 10px;
    }

    .testimonial-card .stars {
      color: #f7b500;
      font-size: 18px;
      letter-spacing: 2px;
    }

    .testimonial-card small {
      color: #6c757d;
    }

    @media (max-width: 992px) {
      .testimonial-card {
        position: static;
        width: 100%;
        margin-top: 30px;
      }
    }
     body {
      font-family: 'Inter', sans-serif;
      background-color: #fff;
      color: #333;
    }

    .news-section {
      padding: 100px 0;
      background-color: #f8f9fb;
    }

    .news-section h3 {
      font-weight: 700;
      color: #1f1f5c;
    }

    .badge {
      border-radius: 20px;
      font-size: 12px;
      padding: 5px 10px;
    }

    .news-card {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
    }

    .news-card:hover {
      transform: translateY(-5px);
    }

    .news-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .news-card .card-body {
      padding: 20px;
    }

    .news-card h5, .news-card h6 {
      font-weight: 600;
      color: #1f1f5c;
    }

    .news-card p {
      color: #6c757d;
      font-size: 15px;
    }

    .text-primary {
      color: #2b59ff !important;
    }

    .read-more {
      text-decoration: none;
      font-weight: 600;
      color: #2b59ff;
    }
     body {
      font-family: 'Inter', sans-serif;
      background-color: #f8f9fa;
    }

    footer {
      background: linear-gradient(135deg, #ff6b35, #ff8c42);
      color: #fff;
      padding: 60px 0 30px;
      text-align: center;
    }

    .footer-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 25px;
    }

    .footer-logo .logo-shape {
      width: 40px;
      height: 40px;
      border: 2px solid #42d3d8;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #42d3d8;
      font-weight: 700;
    }

    .newsletter-input {
      border-radius: 25px;
      padding: 10px 20px;
      border: none;
      outline: none;
      width: 250px;
      max-width: 80%;
    }

    .subscribe-btn {
      border-radius: 25px;
      background-color: #42d3d8;
      color: #fff;
      border: none;
      padding: 10px 25px;
      font-weight: 600;
      transition: 0.3s;
    }

    .subscribe-btn:hover {
      background-color: #33c0c6;
    }

    .footer-links a {
      color: #ffffff;
      text-decoration: none;
      margin: 0 10px;
      font-size: 14px;
    }

    .footer-links a:hover {
      text-decoration: underline;
      color: #ffffff;
    }

    .copyright {
      color: #aaa;
      font-size: 14px;
      margin-top: 15px;
    }
    body{
      padding: 0%;
    }
    .fa-circle-play{
      color: white;
      font-size:300%;
    }
    .btn-watch {
      background: none;
      color: white;
      border: none;
      border-radius: 50px;
      padding: 12px 25px;
      font-size: 16px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
}

.btn-watch i {
  font-size: 50px;
  transition: transform 0.3s ease;
}
.imgf{
  font-size: 50px;
   transition: transform 0.3s ease;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  color: white;
}

/* Contact Section */
.contact-section {
  background-color: #ffffff;
  padding: 40px 0;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.contact-subtitle {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 30px;
}

.contact-input {
  background-color: #e0e0e0;
  border: 1px solid #bbb;
  border-radius: 25px;
  padding: 12px 20px;
  font-size: 14px;
}

.contact-input:focus {
  background-color: #d5d5d5;
  border-color: #999;
  box-shadow: none;
  outline: none;
}

.form-label {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.btn-submit {
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 12px 60px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #ff8c42, #ff6b35);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.contact-info-section {
  background-color: #f5f5f5;
  padding: 30px 20px;
  border-radius: 10px;
}

.contact-card {
  padding: 15px;
  text-align: center;
}

.contact-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 1.8rem;
}

.contact-card-title {
  font-weight: 700;
  font-size: 0.95rem;
  color: #000;
  margin-bottom: 10px;
}

.contact-card p {
  color: #555;
  font-size: 14px;
}

.contact-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.contact-card-link:hover {
  transform: translateY(-5px);
}

.contact-card-link:hover .contact-card {
  background-color: rgba(255, 107, 53, 0.05);
}

/* Footer Video */
.footer-video {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.footer-video-text {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.eid-video {
  width: 150px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .footer-video {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
