h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0;
  padding: 0;
}

.home-heading {
  font-size: 21px;
  font-family: "Montserrat", cursive;
  padding: 15px 0px 0px;
  color: #000;
  font-weight: bolder;
}
.home-main-section {
  padding-bottom: 40px;
}

.home-address-section {
  font-size: 15px;
  padding: 4px 0px;
}

.time-section {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  padding: 10px;
  padding-left: 0;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}
.time-section img {
  width: 30px;
}
.time-section i {
  font-size: 25px;
  font-weight: 200;
  color: #f05c2b;
}

/* Preschool Program Section Main  */
.pre-overlay-img-top {
  width: 100%;
  position: absolute;
  top: 0;
}
.preschool-program-section-main {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #c1f3ff;
  background-image: url("../../frontend_assets/img_icon/rainbow-2.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.pre-program-in-main h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.pre-program-in-main .card-section {
  border: 1px solid #fff;
  background-color: #fffffff1;
  padding: 10px;
  border-radius: 10px;
}
.pre-program-in-main .top-section {
  display: flex;
  align-items: center;
  gap: 11px;
}
.pre-program-in-main .top-section img {
  width: 100px;
}
.pre-program-in-main .top-section .text-section {
  padding: 5px 0px;
}
.pre-program-in-main .top-section .text-section .heading {
  color: #f05c2b;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pre-program-in-main .top-section .text-section .sub-text-heading {
  color: #000;
  background-color: #c1f3ff;
  padding: 3px;
  box-shadow: #000000a1 0px 0px 1px 0px;
  border-radius: 5px;
  margin-top: 5px;
}
.pre-program-in-main .card-section {
  height: 100%;
}
.pre-program-in-main .body-content {
  margin: 20px 0px;
}
.pre-program-in-main .body-content .content-sec {
  display: flex;
  gap: 10px;
  padding: 10px 0px;
  align-items: flex-start;
}
.pre-program-in-main .body-content .content-sec img {
  width: 25px;
}
.pre-program-in-main .body-content .content-sec .text-con {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}

.up-comening-envent-line-1 {
  width: 90px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 0px auto 3px;
}
.up-comening-envent-line-2 {
  width: 50px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 0px auto 10px;
}

.upcomming-event-text {
  font-family: "Solitreo", cursive;
  color: #fe6500;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  text-align: left;
  text-align: center;
}
.upcomming-event-details {
  border-radius: 10px;
  overflow: hidden;
}
.upcomming-event-details .upcomming-envent-img {
  width: 100%;
}
.upcomming-event-name-text-section {
  background-color: #fe6500;

  padding-bottom: 10px;
}
.upcomming-event-name {
  display: flex;
  align-items: center;
  padding: 10px;
}
.upcomming-event-name img {
  width: 70px;
}
.upcomming-event-name .name-section {
  margin-left: 5px;
}
.upcomming-event-name .name-section .top-name {
  font-size: 14px;
  font-family: "Solitreo", cursive;
  color: #000;
}

.upcomming-event-name .name-section .name {
  font-size: 22px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.image-section-event {
  background-color: #fe6500;
  position: relative;
}
#event-countdown-id {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
  flex-wrap: wrap;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.event-date {
  padding: 5px 0px;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-shadow: -1px 3px 9px black;
}

.event-countdown-in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #fe6500;
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.learn-event {
  background: #5e5df0;
  border-radius: 999px;
  box-shadow: #5e5df0 0 10px 20px -10px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  display: block;
  margin: auto;
  margin-top: 10px;
}

/* Curriculum Activities Aection */

.curriculum-activities {
  padding: 20px 0px;
  /* background-image: url("../../frontend_assets/img_icon/rainbow-1.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%; */
}
.curriculum-activities-heading {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
.curriculum-activities-section {
  background-color: #ffedede7;
  border: 1px solid #000;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  gap: 15px;
  background-image: url("../../frontend_assets/img_icon/bottom-b.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
.curriculum-activities-section img {
  width: 120px;
  margin: auto;
  display: block;
}
.curriculum-activities-section .heading-section {
  font-family: "Solitreo", cursive;
  color: #f05c2b;
  font-size: 22px;
  font-weight: bold;
  margin-top: 25px;
}
.curriculum-activities-section .activites-details-sec {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
}

/* Why Choose Section  */
.why-choose-us-heading {
  text-align: center;
  margin-bottom: 10px;
}
.why-choose-us-heading-2 {
  margin: 15px 0px;
  text-align: center;
  font-weight: 500;
}

.why-choose-card {
  padding: 10px;
  background: linear-gradient(0deg, #fe8b656b, #ffff);
  border-radius: 4px;
  height: 200px;
  position: relative;
  box-shadow: #fe8c65 0px 0px 2px;
}
.heading-bottom-img {
  width: 100px;
  display: block;
  margin: 0px auto 20px;
}

.why-choose-card .text-con {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 120px;
}

.why-choose-card img {
  width: 100px;
  border-radius: 50%;
  background-color: #ffedede7;
  border: 5px solid #fff;
  margin: 10px auto 0px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.why-bompsn-section {
  padding: 10px 0px;
}
.why-bompsn-section img {
  border-radius: 8px;
}
.why-bompsn-section.sec-1 {
  position: relative;
  background-color: #ffef87;
  padding-top: 20px;
}
.why-bompsn-section h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 25px;
}
.why-bompsn-section p {
  max-width: 500px;
  font-weight: 400;
}
.why-bompsn-section ul {
  margin-top: 10px;
  font-weight: 500;
}
.why-bompsn-section ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.why-bompsn-section ul li img {
  width: 20px;
}
.why-bompsn-section.sec-2 {
  position: relative;
  background-color: #ffef87;
  padding-top: 20px;
  padding-bottom: 50px;
}

/* Enq Section  */
.admission-enquiry {
  padding: 60px 0px 0px;
  background-color: #fffdf8;
}

.header-content {
  text-align: center;
  /* margin-bottom: 40px; */
}
.admission-enquiry-sec {
  position: relative;
  padding: 80px 0;
}
.bg-shape-enq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ea4619;
  clip-path: polygon(0 63%, 100% 34%, 100% 100%, 0% 100%);
  z-index: 0;
}
.enquiry-card {
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0px 5px #00000090;
  /* position: absolute; */
}

.enq-loading-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #61b8ce36;
  border-radius: 12px;
  display: none;
}
.enq-loading-section .loading-img-sec {
  display: flex;
  align-items: center;
  height: 100%;
}
.enq-loading-section .loading-img-sec img {
  width: 70px;
  display: block;
  margin: auto;
}
.enq-thankyou-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: none;
  overflow: hidden;
}
.enq-thankyou-section img {
  width: 100%;
  height: 100%;
}

.spinner-border {
  width: 100px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  margin: 0;
}

.submit-btn-sec {
  width: 170px;
  margin: auto;
  display: block;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}

.submit-btn-sec:hover {
  background-color: #c43d19;
  color: #000;
}
.enq-img-sec img {
  max-width: 410px;
  display: block;
  margin: auto;
}

/* Responsive fix for small mobile devices */
@media (max-width: 500px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Our Event Section  */
.our-event-carousel {
  padding: 10px 0px;
}
.our-event-carousel.owl-carousel .owl-stage-outer {
  padding: 10px 0px;
}
.our-event-carousel .event-item {
  border: 1px solid #f7d8cf81;
  margin: 10px 0xp;
  border-radius: 10px;
  overflow: hidden;
}
.our-event-carousel .event-img {
  width: 100%;
  position: relative;
}
.our-event-carousel .event-img .event-status-section {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  padding: 15px 10px 10px;
  border-radius: 30px;
  font-family: "Solitreo", cursive;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.our-event-carousel .date-section {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;

  /* Modern Glassmorphism effect */
  background: #d2d2d27e;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px 10px;
  min-width: 65px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);

  /* Smooth transform transition for hover effects */
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.our-event-carousel .event-item:hover .date-section {
  /* transform: translateY(-4px) scale(1.03); */
  background: #ffffff;
  border-color: #3b82f6;
  box-shadow: 0 12px 20px rgba(59, 130, 246, 0.15);
}

/* Makes the gradient text swap directions slightly on hover */
.our-event-carousel .event-item:hover .date-section .date {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-event-carousel .date-section p {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.our-event-carousel .date-section .date {
  font-size: 20px;
}

.our-event-carousel .event-img .event-status-section.color-blue {
  background-color: #3119ea;
}
.our-event-carousel .event-img .event-status-section.color-red {
  background-color: #ea193f;
}
.our-event-carousel .event-img .event-status-section.color-green {
  background-color: #079402;
}
.our-event-carousel .event-img .event-status-section.color-yellow {
  background-color: #f7c605;
  color: #000;
}
.our-event-carousel .event-img .event-status-section.color-pink {
  background-color: #e6adb7;
  color: #000;
}
.our-event-carousel .event-img img {
  width: 100%;
}
.our-event-carousel .heading-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: center;
  z-index: 5;
  background: #f6f5f5dd;
  
}

.our-event-carousel .heading-section .heading {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 2px 8px #fff;
}

.our-event-carousel .event-item:hover .heading-section {
  background: #f6f5f5dd;
}

.our-event-carousel .event-item:hover .heading-section .heading {
  color: #000000;
  text-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}
.our-event-carousel .content-section .activites-ul-sec {
  padding: 10px;
}
.our-event-carousel .content-section .activites-ul-sec li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.our-event-carousel .content-section .activites-ul-sec li img {
  width: 20px;
  margin-top: 5px;
}

.note-section {
  text-align: center;
  font-weight: 500;
  color: #fe6500;
}
.our-event-carousel .content-section .event-click-action-section {
  border-top: 1px dotted #fff;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
  justify-content: space-between
}

.our-event-carousel .content-section .event-click-action-section .learn-more-btn-section a {
  font-size: 17px;
}
