@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    font-family: "Ubuntu", sans-serif;
    text-transform: none;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3; /* adjust as needed for contrast */
}

.laptop {
    font-size: 2em;
    font-weight: 600;
    flex: 1;
    color: #600081;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.laptop img {
    width: 70px;
    margin-right: 1%;
}

.main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 100vw;
    padding: 12em 2em 4em 2em;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;

    background: linear-gradient(135deg, #ffffff, #a884bd); /* Customize gradient here */
}

.main h1 {
    font-size: 20px;
    color: #511F52;
    line-height: 1.3;
    padding: 2% 0;
    text-align: center;
    justify-items: center;
    margin-left: 150px;
    font-family: "Ubuntu", sans-serif;
}

.left {
    padding-top: 50px;
}


.typing-gradient {
    font-size: 5em;
    margin-left: 80px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
  
    background: linear-gradient(to right, #48116c, #aa5fcb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  
    overflow: hidden;
    white-space: nowrap;
    border-right: 4px solid rgba(170, 95, 203, 0.7); /* Simulates cursor */
    width: 0;
    display: inline-block;
  
    animation: typing 4s steps(20, end) forwards, blink 0.7s step-end infinite;
  }
  
  @keyframes typing {
    from { width: 0; }
    to { width: 13.5ch; } /* ✅ Adjust based on the number of characters */
  }
  
  @keyframes blink {
    0%, 100% { border-color: transparent; }
    50% { border-color: rgba(170, 95, 203, 0.7); }
  }
  


.left p {
    font-size: 14px;
    line-height: 1.5rem;
    padding: 4% 0;
    color: #693B69;
}

.right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.right img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    justify-content: center;

  
}

.laptop-right {
    position: absolute;
    bottom: -150%;
    left: 120%;
    max-width: 500px; /* Increased from 450px */
    transform: scale(1.2); /* Scales up the element by 20% */
}

.laptop-right img {
    width: 100px;
    height: auto;
}

.trusted-right {
    width: 300px;
    display: block;
    margin: 10px auto;
    position: relative;
    top: -100px;
    margin-left: 230px;
}























.info1 {
    padding: 7em 2em 4em 2em;
}

.second h3 {
    font-size: 3em;
    color: #693B69;
    text-align: center;
    margin-left: 80px;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
}

.second-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.second-content h1 {
    font-size: 1.5em;
    color: #511F52;
    line-height: 1.5;
    text-align: justify;
    margin-right: 90px;
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
}

.text-content h1 {
    font-size: 3.5em;
    color: #511F52;
    line-height: 1.5;
    text-align: center;
    margin-right: 90px;
    font-family: "Ubuntu", sans-serif;
}

.girl-left {
    width: 500px;
    height: auto;
    margin-right: 40px;
}

.text-content {
    flex: 1;
}

.text-content h1 {
    font-size: 1.5em;
    color: #511F52;
    line-height: 1.5;
    text-align: center;
    margin-right: 90px;
    font-family: "Ubuntu", sans-serif;
}

/* Slider Banner CSS */
.slider-container {
    position: relative;
    width: 100%; /* Full width */
    margin: 0 auto;
    overflow: hidden;
    height: 60vh;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    transition: opacity 1s ease-in-out;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Add navigation buttons (prev/next) */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 2em;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Slider Navigation Button Styles */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Media Queries for Slider Responsiveness */
@media screen and (max-width: 768px) {
    .slider-container {
        width: 100%;
        padding: 0 15px;
    }

    .prev, .next {
        font-size: 1.5em;
        padding: 8px;
    }
}

.Coach {
    font-size: 2em;
    font-weight: 600;
    flex: 1;
    color: #600081;
    display: flex;
    align-items: center;
    margin-left: 70px;
}

.Coach img {
    width: 70px;
    margin-right: 1%;
}

.info2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 90%;
    padding: 2em 2em 10em 2em;
    margin: auto;
    align-items: center;
    text-align: center;
    
}

.info2 h1 {
    font-size: 20px;
    color: #511F52;
    line-height: 1.3;
    padding: 2% 0;
    text-align: center;
    justify-items: center;
    margin-left: 30px;
    font-family: "Ubuntu", sans-serif;
}

