
.intro-text {
  word-spacing: 10px;
  font-size: 50px;
}

.help-text {
  color: #6a6a6a;
}
.webinar-text {
  color: #6a6a6a;
}
.main-image {
  width: 70%;
}
@media screen and (max-width: 1199px) {
  .intro-text {
    word-spacing: 4px;
    font-size: 40px;
  }
  .main-image {
    width: 80%;
  }
}

@media screen and (max-width: 998px) {
  .intro-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .intro-text {
    font-size: 25px;
  }
}

.input-container {
  display: flex;
  align-items: center;
  background-color: #fff7f7;
  border-radius: 10px;
  padding: 7px 12px;
}

.input-container input {
  border: none;
  outline: none;
  padding: 10px;
  flex: 2;
  font-size: 16px;
  color: #333;
  background-color: transparent;
}

.input-container input::placeholder {
  color: #bbb;
}

.input-container button {
  background-color: #e02d5b;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8px 30px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

.input-container button:hover {
  background-color: whitesmoke;
  color: black;
  border: 1px solid #e02d5b;
  transform: translateX(-4px);
}

@media (max-width:481px) {
  
.input-container button {
  border-radius: 10px;
  padding: 8px 25px;
  font-size: 16px;

}


}

@media (max-width:373px) {
  
  .input-container button {
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 12px;
  
  }
  .input-container input {
   
    padding: 8px;
   font-size: 12px;
 
  }
  
  
  
  }

.test {
  color: white;
  background-color: #e02d5b;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;  
  padding: 8px 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  display: inline-block;
}
.test:hover {
  background-color: whitesmoke;
  color: black;
  border: 1px solid #e02d5b;
  transform: translateX(-3px);

}

@media (max-width:748px) {
   .test {
    font-size: 12px;
    padding: 6px 12px;
   }

}




.img-tick {
  vertical-align: middle;
}
.partners-wrapper {
  background-color: #fff6f6;
}
.talent-text {
  color: #73779c;
}

.desc-text {
  color: #6a6a6a;
}
.package-btn {
  display: inline-block;
  text-decoration: none;
  color: #e02d5b;
  border: 1px solid #e02d5b;
  border-radius: 5px;
  padding: 10px 50px;
  transition: all 0.3s ease;
}

.package-btn:hover {
  background-color: #e02d5b;
  font-weight: 600;
  transform: translateY(-2px);
  color: white;
  font-weight: 600;
}

.package-btn:active {
  transform: translateY(0);
}

.index-course-card {
  transition: all 0.3s ease-in-out;
}

.index-course-card:hover {
  transform: scale(1.05);
  cursor: pointer;
  border: 1px solid #1a1a47;
}

.feauture-card {
  border-radius: 12px;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-color: #1a1a47;;
}
.number-wrapper {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}
.feature-title {
  font-weight: 600;
  color: #161616;
  margin-top: 50px;
}
.feauture-card:hover {
  cursor: pointer;
  transform: scale(1.05);
  border: 1px solid #e02d5b;
}

.team-wrapper {
  background-color: #fff6f6;
}

.social-icons {
  display: inline-block;
  /* margin-left: 10px; */
}

.social-icons a {
  color: #1a1a3b;
  font-size: 1.2rem;
  margin: 0 5px;
}

.social-icons a:hover {
  color: #e02d5b;
}
.team-card {
  border: none;
  background-color: transparent;
}

.social-wrapper {
  display: flex;
  justify-content: space-between;
}

.img-team {
  transition: all 0.3s ease-in-out;
}

.img-team:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media (max-width:990px) {
  .aisha {
    height: 290px;
  }

}

.title {
  color: #e02d5b;
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-button {
  display: flex; /* Ensures the button is a flex container */
  align-items: center; /* Centers content vertically */
  justify-content: center; /* Centers content horizontally */
  width: 48px;
  height: 48px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-button:hover {
  border-color: #1a1a47;
}

.nav-button svg {
  width: 24px;
  height: 24px;
  stroke: #1a1a47;
}

.nav-buttons-wrapper {
  position: relative;
  z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}

/* Default card width */
.card {
  width: 100%;
}
.swiper-pagination {
  position: relative;
  bottom: -50px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cbd5e1;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1a1a47;
  transform: scale(1.2);
}

.card-height {
  max-height: 400px;

}




.testimonial-image {
  width: 100%;
  height: 258px; 
  
  


}

.comment {
  margin-top: -40px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; /* Adjust based on line height */
  line-height: 1.5em; /* Adjust spacing */
  white-space: normal; /* Allow wrapping */
}

.comment:hover  {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
  white-space: normal;
}




/* Styles for small screens (below 768px) */
@media (max-width: 768px) {
  .card-height {
    max-height: 400px;
  }
  .swiper-slide .card {
    width: 70%; /* Each slide takes 50% of the width on small screens */
    margin: 0 auto; /* This centers the swiper-slide horizontally */
  }

  /* Ensure the image height is reduced */
  .swiper-slide .card .row .col-md-4 {
    flex-shrink: 0; /* Prevents the image column from shrinking */
    height: 150px; /* Set a fixed height for the image */
  }

  .swiper-slide .card .row .col-md-4 img {
    height: 100%; /* Ensure the image takes the full height of the container */
     /* Ensure the image maintains its aspect ratio */
    width: 100%; /* Ensure the width takes the full container width */
    
  }

  /* Make sure the text content (col-md-8) takes the remaining height */
  .swiper-slide .card .row .col-md-8 {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    justify-content: space-between; /* Distribute the space between text elements evenly */
  }

  .swiper-pagination {
    position: relative;
    bottom: -30px;
  }
  .title {
    font-size: 1.5rem;
  }
  .nav-buttons-wrapper {
    justify-content: center; /* Center the buttons */
  }

  .title-testimonial {
    font-size: 1.5rem;
    margin-bottom: 10px; /* Add spacing between the title and buttons */
  }

  .comment {
    margin-top: -50px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* Adjust based on line height */
    line-height: 1.5em; /* Adjust spacing */
    white-space: normal; /* Allow wrapping */
  }
  
}

.quote-mark {
  font-size: 3rem;
  color: #1a1a47;
  margin-top: -15px;
}


.role {
  margin-top: -20px;
}
.author {
  margin-top: -10px;
  color: #1a1a47;
  font-weight: bold;
}
.testimonial .card-text {
  opacity: 0.8;
  transform: translateY(10px); /* Start text slightly lower */
  transition: all 0.3s ease;
}

.testimonial-card:hover .card-text {
  opacity: 1;
  transform: translateY(0); /* Move text to original position */
  cursor: pointer;
}

.review-btn {
  color: #e02d5b;
  background-color: whitesmoke;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  display: inline-block;
}

.review-btn:hover {
  background-color: #e02d5b;
  transform: translateX(-2px);
  color: white;
  font-weight: 600;
  border: none;
}

.review-btn:active{
  transform: translateX(0);
}

.whatsapp {
  text-decoration: none;
  color: white;
}
