/* ===== General Styling ===== */
    body {
      margin: 0%;
      padding: 0%;
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
      color: #333;
      overflow-x: hidden;
    }

    .text-primary-custom {
      color: #06b6d4 !important;
    }

    /* ===== Navbar ===== */
    .navbar {
      background-color:  #2cc4c4 !important;
      padding: 1rem 4rem;
      position: relative;
      z-index: 10; 
      color: white;
    }

    .navbar-brand {
      font-weight: 700;
      color:white;
      font-size: 1.4rem;
    }

    .nav-link {
      color:white;
      margin: 0 10px;
      font-weight: 500;
    }

    .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 {
      background-color: #2cc4c4;
      color: #fff;
      padding: 4rem 6rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
    }

    .hero-text {
      max-width: 450px;
    }

    .hero-text h1 {
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.3;
    }

    .hero-text span {
      color: #ffb400;
    }

    .hero-text p {
      margin-top: 15px;
      color: #eefdfd;
      font-size: 1rem;
    }

    .btn-join {
      background-color:  #9af0eb;
      color: white;
      border-radius: 25px;
      font-weight: 500;
      padding: 10px 20px;
    }

    .btn-watch {
      background-color: transparent;
      color: black;
      border: none;
    }

    /* ===== Hero Image ===== */
    .hero-img {
      position: relative;
    }

    .hero-img img {
      width: 370px;
      position: relative;
      z-index: 2;
    }

    /* ===== 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%;
      left: -80px;
      width: 170px;
    }

    .card2 {
      bottom: 15%;
      left: -100px;
      width: 220px;
    }

    .card3 {
      top: 35%;
      right: -90px;
      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: -2rem 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;
    }

    .card-img-overlay {
      background: rgba(0, 0, 0, 0.45);
      border-radius: 0.5rem;
    }

    .card-title {
      font-size: 1.25rem;
      font-weight: 600;
      color: #fff;
    }

    .btn-overlay {
      background-color: #00c2a8;
      border: none;
      font-weight: 500;
    }

    .btn-overlay:hover {
      background-color: #00a590;
    }

    .feature-highlight {
      color: #00c2a8;
      font-weight: 600;
    }

    .learn-more {
      color: #00c2a8;
      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;
    }

    @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-color: #1b1d4d;
      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: #c7c7c7;
      text-decoration: none;
      margin: 0 10px;
      font-size: 14px;
    }

    .footer-links a:hover {
      text-decoration: underline;
    }

    .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: black;
      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;
}