.third {
    padding-top: 50px;
}

.third h3 {
    font-size: 3.5em;
    color: #693B69;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
}

.third p {
    font-size: 14px;
    line-height: 1.5rem;
    padding: 4% 0;
    color: #693B69;
}

.right1 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    justify-content: flex-end;
}

.right1 img {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.third-container {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Aligns content to the right */
    position: relative;
    width: 100%;
}

.third-content h1 {
    font-size: 1.5em;
    color: #511F52;
    line-height: 1.5;
    text-align: justify;
    margin-right: 10px;
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
}

.coach-right {
    position: absolute;
    bottom: -150%;
    left: 135%;
    max-width: 450px;
    top: -150px;
}

.coach-right img {
    width: 100px;
    height: auto;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .second-container {
        flex-direction: column;
        text-align: center;
    }

    .girl-left {
        margin: 0 auto 20px auto;
    }

    .text-content h1 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .main {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 4em 1em;
    }

    .right img {
        width: 250px;
    }

    .laptop-right {
        left: 50%;
        transform: translateX(-50%);
        bottom: -350%;
    }
}













.partnerships-section {

    padding: 60px 20px;
    text-align: center;
  }
  
  .partnerships-section .section-header {
    max-width: 700px;
    margin: 0 auto 40px;
  }
  
  .partnerships-section .section-header h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 10px;
  }
  
  .partnerships-section .section-header p {
    color: #666;
    font-size: 1rem;
  }
  
  .partner-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .partner-card {
    background: white;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    max-width: 300px;
    transition: transform 0.3s ease;
  }
  
  .partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(83, 6, 130, 0.453);
  }
  
  .partner-card img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
  }
  
  .partner-card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #1e1e1e;
  }
  
  .partner-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
  }
  

































  .tutoring-benefits {
    padding: 80px 20px;
    text-align: center;
    background: #fff;
  }
  
  .tutoring-benefits h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: bold;
  }
  
  .benefits-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    justify-items: center;
  }
  
  .bcard {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 25px;
    width: 100%;
    max-width: 260px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    text-align: left;
  }
  
  .icon {
    font-size: 2rem;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: white;
  }
  
  .icon.blue { background: #007bff; }
  .icon.yellow { background: #ffc107; }
  .icon.red { background: #dc3545; }
  .icon.green { background: #28a745; }
  
  .bcard h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .bcard p {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 15px;
  }
  
  .bcard a {
    color: #693B69;
    font-weight: bold;
    font-size: 0.9rem;
    text-decoration: none;
  }







  .featured-courses {
    padding: 80px 20px;
    text-align: center;
    background-color: #ffffff;
  }
  
  .section-header small {
    color: #666;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #693B69;
    margin: 10px 0;
  }
  
  .section-header .description {
    max-width: 700px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  .course-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .course-box {
    width: 160px;
    height: 160px;
    background: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  
  .course-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(83, 6, 130, 0.453);
  }
  
  .course-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .course-box p {
    margin: 0;
    font-size: 1.05rem;
    color: #333;
    font-weight: 600;
  }
  
  .see-more-wrapper {
    margin-top: 50px;
  }
  
  .see-more-btn {
    padding: 12px 30px;
    background-color:#693B69;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }

  .see-more-btn:hover {
    background-color: #693B69;
  }
  
  









  .how-it-works {
    background: linear-gradient(135deg, #000000, #434243);
    color: #fff;
    padding: 80px 20px;
  }
  
  .how-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .how-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .how-header p {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  .how-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .how-card {
    background-color: #fff;
    color: #000;
    border-radius: 12px;
    padding: 30px 20px;
    width: 280px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-align: left;
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  .how-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.453);
  }
  
  .how-icon {
    font-size: 2rem;
    background-color: #7b3fe4;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    
    margin: 0 auto 20px auto; /* centers horizontally and adds bottom spacing */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* optional: adds a soft shadow */
  }
  
  .how-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .how-card p {
    font-size: 1rem;
    color: #444;
    text-align: center;
  }









  .mentor-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #693B69, #af7caf);
    font-family: 'Segoe UI', sans-serif;
  }
  
  .mentor-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  
  .mentor-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .mentor-img {
   
    width: 400px; /* was 250px */
    height: auto;
    border-radius: 12px;
    object-fit: cover;
 
    margin-right: 80px;
  }
  
  .mentor-content {
    max-width: 500px;
  }
  
  .mentor-content h2 {
    font-size: 2.5rem; /* Increased from 2rem */
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .highlight-purple {
    color: #dfc7df;
  }
  
  .mentor-content p {
    font-size: 1.125rem; /* Was 1rem */
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.7;
  }
  
  .mentor-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }
  
  .mentor-benefits li {
    font-size: 1.125rem; /* Was 1rem */
    margin-bottom: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  
  .green-dot {
    color: green;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  
  .mentor-btn {
    background-color: #1a1a1a;
    color: #fff;
    padding: 14px 28px;
    border: none;
    font-size: 1.1rem; 
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .mentor-btn:hover {
    background-color: #333;
  }

  @media (max-width: 768px) {
    .mentor-container {
      flex-direction: column;
      gap: 40px;
      text-align: center;
    }
  
    .mentor-images {
      margin-right: 0;
    }
  }

  








  .choose-coach-section {
    padding: 100px 30px;
    text-align: center;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .choose-coach-header h4 {
    color: #693B69;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  
  .choose-coach-header h2 {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  
  .choose-coach-header h2 span {
    color: #693B69;
  }
  
  .choose-coach-header p {
    max-width: 800px;
    margin: 0 auto 50px;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  
  .choose-coach-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .choose-card {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 40px 30px;
    width: 340px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }
  
  .choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(183, 125, 219, 0.453);
  }
  
  .choose-card:hover {
    transform: translateY(-8px);
  }
  
  .choose-card h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #1a1a1a;
  }
  
  .choose-card p {
    color: #555;
    margin-bottom: 24px;
    font-size: 1.05rem;
    line-height: 1.7;
  }
  
  .choose-card button {
    background: #693B69;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .choose-card button:hover {
    background: #693B69;

  }

 
  
  
  .highlight-card {
    background: linear-gradient(to right, #693B69, #976197);
    color: white;
  }
  
  .highlight-card h3,
  .highlight-card p {
    color: white;
  }
  
  .highlight-card button {
    background: white;
    color: #693B69;
  }
  
  .highlight-card button:hover {
    background: #555555;
  }
  
  









  .project-cta {
    background: linear-gradient(135deg, #693B69, #af7caf);
    color: white;
    padding: 40px 30px;
    border-radius: 16px;
    max-width: 1000px;
    margin: 60px auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }
  
  .cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .cta-text h3 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  .cta-text p {
    margin: 10px 0 0;
    max-width: 600px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e6f0ff;
  }
  
  .cta-button .btn-outline {
    padding: 10px 22px;
    background: white;
    color: #693B69;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .cta-button .btn-outline:hover {
    background-color: #e4c8f5;
  }












  .trusted-section {
    background: linear-gradient(135deg, #000000, #434243);
    padding: 30px 20px;
    text-align: center;
  }
  
  .trusted-title {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 500;
  }

  
  .trusted-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .logo-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .logo-row img {
    height: 40px;
    filter: brightness(0) invert(1); /* Make logos white if they're dark */
    transition: transform 0.3s ease;
    max-width: 100px;
    width: 100%;
    height: auto;
  }
  
  .logo-row img:hover {
    transform: scale(1.1);
  }
  



.team-section {
  padding: 50px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}



.team-section .team-header .subtitle {
  color: #693B69;
  font-weight: bold;
  margin-bottom: 5px;
}

.team-section .team-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.team-section .team-header h2 span {
  color: #693B69;
}

.team-section .team-header .description {
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 14px;
}

.team-section .team-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.team-section .team-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer; /* Make the card look clickable */
}

.team-section .team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px #693B69;
}

.team-section .team-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.team-section .team-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.team-section .team-card .position {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease;
}

.close-btn {
  float: right;
  font-size: 20px;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
