
    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f8f9fc;
    }

    /* Banner */
   .atl-section {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 4rem 6%;
      flex-wrap: wrap;
      animation: fadeIn 1s ease-in-out;
     background: linear-gradient(145deg, #98d7be, #0B2E33, #0B2E33, #0B2E33, #98d7be);
  color: #fff;
  line-height: 1.6;
    }

    .content-container {
      max-width: 800px;
      flex: 1 1 400px;
    }

   .bannerh1 {
      font-size: 2.8rem;
      font-weight: 800;
      margin-bottom: 1.2rem;
    }

    /* .bannerh1 span {
      text-decoration: underline;
      color: #0B2E33;
    } */

    p {
      font-size: 1.1rem;
      margin-bottom: 2.5rem;
    }

    /* About */
      .stat-box {
      top: 20px;
      right: 20px;
    }

    .review-box {
      bottom: 20px;
      left: 20px;
    }

    .profile-img {
      width: 30px;
      height: 30px;
      object-fit: cover;
      border-radius: 50%;
    }

    .explore-btn {
      background-color: white;
      color: black;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .explore-btn:hover {
      background-color: rgb(217, 215, 215);
      color: black;
    }

    /* Benefit Cards */
   
 .benefit-card {
      background: #fff;
      border-radius: 15px;
      padding: 30px 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }
    .benefit-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }
    .benefit-card img {
      max-width: 60px;
      margin-bottom: 15px;
    }
    .benefit-card h5 {
      font-weight: 600;
      margin-top: 10px;
    }
    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 50px;
    }


















     .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 50px;
    }
    .card-custom {
      background: white;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      height: 100%;
    }
    .benefit-icon {
      color: #0B2E33;
      margin-right: 10px;
    }
    .know-more-btn {
      background-color: #0B2E33;
      color: white;
      font-weight: 600;
      border: none;
      padding: 12px 28px;
      border-radius: 8px;
      transition: 0.3s;
    }
    .know-more-btn:hover {
      background-color: #174f57;
      color: white;
    }
    .img-card img {
      border-radius: 15px;
      width: 100%;
      height: auto;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .section {
      margin-bottom: 80px;
    }

      .illustration {
      flex: 1 1 300px;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: float 4s ease-in-out infinite;
      margin-top: 2rem;
    }

    .illustration img {
      width: 100%;
      max-width: 400px;
    }

     .bannerh1 {
        font-size: 45px;
        margin-bottom: 50px;
     }


    @media (max-width: 767px) {
      .bannerh1 {
        font-size: 32px;
      }
    }

