@media only screen and (max-width: 767px) {
  .support-list-item span {
    font-size: 16px;
  }
}
.section-title span {
  font-size: 25px;
}

.who-we-are-content span {
  font-size: 25px;
}
.main-banner-content span {
  font-size: 20px;
}
.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 0px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  text-align: center;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}
/* ernoll style */
.enroll-pulse-wrapper {
  position: fixed;
  bottom: 290px;
  right: -9px;
  width: 60px;
  /* Enough to fit the button and rings */
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

/* Expanding ring lines */
.expanding-ring {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(245, 137, 13, 0.5);
  border-radius: 50%;
  animation: expandRing 2s infinite ease-out;
  z-index: 98;
  opacity: 0;
}

.ring1 {
  animation-delay: 0s;
}

.ring2 {
  animation-delay: 0.6s;
}

.ring3 {
  animation-delay: 1.2s;
}

@keyframes expandRing {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Enroll Button */
.Enroll_Now {
  position: relative;
  z-index: 99;
  padding: 6px 10px;
  background-color: #ea512e;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-float img {
  margin-top: 3px;
  width: 43px;
  height: 43px;
}
#message {
  color: red;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.support-list-item span {
  display: block;
  font-size: 22px;
  color: #1b0238;
  font-weight: 600;
}
.single-tour {
  padding: 45px 20px 30px;
}
.requirements-list1 li i {
  color: #ea512e;
}
.requirements-list1 li {
  list-style: none;
}
.requirements-list1 {
  padding-left: 0px;
}
#know_more_ind {
  justify-content: center;
  display: flex;
}
.apply-form form .form-select {
  margin-bottom: 15px;
}


.apply-form form .form-group .form-control {
  height: 50px;
}

#Careers span{
text-align: left;
} #Careers{
padding-top: 40px;
}
#Careers  .class-content{
text-align: center; 
border-radius: 10px !important;
}
#Careers  .class-content img{
width:50px;
}
/* trnsmission effects */
#Careers .single-class {
transition: all 0.3s ease-in-out;
transform: scale(1);
text-align: center;
}
.single-class:hover .class-content h3 a, .single-class:hover .class-content p {
color: #ea512e;
}
#Careers .single-class:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
/* Smooth transition for text elements */
#Careers .single-class a,
#Careers .single-class p,
#Careers .single-class h3 {
transition: color 0.3s ease-in-out;
}
/* Optional: style for inner content */
#Careers .single-class .class-content {
padding: 20px;
}
/* Image styling */
#Careers .single-class img {
width: 50px;
height: auto;
margin-bottom: 15px;
transition: transform 0.3s ease-in-out;
}
/* Optional: zoom the image too on hover */
#Careers .single-class:hover img {
transform: scale(1.1);
}
.call_us p a{
font-weight: 600;
color: #ea512e;
}
#child_dob{
   padding-right: 10px; 
}
 #enroll_now .form-group .help-block.with-errors ul {
    color: red;
 }
 #pre_prime_main{
     position:relative;
 }
 #pre_prime{
     max-width:500px;
     top:18%;

 }
 .event-area.bg-color .event-box-item {
    padding: 35px 30px;
}
@media only screen and (max-width: 767px) {
    #our_core .partner-item img {
               max-width: 100px !important;
                width: 100px !important;
                height: 100px !important;
    }
      #our_core .support-list-item span {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #pre_prime {
        display: block;
            position: relative;
    }
    #pre_nursery{
          display: block;
            position: relative;
    }
    .replyForm .form-control{
        margin-bottom:8px;
    }
    #faq_tab{
            display: flex;
        overflow: scroll;
        white-space: nowrap;
       
    }
    #faq_tab li a {
             font-size: 14px;
    }
    #faq_page .faq-accordion .accordion .accordion-title {
    font-size: 16px;
    }
}
#pre_nursery {
    max-width: 400px;
    top: 41%;
    right: 0%;
}


#From_Curious .single-tour {
transition: all 0.3s ease-in-out;
transform: scale(1);
}

#From_Curious .single-tour:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.single-blog-item .blog-content .post-meta li:last-child {
   float: inline-end !important;
}

#every_week{
        list-style: none;
    padding-left: 8px;
    line-height: 31px;
}
.avatar-placeholder {
    width: 40px  !important;
    height: 40px !important;
    background-color: #007bff; /* Adjust as needed */
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
        left: -52px !important;
}
.submitReply{
     border: none !important;
    padding: 2px 8px !important;
    font-size: 14px !important;
    margin-right: 10px;
}
.cancelReply{
        border: 2px solid #ea512e;
    padding: 0px 8px !important;
    font-size: 14px !important;
    border-radius: 10px;
}
.comments-area .comment-body {
    padding-left: 52px !important;
}
.blog-image{
    position:relative;
}
.blog_view{
        position: absolute;
    display: inline-block;
    padding: 10px;
    background-color: #ea512e;
    right: 0;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    border-radius: 0 10px 0 10px;
}
  .blog_view i{
    vertical-align: bottom;
}
#scheduling_a1{
 position: absolute;
    left: 40%;
    bottom: 0;
    max-width: 550px;
transform: translateX(-5%);
    animation: moveLeftBounce 3s linear infinite;
}
#faq_page li::marker {
  color: #ea512e;
}
#faq_page .class-details-tab .tabs li a {
    padding: 10px 9px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.class-details-desc .class-details-tab .tab_content .tabs_item .class-desc-content p {
    color: #1b0238;
}
.faq_1 li{
     color: #1b0238;
}
.single-blog-item .blog-image img {
    height: 274px;
    width:100%;
}
.single-blog-item .blog-content h3 {
    font-size: 21px;
}
.single-tour h3 {
    padding: 10px 10px;
}
.single-facilities .facilities-content {
    cursor: pointer;
}
.blog-details-desc .article-content .entry-meta ul li span:nth-child(2) {
    color: #ea512e;
}

#confident_oakvel .single-tour h3 {
        line-height: 18px;
}
#confident_oakvel .single-tour h3 small{
font-size: 15px;    
}
.page-banner-area.item-bg1 {
    background-image: url(../../assets/img/page-banner/PP2.jpeg);
        background-attachment: initial;
}
.page-banner-area.item-bg2 {
    background-image: url(../../assets/img/page-banner/Nursery.jpeg);
        background-attachment: initial;
}
.page-banner-area.item-bg3 {
    background-image: url(../../assets/img/page-banner/toddler.jpeg);
        background-attachment: initial;
}
@media only screen and (min-width: 1200px) {
    .mb_links{
        display:none;
    }
    .page-banner-area {
     height:120vh;
}
}
@media only screen and (max-width:768px) {
#scheduling_a1 {
    right: 0;
    left: initial !important;
    max-width: 100px;

}
}
.page-banner-area.item-bg1_1 {
    background-image: url(../../assets/img/page-banner/after_school_program.jpeg);
        background-attachment: initial;
}

