




/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  background-color: white !important;
}


a
{
  text-decoration:none !important;
   color:inherit !important;
}


a.nav-link {
        color: rgb(0, 0, 0) !important;
}



/* Top Header */
.top-header {
  background: #f4f4f4;
  padding: 10px 0;
  font-size: 14px;
}

/* Container Flexbox */
.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* For responsiveness */
}

/* Left side: Logo + School name */
.logo-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Logo */
.logo {
  height: 100px;
  margin-bottom: 5px;
}

/* School Name */
.school-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

/* Marquee Right */
.contact-marquee {
  flex: 1;
  margin-left: 20px;
  color: #222;
  font-size: 16px;
  white-space: nowrap;
}

.contact-info span {
  margin-left: 10px;
}

.contact-link {
  text-decoration: none;
  color: #0066cc;
}





/* Navigation */
.navbar {
    background: #87CEEB; /* Sky blue */
    padding: 10px 0;
    color: rgb(0, 0, 0) !important;
}


.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.nav-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  /* color: white; */
  text-decoration: none;
  font-weight: 500;
}



/* ========================carosal================== */




.hero_sec_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  padding: 20px;
  border-radius: 5px;
  /* background: rgba(0, 0, 0, 0.4); */
}


.hero_sec_ribbon {
  position: absolute;
  bottom: 30px;
  right: 20px;
  background: #ffc107;
  color: black;
  padding: 15px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------- */



    .hero_sec_text p {
      font-size: 40px;
      font-weight: bold;
    }

    .hero_sec_text h2 {
      font-size: 36px;
      margin-top: 10px;
    }

    .hero_sec_text em {
      color: #FFC136;
      font-weight: bold;
    }


    .hero_sec_text .btn {
      margin-top: 15px;
      background: #FFC136;
      color: rgb(0, 0, 0);
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
    }


















    .carousel-item {
      height: 500px;
      position: relative;
      color: white;
    }

    .carousel-item img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      filter: brightness(0.5);
    }

    .hero-content {
      position: absolute;
      top: 50%;
      left: 10%;
      transform: translateY(-50%);
      z-index: 10;
      color: white;
    }

    .hero-content p {
      font-size: 28px;
      font-weight: bold;
    }

    .hero-content h2 {
      font-size: 36px;
      margin-top: 10px;
    }

    .hero-content em {
      color: #FFC136;
      font-weight: bold;
    }


    .hero-content .btn {
      margin-top: 15px;
      background: #FFC136;
      color: rgb(0, 0, 0);
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
    }

    .badge_circle_ {
      width: 100px;
      height: 100px;
      background: orange;
      position: absolute;
        top: 90%;
    right: -90%;
    transform: translateY(-50%);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .badge_text_ {
      text-align: center;
      color: #222;
    }

    .badge_number_ {
      font-size: 24px;
      font-weight: bold;
    }

    .badge_label_ {
      font-size: 12px;
      line-height: 1.2;
    }

    @media (max-width: 768px) {
      .hero-content h2 {
        font-size: 24px;
      }

      .hero-content p {
        font-size: 18px;
      }

      .badge_circle_ {
        width: 80px;
        height: 80px;
        right: 15px;
      }

      .badge_number_ {
        font-size: 20px;
      }

      .badge_label_ {
        font-size: 10px;
      }
    }
  






/* Hero Section */
.hero_sec1 {
  background: url('../images/classroom.jpg') no-repeat center center/cover;
  height: 500px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
}


.hero_sec1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}


.hero-content_sec1 {
  padding: 40px;
  max-width: 600px;
  margin-left: 5%;
  z-index: 1;
}


.hero_sec1 h2 {
  font-size: 2.8rem;
    color: #FFC136;
}

.hero_sec1 p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}





.badge_circle_sec1 {
  width: 100px;
  height: 100px;
  background: orange;
   position: absolute;
  top: 50%;
  right: 20px;
    border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  margin: 20px auto;
}

.badge_text_sec1 {
  text-align: center;
  color: #222;
  font-family: sans-serif;
}

.badge_number_sec1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.badge_label_sec1 {
  font-size: 12px;
  line-height: 1.2;
} 
/* Main Class End: badge_circle_ */




/* .updates-bar {
  background: #ffd700;
  color: #000;
  padding: 10px 0;
  font-weight: bold;
} */




/* Main Class Start: latest_update_bar_ */
.latest_update_bar_ {
  display: flex;
  width: 100%;
  height: 40px;
  font-family: Arial, sans-serif;
}

.latest_label_ {
  background-color: #f4b400; /* Yellow */
  color: #000;
  padding: 0 60px;
  display: flex;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
}

.latest_ticker_ {
  background-color: #db3d44; /* Red */
  color: white;
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.update_item_ {
  margin-right: 40px;
  font-size: 14px;
  white-space: nowrap;
}

.new_badge_ {
  background: yellow;
  color: red;
  font-size: 10px;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: 0 0 5px #fff;
}
/* Main Class End: latest_update_bar_ */



/* --------------------------------about sec--------------------------- */

.about_tab_section_ {
  background: #87CEEB url('images/bg-pattern.png') no-repeat center;
  background-size: cover;
  padding: 60px 20px;
  border-radius: 0 0 120px 120px;
  color: #000000;
}

/* ======== Container ======== */
.about_tab_container_ {
  max-width: 1200px;
  margin: 0 auto;
}

/* ======== Tabs Menu ======== */
.about_tab_menu_ {
  display: flex;
  justify-content: start;
  gap: 30px;
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #d83535;
  margin-bottom: 30px;
}

.about_tab_menu_ li {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}


.about_tab_menu_ li.active {
  color: #d83535;
}


.about_tab_menu_ li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d83535;
}

/* ======== Tab Content ======== */
.tab_content_ {
  display: none;
}

.tab_content_.active {
  display: block;
}

.tab_flex_wrapper_ {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.tab_text_ {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
}

.tab_img_ {
  flex: 1;
  text-align: center;
}

.tab_img_ img {
  width: 100%;
  max-width: 450px;
  border-radius: 30px;
  object-fit: cover;
}

/* ======== Button ======== */
.learn_btn_ {
  display: inline-block;
  margin-top: 20px;
  background: #d83535;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* ======== Responsive ======== */
@media (max-width: 768px) {




  .about_section_head_main
 {
    width: 100%;
    height: 50vh !important;
 }


  
  .about_tab_menu_ {
    flex-direction: column;
    gap: 10px;
    border-bottom: none;
  }

  .tab_flex_wrapper_ {
    flex-direction: column;
    text-align: center;
  }

  .tab_text_ {
    font-size: 15px;
  }

  .tab_img_ img {
    max-width: 100%;
  }
}

/* --------------------------------------------------- */



/* About Section */
.about-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  align-items: center;
}
.about-tabs {
  flex: 1;
}
.about-image {
  flex: 1;
  padding: 20px;
}
.about-image img {
  width: 100%;
  border-radius: 10px;
}
.tab {
  margin-bottom: 20px;
}
.tab h3 {
  color: #1b2a4e;
  margin-bottom: 10px;
}
.tab.active {
  font-weight: bold;
}

/* News */
/* .news {
  padding: 40px 0;
}
.news h2 {
  margin-bottom: 20px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-item {
  background: #f8f8f8;
  padding: 20px;
  border-left: 4px solid #1b2a4e;
} */




/* ========== News and Announcements Style ========== */
.news_announcement_section {
  padding: 60px 20px;
  background: #fff;
}

/* .news_container_ {
  margin: 0 auto;
} */

.news_title {
  font-size: 24px;
  font-weight: 700;
  color:#87CEEB ;
  margin-bottom: 30px;
  border-bottom: 2px solid #d83535;
  display: inline-block;
  padding-bottom: 5px;
}

.news_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news_item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  align-items: center;
}

