* {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.get-in-touch-btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  border-radius: 1rem;      /* small rounding */
  transition: background-color .2s, color .2s;
}


.main-wrapper {
 /* background: linear-gradient(135deg, #ec008c, #fc6767); */
  
  Background: linear-gradient(135deg, #E53935, #CA0808, #8B0000);
  /* min-height: 100vh; */
  /* padding-top: 50px; */
}
.contact-section {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.contact-info {
  background: #eb3b87;
  color: white;
  padding: 20px;
  border-radius: 15px;
}
.contact-info h5 {
  font-weight: bold;
}
.info-item {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: break-word;
}
.btn-send {
  background: linear-gradient(90deg, #fa709a, #d91c5c);
  color: white;
  width: 100%;
  border: none;
}
.btn-send:hover {
  opacity: 0.9;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: white;
}
.sub-text {
  text-align: center;
  color: white;
  max-width: 700px;
  margin: 10px auto 40px;
}
.custom-blur {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  /* Optional: Adds a transparent dark overlay */
  backdrop-filter: blur(10px);
  /* Applies the blur */
  -webkit-backdrop-filter: blur(10px);
  /* For Safari */
  padding: 20px;
  color: white;
}

.hero-section {
  position: relative;
  overflow: hidden;
  /* height: 90vh; */
  /* background: linear-gradient(135deg,#ff6b6b 0%,#ff477e 25%,#f42cd8 75%,#da00ff 100%); */
  Background: linear-gradient(135deg, #E53935, #CA0808, #8B0000);

  color: white;

}

/* White overlay layers */

.hero-section::before,
.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.05;
  transform: skewY(-12deg);
  z-index: 1;
}

.hero-section::after {
  transform: skewY(-25deg);
  opacity: 0.08;
}

.hero-div {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  padding: 2rem 12%;

}

.girl-img {
  width: 100%;
}

body {
  background-color: #f8f9fa;
}
.demo-form-container {
  background-image: url('');  
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.demo-form-container input {
  margin-bottom: 15px;
}
.demo-form-container h4 {
  color: white;
  margin-bottom: 20px;
}
.btn-submit {
  background-color: white;
  color: #CA0808;
  font-weight: bold;
  border-radius: 1rem;
}

.courses-text{
  font-size: 2rem;
  padding: 10px;
  margin-top: 5px;
  color: #db2777;
  font-weight: 500;
  text-align: center;
}

.btn-gradient {
  background: linear-gradient(90deg, #ff5f6d, #ff007f, #ff00c8);
  color: white;
  font-weight: 600;
  padding: 10px 30px;
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  transform: translateY(-2px);
}
.btn-div{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-box {
  background: rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}

.form-box input {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  outline: none;
}

.form-box button {
  width: 100%;
  background: #ffffff;
  color: #f8508b;
  font-weight: bold;
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.courses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1vw;
  gap: 50px;
}

.courses-color {
  background-color: #f7f7f7;
  background-image:
    repeating-linear-gradient(135deg, rgba(239, 154, 154, 0.25) 0 80px, transparent 80px 160px);
}

.course-card {
  background-color: white;
  padding: 1vw;
  border-radius: 15px;
}

.img-course {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.about-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 1vw;
}

.img-img{
  width: 400px;
}
@media only screen and (max-width: 576px){
  .img-img{
    width: 200px;
  }
}
.students-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 1vw;
  align-items: center;
  margin-top: 40px;
}

.read-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.read-button button {
  background-color: #f8508b;
  color: white;
  padding: 10px 70px;
  border-radius: 10px;
}
.tutor-section {
    background: linear-gradient(135deg, #CA0808, #D81B60, #FF4081);

  padding: 60px 20px;
  color: white;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: white;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.card-custom {
  border: none;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card-custom:hover {
  transform: translateY(-5px);
}

.card-custom .card-body {
  background: white;
  text-align: center;
  padding: 15px;
}

.card-custom .card-title {
  font-weight: 600;
  color: #ff007f;
  margin-bottom: 5px;
}

.card-custom .card-text {
  color: #555;
  font-size: 0.9rem;
}

.btn-gradient {
  /* background: linear-gradient(90deg, #ff5f6d, #ff007f, #ff00c8); */
  background: linear-gradient(135deg, #CA0808, #990000, #4B0000);

  color: white;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.best-tutors-section {
  /* position: relative; */
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8508b, #f68bca, #ec42f5);
}

/* Add soft white overlays for the diagonal shapes */


.img-tutor {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}

.card {
  border: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border-radius: 15px;
}
.btn-watch {
  background: linear-gradient(135deg, #e53935, #ca0808, #8b0000);
  color: white;
  border: none;
  border-radius: 10px;
}
.star-rating {
  color: #f5c518;
  font-size: 1.2rem;
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: red;
  pointer-events: none;
}

.stats-section {
 /* background: linear-gradient(135deg, #ff5f6d, #ff66c4);*/
  Background: linear-gradient(135deg, #E53935, #CA0808, #8B0000);


  padding: 60px 20px;
  color: #000;
}

.stats-box {
  background-color: white;
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.stats-item {
  border-right: 1px solid #eee;
}

.stats-item:last-child {
  border-right: none;
}

.stats-number {
  font-size: 40px;
  font-weight: 700;
  color: #CA0808;
}

.stats-label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

.stats-description {
  font-size: 14px;
  color: #444;
  margin: 25px 0 30px;
}

.btn-explore {
  background-color: white;
  border: none;
  color: #ff267e;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.btn-explore:hover {
  background-color: #ff267e;
  color: white;
}

.footer-end{
 /* background: linear-gradient(135deg, #ff5f6d, #ff66c4); */
 
 Background: linear-gradient(135deg, #E53935, #CA0808, #8B0000);

}

@media (max-width: 768px) {
  .stats-item {
    border-right: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }

  .stats-item:last-child {
    border-bottom: none;
  }
}

.callback-section {
      background: linear-gradient(135deg, #ff5f6d, #ff66c4);
      padding: 50px 15px;
      color: #fff;
    }

    .callback-box {
      background-color: white;
      border-radius: 20px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      max-width: 900px;
      margin: 0 auto;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .white-divider {
      height: 20px;
      background: #fff;
    }

    .gradient-section {
      background: linear-gradient(135deg, #fc6076, #ff9a44);
      padding: 50px 0;
      text-align: center;
    }
    .callback-image {
      flex: 1 1 300px;
      background-image: url('../assets/student.jpg'); /* Replace with actual image URL */
      background-size: cover;
      background-position: center;
      min-height: 300px;
    }

    .callback-form {
      flex: 1 1 300px;
      padding: 40px 30px;
      background: linear-gradient(to right, #ff5f6d, #ff66c4);
      color: white;
    }

    .callback-form h4 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 25px;
    }

    .callback-form input {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border-radius: 10px;
      border: none;
      font-size: 15px;
    }

    .callback-form input::placeholder {
      color: #999;
    }

    .callback-form button {
      background-color: white;
      color: #ff267e;
      border: none;
      padding: 10px 20px;
      font-weight: 600;
      border-radius: 10px;
      width: 100%;
      transition: 0.3s ease;
    }

    .callback-form button:hover {
      background-color: #ff267e;
      color: white;
    }

    @media (max-width: 768px) {
      .callback-box {
        flex-direction: column;
      }
    }

    .section-title {
      font-size: 3rem;
      font-weight: 700;
    }

    .subtext {
      max-width: 600px;
      margin: 0 auto;
      font-size: 1rem;
      line-height: 1.6;
    }

    .btn-custom {
      background-color: white;
      color: #ff5ca6;
      border-radius: 10px;
      padding: 10px 25px;
      font-weight: 600;
      border: none;
    }

    .contact-box {
      Background: linear-gradient(135deg, #E53935, #CA0808, #8B0000);

      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .contact-box h2 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }

    .contact-box h4 {
      font-weight: 500;
      margin-bottom: 15px;
    }

    .icon-box a {
      color: white;
      margin-right: 10px;
      font-size: 1.2rem;
    }

    .btns a {
      display: block;
      margin: 8px 0;
      color: white;
      border: 1px solid white;
      border-radius: 10px;
      padding: 10px 20px;
      text-decoration: none;
      font-weight: 500;
      text-align: center;
    }

    .info-box {
      Background: linear-gradient(135deg, #E53935, #CA0808, #8B0000);

      border-radius: 15px;
      padding: 20px;
      margin-bottom: 15px;
    }

    .info-box p {
      margin: 0;
      font-size: 1rem;
    }

    .info-box i {
      margin-right: 10px;
    }

    .footer {
      font-size: 0.8rem;
      text-align: center;
      margin-top: 50px;
      padding: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

.colour-text {
  color: white;
  background-color: #f8508b;
}

.video-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 2vw 1vw;
}

/* addition */
.bg-pink-gradient {
  background: linear-gradient(to bottom right, #ec4899, #f472b6, #db2777);
  /* Tailwind pink-500 → pink-400 → pink-600 */
}

.skew-overlay-1 {
  transform: skewY(-12deg);
  opacity: 0.05;
}

.skew-overlay-2 {
  transform: skewY(-6deg);
  opacity: 0.10;
}

@media only screen and (max-width: 909px) {
  .hero-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 12%;

  }

  .courses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1vw 2vw;
    gap: 50px;
  }

  .tutor-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .video-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 2vw 1vw;
  }
}

@media only screen and (max-width: 887px) {
  .about-div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    padding: 1vw;
  }

  .students-div {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 1vw;
    align-items: center;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 707px) {
  .courses-grid {
    display: flex;
    flex-direction: column;
    padding: 1vw 2vw;
    gap: 50px;
  }

  .tutor-cards {
    display: flex;
    flex-direction: column;
  }

  .video-div {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 2vw 1vw;
  }
}