* {

    margin:0px;
    padding:0px;
    
}

:root {
    --blue: #354A9B;
    --gray: #6C6969;
    --white :#fff;
    --pbg: #354B9C;
    --sbg : #FBFFFF;
  }


.h-color-text {
  color:#354B9C;
  
}

.bgp {

  background:#354B9C;
  
}


input::placeholder {
  color: #4c4d4e !important;
}

select
{

  height: 38px;
}


select option:nth-child(1) {
  color: #4c4d4e  !important;

}


select option:checked {

  color: #4c4d4e  !important;
}

select {
  -webkit-appearance: listbox !important;
  }


.bgs {
  background: rgb(0, 51, 153);
  /* background: linear-gradient(180deg, rgba(226, 244, 255, 1) 0%, rgba(209, 225, 235, 1) 100%); */
  
}


.school-a-block {
  background: rgb(226,244,255);
  background: linear-gradient(180deg, rgba(226,244,255,1) 0%, rgba(209,225,235,1) 100%);

}




  body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }

  .p-color {

    color:#ffff;
  }



  .webform-new
  {
    background: #003399;
    width: 100%;
  }

  .btn-submit {
    font-weight: bold;
    padding: 5px 50px;
    color: #000;
    background: #FFC107;
  }


  .features {
    background: #ecf1f9;
  }

  .features .col-md-2 {

    border-right: 1px solid #a4baff;
  }

  .features .col-md-2 svg {

    fill: rgb(247, 47, 47);

  }


  .about-school {

    background:var(--sbg);
  }
  
  
  .about-school p {
    font-size: 17px;
    line-height: 25px;  
  }
  .about-school h2 {
    font-size: 2.8rem;
    text-align: center;
    color: #003399;
    font-weight: 700;
    margin-bottom: 30px;
  }

  @media screen and (max-width:768px) {
    .about-school h2 {
      font-size: 35px;
    }
  }

  .about-block {

    background: #E7E7E8;
  }

  .col-container {
    display: flex;
    width: 100%;
  }

  .col-container li span {

display: none;
  }

  .col-container li::before {

    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #354b9c;
    border-radius: 50%;
    top: 16px;
    left: 0px;
  }



  

  .col-box {
    flex: 1;
    margin-right: 5px;
    text-align: center;
    padding-left: 0px;
  }

  .campus-block {
    background: rgb(0, 51, 153);
    /* background: linear-gradient(180deg, #f4cc1b 0%, rgb(0, 51, 153) 100%); */

  }




  .blog img{
    max-width: 100%;
}
.blog-head {
  margin-bottom: 70px;
}

.blog-head h6{
  color: #f05907;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.blog-head h6:after, .blog-head h6:before{
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #f05907;
  top: 50%;
}

.blog-head h6:after{
  right: 120%;
}

.blog-head h6:before{
  left: 120%;
}


.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(255 193 7 / 69%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}


.fade-overlay {
    height: 100%;
    opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}
.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.text {
    color: white;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.blue-background
{
  background: rgb(13,137,202);
background: linear-gradient(90deg, rgba(13,137,202,1) 0%, rgba(53,75,156,1) 100%);
}


.enquiry-button {
  background-color: #fff;
  text-decoration: none;
  color: #354B9C;
  position: relative;
  border-radius: 50px;
  padding: 25px 90px 25px 18px;
  font-size: 14px;
  
 }


 .enquiry-button:hover {

 background-color: #FFC107;
 color: #000;
}
 
 .enquiry-button:active, .enquiry-button a {
  background-color:#777;
  color:#fff;
  text-decoration-color: #fff;
  text-decoration: none;	
  
 }
 
 .enquiry-button::after {
  content: "→";
  text-align: center;
  width: 65px;
  height: 100%;
  position: absolute;
  display: block;
  padding: 10px;
  top: 0px;
  right: 0px;
  color: #354B9C;
  background-color: #fff;
  border-radius: 50px;
  line-height: 37px;
  font-size: 35px;
  border: 1px solid #c7c4c4;
}

.enquiry-button:hover::after {
  
  background-color: #FFC107;
  color: #000;
  border: 1px solid #fff;
}


.award-box p
{
  font-size: 16px;
}




 blockquote {
  font-size: 16px;
  font-style: italic;
 }

 .blockquote-icon svg {

  width: 66px ;

 }



.footer {

  background-color:#0a46bf;
}


.floater-box {
  text-align: center;

}

.floater {

  position: fixed;
  bottom: 75px;
  display: inline;
  z-index: 1;
  left: 0;
  right: 0;

}



 




.floater:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-122deg, #ffcc00 -15%, #003399 100%);
  transform: translate3d(-13px, -17px, 0) scale(0.95);
  filter: blur(50px);
  opacity: var(0.83);
  transition: opacity 0.3s;
  border-radius: inherit;
}


