* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


h2 {
  font-family: "Fredoka", cursive;
  font-size: 40px;
}

h6 {
  font-family: "Fredoka", cursive;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.display-4 {
  font-family: "Fredoka", cursive;
}

p {
  font-family: "Fredoka", cursive;
  font-size: 18px;
}

div {
  font-family: "Fredoka", cursive;
  color: #000000;
}

.g-headings {
  font-size: 2.3rem;
  font-weight: bold;
  color: #450e49;
}

.yellow-heading {
  color: #ffb03a;
}

@media (max-width: 768px) {
  .g-headings {
    font-size: 2rem;
  }
}

.g-sub-heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: #450e49;
}

.yellow-sub-heading {
  color: #ffb03a;
}

@media (max-width: 768px) {
  .g-sub-heading {
    font-size: 1.5rem;
  }
}

.rainbow-text {
  background: linear-gradient(to right, red, rgb(231, 52, 52), rgb(255, 203, 89), rgb(75, 213, 238), rgb(46, 214, 226), rgb(31, 151, 37), rgb(22, 172, 72));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}


.hero-section {
  background-image: url("images/border-from-confetti-pinwheels.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  color: rgb(0, 0, 0);
  position: relative;
  padding-top: 120px;
}





/* what is simple shiksha */

.why-choose-img-wrapper {
  background: linear-gradient(135deg, rgba(255,193,7,0.2) 0%, rgba(100,13,95,0.1) 100%);
  padding: 15px;
  border-radius: 1.8rem;
  display: inline-block;
}

.why-choose-decor {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255,193,7,0.15);
  border-radius: 20px;
  top: -20px;
  right: 20px;
  transform: rotate(15deg);
  z-index: -1;
}

.highlight-text {
  color: #4e0d52;
  font-weight: 700;
}

.big-text {
  font-size: 2.5rem;
  font-weight: 800;
}

.quote-mark {
  color: #4e0d52;
  font-weight: 600;
}

.custom-img {
  max-width: 100%;
  border-radius: 1.5rem;

}

.description {
  color: #555;
  font-size: 15px;
}

@media (max-width: 768px) {
  .home-what-is-simple {
    display: none;
  }
}

/* what is simple shiksha ens */


/* why choose simple shiksha */
.why-choose-highlight-text {
  color: #4e0d52;
  font-weight: 700;
}

.why-choose-big-text {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
  display: inline-block;
}



.why-choose-quote-mark {
  color: #640d5f;
  font-weight: 600;
  position: relative;

}

.why-choose-quote-mark::before {
  content: " ";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 2.5rem;
  color: rgba(255, 193, 7, 0.5);
}

.why-choose-img {
  max-width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 15px 30px rgba(100, 13, 95, 0.15);
  border: 5px solid white;
  transform: rotate(-2deg);
  transition: all 0.3s ease;
}

.why-choose-img:hover {
  transform: rotate(0deg) scale(1.02);
}

.why-choose-description {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  background: rgba(255, 193, 7, 0.08);
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #ffc107;
}

.why-choose-bg-shape-1 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(100, 13, 95, 0.05);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  top: -100px;
  right: -100px;
  z-index: -1;
}

.why-choose-bg-shape-2 {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 193, 7, 0.08);
  border-radius: 50%;
  bottom: -50px;
  left: -50px;
  z-index: -1;
}

.why-choose-content-wrapper {
  position: relative;
  z-index: 2;
}

.why-choose-btn {
  background-color: #640d5f;
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  border: 2px solid #640d5f;
  transition: all 0.3s ease;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}

.why-choose-btn:hover {
  background-color: white;
  color: #640d5f;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(100, 13, 95, 0.2);
}

/* why choose simple shiksha  ends*/

/* === Popular Programs Section Styles === */

.top-decor-bg {
  height: 100px;
  background: url('your-top-background.png') no-repeat center/cover;
}

.explore-heading {
  letter-spacing: 1px;
}

.explore-text {
  color: #640d5f;
}

.see-details-btn {
  color: #640d5f;
}

.icon-bg-stem {
  background-color: #f9ffff;
}

.icon-bg-art,
.icon-bg-music,
.icon-bg-holiday {
  background-color: #fffdf3;
}

.icon-bg-speech {
  background-color: #fff7fc;
}

.icon-bg-sports {
  background-color: #ffffff;
}

.icon-stem {
  color: #26c6da;
}

.icon-art {
  color: #ffb74d;
}

.icon-speech {
  color: #f06392;
}

.icon-sports {
  color: #66bb6a;
}

.icon-music {
  color: #7e57c2;
}

.icon-holiday {
  color: #ebc000;
}


.popular-section {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.popular-top-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background: url('your-top-background.png') no-repeat center/cover;
  z-index: -1;
}

.popular-title {
  font-weight: bold;
}

.custom-program-card {
  background: #f9f9ff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: left;
  border: 1px solid #e0e0e0;
  transition: 0.3s ease;
  height: 100%;
}

.custom-program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.badge-top {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #ffe8a0;
  color: #7a5200;
  font-size: 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #333;
}

.title-coding,
.title-art,
.title-speech,
.title-sports,
.title-music,
.title-holiday {
  margin-top: 3.5rem;
  font-weight: 700;
}

.title-coding {
  color: #26c6da;
}

.title-art {
  color: #ffb74d;
}

.title-speech {
  color: #f06392;
}

.title-sports {
  color: #66bb6a;
}

.title-music {
  color: #7e57c2;
}

.title-holiday {
  color: #ebc000;
}

.desc {
  font-size: 0.9rem;
  color: #555;
  margin: 0.5rem 0 1rem;
}

.info-line {
  font-size: 0.85rem;
  color: #333;
}

/* Card Type Themes */
.card-stem {
  background-color: #e0f7fa;
  border-bottom: 4px solid #26c6da;
}

.card-art {
  background-color: #fff3e0;
  border-bottom: 4px solid #ffb74d;
}

.card-speech {
  background-color: #fce4ec;
  border-bottom: 4px solid #f06292;
}

.card-sports {
  background-color: #e8f5e9;
  border-bottom: 4px solid #66bb6a;
}

.card-music {
  background-color: #ede7f6;
  border-bottom: 4px solid #7e57c2;
}

.card-holiday {
  background-color: #fff9c4;
  border-bottom: 4px solid #fdd835;
}

/* Our popular Programs ENDS */

/* feature card */


.icon-wrapper {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.feature-card:hover .icon-wrapper {
  transform: scale(1.1);
}

.feature-card i {
  font-size: 28px;
}

.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}




/*  */


.testimonial-section {
  background-color: #f9f9f9;
}

.testimonial-img {
  width: 60px !important;
  height: 60px !important;
  object-fit: cover;
  border: 3px solid #fff !important;
  position: relative;
  z-index: 2;
  margin-left: -1px;
  margin-top: -1px;
  border-radius: 50%;
}

.testimonial-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0 !important;
  height: 100%;
  transition: none !important;
}

.testimonial-heading {
  background: #4e0d52;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.testimonial-subheading {
  letter-spacing: 2px;
}

.testimonial-underline {
  width: 80px;
  margin-left: 10px;
}

.testimonial-quote {
  font-size: 22px;
  color: #640d5f;
}

  /* Custom styles for indicators */
  .carousel-indicators {
    position: relative;
    margin: 0;
    bottom: 0;
  }
  
    .carousel-indicators .active {
    background-color: #4e0d52;
    border-color: #4e0d52;
  }





.testimonial-content {

  margin-top: -15px;
}

.testimonial-img-container {
  position: relative;
  z-index: 1;
}