.news_date {
  background: #eef1f8;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  min-width: 60px;
}

.news_month {
  display: block;
  font-size: 12px;
  color: #555;
  font-weight: bold;
}

.news_day {
  display: block;
  font-size: 20px;
  color: #87CEEB ;
  font-weight: bold;
}

.news_year {
  display: block;
  font-size: 12px;
  color: #555;
}

.news_content {
  flex-grow: 1;
}

.news_heading {
  margin: 0;
  color: #d83535;
  font-size: 16px;
  font-weight: bold;
}

.news_category {
  margin: 5px 0 0;
  color: #888;
  font-size: 14px;
}

.news_button_wrapper {
  margin-top: 30px;
}

.news_view_all_btn{
  border: 1px solid #d83535;
  background: transparent;
  color: #d83535;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.news_view_all_btn:hover {
  background: #d83535;
  color: #fff;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .news_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .news_date {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .news_list {
    gap: 20px;
  }
}





.date {
  color: #87CEEB;
  font-weight: bold;
}
.view-all {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  color: #87CEEB ;
}

/* Footer */
.copywrite {
  background: #87CEEB ;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 20px 0;
}

/* Responsive */
@media(max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-section {
    flex-direction: column;
  }
  .hero {
    height: auto;
    padding: 40px 0;
  }
  .hero-content {
    margin: 0 auto;
  }
}




/* =================== */

/* ======= Footer Section CSS Start ======= */
.school_footer{
  background-color: #87CEEB ;
  color: rgb(0, 0, 0);
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer_col {
  flex: 1;
  min-width: 250px;
  margin: 10px 20px;
}

.footer_logo {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
      background-color: white;
    padding: 10px;
    border-radius: 6px;
}

.footer_links h4,
.footer_contact h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer_contact i {
  margin-right: 10px;
  color: #000000;
}

.footer_contact a {
  color: #000000;
  text-decoration: none;
}

.footer_contact a:hover {
  text-decoration: underline;
}

.footer_address p {
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .footer_container {
    flex-direction: column;
    text-align: center;
  }

  .footer_col {
    margin: 20px auto;
  }

  .footer_contact i {
    display: inline-block;
    margin-bottom: 5px;
  }
}
/* ======= Footer Section CSS End ======= */


/* ========================================== */
/* ========================================================= */
    /* ================== Academic Section Style ================== */



.home_academic_section {
  background-color: #87CEEB ;
  color: #000000;
  padding: 60px 20px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  text-align: center;
}

.home_academic_container {
  max-width: 1200px;
  margin: 0 auto;
}

.home_academic_heading {
  font-size: 24px;
  margin: 0 auto 40px;
  border-bottom: 2px solid #E63946;
  display: inline-block;
  padding-bottom: 8px;
}

.home_academic_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.home_academic_card {
  background: white;
  color: #000;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.home_academic_card:hover {
  transform: translateY(-5px);
}

.home_academic_card h3 {
  color: #c14444;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .home_academic_cards {
    flex-direction: column;
    align-items: center;
  }

  .home_academic_card {
    width: 90%;
  }

  .home_academic_heading {
    font-size: 20px;
  }
}



/* ================================================= */





/* ========================================== */
/* ========================================================= */


 .home_glance_section {
      background: #87CEEB ;
      color: #3c3838;
      padding: 60px 20px;
      text-align: center;
    }

    .home_glance_section h2 {
      font-size: 2rem;
      font-weight: 700;
    }

    .home_glance_section p.home_glance_subtext {
      color: #ff4a57;
      margin-bottom: 0px;
      font-weight: 500;
    }

    .home_glance_cards {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin: 60px 0px;
      flex-wrap: wrap;
    }

    /* .home_glance_card {
      background-color: white;
      color: black;
      border-radius: 10px;
      padding: 20px;
      width: 250px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    } */

    .home_glance_card:hover {
      transform: translateY(-5px);
    }

    .home_glance_card h3 {
      color: #d42c2c;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .home_glance_footer {
      margin-top: 40px;
      font-size: 0.95rem;
      color: #A9A9A9;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }



    /* ------------ */

    /* Flip Card Wrapper */
.home_glance_card.flip-card {
  width: 250px;
  height: 300px;
  perspective: 1000px;


    background-color: white;
      color: black;
      border-radius: 10px;
      padding: 20px;
      width: 250px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s;

}

/* Inner Flip */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* Flip on hover */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front and Back */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  backface-visibility: hidden;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}

