* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
  }

  body {
    background-color: #f9f9f9;
  }

  /* Navbar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .navbar .logo {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }


  .nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }

  .apply-btn {
    background-color: #0e9dd9;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
  }

  /* Section */
  .section {
    position: relative;
    background-color: #0e9dd9;
    padding: 60px 5%;
    display: flex;
    justify-content: space-between;
    color: white;
  }

  .left-content {
    width: 50%;
    position: relative;
    z-index: 2;
  }

  .tag {
    background-color: #48a9e6;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .left-content h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .left-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .highlight {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .btn {
    background: #fff;
    color: #000;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .btn::before {
    content: "⬇️";
  }
  .man-image {
    width: 594px;
    height: 518px;
    position: absolute;
    bottom: 0;
    left: 30%;
    transform: translateX(-30%);
    z-index: 1;
}



  .right-box {
    height: 539px;
    width: 429px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    color: #000;
    z-index: 3;
  }

  .right-box h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .right-box p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #555;
    line-height: 24px;
  }

  .right-box input,
  .right-box select {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
  }

  .right-box button {
    background-color: #0e9dd9;
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
  }

  @media (max-width: 992px) {
    .section {
      flex-direction: column;
      padding-bottom: 100px;
    }

    .left-content, .right-box {
      width: 100%;
    }

    .man-image {
      position: relative;
      left: 190px;
      bottom: auto;
      transform: none;
      margin-top: 20px;
      width: 100%;
      max-width: 300px;
    }
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 20px;
    background-color: #ffffff; 
    font-family: Arial, sans-serif;
  }
  
  .stat-item {
    text-align: center;
    padding: 0 20px;
  }
  
  .stat-value {
    font-size: 3rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
  }
  
  .stat-label {
    font-size: 1.2rem; 
    color: #333333; 
    text-transform: uppercase;
  }

  .info-section {
    background: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: center;
  }
  
  .info-container {
    display: flex;
    gap: 60px;
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 30px 60px;
  }
  
  .info-card {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .icon-circle {
    background: #f1f4f9;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .info-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
  }
  
  .info-subtitle {
    margin: 0;
    color: #334155;
    font-size: 14px;
  }
  
  .green-text {
    color: green;
    font-size: 24px; 
    font-weight: bold; 
}

  .green {
    color: #16a34a;
  }
  
  .orange {
    color: #f59e0b;
  }
  
  .red {
    color: #dc2626;
  }

  
  .alumni-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9fafb;
  }
  
  .section-subtitle {
    color: #3b82f6;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e1e2f;
    margin-bottom: 40px;
  }
  
  .alumni-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .alumni-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 340px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    text-align: left;
    position: relative;
  }
  
  .alumni-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .alumni-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  
  .hike-badge {
    background-color: #ecfdf5;
    color: #16a34a;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
  }
  
  .alumni-name {
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
  }
  
  .alumni-role {
    font-size: 14px;
    color: #475569;
    margin-bottom: 10px;
  }
  
  .alumni-text {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 16px;
  }
  
  .alumni-company {
    font-size: 14px;
    color: #0f172a;
    font-weight: 500;
    margin-bottom: 16px;
  }
  
  .linkedin-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
  }
  
  .linkedin-link img {
    margin-right: 6px;
  }
  

  .related-courses-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.section-image {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 30px;
}

