/* hero section  */



.individual_events_page_hero_section {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

.individual_events_page_hero_bg {
  position: relative;
  margin: 0 auto;
  padding: 200px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}


.hero_image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_image_wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
}


.individual_events_page_hero_content {
  position: relative;
  z-index: 1;
}

.individual_events_page_hero_content h1 {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 20px;
}

.individual_events_page_hero_content p {
  font-size: 20px;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .individual_events_page_hero_content h1 { font-size: 36px; }
  .individual_events_page_hero_content p { font-size: 18px; }
}

@media (max-width: 600px) {
  .individual_events_page_hero_content h1 { font-size: 28px; }
  .individual_events_page_hero_content p { font-size: 16px; }
  .individual_events_page_hero_bg { padding: 90px 15px; }
}



/* hero section stop */


.what-we-do {
  padding: 60px 0;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.section-heading {
  font-size: 32px;
  margin-bottom: 20px;
  color: #0B3857;
}

/* Build School Layout */
.intro-section {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 60px;
}

.left-content {
  flex: 1;
}

.intro-text {
  font-size: 18px;
  line-height: 1.7;
}

.right-image {
  flex: 1;
}

.right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

/* Four School Items */
.schools-list {
  margin-top: 40px;
}

.school-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  border-left: 5px solid #F4CB35;
  padding-left: 15px;
}

.school-text h4 {
  color: #0B3857;
  font-size: 25px;
}

.school-text h4 a {
  text-decoration: none;
  color: #0B3857;
}

.school-text a {
  text-decoration: none;
  font-weight: bold;
  color: #0B3857;
}

/* Updated circular images */
.school-photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #F4CB35;
}

/* Impact Section */
.impact-section {
  text-align: center;
  margin-top: 70px;
}

.impact-title {
  color: #0B3857;
  font-size: 30px;
  margin-bottom: 20px;
}

.impact-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.impact-box {
  font-size: 22px;
  text-align: center;
}

.impact-box .counter {
  font-size: 48px;
  font-weight: bold;
  color: #F4CB35;
}

/* Responsive */
@media (max-width: 992px) {
  .school-photo img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .intro-section {
    flex-direction: column;
    text-align: center;
  }

  .right-image img {
    height: auto;
    object-fit: contain;
  }

  .school-item {
    flex-direction: column;
    text-align: center;
    border-left: none;
    border-top: 5px solid #F4CB35;
    padding-top: 15px;
  }

  .school-photo img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 600px) {
  .section-heading {
    font-size: 28px;
  }

  .intro-text {
    font-size: 16px;
  }
}



/* student testimonials section  */


.students-testimonial-what-we-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-heading-students-testimonial {
  color: #0B3857;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}

.intro-text-students-testimonial {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 18px;
  line-height: 1.6;
}

.testimonial-tabs-students-testimonial {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn-students-testimonial {
  background-color: #F4CB35;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.tab-btn-students-testimonial.active,
.tab-btn-students-testimonial:hover {
  background-color: #0B3857;
  color: #fff;
}

.testimonial-content-students-testimonial {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial-item-students-testimonial {
  display: none;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.4s ease;
}

.testimonial-item-students-testimonial.active {
  display: flex;
}

.testimonial-photo-students-testimonial {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #F4CB35;
}

.testimonial-name-students-testimonial {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #0B3857;
}


/* student testimonials section stop  */