body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #FFFFFF;
    margin: 0;
  }

.navbar-nav{
	display: flex;
    flex-direction: row;
}
  .hero {
    background: linear-gradient(to bottom right, #F5FBFB, #D5F4F9);
    padding: 100px 0;
  }

  .hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #57586E;
  }

  .hero p {
    font-size: 1.05rem;
    color: #57586E;
    margin-top: 1.2rem;
    max-width: 540px;
  }

  .btn-accent {
    background-color: #28C3A2;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 1.5rem;
    transition: background-color 0.3s ease;
  }

  .btn-accent:hover {
    background-color: #F1F7FB;
    color: #28C3A2;
    border: 1px solid #28C3A2;
  }

  .hero-img {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 767.98px) {
    .hero h1 {
      font-size: 2rem;
      text-align: center;
    }

    .hero p,
    .hero .btn-accent {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
  }

  h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #57586E;
  }

  h2 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 3rem;
    color: #57586E;
  }

  .features-img img{
    max-height: 90px;
      object-fit: contain;
      margin: 1rem;
  }

  .section-divider {
    width: 300px;
    height: 4px;
    background-color: #21c9ac;
    margin: 2rem auto;
  }

  li{
    color: #57586E;
  }

  .course-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.03);
    transition: all 0.2s ease-in-out;
    height: 100%;
  }

  .course-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }

  .course-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .course-body {
    padding: 1.25rem;
    min-height: 170px;
  }

  .course-footer {
    border-top: 1px solid #CCCFD4;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .price {
    font-weight: 600;
    font-size: 1.1rem;
  }

  .get-btn {
    border: 1.5px solid #21c9ac;
    color: #21c9ac;
    border-radius: 10px;
    padding: 0.4rem 1rem;
    font-weight: 500;
    transition: 0.3s ease;
    background: transparent;
  }

  .get-btn i {
    margin-right: 0.4rem;
  }

  .get-btn:hover {
    background-color: #21c9ac;
    color: white;
  }


  .testimonial-section {
    background-color: #F4F8FB;
    padding: 80px 0;
    
  }

  .testimonial-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3a3a50;
    margin-bottom: 50px;
  }

  .testimonial-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0,0,0,0.03);
  }

  .testimonial-card h5 {
    color: #28C3A2;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .testimonial-card h6 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }

  .testimonial-card p {
    font-size: 0.95rem;
    color: #333;
  }

  .Testimonial-extend{
    background-color: #F4F8FB;
    padding: 80px 0;
  }

  .Testimonial-extend h1{
    font-size: 2.5rem;
    font-weight: 700;
    color: #3a3a50;
    margin-bottom: 50px;
  }

  
.text-muted {
    color: #5f6368 !important;
  }
  
  
  
  .fw-semibold {
    font-weight: 600;
  }
  
  .feature-icon {
    font-size: 2rem;
    color: #28C3A2;
    margin-right: 15px;
  }
  .feature-text h3 {
    color: #28C3A2;
    font-weight: 600;
  }
  .feature-text p {
    color: #6c757d;
    margin-bottom: 0;
  }


  .trust{
    background-color: #28C3A2;
    color: #444;
  }

  
  .brand-logo {
    margin-bottom: 30px;
  }