.play-way:hover{
    background-color: rgb(246, 203, 210);
}
.nursery:hover{
    background-color: rgb(197, 239, 239);
}
.lkg:hover{
    background-color: rgb(216, 227, 210);
}
.ukg:hover{
    background-color: rgb(215, 208, 222);
}
.course{
    /* width: 80%; */
    margin: auto;
    text-align: center;
    padding-top: 120px;
    background-color: rgb(244, 233, 243);
}
h1{
    font-size: 36px;
    font-weight: 600;
    

}
/*@media (max-width: 768px) {*/
/*    .h1{*/
/*        padding-top: 10px;*/
/*        margin-top:40px;*/
/*        }*/
/*}*/
@media (max-width: 468px) {
    h1{
        padding-top: 20px;
        margin-top:45px;
    }
}


p{
    color: black;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;

}

.row{
    /* width: 80%; */
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.row .cols2{
     display: flex
;
    width: auto;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: stretch;

}
.course-col {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
}


/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .row .cols2{
    flex-direction: column;
    align-items: center;
  }

  .course-col {
    flex-basis: 100%;
    max-width: 90%;
  }
}


h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0 ;
}
.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(221,4,4,0.2);

}


/* .................................facilities............................. */

.facilities{
    width: 100%;
    margin: auto;
    position: relative;
    top: 90px;
    text-align: center;
    padding: 50px;
    padding-bottom: 0;
    /* font-weight: 500; */
}
.facilities p{
  font-weight: 500;
  color: black;
  /*text-align: justify;*/
}

.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    /* margin-bottom: 5%; */
    text-align: left;
}

.facilities-col img{
    width:100%;
    height: 50%;
    border-radius: 10px;
    padding: 0;

}
.facilities-col p{
padding: 0;
color: black;
font-weight: 400;
text-align: justify;

}
.facilities-col h5{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}
@media (max-width: 768px) {
    .facilities-col {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* .........................................testimonials........................................ */

.testimonials{
    width: 90%;
    margin: auto;
    padding-top:100px;
    text-align: center;

}
.testimonials-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3ff;
    padding: 25px;
    cursor: pointer;
    display: flex;

}

.testimonials-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 10px;
    border-radius: 50%;
}
.testimonials-col p{
    padding: 0 0;
    text-align:justify;

}
.testimonials-col h3{
    margin-top: 15px;
    text-align: left;

}

.testimonials-col .fa{
    color: #f44366;
}
@media (max-width: 768px) {
    .testimonials-col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* <!-- ...............................call to action.............................. --> */

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)),
    url(../images/banner2.jpeg) ;
    background-position: center;
    /* background-color: cover; */
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;

}
.cta h1{
    color: white;
    margin-bottom: 40px;
    padding: 0;

}

/*------------------About-Us page separate---------------------------*/
.about-us {
  width: 80%;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.about-col {
  flex-basis: 48%;
  width: 50%;
  padding: 30px 2px;
}

@media(max-width:768px){
    .about-col{
         width:100%;
    }
   
}


.about-col img {
  width: 100%;
}

.about-col h1 {
  padding: 0;
}

.about-col p {
  padding: 15px 0 25px;
}

/* Button Style */
.red-btn {
  border: 1px solid #f44366;
  background: transparent;
  color: #f44366;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.3s ease;
  text-decoration: none;
}

.red-btn:hover {
  background: #f44366;
  color: white;
}


/* ............................footer................................ */
.footer {
    background: linear-gradient(to right, #1a1c20, #2c3e50);
    color: #ffffff;
    padding: 60px 20px 30px;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI',  sans-serif;
    
}



.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3498db, #2ecc71);
}
.footer-section {
  margin-bottom: 30px;
}
.footer-logo {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #3498db, #2ecc71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-about {
  color: #d1d1d1;
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 300px;
}

.footer h5 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-top: 40px;
}



.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #a4b5c6;
    text-decoration: none;
    transition: all 0.3s ease;
    /* display: inline-block; */
}