.course-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.course-box {
    flex: 1;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.course-box h3 {
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.course-box p {
    color: #555;
    line-height: 1.5;
    margin: 10px 0;
}

.course-box img {
    height: 90px;
    width: 80px;
}

.course-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  font-family: 'Arial', sans-serif;
}

.course-header h1 {
  font-size: 28px;
  color: #222;
  margin-bottom: 20px;
}

.description {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}

.content-wrapper {
  display: flex;
  gap: 40px;
}

.units-section {
  flex: 1;
}

.unit {
  font-size: 16px;
  padding: 12px 0 12px 20px;
  margin-bottom: 8px;
}

.form-container {
  flex: 1;
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
}

.form-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

.form-input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.terms {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.4;
}

.button-group {
  display: flex;
  gap: 15px;
}

.primary-button {
  background: #1a73e8;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.secondary-button {
  background: white;
  color: #1a73e8;
  border: 1px solid #1a73e8;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.brand-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 14px;
}

.projects-section {
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
  font-family: 'Inter', sans-serif;
  color: #333;
}

.top-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.intro {
  flex: 1;
  min-width: 300px;
}

.intro h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.stats {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.stat {
  background: #eee;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  width: 120px;
}

.green {
  background: #00c897;
  color: white;
}

.purple {
  background: #a634f7;
  color: white;
}

.auth-box {
  flex: 1;
  min-width: 300px;
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 10px;
  background: #f9f9f9;
}

.auth-logos img {
  height: 24px;
  margin-right: 10px;
}

.tools img {
  height: 28px;
  margin-top: 10px;
  margin-right: 8px;
}

.course-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

.course-highlights,
.pricing-box {
  flex: 1;
  min-width: 250px;
}

.course-highlights h4 {
  margin-bottom: 1rem;
}

.course-highlights ul {
  list-style: none;
  padding: 0;
}

.course-highlights li {
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

.pricing-box {
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 10px;
  background: #f4f4f4;
}

.pricing-box h3 {
  margin: 1rem 0 0.5rem;
}

.emi {
  color: gray;
  font-size: 0.9rem;
}

.apply-btn {
  background: #0b74de;
  color: white;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 1rem;
}

.cohort-section {
  margin-top: 2rem;
}

.cohort-section h2 {
  margin-bottom: 1rem;
}

.cohort-card {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 10px;
  gap: 1rem;
  background: #fefefe;
  flex-wrap: wrap;
}

.date {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.date .day {
  font-size: 2rem;
}

.details p {
  margin: 4px 0;
  font-size: 0.95rem;
}

.enroll-btn {
  margin-left: auto;
  background: #0b74de;
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  cursor: pointer;
}


.mentors-section {
  padding: 3rem 1rem;
  text-align: center;
  font-family: 'Inter', sans-serif;
  max-width: 1200px;
  margin: auto;
}

.subheading {
  color: #007bff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

.mentors-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; /* <== ensures one line */
  gap: 1.5rem;
  overflow-x: auto; /* Optional scroll on small screens */
}

.mentor-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  min-width: 300px;
  flex: 0 0 30%; /* ensures fixed width */
  transition: 0.3s ease;
}

.mentor-card:hover {
  transform: translateY(-5px);
}

.mentor-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
}

.mentor-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.mentor-text h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.mentor-text p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

.company-logo {
  height: 20px;
}

.profile-link {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  color: #0077b5;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
}

.profile-link img {
  height: 16px;
  margin-right: 5px;
  filter: invert(36%) sepia(91%) saturate(746%) hue-rotate(178deg) brightness(90%) contrast(88%);
}

.more-mentors {
  margin-top: 2rem;
  text-align: center;
}

.more-mentors-btn {
  display: inline-block;
  background-color: #4f46e5;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.more-mentors-btn:hover {
  background-color: #4338ca;
}

.testimonial-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: auto;
  font-family: 'Inter', sans-serif;
}

.testimonial-left {
  flex: 1;
  padding-right: 2rem;
}

.testimonial-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.testimonial-left p {
  font-size: 1rem;
  color: #555;
}

.testimonial-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  position: relative;
}

.quote-icon {
  font-size: 2.5rem;
  color: #0ea5e9;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.testimonial-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.user-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.user-details {
  flex: 1;
  margin-left: 1rem;
}

.user-details h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1e40af;
}

.stars {
  font-size: 1rem;
  color: #f59e0b;
}

.linkedin-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.9rem;
  color: #0a66c2;
  font-weight: 500;
}

.linkedin-link img {
  width: 18px;
  margin-right: 6px;
  filter: invert(29%) sepia(97%) saturate(1103%) hue-rotate(179deg) brightness(96%) contrast(91%);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-header {
  text-align: center;
  margin-bottom: 30px;
}

.faq-header h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.faq-header h2 {
  font-size: 20px;
  color: #666;
  font-weight: normal;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.faq-question {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
}

.faq-question:before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #666;
}

.faq-question:hover {
  color: #0066cc;
}

.footer {
  background-color: #ffffff; 
  padding: 50px 0 20px;
  font-family: Arial, sans-serif;
  color: #333; 
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-brand {
  flex: 1;
  min-width: 300px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.brand-description {
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-links {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.links-column {
  flex: 1;
  min-width: 150px;
}

.links-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.links-list li {
  margin-bottom: 10px;
}

.links-list a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.links-list a:hover {
  color: #0066cc;
  text-decoration: underline;
}

.contact-info li {
  color: #333;
  line-height: 1.6;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright {
  color: #333;
  font-size: 14px;
}

.tutor-footer {
  background-color: #57a3e6;
  padding: 40px 0 20px;
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-brand {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0066cc;
}

.footer-text {
  font-size: 14px;
  color: #ffffff;
}

.footer-columns {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1;
  width: 200px;
}

.column-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-menu a:hover {
  color: #0066cc;
}

.contact-info {
  font-size: 14px;
  color: #ffffff;
}

.contact-info p {
  margin-bottom: 10px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #cce0ff;
}

.copyright {
  font-size: 13px;
  color: #666;
}