.floater::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}
      

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
  display: block;
}



.list-group-item {

  background: none !important;
  border: none !important;
  text-align: left;
  padding-left: 14px !important;
}



.slider2 .swiper-pagination-bullet {

  background:#fff;

}

.box-title {

position: absolute;
  z-index: 999999;
  color: #333;
  margin-left: 50px;
  margin-top: 200px;
  color: #efefef;
background: linear-gradient(to right,  rgba(53,75,156,0.82) 0%,rgba(53,75,156,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  padding: 30px;


}

.close-btn-box {
  position: absolute;
  right: 40px;
  background: #ffffff;
  color: #000000;
  top: -13px;
  z-index: 2;
  border-radius: 35px;
  padding: 6px;
}

.copyright a {

  color: #000 !important;
  text-decoration: none;
}



@media (max-width: 575.98px) { 


.mob-center {

  text-align: center;
}
  


.mob-hide {

  display: none;
}

.features .col-md-2 {
  border-right: 1px solid #a4baff !important;
  border-bottom: 1px solid #a4baff !important;
  border-right: none !important;
  border-bottom: none !important;
  
  width: 33.33%;
}


.floater {
  position: fixed;
  bottom: 50px;
  display: inline;
  left: 0;
  z-index: 1;
  width: 100%;
}


.box-title
{
  position: static;
        margin: 0;
        background: none;
        text-align: center;
        padding: 0;
        padding-bottom: 20px;
        display: block;
        clear: both;
        color: #354b9c;
}


.campus-block {

  padding: 30px;
}



 }


@media (max-width: 767.98px) {


.mob-hide {

  display: none;
}

.features .col-md-2 {
  border-right: 1px solid #a4baff !important;
  border-bottom: 1px solid #a4baff !important;
  border-right: none !important;
  border-bottom: none !important;
  
  width: 33.33%;
}

.copyright {

  text-align: center;
}




.ipad-fit .col-md-8, .ipad-fit .col-md-4 {

width: 100%;
  }

}


  @media (max-width:786px){

    .ipad-fit .col-md-8, .ipad-fit .col-md-4 {

      width: 100%;
        }
      

  
}



@media (max-width: 991.98px) { 

  .mob-hide {

    display: none;
  }

  
  .ipad-fit .col-md-8, .ipad-fit .col-md-4 {

    width: 100%;
    margin-top: 14px;
    
      }
    
      .mob-header
      {

        margin-top: 0px !important;
      }

.features
      {
margin-top: 1rem !important;
        
      }

  .mob-header .text-end
  {

    text-align: center !important;
 

  }  

  .col-box
  {
    margin-right: 0px;
  }

  .col-box li span {

    display: none;
  }
  

  .campus-block
  {
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }


.bgs .col-md-6
{
  width: 100% !important;


}

.award {

  padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pt-sm-3
{
  padding-top: 1rem;
}

.col-container {
  display: table;
  width: 100%;
}


 }


@media (max-width: 1199.98px) {

  .mob-hide {

    display: none;
  }

  }


  .modal-dialog
  {
    margin-top: 70px !important;
  }


  /*  */
  .zeeschool-ico-sec {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.zeeschool-ico-sec h2 {
    margin-bottom: 30px;
    color: #003399;
    font-size: 24px;
    font-weight: bold;
}

.zeeschool-ico-sec .icon-item {
    display: inline-block;
    width: 18%;
    margin: 0 1%;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

.zeeschool-ico-sec .icon-item:nth-child(1) {
    animation-delay: 0s;
}
.zeeschool-ico-sec .icon-item:nth-child(2) {
    animation-delay: 0.2s;
}
.zeeschool-ico-sec .icon-item:nth-child(3) {
    animation-delay: 0.4s;
}
.zeeschool-ico-sec .icon-item:nth-child(4) {
    animation-delay: 0.6s;
}
.zeeschool-ico-sec .icon-item:nth-child(5) {
    animation-delay: 0.8s;
}

.zeeschool-ico-sec .icon-item img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin-bottom: 10px;
}

.zeeschool-ico-sec .icon-item p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*  */
.zeeschool-new-boxsec {
  background-color: rgb(0, 51, 153);
  padding: 80px 0 80px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.zeeschool-new-boxsec h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.zeeschool-new-boxsec p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 40px;
}

.zeeschool-new-boxsec .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.zeeschool-new-boxsec .programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  justify-items: center;
}

.zeeschool-new-boxsec .program-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  text-align: center; /* Center the text */
  width: 100%;
  max-width: 350px;
  height:540px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the content horizontally */
  justify-content: space-between;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.zeeschool-new-boxsec .program-card img {
  display: block;
  margin: 0 auto 15px; /* Center the image and add margin below */
}


.zeeschool-new-boxsec .program-card h3 {
  font-size: 22px;
  color: #003399;
  font-weight: bold;
  margin-bottom: 15px;
}

.zeeschool-new-boxsec .program-card p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.5;
  flex-grow: 1;
}

.zeeschool-new-boxsec .program-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.cta-button {
  display: inline-block;
  padding: 12px 40px;
  background-color: #ffcc00;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 50px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #014682;
}

/* Animation for the programs */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.zeeschool-new-boxsec .program-card {
  animation: fadeInUp 1s ease-out;
}

.zeeschool-new-boxsec .program:nth-child(1) .program-card {
  animation-delay: 0.1s;
}

.zeeschool-new-boxsec .program:nth-child(2) .program-card {
  animation-delay: 0.2s;
}

.zeeschool-new-boxsec .program:nth-child(3) .program-card {
  animation-delay: 0.3s;
}

.zeeschool-new-boxsec .program:nth-child(4) .program-card {
  animation-delay: 0.4s;
}

.zeeschool-new-boxsec .program:nth-child(5) .program-card {
  animation-delay: 0.5s;
}

/* Responsive design */
@media (max-width: 768px) {
  .zeeschool-new-boxsec .programs {
      grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .zeeschool-new-boxsec .programs {
      grid-template-columns: 1fr;
  }
}


.zeeschool-collage-sec {
  background-color: #f7fbfc;
  padding: 60px 0;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.zeeschool-collage-sec h2 {
  font-size: 2.8rem;
  color: #003399;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Image Section */
.zeeschool-collage-sec .image-section {
  margin-top: 40px;
}

.zeeschool-collage-sec .collage-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
}

/* Highlighted Points Section */
.zeeschool-collage-sec .choose-us-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  margin-top: 40px;
}

.zeeschool-collage-sec .highlight-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zeeschool-collage-sec .highlight-item h3 {
  font-size: 25px;
  color: #003399;
  margin-bottom: 10px;
}

.zeeschool-collage-sec .highlight-item p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.zeeschool-collage-sec .highlight-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.zeeschool-collage-sec .cta-button {
  display: inline-block;
  padding: 12px 40px;
  background-color: #003399;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 50px;
  transition: background-color 0.3s;
}

.zeeschool-collage-sec .cta-button:hover {
  background-color: #014682;
}

/* Responsive Design */
@media (max-width: 768px) {
  .zeeschool-collage-sec .choose-us-highlights {
      grid-template-columns: 1fr;
  }
}

/*  */
.zeeschool-testimonial-sec {
  background-color: #f9f9f9;
  padding: 60px 0;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.zeeschool-testimonial-sec h2 {
  font-size: 2.8rem;
  color: #003399;
  font-weight: 700;
  margin-bottom: 30px;
}

.testimonial-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.testimonial-content h3 {
  font-size: 1.5rem;
  color: #003399;
  margin-bottom: 5px;
}

.review-date {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}


/*  */
.zeeschool-points-sec {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.zeeschool-points-sec h2 {
    font-size: 2.8rem;
    color: #003399;
    font-weight: 700;
    margin-bottom: 30px;
}

.points-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    animation: fadeIn 1s ease-in-out;
}
.icon-wrapper img{
  width: 80px;
  padding-bottom: 20px;
}
.point-item {
    background-color: #ffffff;
    padding: 20px;
    width: calc(33.33% - 40px);
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.point-item h3 {
    font-size: 1.5rem;
    color: #003399;
    margin-bottom: 10px;
}

.point-item p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.point-item:hover {
    transform: translateY(-10px);
    background-color: #eef7ff;
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ffcc00;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #013f6b;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
  .zeeschool-points-sec {
      padding: 40px 10px;
  }

  .zeeschool-points-sec h2 {
      font-size: 2rem;
  }

  .points-wrapper {
      flex-direction: column;
      gap: 15px;
  }

  .point-item {
      width: 100%;
  }

  .point-item h3 {
      font-size: 1.25rem;
  }

  .point-item p {
      font-size: 0.9rem;
  }

  .icon-wrapper img {
      width: 60px;
      padding-bottom: 15px;
  }

  .cta-button {
      padding: 8px 16px;
  }
}

/*  */
.scholarships-section {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  width: 100%;
  text-align: center;
  animation: slideInUp 1.5s ease-out;
}

.scholarship-heading h1 {
  font-size: 3rem;
  color: #0a46bf;
  margin-bottom: 20px;
  font-weight: bold;
  animation: fadeIn 1s ease-out;
}

.scholarship-heading p {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 40px;
  animation: fadeIn 1.5s ease-out;
}

.scholarship-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.card {
  width: 45%;
  padding: 55px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card h2 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.card p {
  font-size: 1.1rem;
  color: #6f6f6f;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card-excellence {
  background-color: #f4cc1b;
}

.card-sports {
  background-color: #0a46bf;
  color: #fff;
}

.cta-container {
  margin-top: 30px;
}

.cta-btn {
  padding: 15px 35px;
  font-size: 1.3rem;
  background-color: #f4cc1b;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #0a46bf;
  transform: scale(1.05);
}

@keyframes slideInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .scholarships-section {
      padding: 30px 20px;
  }

  .scholarship-heading h1 {
      font-size: 35px;
  }

  .scholarship-heading p {
      font-size: 1rem;
  }

  .scholarship-cards {
      flex-direction: column;
      gap: 20px;
  }

  .card {
      width: 100%;
      padding: 20px;
  }

  .card h2 {
      font-size: 1.5rem;
  }

  .card p {
      font-size: 1rem;
  }

  .cta-container {
      margin-top: 20px;
  }

  .cta-btn {
      padding: 12px 25px;
      font-size: 1.1rem;
  }
}

/*  */
.sec-h2{
  font-size: 2.8rem;
  text-align: center;
    color: #003399;
    font-weight: 700;
    margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .sec-h2{
    font-size: 35px;
  }
}
.sec-img{
  padding: 10;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

/*  */
.zeeschool-gallery {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.zeeschool-gallery-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.zeeschool-gallery-images img {
  width: 100%;
  max-width: 800px;
  flex-shrink: 0;
}

.zeeschool-gallery-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.zeeschool-gallery-button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

.zeeschool-gallery-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
/*  */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .mob-down{
    margin-bottom: 35px;
  }
}