.footer-contact-p {
  color: #d1d1d1;
  font-size: 14px;
  margin: 10px 0;
  display: flex;
  align-items: start;
  gap: 8px;
  line-height: 1.5;
}

.footer-contact-p i {
  color: #2ecc71;
  min-width: 18px;
  margin-top: 3px;
}

.footer-links a:hover {
    color: #3498db;
    padding-left: 5px;
    transform: translateX(5px);
}

.social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #2ecc71;
    transform: translateY(-3px);
    color: #fff;
}
.footer-contact-p a {
  color: #a4b5c6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-p a:hover {
  color: #2ecc71;
}


.footer-copyright {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ccc;
  padding: 12px 0;
  font-size: 13px;
}
.footer-copyright a {
  color: #2ecc71;
  text-decoration: none;
}

.footer-copyright a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .footer {
    text-align: center;
    padding: 20px;
  }

  .footer .d-flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer-contact-p {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .footer-contact-p a {
    display: block;
    margin: 4px 0;
    text-align: center;
  }

  .footer .social-links {
    justify-content: center !important;
  }

  .footer .footer-links,
  .footer .footer-info,
  .footer .footer-contact {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer h5, .footer p {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .footer {
    padding: 15px;
  }
}




@media (max-width: 992px) {
  .footer .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .footer-section {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-about {
    margin: 0 auto 20px;
    max-width: 90%;
  }

  .footer-links,
  .footer-contact-p,
  .social-links {
    justify-content: center;
    text-align: center;
  }

  .footer h5 {
    padding-top: 20px;
  }

  .footer-contact-p {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    line-height: 1.5;
  }

  .footer-contact-p a {
    display: block;
    margin: 2px 0;
  }

  .social-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .footer {
    padding: 15px;
  }

  .footer-section {
    padding: 0 5px;
  }

  .footer h5 {
    font-size: 15px;
    padding-top: 15px;
  }

  .footer-about {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .footer-contact-p {
    font-size: 13px;
  }

  .footer-logo {
    font-size: 1.5rem;
  }

  .social-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}



/* -----------...................contact page........................----------- */
.custom-bg-container {
    height: 50vh;
    width: 100%;
    background-image: url(../images/banner.jpg);
    /* background-size: cover; */
    background-repeat: no-repeat !important;       
    background-position: center;        
    animation: scrollBackground 15s linear infinite;
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 376px) {
    .custom-bg-container {
        height:20vh;
    }
}
/* ........................Location Section............. */
.location {
    width: 80%;
    margin: auto;
    padding: 5px 0;
}
.location h1{
  background: rgba(67, 243, 64, 0.1);
  text-align: center;
}
.location iframe {
    width: 100%;
    border: none;
}

/* ....................Contact Us Section............ */
.contact-us {
    width: 80%;
    margin: auto;
    padding: 50px 0 10px;
     display: flex; 
     flex-wrap: wrap; 
    justify-content: space-between;
     gap: 20px; 
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 0px;
    
    justify-content: space-between;
   
    
}
.contact-col h3{
  align-items: center;
  background-color:rgba(67, 243, 64, 0.1);
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 50px;
    line-height: 1;
}

.contact-col div .fa {
    font-size: 28px;
    color: #f44366;
    margin-right: 20px;
    
}

.contact-col div h5 {
    font-size: 20px;
    color: #444;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-col div p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

/* ---................... Form Styling.............. --- */
.contact-col form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-col input,
.contact-col textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.contact-col input:focus,
.contact-col textarea:focus {
    border-color: #3498db;
    outline: none;
}
.hero-btn.red-btn {
    background-color: #e74c3c;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-btn.red-btn:hover {
    background-color: #c0392b;
}

/* --- Responsive Design --- */
@media(max-width: 768px) {
    .contact-col {
        flex-basis: 100%;
    }

    .contact-heading {
        font-size: 22px;
    }

    .contact-heading .highlight-secondary {
        font-size: 16px;
    }

    .contact-col input,
    .contact-col textarea {
        font-size: 14px;
    }
}