/* Front side */
.flip-card-front {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Back side */
.flip-card-back {
  background-color: #f9f9f9;
  color: #333;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Flower Icon */
.flower-icon {
  font-size: 2rem;
  color: #d42c2c;
  margin-bottom: 10px;
}

.flip-card-front h3 {
  color: #d42c2c;
  font-weight: 600;
}











/* --------------------------------------testimonial start------------------------------- */
    


.home_glance_testimonials {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.home_glance_testimonials h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #87CEEB;
}

.home_glance_testimonial_container {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

.home_glance_testimonial_wrapper {
  position: relative;
  width: 100%;
}

.home_glance_testimonial_group {
  display: none;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  animation: fadeIn 0.5s ease;
}

.home_glance_testimonial_group.active {
  display: flex;
}

.home_glance_testimonial_card {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 25px;
  flex: 0 0 48%;
  max-width: 48%;
  text-align: left;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.home_glance_testimonial_card p {
  font-size: 0.95rem;
  margin-bottom: 10px;
  line-height: 1.6;
  font-style: italic;
}

.home_glance_author {
  font-weight: 600;
  color: #87CEEB;
  text-align: right;
  margin-top: 10px;
}

.home_glance_arrows {
  margin: 30px 0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.home_glance_arrow {
  background-color: #ff4a57;
  border: none;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.home_glance_arrow:hover {
  background-color: #e13c47;
}

@media (max-width: 767px) {
  .home_glance_testimonial_group {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .home_glance_testimonial_card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_glance_arrows {
    justify-content: center;
  }
}

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





/* --------------------------------------testimonial start------------------------------- */










    /* --------------------------------------- */

       .home_contact_section { 
      background-color: #E8E8E8;
      padding: 60px 20px;
      border-bottom-left-radius: 70px;
      border-bottom-right-radius: 70px;
      text-align: center;
      margin: 60px 0px;
    }

    .home_contact_section h2 {
      margin-bottom: 40px;
      font-size: 24px;
      color: #111;
    }

    .home_contact_content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      gap: 40px;
    }

    .home_contact_map {
      flex: 1 1 300px;
      max-width: 400px;
    }

    .home_contact_map iframe {
      width: 100%;
      height: 300px;
      border-radius: 10px;
      border: none;
    }

    .home_contact_form {
      flex: 1 1 300px;
      max-width: 400px;
    }

    .home_contact_form input,
    .home_contact_form textarea {
      width: 100%;
      padding: 12px 16px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    .home_contact_form textarea {
      resize: vertical;
      height: 100px;
    }

    .home_contact_form button {
      background-color: #87CEEB ;
      color: #000000;
      padding: 12px 20px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      width: 100%;
    }

    .home_contact_form button:hover {
      background-color: #151d5a;
    }

    /* .home_contact_footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      padding: 60px 20px;
      background-color: #0f1123;
      color: #fff;
    } */

    /* .home_contact_footer::before
    {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #444;
    }   



    .home_contact_footer::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #444;
      margin-top: 20px;
    } */



    .home_contact_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 60px 20px;
  color: #fff;
  /* background-image:
    linear-gradient(0deg, rgba(0, 14, 96, 0.5), rgba(0, 14, 96, 0.5)),
    linear-gradient(88.44deg, rgba(0, 0, 0, 0.2) -5.86%, rgba(0, 0, 0, 0.4) 100.62%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%),
    url('../images/footer-bg.jpg');  */

    
    background-image: linear-gradient(0deg, rgba(135, 206, 235, 0.4), rgba(135, 206, 235, 0.4)), /* Sky Blue */ linear-gradient(0deg, rgb(75 152 188 / 13%), rgb(118 191 215 / 28%)), linear-gradient(88.44deg, rgba(0, 0, 0, 0.2) -5.86%, rgba(0, 0, 0, 0.4) 100.62%), linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%), url(../images/footer-bg.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}



.home_contact_box a {
  color: #ffffff;
  text-decoration: none;
}

.home_contact_box a:hover {
  text-decoration: none;
}



    .home_contact_box {
      background: #fff;
      color: #000;
      padding: 20px;
      border-radius: 10px;
      width: 280px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      text-align: center;
    }

    .home_contact_box h3 {
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 600;
    }

    .home_contact_box p, .home_contact_box a {
      font-size: 14px;
      margin-bottom: 8px;
      display: block;
      color: #000;
      text-decoration: none;
    }

    .home_contact_box a:hover {
      color: #c14444;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .home_contact_section {
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
      }

      .home_contact_form,
      .home_contact_map,
      .home_contact_box {
        max-width: 100%;
      }
    }




    /* -------------------------------- */

    .home_footer_main {
      background-color: #071032;
      color: #fff;
      padding: 40px 20px;
    }

    .home_footer_container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 1200px;
      margin: auto;
    }

    .home_footer_logo,
    .home_footer_links,
    .home_footer_contact {
      flex: 1;
      min-width: 250px;
      margin: 15px 0;
    }

    .home_footer_logo img {
      max-width: 80px;
      margin-bottom: 15px;
    }

    .home_footer_logo address {
      font-size: 14px;
      line-height: 1.6;
    }

    .home_footer_links h4,
    .home_footer_contact h4 {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .home_footer_contact p,
    .home_footer_contact a {
      font-size: 14px;
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      color: #fff;
      text-decoration: none;
    }

    .home_footer_contact a:hover {
      text-decoration: underline;
    }

    .home_footer_contact i {
      margin-right: 8px;
    }

    @media (max-width: 768px) {
      .home_footer_container {
        flex-direction: column;
        text-align: center;
      }

      .home_footer_contact p,
      .home_footer_contact a {
        justify-content: center;
      }
    }



    /* --------------------------- */




/* ================== ABOUT SECTION START ================== */
    .about_section_head_main {
      position: relative;
      width: 100%;
      height: 100vh;

      background-image:     linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%),
    url('../images/school-building.jpg');
    

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* position: relative; */

      display: flex;
      align-items: center;
      justify-content: center;
    }

    .about_section_head_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }

    .about_section_head_content {
      position: relative;
      color: #fff;
      text-align: center;
      z-index: 1;
    }

    .about_section_head_content h1 {
      font-size: 48px;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .about_section_head_content p {
      font-size: 18px;
      font-weight: 300;
    }

    .about_section_head_badge {
      position: absolute;
      bottom: 30px;
      right: 30px;
      background-color: #f9c132;
      color: #000;
      padding: 20px;
      border-radius: 50%;
      text-align: center;
      font-size: 14px;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-weight: bold;
    }

    .about_section_head_badge span {
      font-size: 12px;
      font-weight: normal;
    }

    @media (max-width: 768px) {
      .about_section_head_content h1 {
        font-size: 32px;
      }

      .about_section_head_content p {
        font-size: 16px;
      }

      .about_section_head_badge {
        width: 70px;
        height: 70px;
        font-size: 12px;
        bottom: 20px;
        right: 20px;
      }

      .about_section_head_badge span {
        font-size: 10px;
      }
    }

    @media (max-width: 480px) {
      .about_section_head_content h1 {
        font-size: 26px;
      }

      .about_section_head_content p {
        font-size: 14px;
      }
    }




     /* ============ ABOUT SECTION WELCOME START ============ */
    .about_section_welcome_wrapper {
      max-width: 1200px;
      margin: 50px auto;
      padding: 20px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .about_section_welcome_left {
      flex: 1 1 60%;
    }

    .about_section_welcome_left h2 {
      color: #87CEEB ;
      font-size: 28px;
      border-bottom: 2px solid #800000;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }

    .about_section_welcome_left img {
      max-width: 100%;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .about_section_welcome_left p {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 15px;
      color: #333;
    }

    .about_section_welcome_right {
      flex: 1 1 30%;
      background: #fafafa;
      padding: 20px;
      border: 1px solid #eee;
      border-radius: 8px;
    }

    .about_section_welcome_right h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #87CEEB ;
      border-bottom: 2px solid #800000;
      padding-bottom: 10px;
    }

    .about_section_welcome_news_item {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .about_section_welcome_date {
      background: #eee;
      padding: 10px;
      text-align: center;
      margin-right: 10px;
      border-radius: 4px;
      min-width: 50px;
    }

    .about_section_welcome_date strong {
      display: block;
      font-size: 16px;
      color: #87CEEB ;
    }

    .about_section_welcome_date span {
      font-size: 12px;
      color: #888;
    }

    .about_section_welcome_news_item div {
      font-size: 14px;
    }

    .about_section_welcome_news_item a {
      color: #E63946;
      font-weight: 600;
      text-decoration: none;
    }

    .about_section_welcome_btn {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 16px;
      border: 1px solid #E63946;
      color: #E63946;
      text-decoration: none;
      border-radius: 4px;
      font-size: 14px;
      transition: background 0.3s, color 0.3s;
    }

    .about_section_welcome_btn:hover {
      background: #b30000;
      color: #fff;
    }

    @media (max-width: 768px) {
      .about_section_welcome_wrapper {
        flex-direction: column;
      }

      .about_section_welcome_right {
        width: 100%;
      }

      .about_section_welcome_left h2 {
        font-size: 24px;
      }

      .about_section_welcome_left p {
        font-size: 15px;
      }

      .about_section_welcome_news_item {
        flex-direction: row;
      }
    }
    /* ============ ABOUT SECTION WELCOME END ============ */


    /* about_pg_mission_ Section Start */
.about_pg_mission_ {
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}

.mission_container_ {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mission_heading_,
.vision_heading_ {
  color: #87CEEB ;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #87CEEB ;
  display: inline-block;
}

.mission_box_ {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.mission_image_ {
  width: 150px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.mission_text_,
.vision_text_ {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  max-width: 700px;
}

.vision_content_ {
  padding-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mission_box_ {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mission_image_ {
    width: 100%;
    max-width: 250px;
  }

  .mission_text_,
  .vision_text_ {
    max-width: 100%;
  }

  .mission_heading_,
  .vision_heading_ {
    font-size: 20px;
  }
}
/* about_pg_mission_ Section End */


/* ================== ABOUT SECTION END ================== */





/* ======================Gallery page====================== */

/* CSS: gallery_head_ Start */


        .gallery_head_ header {
            background: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 30px;
            border-bottom: 1px solid #ccc;
        }

        .gallery_head_ header img {
            height: 50px;
        }

        .gallery_head_ .contact-info {
            display: flex;
            gap: 30px;
            font-size: 14px;
        }

        .gallery_head_ nav {
            background: #87CEEB ;
        }

        .gallery_head_ nav ul {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .gallery_head_ nav ul li a {
            color: white;
            padding: 15px 20px;
            display: block;
            text-decoration: none;
        }

        .gallery_head_ nav ul li a:hover,
        .gallery_head_ nav ul li a.active {
            background: #e63946;
        }

        .gallery_head_ .hero {
            position: relative;
            background: url('../images/wlc-building.jpg') no-repeat center center/cover;
            height: 75vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .gallery_head_ .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .gallery_head_ .hero h1 {
            font-size: 3rem;
            z-index: 1;
        }

        .gallery_head_ .hero p {
            z-index: 1;
            font-size: 1.2rem;
            margin-top: 10px;
        }

        .gallery_head_ .ticker-bar {
            background-color: #f4c430;
            color: #fff;
            font-size: 14px;
            display: flex;
            overflow-x: auto;
        }

        .gallery_head_ .ticker-bar div {
            white-space: nowrap;
            padding: 10px 20px;
            background: #e63946;
            border-right: 2px solid #f4c430;
        }

        .gallery_head_ .badge {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: #f4c430;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 12px;
            text-align: center;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .gallery_head_ header {
                flex-direction: column;
                align-items: flex-start;
            }

            .gallery_head_ .contact-info {
                flex-direction: column;
                gap: 10px;
                margin-top: 10px;
            }

            .gallery_head_ nav ul {
                flex-direction: column;
            }

            .gallery_head_ .hero h1 {
                font-size: 2rem;
            }

            .gallery_head_ .hero p {
                font-size: 1rem;
            }

            .gallery_head_ .badge {
                width: 50px;
                height: 50px;
                font-size: 10px;
            }
        }

        /* ------------------------------- */
 /* ------------------------------------------- */



 
    .gallery_cate_img {
      padding: 30px 20px;
      margin: 60px auto;
      width: 100%;
    }

    .gallery_cate_img h2 {
      text-align: center;
      font-size: 28px;
      color: #87CEEB ;
      display: inline-block;
      padding-bottom: 10px;
      align-items: center;
    }

    .gallery_layout {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }

    .gallery_main {
      flex: 1 1 70%;
      /* display: grid; */
      /* grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); */
      gap: 20px;
    }

    .gallery_card {
      background-color: #ddd;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      text-align: center;
      padding-bottom: 10px;
    }

    .gallery_card .overlay {
      background-color: #87CEEB ;
      color: rgb(0, 0, 0);
      padding: 8px;
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      display: none;
    }

    .gallery_card:hover .overlay {
      display: block;
    }

    .gallery_card i {
      font-size: 22px;
      margin-top: 40px;
      display: block;
    }

    .gallery_card p {
      margin-top: 10px;
      font-weight: 600;
      font-size: 14px;
    }

    .gallery_sidebar {
      flex: 1 1 25%;
      background-color: #e53942;
      border-radius: 10px;
      color: white;
      padding: 20px;
      height: fit-content;
    }

    .gallery_sidebar h4 {
      text-align: center;
      margin-bottom: 15px;
      font-size: 16px;
      border-bottom: 1px solid white;
      padding-bottom: 8px;
    }

    .gallery_sidebar input[type="text"] {
      width: 100%;
      padding: 8px;
      border-radius: 5px;
      border: none;
      margin-bottom: 15px;
    }

    .gallery_sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .gallery_sidebar ul li {
      margin-bottom: 10px;
      font-size: 14px;
      cursor: pointer;
    }

    .gallery_sidebar ul li:hover {
      text-decoration: underline;
    }

    .gallery_pagination {
      text-align: center;
      margin-top: 40px;
    }

    .gallery_pagination button {
      background-color: #87CEEB ;
      color: rgb(0, 0, 0);
      padding: 8px 16px;
      border: none;
      margin: 0 5px;
      border-radius: 4px;
      cursor: pointer;
    }

    .gallery_pagination button:hover {
      background-color: #87CEEB ;
    }

    @media screen and (max-width: 768px) {
      .gallery_layout {
        /* flex-direction: column; */
      }


      .gallery_layout {
    display: flex
;
    gap: 30px;
    margin: 5px !important;
}


      .gallery_sidebar {
        width: 100% !important;
        margin-top: 20px;
      }
    }




        
    /* .gallery_cate_img {
      padding: 30px 20px;
    width: 90%;
      margin: auto;
      text-align: center;
    }

    .gallery_cate_img h2 {
      text-align: center;
      font-size: 28px;
      color: #002060;
      border-bottom: 2px solid #ed1c24;
      display: inline-block;
      padding-bottom: 10px;
      margin-bottom: 30px;
    }

    .gallery_layout {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }

    .gallery_main {
      flex: 1 1 70%;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      gap: 20px;
    }

    .gallery_card {
      background-color: #ddd;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      text-align: center;
      padding-bottom: 10px;
    }

    .gallery_card .overlay {
      background-color: #001f5c;
      color: white;
      padding: 8px;
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      display: none;
    }

    .gallery_card:hover .overlay {
      display: block;
    }

    .gallery_card i {
      font-size: 22px;
      margin-top: 40px;
      display: block;
    }

    .gallery_card p {
      margin-top: 10px;
      font-weight: 600;
      font-size: 14px;
    }

    .gallery_sidebar {
      flex: 1 1 25%;
      background-color: #e53942;
      border-radius: 10px;
      color: white;
      padding: 20px;
      height: fit-content;
    }

    .gallery_sidebar h4 {
      text-align: center;
      margin-bottom: 15px;
      font-size: 16px;
      border-bottom: 1px solid white;
      padding-bottom: 8px;
    }

    .gallery_sidebar input[type="text"] {
      width: 100%;
      padding: 8px;
      border-radius: 5px;
      border: none;
      margin-bottom: 15px;
    }

    .gallery_sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .gallery_sidebar ul li {
      margin-bottom: 10px;
      font-size: 14px;
      cursor: pointer;
    }

    .gallery_sidebar ul li:hover {
      text-decoration: underline;
    }

    .gallery_pagination {
      text-align: center;
      margin-top: 40px;
    }

    .gallery_pagination button {
      background-color: #002060;
      color: white;
      padding: 8px 16px;
      border: none;
      margin: 0 5px;
      border-radius: 4px;
      cursor: pointer;
    }

    .gallery_pagination button:hover {
      background-color: #001040;
    }

    @media screen and (max-width: 768px) {
      .gallery_layout {
        flex-direction: column;
      }

      .gallery_sidebar {
        width: 100%;
        margin-top: 20px;
      }
    } */

        /* -------------------------------------------- gallery_head_ End---------------------------- */






/* =====================================Event page=========================== */

/* CSS Main Container Start */
.event_pg_container {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}

.event_pg_topbar {
  display: flex;
  justify-content: space-between;
  background: #ccc;
  padding: 10px 20px;
  font-size: 14px;
}

.event_pg_logo img {
  height: 40px;
}

.event_pg_contact span {
  margin-left: 15px;
}

.event_pg_navbar {
  background: #87CEEB ;
}

.event_pg_navbar ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.event_pg_navbar li {
  margin: 0 15px;
}

.event_pg_navbar a {
  display: block;
  padding: 14px 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.event_pg_navbar a.active,
.event_pg_navbar a:hover {
  color: #ffc107;
  border-bottom: 2px solid #ffc107;
}

.event_pg_banner {
  position: relative;
  overflow: hidden;
}


.event_pg_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}


.event_pg_banner img {
  width: 100%;
  height: auto;
  display: block;
}

.event_pg_banner_text {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  color: white;
  padding: 20px;
  border-radius: 5px;
  /* background: rgba(0, 0, 0, 0.4); */
}

.event_pg_banner_text h1 {
  font-size: 36px;
  margin: 0;
}

.event_pg_banner_text p {
  margin-top: 10px;
  font-size: 18px;
}

.event_pg_ribbon {
  position: absolute;
  bottom: 30px;
  right: 20px;
  background: #ffc107;
  color: black;
  padding: 15px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_pg_news_ticker {
  background: #c62828;
  color: white;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
}

.event_pg_ticker_item {
  padding: 0 30px;
  font-weight: bold;
  border-right: 2px solid yellow;
}

@media (max-width: 768px) {
  .event_pg_navbar ul {
    flex-direction: column;
    text-align: center;
  }

  .event_pg_banner_text h1 {
    font-size: 24px;
  }

  .event_pg_banner_text p {
    font-size: 14px;
  }

  .event_pg_ribbon {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }

  .event_pg_ticker_item {
    padding: 0 15px;
    font-size: 12px;
  }
}
/* CSS Main Container End */






/* event_pg_event_ Main Section Start */
.event_pg_event_wrapper {
  padding: 20px;
  margin: 60px auto;
  border: 2px solid #a56eff;
  width: 90%;
}

.event_pg_event_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #b93434;
}

.event_pg_event_tab {
  margin: 0 20px;
  padding: 10px 0;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.event_pg_event_tab.active {
  color: #b93434;
  border-bottom: 2px solid #b93434;
}

.event_pg_event_card {
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fff;
}

.event_pg_event_card.collapsed {
  height: 50px;
  overflow: hidden;
}

.event_pg_event_card_header {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
}

.event_pg_event_title {
  font-size: 14px;
  font-weight: bold;
  color: #b93434;
  margin-left: 10px;
}

.event_pg_event_minus,
.event_pg_event_plus {
  background: #b93434;
  color: #fff;
  padding: 2px 8px;
  border-radius: 50%;
  font-size: 18px;
}

.event_pg_event_card_body {
  padding: 10px;
}

.event_pg_event_card_body p {
  font-size: 14px;
  margin-bottom: 10px;
}

.event_pg_event_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  /* background: #ddd; */
  height: auto;
  margin-bottom: 10px;
}

.event_pg_event_gallery div {
  background: #ccc;
  /* height: 450px; */
  height: auto;
}

.event_pg_event_card_footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  padding: 5px 10px;
  border-top: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .event_pg_event_gallery {
    grid-template-columns: 1fr;
    height: auto;
  }
  .event_pg_event_nav {
    flex-direction: column;
    align-items: center;
  }
  .event_pg_event_tab {
    margin-bottom: 10px;
  }
}
/* event_pg_event_ Main Section End */




    /* ============================event pg ==================== */


    .main_container {
      background: #fff;
      /* max-width: 1000px; */
      width: 80%;
      margin: 60px auto;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    /* Tabs */
    .tab_nav {
      display: flex;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 2px solid red;
    width: 50%;
    margin: auto;

    }

    .tab_button {
      margin: 0 15px;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      padding: 8px 10px;
    }

    .tab_button.active {
      color: #b93434;
    }

    .tab_button.active::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #b93434;
    }

    /* Tab Content */
    .tab_content {
      display: none;
      padding: 20px;
    }

    .tab_content.active {
      display: block;
    }

    /* Expandable Cards */
    .card {
      background: #f9f9f9;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .card_header {
      display: flex;
      align-items: center;
      padding: 12px 15px;
      background: #efefef;
      cursor: pointer;
    }

    .card_toggle {
      background: #b93434;
      color: #fff;
      font-size: 16px;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      text-align: center;
      line-height: 25px;
      margin-right: 10px;
    }

    .card_title {
      font-weight: bold;
      font-size: 15px;
      color: #333;
    }

    .card_body {
      padding: 15px;
      display: none;
    }

    .card_gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 10px;
      margin: 15px 0;
    }

    .card_gallery div {
      background: #ccc;
      height: 150px;
      border-radius: 6px;
    }

    .card_footer {
      font-size: 12px;
      display: flex;
      justify-content: space-between;
      color: #666;
      padding-top: 6%;
      border-top: 1px solid #ddd;
    }

    /* Calendar Table Style */
    .calendar_table {
      width: 100%;
      border-collapse: collapse;
    }

    .calendar_table tr {
      border-bottom: 1px solid #ddd;
    }

    .calendar_table td {
      padding: 12px 10px;
      font-size: 14px;
    }

    .calendar_table td:last-child {
      text-align: right;
    }

    .calendar_table a {
      color: #1a2db3;
      text-decoration: none;
    }

    .calendar_table a:hover {
      text-decoration: underline;
    }

    @media screen and (max-width: 600px) {
      .tab_nav {
        flex-direction: column;
        align-items: center;
      }

      .tab_button {
        margin-bottom: 10px;
      }

      .card_gallery {
        grid-template-columns: 1fr;
      }
    }


    /* ----------------------------------event pg end-------------------------- */


/* CSS Main Class: rule_pg_wrapper */


    .rule_pg_wrapper {
        font-family: Arial, sans-serif;
        color: #333;
    }

    .rule_pg_topbar {
        background: #eee;
        text-align: right;
        padding: 5px 20px;
        font-size: 14px;
    }

    .rule_pg_navbar {
        background: #87CEEB ;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .rule_pg_logo {
        width: 60px;
    }

    .rule_pg_nav a {
        color: #fff;
        text-decoration: none;
        margin-left: 15px;
        font-size: 16px;
    }

    .rule_pg_banner {
        position: relative;
    }

    .rule_pg_banner_img {
        width: 100%;
        height: auto;
        display: block;
        filter: brightness(0.75);
    }

    .rule_pg_banner_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
    }

    .rule_pg_banner_content h1 {
        font-size: 36px;
        font-weight: bold;
    }

    .rule_pg_banner_content p {
        font-size: 18px;
        margin-top: 10px;
    }

    .rule_pg_badge {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: yellow;
        color: #000;
        padding: 10px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }

    .rule_pg_marquee {
        background: #e32636;
        color: white;
        padding: 10px;
        font-size: 14px;
    }

    @media screen and (max-width: 768px) {
        .rule_pg_navbar {
            flex-direction: column;
            align-items: flex-start;
        }

        .rule_pg_nav a {
            margin: 5px 0;
        }

        .rule_pg_banner_content h1 {
            font-size: 24px;
        }

        .rule_pg_badge {
            width: 50px;
            height: 50px;
            font-size: 10px;
        }
    }


    /* -------------------- */

    /* CSS Main Class: rule_sec_wrapper */
.rule_sec_wrapper {
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
}

.rule_sec_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.rule_sec_content {
  flex: 1 1 65%;
  color: #222;
}

.rule_sec_sidebar {
  flex: 1 1 30%;
  /* background: #f9f9f9; */
  padding: 20px;
  border-radius: 8px;
  /* border: 1px solid #e0e0e0; */
}

.rule_sec_title {
  font-size: 28px;
  color: #87CEEB ;
  margin-bottom: 15px;
  font-weight: bold;
}

.rule_sec_intro {
  margin-bottom: 20px;
  line-height: 1.6;
}

.rule_sec_subtitle {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.rule_sec_subtitle.red {
  color: #cc0000;
}

.rule_sec_subtitle.orange {
  color: #cc6600;
}

.rule_sec_subtitle.blue {
  color: #87CEEB;
}

.rule_sec_list,
.rule_sec_bullets {
  margin-left: 20px;
  margin-bottom: 20px;
}

.rule_sec_list li,
.rule_sec_bullets li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.rule_sec_newsbox h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #87CEEB ;
}

.rule_sec_newsitem {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border-left: 4px solid #87CEEB ;
  background: #f9f9f9;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.rule_sec_newsdate {
  font-size: 14px;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  line-height: 1.2;
}

.rule_sec_btn {
  margin-top: 10px;
  padding: 8px 15px;
  background: #87CEEB ;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.rule_sec_btn:hover {
  background: #87CEEB ;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .rule_sec_container {
    flex-direction: column;
  }

  .rule_sec_content,
  .rule_sec_sidebar {
    flex: 1 1 100%;
  }
}




    /* =================================== */

/* uniform_pg_ Main CSS Start */



.uniform_pg_main_container {
  width: 100%;
}

/* Header Topbar */
.uniform_pg_topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #f8f8f8;
}

.uniform_pg_logo img {
  height: 60px;
}

.uniform_pg_contact {
  text-align: right;
  font-size: 14px;
}

/* Navbar */
.uniform_pg_navbar {
  background-color: #87CEEB ;
}

.uniform_pg_navbar ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}

.uniform_pg_navbar ul li {
  padding: 15px 20px;
}

.uniform_pg_navbar ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* Hero Section */
.uniform_pg_hero {
  position: relative;
}

.uniform_pg_hero img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.7);
}

.uniform_pg_hero_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
}

.uniform_pg_hero_text h1 {
  font-size: 3em;
  margin: 0;
}

.uniform_pg_hero_text p {
  font-size: 1.2em;
}

.uniform_pg_badge {
  position: absolute;
  bottom: 10%;
  right: 5%;
  background: gold;
  color: black;
  padding: 15px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  width: 60px;
  height: 60px;
}

/* Marquee */
.uniform_pg_marquee {
  background: red;
  color: white;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

/* Gallery Section */
.uniform_pg_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background: #f0f0f0;
}

.uniform_pg_gallery img {
  width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .uniform_pg_hero_text h1 {
    font-size: 2em;
  }

  .uniform_pg_badge {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .uniform_pg_navbar ul {
    flex-direction: column;
    align-items: center;
  }
}

/* uniform_pg_ Main CSS End */




/* uniform_schedule_ Main CSS Start */

.uniform_schedule_container {
  padding: 40px 20px;
  margin: 0 auto;
  width: 90%;
}

.uniform_schedule_day {
  background-color: #ffffff;
  padding: 30px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.uniform_schedule_heading {
  text-align: center;
  color: #d51b28;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}

.uniform_schedule_flex {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
}

.uniform_schedule_column {
  /* flex: 1 1 300px; */
}

.uniform_schedule_column h3 {
  /* text-align: left; */
  color: #2d2d2d;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.uniform_schedule_column ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #000000 ;
}

.uniform_schedule_column ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .uniform_schedule_flex {
    flex-direction: column;
    align-items: center;
  }

  .uniform_schedule_column {
    text-align: center;
  }

  .uniform_schedule_column ul {
    padding-left: 0;
    list-style-position: inside;
  }
}

/* uniform_schedule_ Main CSS End */


    


/* CSS MAIN CLASS START: infrastraction_pg_ */


/* Top Header */
.infrastraction_pg_topbar {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
  background: #f8f8f8;
}

.infrastraction_pg_logo img {
  height: 60px;
}

.infrastraction_pg_contact span {
  margin-left: 15px;
  font-size: 14px;
  color: #333;
}

/* Navbar */
.infrastraction_pg_navbar {
  background-color: #87CEEB ;
}

.infrastraction_pg_navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.infrastraction_pg_navbar li {
  margin: 0;
}

.infrastraction_pg_navbar a {
  color: #fff;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  transition: background 0.3s;
}

.infrastraction_pg_navbar li.active a,
.infrastraction_pg_navbar a:hover {
  background: #d93644;
}

/* Banner Section */
.infrastraction_pg_banner {
  position: relative;
  background: url('banner-building.jpg') no-repeat center center/cover;
  height: 450px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infrastraction_pg_banner_overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  text-align: center;
}

.infrastraction_pg_banner_overlay h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.infrastraction_pg_banner_overlay p {
  font-size: 18px;
}

/* Scrolling Ribbon */
.infrastraction_pg_ribbon {
  position: relative;
  background: red;
  color: white;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.infrastraction_pg_ribbon-marquee {
  white-space: nowrap;
  animation: scrollText 20s linear infinite;
  padding: 10px;
  font-weight: bold;
}

@keyframes scrollText {
  0% { transform: translateX(100%) }
  100% { transform: translateX(-100%) }
}

.infrastraction_pg_ribbon-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ffcc00;
  color: #000;
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
  .infrastraction_pg_topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .infrastraction_pg_navbar ul {
    flex-direction: column;
  }

  .infrastraction_pg_banner_overlay h1 {
    font-size: 32px;
  }

  .infrastraction_pg_ribbon-badge {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
}
/* CSS MAIN CLASS END: infrastraction_pg_ */







  /* ================================
       infrastraction_sec_ Main Section CSS
    =================================== */
    .infrastraction_sec_container {
      font-family: Arial, sans-serif;
      background-color: #f9f9f9;
      color: #333;
    }

    .infrastraction_sec_tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      border-bottom: 2px solid #ccc;
      background-color: #fff;
    }

    .infrastraction_sec_tab {
      padding: 12px 20px;
      cursor: pointer;
      color: #000;
      font-weight: 500;
    }

    .infrastraction_sec_tab.active {
      color: red;
    }

    .infrastraction_sec_content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 40px 20px;
      background-color: #fff;
    }

    .infrastraction_sec_text {
      flex: 1 1 55%;
      padding: 10px;
    }

    .infrastraction_sec_text p {
      line-height: 1.8;
      color: #444;
    }

    .infrastraction_sec_image {
      flex: 1 1 35%;
      padding: 10px;
    }

    .infrastraction_sec_image img {
      width: 100%;
      border-radius: 15px;
      object-fit: cover;
    }

    /* ========== Footer Contact Boxes ========== */
    .infrastraction_sec_footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 40px 20px;
      background: #111;
      background-image: url('bg-img.jpg'); /* Optional: Replace or remove */
      background-size: cover;
      background-position: center;
    }

    .infrastraction_sec_card {
      background: #fff;
      padding: 20px;
      margin: 10px;
      border-radius: 10px;
      flex: 1 1 280px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .infrastraction_sec_card h4 {
      margin-bottom: 10px;
      font-size: 1.2em;
      color: #000;
    }

    .infrastraction_sec_card p,
    .infrastraction_sec_card a {
      font-size: 0.95em;
      color: #333;
      line-height: 1.6;
      text-decoration: none;
    }

    /* ========== Responsive ========== */
    @media (max-width: 768px) {
      .infrastraction_sec_content {
        flex-direction: column;
        align-items: center;
      }

      .infrastraction_sec_text,
      .infrastraction_sec_image {
        flex: 1 1 100%;
      }

      .infrastraction_sec_tabs {
        justify-content: flex-start;
        overflow-x: auto;
      }

      .infrastraction_sec_card {
        flex: 1 1 100%;
      }
    }




    /* ========================= */

    /* ================================
       infrastraction_sec_ Main Section CSS
    =================================== */
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #f1f1f1;
    }

    .infrastraction_sec_wrapper {
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .infrastraction_sec_title {
      font-size: 24px;
      color: #7f3fbf;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .infrastraction
    {
      background-color: #D9D9D9;
      width: 100%;
      padding: 20px;
    }


    .infrastraction_sec_tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      border-bottom: 2px solid #ccc;
      background-color: #fff;
      margin-bottom: 20px;
    }

    .infrastraction_sec_tab {
      padding: 10px 15px;
      cursor: pointer;
      font-weight: 500;
      color: #444;
      transition: 0.3s;

          font-size: 19px;
    color: #444;
    margin: 0px 20px;
    }

    .infrastraction_sec_tab:hover {
      background-color: #f0f0f0;
    }

    .infrastraction_sec_tab.active {
      color: red;
      border-bottom: 3px solid red;
    }

    .infrastraction_sec_content {
      display: none;
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 40px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .infrastraction_sec_content.active {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
    }

    .infrastraction_sec_text {
      flex: 1 1 55%;
      padding: 10px;
    }

    .infrastraction_sec_text p {
      line-height: 1.6;
      color: #333;
    }

    .infrastraction_sec_image {
      flex: 1 1 40%;
      padding: 10px;
    }

    .infrastraction_sec_image img {
      width: 100%;
      border-radius: 15px;
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .infrastraction_sec_content {
        flex-direction: column;
      }

      .infrastraction_sec_text,
      .infrastraction_sec_image {
        flex: 1 1 100%;
      }

      .infrastraction_sec_tabs {
        overflow-x: auto;
        font-size: 14px;
      }

      .infrastraction_sec_tab {
        white-space: nowrap;
      }
    }





    /* ==================================== */

    
    .underline {
      width: 80px;
      height: 2px;
      background-color: #d94c4c;
      margin: 0 auto 30px;
    }

    .gallery-container {
    text-align: center;
    width: 90%;
          margin: 0 auto;
    }

    .gyl_ {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .gyl_-item {
      width: 30%;
      background: #e0e0e0;
      border-radius: 6px;
      overflow: hidden;
      /* min-height: 160px; */
      /* height: 100%; */
      display: flex;
      margin: 10px;
      flex-direction: column;
      justify-content: space-between;
    }

    .gyl_-item .top-box {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      color: #777;
      /* min-height: 120px; */
      height: 100%;
    }

    .gyl_-item .view-bar {
      background-color: #001f5f;
      color: white;
      padding: 6px 0;
      font-size: 14px;
    }

    .gyl_-item .title {
      padding: 10px 5px;
      font-size: 15px;
    }

    .nav-buttons {
      margin-top: 25px;
    }

    .nav-buttons button {
      background-color: #87CEEB ;
      color: rgb(0, 0, 0);
      border: none;
      padding: 10px 18px;
      margin: 10px;
      border-radius: 4px;
      font-size: 14px;
      cursor: pointer;
    }

    .nav-buttons button:hover {
      background-color: #87CEEB ;
    }

    @media (max-width: 768px) {
      .gyl_-item {
        width: 45%;
      }
    }

    @media (max-width: 480px) {
      .gyl_-item {
        width: 100%;
      }
    }



    /* ============================= */


     #searchBox {
      margin: 20px auto;
      display: block;
      padding: 8px 16px;
      width: 60%;
      border-radius: 6px;
      border: 1px solid #ccc;
    }

    .page {
      display: none;
      flex-wrap: wrap;
      justify-content: center;
    }

    #categoryList {
      list-style: none;
      padding: 0;
    }

    #categoryList li {
      cursor: pointer;
      padding: 5px 0;
    }

    #categoryList li.active {
      font-weight: bold;
      color: #87CEEB ;
      text-decoration: underline;
    }

    .gallery_layout {
      display: flex;
      gap: 30px;
      margin: 5px;
    }

    .gallery_sidebar {
      width: 20%;
    }

    .gallery_main {
      width: 80%;
      align-items: center;
      text-align: center;
    }


    .gyl_-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
   



.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.image-container .view-more {
  position: absolute;
  padding: 8px 16px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;

  text-align: center;
  align-items: center;
      width: 100%;
    color: red;
    bottom: -11%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(138 143 149 / 90%);
}







.image-container:hover .view-more {
  opacity: 1;
}




/* ==================================event gly detils=================== */

  .event-gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
                margin: 60px auto;
        }

        .event-gallery-item {
            width: 280px;
            border: 1px solid #ddd;
            border-radius: 6px;
            overflow: hidden;
        }

        .event-gallery-item img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .event-gallery-item .desc {
            padding: 8px;
            text-align: center;
            font-size: 14px;
        }



        /* ----------------------------------------Images / Zooming effect------------------------------- */

        .lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.lightbox-caption {
    margin: auto;
    display: block;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    font-size: 16px;
    width: 80%;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 45px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



        /* ============================================================================================ */
        /* -------------------------------------------------------------------------------------------------------------------------- */
        /* ================Animation page / Animation code ================ */


        .animate-left,
        .animate-right {
            opacity: 0;
        }



        /* Animation Classes */
        .animate-left {
            animation: slideInLeft 1s ease-out forwards;
        }

        .animate-right {
            animation: slideInRight 1s ease-out forwards;
        }






/* Animation Keyframes */
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

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



/* ================================== */

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

.fade-up {
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
}


/* ================================================================ */

/* Optional: Add staggered effect */


.home_academic_curriculum {
    background: url('../images/bg-natural.jpg') no-repeat center center/cover;
    font-family: 'Times New Roman', serif;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    color: #000;
}

.home_academic_curriculum::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 246 246 / 10%);
        z-index: 0;
}


/* .home_academic_curriculum {
      background-color: #fff;
      padding: 60px 20px;
      text-align: center;
    } */

    .home_academic_curriculum h2 {
      color: #87CEEB ;
      font-size: 24px;
      margin-bottom: 5px;
    }

    .home_academic_curriculum p {
      color: #c14444;
      margin-bottom: 40px;
      font-size: 14px;
    }



    .home_academic_curriculum_grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .home_academic_curriculum_item {
      background: #f9f9f9;
      border-radius: 10px;
      width: 270px;
      text-align: left;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      overflow: hidden;
    }

    .home_academic_curriculum_item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    .home_academic_curriculum_item div {
      padding: 15px;
    }

    .home_academic_curriculum_item h4 {
      color: #E63946;
      margin-bottom: 10px;
      font-size: 16px;
    }


        .home_academic_curriculum_item p ,       
         .home_academic_curriculum_item span
    {
         color:#616161;
      margin-bottom: 5px;
      font-size: 14px;
    }

    .home_academic_curriculum_item ul {
      padding-left: 20px;
      margin: 0;
    }

    .home_academic_curriculum_item ul li {
      font-size: 14px;
      margin-bottom: 6px;
      line-height: 1.5;
      color: #616161;
    }

    @media (max-width: 768px) {
      .home_academic_card, .home_academic_curriculum_item {
        width: 100%;
      }
    }



.home_academic_curriculum_item:nth-child(1) {
  animation-delay: 0.2s;
}
.home_academic_curriculum_item:nth-child(2) {
  animation-delay: 0.4s;
}
.home_academic_curriculum_item:nth-child(3) {
  animation-delay: 0.6s;
}
.home_academic_curriculum_item:nth-child(4) {
  animation-delay: 0.8s;
} 



/* ====================================== */

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.zoom-in {
  opacity: 0;
  transform: scale(0.9);
  animation: zoomIn 0.8s ease-out forwards;
  animation-play-state: paused;
}



.home_academic_card:nth-child(1) { animation-delay: 0.2s; }
.home_academic_card:nth-child(2) { animation-delay: 0.4s; }
.home_academic_card:nth-child(3) { animation-delay: 0.6s; }
/* Add more if needed */








/* ==============================UNIFORM==================================== */


@keyframes galleryZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.gallery-zoom-in {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  animation: galleryZoomIn 0.8s ease-out forwards;
  animation-play-state: paused;
}

/* Optional: Add stagger effect */
.uniform_pg_gallery img:nth-child(1) { animation-delay: 0.1s; }
.uniform_pg_gallery img:nth-child(2) { animation-delay: 0.2s; }
.uniform_pg_gallery img:nth-child(3) { animation-delay: 0.3s; }
.uniform_pg_gallery img:nth-child(4) { animation-delay: 0.4s; }
.uniform_pg_gallery img:nth-child(5) { animation-delay: 0.5s; }
.uniform_pg_gallery img:nth-child(6) { animation-delay: 0.6s; }




/* ======================================gallery pg============================= */

/* Keyframes for fade-in and zoom */
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Style for animated gallery items */
.gyl_-item {
  opacity: 0;
  animation: fadeZoomIn 0.6s ease forwards;
  animation-delay: var(--delay, 0s);
}

/* Optional hover effect */
.gyl_-item:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}



/* =================================added chnges------------------------------------------------ */







/* ---------------Animation up------------- */


/* Common animation base */
.animate-from-top,
.animate-from-bottom {
  opacity: 0;
  transform: translateY(0);
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

/* Slide down (top to original) */
.animate-from-top {
  animation-name: slideFromTop;
}

/* Slide up (bottom to original) */
.animate-from-bottom {
  animation-name: slideFromBottom;
  animation-delay: 0.2s;
}

/* Keyframes */
@keyframes slideFromTop {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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



ul li
{
  list-style-type: none;
}