  :root {
      --primary: #0a192f;
      --electric: #007bff;
      --accent: #20c997;
      --light-bg: #f8f9fa;
      --gradient: linear-gradient(135deg, #007bff 0%, #00d4ff 100%);
  }

  body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      color: #333;
      overflow-x: hidden;
  }

  h1,
  h2,
  h3,
  .navbar-brand {
      font-family: 'Poppins', sans-serif;
      gap: 10px;
  }

  html {
      scroll-behavior: smooth;
  }



  /* Navigation */
  .navbar {
      background: rgba(255, 255, 255);
      backdrop-filter: blur(15px);
      border-bottom: 1px solid #eee;
      padding: 12px 0;
      transition: 0.4s;
      padding: 0;
  }

  .nav-link {
      font-weight: 600;
      color: var(--primary) !important;
  }

  /* offcanvas */
  .offcanvas {
      background: rgba(255, 255, 255);
      backdrop-filter: blur(15px);
  }

  .offcanvas .navbar-brand {
      font-size: 20px;
  }

  /* Hero Section with Glassmorphism */
  .hero {
      padding: 180px 0 120px;
      background: linear-gradient(rgba(10, 25, 47, 0.88), rgba(10, 25, 47, 0.88)),
          url('./image/bg.avif');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      color: white;
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }

  @media screen and (max-width:678px) {
      .hero .button .btn:nth-child(2) {
          margin-top: 10px;
      }

  }

  /* Course Cards with Hover Animation */
  .course-card {
      border: 1px solid #eef0f2;
      border-radius: 24px;
      padding: 30px;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      background: #fff;
      height: 100%;
      position: relative;
  }

  .course-card:hover {
      transform: translateY(-15px);
      box-shadow: 0 30px 60px rgba(0, 123, 255, 0.12);
      border-color: var(--electric);
  }

  .job-badge {
      background: #e7f3ff;
      color: var(--electric);
      font-size: 0.7rem;
      font-weight: 800;
      border-radius: 6px;
      padding: 5px 12px;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: inline-block;
  }

  /* Specialized Tutor Section */
  .tutor-card {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      height: 380px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .tutor-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.6s;
  }

  .tutor-card:hover .tutor-img {
      transform: scale(1.1);
  }

  .tutor-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 25px;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
      color: white;
  }

  /* Learning Modes Section */
  .mode-card {
      padding: 40px;
      border-radius: 24px;
      background: #fff;
      border: 1px solid #f0f0f0;
      transition: 0.3s;
      height: 100%;
      text-align: center;
  }

  .mode-card:hover {
      background: var(--light-bg);
      border-color: var(--electric);
      transform: translateY(-5px);
  }

  .mode-icon {
      width: 80px;
      height: 80px;
      background: #eef5ff;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      color: var(--electric);
      font-size: 2rem;
  }

  /* Highlight List */
  .highlight-list li {
      margin-bottom: 18px;
      display: flex;
      align-items: flex-start;
      font-weight: 500;
      font-size: 1.05rem;
  }

  .highlight-list i {
      color: var(--accent);
      font-size: 1.3rem;
      margin-right: 15px;
      margin-top: 3px;
  }

  /* Presence & CTA */
  .presence-tag {
      background: #fff;
      color: var(--primary);
      padding: 12px 24px;
      border-radius: 50px;
      font-weight: 700;
      display: inline-block;
      margin: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .cta-banner {
      background: var(--electric);
      color: white;
      border-radius: 40px;
      padding: 80px 40px;
      margin-top: -60px;
      position: relative;
      z-index: 10;
  }

  .btn-premium {
      background: var(--gradient);
      color: white;
      border: none;
      padding: 15px 40px;
      border-radius: 50px;
      font-weight: 700;
      box-shadow: 0 10px 20px rgba(0, 98, 255, 0.3);
      transition: 0.3s;
  }

  .btn-premium:hover {
      transform: scale(1.05);
      color: white;
  }
     .footer-container{
        box-shadow: -2px 0 5px black;
        padding: 10px;
     }
    .footer-container .container{
        padding: 0;
        font-size: 18px;
    }
  .footer-container .container .logo img{

  }
   .footer-container .container .contact h5{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 30px;
   }
 .footer-container .container .contact img{
    margin-right: 10px;
    height: 25px;
 }
  .footer-container .container .contact .social {
    display: flex;
    margin-top: 20px;
}

.footer-container .container .contact .social .facebook {
    height: 50px;
    width: 50px;
    /* background: rgba(243, 239, 239, 0.4); */
    background: #1877F2;
    /* background: linear-gradient(120deg, #3b5998, #FFFFFF); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all .5s linear;
    gap: 25px;
}

.footer-container .container .contact .social .facebook:hover {
    background: rgb(41, 41, 168);


}

.footer-container .container .contact .social .x {
    height: 50px;
    width: 50px;
    /* background: rgba(243, 239, 239, 0.4); */
    background: blue;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all .5s linear;
    gap: 25px;
}

.footer-container .container .contact .social .x:hover {
    background: rgb(41, 41, 168);

}

.footer-container .container .contact .social .instagram {
    height: 50px;
    width: 50px;
    /* background: rgba(243, 239, 239, 0.4); */
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all .5s linear;
}

.footer-container .container .contact .social .instagram:hover {
    background: linear-gradient(45deg, #3754e6, #605ae2, #9c4dd1, #c43e8a, #aa355c, #fd1d1d);

}

.footer-container .container .contact .social .linkedin {
    height: 50px;
    width: 50px;
    /* background: rgba(243, 239, 239, 0.4); */
    background: #0077B5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all .5s linear;
}

.footer-container .container .contact .social .linkedin:hover {
    background: #2096d6;

}

.footer-container .container .contact .social .youtube {
    height: 50px;
    width: 50px;
    /* background: rgba(243, 239, 239, 0.4); */
    background: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-decoration: none;
    color: white;
    font-size: 20px;
    transition: all .5s linear;
}

.footer-container .container .contact .social .youtube:hover {
    background: rgb(253, 34, 34);

}
