@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-family: "Roboto", sans-serif;
  scroll-padding: 250px;
}

a {
  text-decoration: none;
}

.navbar-brand img {
  width: 85px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 0;
  padding: 5px 0;
}

.logo-name {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}

.logo-sub-text {
  font-size: 14px;
  margin-bottom: 0;
}

.fs-20 {
  font-size: 20px;
}

.nav-top-media a i {
  font-size: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fdf9c8;
  text-align: center;
  line-height: 1;
}

/* Nav-top */

.nav-top-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
}

.nav-top-links li {
  cursor: pointer;
  transition: color 0.3s, border-bottom 0.3s;
  padding-bottom: 2px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.top-div2 li:nth-child(-n + 9):after {
  content: "";
  border-right: 2px solid #a0a1a8;
  display: block;
  width: 114%;
  height: 14px;
  margin-top: -16px;
}

.top-div2 .dropdown li:nth-child(-n + 8):after {
  display: none;
}

.btn-donate,
.btn-volunteer {
  text-transform: uppercase;
}

/* Common button style */
a[class^="btn-"] {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}

.btn-donate {
  background-color: #e53935;
}
.btn-donate:hover {
  background-color: #c62828;
}

.btn-volunteer {
  background-color: #43a047;
}
.btn-volunteer:hover {
  background-color: #388e3c;
}

.btn-sponsor {
  background-color: #1e88e5;
}
.btn-sponsor:hover {
  background-color: #1565c0;
}

.helpdesk-link,
.email-link {
  color: #978269;
  text-decoration: none;
  font-size: 14px;
}

.nav-top-media {
  padding: 5px 0;
}

.fa-facebook {
  color: #4267b2;
}

.fa-youtube {
  color: #c4302b;
}

.fa-instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-x-twitter {
  color: #000;
}

.nav-contact {
  color: #55beeb;
}

.nav-top-section {
  background-color: #232323;
  padding: 8px 0;
}

.nav-top-section .top-div2 p {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.nav-top-section .top-div1 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.top-div1 p {
  font-size: 13px;
}

.nav-top-section .v-line {
  border-right: 2px solid #fff;
  padding-right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  padding-left: 10px !important;
  padding-right: 11px !important;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

.dropdown-toggle::after {
  display: none;
}

/* -----------------------new-drop-down-end-start------------------------------- */

@media (min-width: 992px) {
  .dropdown,
  .dropend {
    &:hover {
      > .dropdown-menu {
        display: block;
      }
    }
  }

  .dropdown {
    &:hover {
      > .dropdown-menu {
        margin-top: unset;
      }
    }
  }

  .dropend {
    &:hover {
      > .dropdown-menu {
        position: absolute;
        top: -0.5rem;
        left: 100%;
        margin-left: 0;
      }
    }
  }
}

/* -----------------------new-drop-down-end------------------------------- */

.fso-link a {
  font-size: 12px !important;
}

.dropdown a {
  font-size: 14px;
}

.navbar-nav li a:hover {
  background-color: #968267;
  color: #fff;
  transition: all 0.5ms ease-in-out;
  transform: rotate(180);
}

.top-div2 .nav-item li a:hover {
  background-color: #968267;
  color: #fff;
  transition: all 0.5ms ease-in-out;
  transform: rotate(180);
}

.top-div2 .nav-item li a {
  font-size: 12px;
}

.navbar > .container-fluid {
  align-items: flex-end !important;
}

.only-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ----------------------------------------------------------------------------------------------------- */
/* -------------------------------------Header-section-end---------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

/* .nav-down .announcement-bar {
  display: flex;
  overflow: hidden;
}

.nav-down .announcement-label {
  background-color: #968167;
  padding: 10px 20px;
  white-space: nowrap;
}

.nav-down .announcement-label h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.nav-down .marquee-container {
  flex: 1;
  background-color: #fdf9c8;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 10px 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-down .marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}

.nav-down .marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.nav-down .marquee-content span {
  display: inline-block;
  font-weight: 500;
  color: #000;
  font-size: 13px;
} */

.header {
  background-color: floralwhite;
}

/* ------------------------------------------------------------------------------------------- */
/* -----------------------------------Banner-section----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.video-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ------------------------------------------------------------------------------------------- */
/* -----------------------------------youtube-section----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.swiper {
  width: 300px;
  height: 300px;
  padding: 50px;
  transform-style: preserve-3d;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.title-youtube {
  display: flex;
  gap: 50px;
  align-items: center;
}

.u-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #000;
}

.u-content a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #ff0000; /* YouTube red */
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.u-content a:hover {
  background-color: #cc0000; /* Darker red on hover */
}

/* ------------------------------------------------------------------------------------------- */
/* -----------------------------------About-section----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.gallery {
  --g: 6px; /* the gap */
  display: grid;
  width: 450px; /* the size */
  aspect-ratio: 1;
  grid: auto-flow 1fr / repeat(3, 1fr);
  gap: var(--g);
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s;
}
.gallery img:hover {
  filter: grayscale(0);
}
.gallery img:nth-child(2) {
  grid-area: 1/2 / span 2 / span 2;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(50% + var(--g) / 4) 100%,
    0 calc(50% - var(--g) / 4)
  );
}
.gallery img:nth-child(3) {
  grid-area: 2/1 / span 2 / span 2;
  clip-path: polygon(
    0 0,
    calc(50% - var(--g) / 4) 0,
    100% calc(50% + var(--g) / 4),
    100% 100%,
    0 100%
  );
}

.aboutus_section {
  padding: 40px 0;
}

.about-school h2 {
  font-weight: bold;
  font-size: 36px;
  color: #978168;
  margin-bottom: 15px;
}

.certifications {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.certifications img {
  height: auto;
  width: 160px;
}

/* cources-section */
.cources {
  padding-top: 50px;
}
.course-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 20px 0;
}

.course-image {
  position: relative;
}

.course-image img {
  width: 100%;
  height: auto;
}

.course-label {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #968167 none repeat scroll 0 0;
  bottom: -15px;
  padding: 7px 10px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
}

.course-content {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.course-content .abbrevation {
  font-weight: bold;
}

.course-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.course-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.read-more-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
}

.read-more-btn:hover {
  background-color: #968167;
  color: #fff;
  border-color: #968167;
}

.apply-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
}

.apply-btn:hover {
  background-color: #968167;
  color: #fff;
  border-color: #968167;
}

.only-academic {
  color: #968167;
  font-size: 40px;
}

.adm-title {
  line-height: 30px;
  font-size: 20px;
}

.content-pu-clg p {
  font-size: 14px;
}

.admission-banner {
  border-left: 4px solid #968167;
  background-color: #fdf9c8;
  padding: 10px 15px;
  color: #968167;
  font-weight: bold;
  display: inline-block;
}

/* .banner-align-end {
      display: flex;
      justify-content: flex-end;
  } */

.para_continue_puclg {
  font-size: 14px;
  padding: 20px;
}

/* cources-section-end */


/* ----------------------------------------------------------------------- */
/* ----------------------Testimonals-------------------------------------- */
/* ----------------------------------------------------------------------- */

.yt-swiper {
  position: relative;
  width: 100%;
  padding-top: 10px;
}

.yt-swiper .swiper-slide {
  padding: 10px;
  border-radius: 10px;
}

/* Custom pagination bullets */
.yt-swiper .swiper-pagination {
  position: absolute;
  top: 0;
  right: 20px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.yt-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #999;
  opacity: 1;
  border-radius: 50%;
  transition: background 0.3s;
  position: relative;
  top: -42px;
  left: 318px;
}

.yt-swiper .swiper-pagination-bullet-active {
  background: #ff0000;
}

/* footer */

/* FOOTER */

.footer {
  background-color: #232323;
  color: #fff;
  padding: 40px 0;
}

.footer .footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-links ul li a {
  text-decoration: none;
  color: #fff;
}

.footer .footer-links ul li svg {
  font-size: 10px;
  margin-left: 3px;
  color: #ccc;
  padding-right: 5px;
}

.footer .footer-links ul li {
  margin-bottom: 5px;
}

.footer .footer-links ul li:hover a {
  font-weight: bold;
  color: #d1b491;
}

.footer .footer-links ul li:hover svg {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}

.footer .footer-links h4 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #968167;
}

.footer form input {
  padding: 10px 20px;
}

.footer .all-locations a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 20px;
}

.footer .all-locations {
  display: flex;
  align-items: center;
}

.footer .all-locations a:nth-child(1) {
  padding-left: 0;
}

.footer .all-locations a:nth-child(-n + 7):after {
  content: "";
  border-right: 2px solid #ffffff;
  display: block;
  width: 100%;
  height: 15px;
  margin-top: -20px;
  margin-left: 20px;
}

.copy-left-content {
  text-align: start;
}

.copy-left-content a {
  color: #6c000a;
  font-size: 14px;
}

.copy-right-content p {
  font-size: 14px;
}

.social-icons i {
  font-size: 20px;
  margin-right: 8px;
  padding-bottom: 10px;
}

.testimonals-section {
  padding: 80px 0;
}

.testimonals-section .testimonial {
  border-top: 1px solid #c9ced3;
  border-right: 2px solid #c9ced3;
  border-bottom: 1px solid #c9ced3;
  border-left: 17px solid #968167;
  padding: 70px 25px 100px;
  margin-bottom: 30px;
  position: relative;
}

.testimonals-section .testimonial:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #ccc;
  position: absolute;
  top: 20px;
  left: 25px;
}
.testimonals-section .testimonial .description {
  font-size: 14px;
  color: #666;
}
.testimonals-section .testimonial .pic {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  left: 25px;
}
.testimonals-section .testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonals-section .testimonial .testimonial-title {
  font-size: 20px;
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 150px;
}
.testimonals-section .testimonial .testimonial-title small {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 7px;
}
.testimonals-section .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.testimonals-section .owl-theme .owl-dots .owl-dot.active span {
  background: #968167 !important;
}

.left-testimonals h3 {
  color: #968167;
  font-weight: bold;
}

/* ---------------------------------------------- */
/* -----------------Partners--------------------- */
/* ---------------------------------------------- */

.marquee-partners {
  background: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.marquee-partners .container {
  position: relative;
}

.marquee-partners .marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee-partners .marquee-track {
  display: flex;
  align-items: center;
  animation: marquee 20s linear infinite;
  width: max-content;
}

.marquee-partners .logo {
  margin: 0 30px;
  flex-shrink: 0;
}

.marquee-partners .logo img {
  width: 150px;
  display: block;
}

.marquee-partners .marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  pointer-events: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.title-marquee-partner h3 {
  color: #968167;
  font-weight: bold;
  text-align: center;
}

/* ------------------------------------------------- */
/* -------------Education_for_all------------------ */
/* ----------------------------------------------- */

.water-contact {
  background: linear-gradient(90deg, #fdf9c8, #968167);
  color: white;
  padding: 15px 25px;
  font-size: 1.2rem;
  border-radius: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
}

.water-contact a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.solutions-argaya h3 {
  font-weight: bold;
  color: #fff;
}

.solutions-argaya p {
  color: #fff;
  font-size: 18px;
}

.solutions-argaya {
  background: url(../images/home/bg-efa.webp) no-repeat;
  background-position: 100% 25%;
  background-size: cover;
  background-attachment: fixed;
  padding: 70px 0;
}

.video-wrapper iframe {
  width: 100%;
  height: 315px;
  border-radius: 8px;
}

/* ------------------------------------------------------- */
/* -------------------Modal------------------------------- */
/* ------------------------------------------------------ */

.auto .modal-content {
  border-radius: 10px;
  background-color: transparent;
  border: none;
}

.auto .modal-body {
  text-align: center;
  background-color: transparent;
  border: none;
}

.auto .modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.auto .modal-header {
  border: none;
}

.auto .modal-dialog .btn-close {
  background-color: #fdf9c8 !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;
}

.auto .modal-dialog .btn-close:hover {
  background-color: #fdf9c8 !important;
}

#topButton {
  display: none;
  position: fixed;
  bottom: 96px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  background-color: #968167;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  transition: background-color 0.3sease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.social-dropdown {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.social-toggle {
  width: 50px;
  height: 50px;
  background-color: #fe0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.social-toggle:hover {
  background-color: #5b4cdb;
}

.social-menu {
  position: absolute;
  bottom: 60px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.2s ease;
}

.social-dropdown:hover .social-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.social-item {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.social-item:hover {
  transform: scale(1.1);
}

.facebook {
  background-color: #3b5998;
}

.social-dropdown .fa-facebook {
  color: #fff;
}

.instagram {
  background-color: #fff;
}

.fa-instagram {
  color: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.youtube {
  background-color: #fff;
}

.fa-youtube {
  color: #ff0000;
}

.linkedin {
  background-color: #0077b5;
}

/* --------------------- Marquee-section ---------------------- */

.updates_filix {
  padding-top: 80px;
}

.updates_filix .notice-board h3 {
  color: #978168;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.achievements-filix-school h3 {
  color: #978168;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #fff;
}

.updates_filix .marquee-container {
  height: 301px;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;

  background-color: #fdf9c8;
  color: #000;
  transition: all 0.3s ease;
  border: 1px solid;
}

.updates_filix .marquee-content {
  position: absolute;
  animation: scroll 20s linear infinite;
  padding: 10px;
}

.updates_filix .marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.updates_filix .notice-item {
  padding: 12px 0;
  border-bottom: 1px dashed #ccc;
  color: #000;
}

@keyframes scroll {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* Center the dots */
.achievements-filix-school .owl-dots {
  text-align: center;
  margin-top: 10px;
}

/* Optional: customize dot style */
.achievements-filix-school .owl-dot span {
  width: 10px;
  height: 10px;
  background: #aaa;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
  transition: background 0.3s;
}

.achievements-filix-school .owl-dot.active span {
  background: #978168; /* Highlight color */
}

.achievement-description {
  color: #000;
  padding-top: 20px;
}

.achievement-content a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000;
}

/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------Inspiration-page-------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

.inspiration-page {
  padding: 60px 0;
  color: #5c4a34;
}

.inspiration-page h1 {
  color: #968167;
  font-size: 40px;
  font-weight: bold;
}

.inspiration-page h2 {
  color: #968167;
  font-size: 28px;
  margin-bottom: 20px;
}

.inspiration-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #5c4a34;
}

.inspiration-content strong {
  color: #968167;
}

.title-all {
  color: #968167;
  font-size: 28px;
}

.About-lokeshwarnajimaharaj {
  padding: 40px 0;
}

.tb {
  padding: 40px 0;
}

.mb {
  padding: 40px 0;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------Philosophy-page-------------------------------------- */
/* ---------------------------------------------------------------------------------- */

.Philosophy-filix {
  padding: 40px 0;
}

.only-philosphy {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: #000;
}

.only-philosphy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/aboutus/logo-transparent.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: -1;
}

.vision {
  background-color: #978168;
  padding: 40px;
  margin-top: 60px;
  color: #fff;
}

.vision img {
  border: 2px solid #fdf9c8;
}

.mission img {
  border: 2px solid #978168;
}

.mission {
  background-color: #fdf9c8;
  padding: 40px;
  margin-bottom: 40px;
}

/* ------------------------------------------------- */
/* -------------------Mentor-page------------------ */
/* ----------------------------------------------- */

.mentor {
  padding: 80px 0;
  color: #333;
  line-height: 1.8;
}

.mentor img {
  transition: filter 0.3s ease;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1; /* Square image */
}

.mentor h2 {
  color: #978168;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.mentor p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #444;
}

@media (max-width: 768px) {
  .mentor {
    padding: 50px 0;
    text-align: center;
  }

  .mentor .row {
    gap: 30px;
  }

  .mentor h2 {
    font-size: 1.8rem;
  }

  .mentor img {
    aspect-ratio: 9/9;
  }
}

.yt-section {
  background-color: #f4f4f4;
  padding: 40px 0;
}

.yt-section .youtube-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 400px;
}

.yt-section .featured-video {
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.yt-section .side-video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gal-heading {
  text-align: center;
  padding: 10px;
}

.gal-heading h3 {
  font-size: 24px;
  color: #2c3e50;
  font-weight: bold;
}

/* ------------------------------------------------- */
/* -------------------Principals-message----------- */
/* ----------------------------------------------- */

.filix-principals-msg h1 {
  color: #978168;
}

.filix-principals-msg {
  padding: 80px 0;
}

.filix-principals-msg .line_message {
  height: 2px;
  width: 200px;
  border: 2px solid #978168;
}

.secretary_messages {
  padding-top: 80px;
}

.line_message {
  height: 2px;
  width: 200px;
  border: 2px solid #978168;
}

/* -------------------------------------------------- */
/* -----------------Nantritham---------------------- */
/* ------------------------------------------------- */

.branches-all-bg .branch-title h1 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

.branches-all-bg {
  background: url(../Images/background.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding-bottom: 50px;
}

.visit-section {
  padding: 50px 0;
}
.branches-all-bg .visit-heading h1 {
  font-weight: bold;
}

.visit-subheading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.visit-images img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.visit-images img:hover {
  transform: scale(1.1);
}

.team-pf-nanritam {
  background-color: #f4f4f4;
  padding: 60px 0;
  font-family: "Arial", sans-serif;
}

.n-team-title {
  text-align: center;
  margin-bottom: 50px;
}

.n-team-title h3 {
  color: #978168;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.n-team-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #978168;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.team-member {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.mem-team img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.designation-of-mem {
  padding: 25px 20px;
}

.designation-of-mem h4 {
  color: #333;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.designation-of-mem .position {
  color: #978168;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}

.designation-of-mem .bio {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

/* time-line */

.journey-nanritham .timeline {
  position: relative;
  padding: 4px 0 0 0;
  margin-top: 22px;
  list-style: none;
}

.journey-nanritham .timeline > li:nth-child(even) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  right: -100px;
}

.journey-nanritham .timeline > li:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  left: -100px;
}

.journey-nanritham .timeline > li:before,
.journey-nanritham .timeline > li:after {
  content: " ";
  display: table;
}

.journey-nanritham .timeline > li:after {
  clear: both;
  min-height: 170px;
}

.journey-nanritham .timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 40px 20px 30px;
  text-align: right;
}

.journey-nanritham .timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.journey-nanritham .timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.journey-nanritham .timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 50%;
  border-radius: 100%;
  width: 208px;
  height: 207px;
  margin-left: -118px;
}

.journey-nanritham .timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.journey-nanritham .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 30px 20px 20px;
  text-align: left;
}

.journey-nanritham .timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.journey-nanritham .timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.journey-nanritham .timeline > li:last-child {
  margin-bottom: 0;
}

.journey-nanritham .timeline .timeline-heading h4 {
  margin-top: 22px;
  margin-bottom: 4px;
  padding: 0;
  color: #b3b3b3;
}

.journey-nanritham .timeline .timeline-heading h4.subheading {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 18px;
  color: #333333;
}

.journey-nanritham .timeline .timeline-body > p,
.journey-nanritham .timeline .timeline-body > ul {
  margin-bottom: 0;
  color: #808080;
  font-size: 28px;
}

.journey-nanritham .timeline > li:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 690px;
  width: 4px;
  height: 340px;
  background-color: #978168;
  -ms-transform: rotate(-44deg); /* IE 9 */
  -webkit-transform: rotate(-44deg); /* Safari */
  transform: rotate(-44deg);
  box-shadow: 0 0 5px #978168;
}
/*Style for odd div.line*/
.journey-nanritham .timeline > li:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 450px;
  width: 4px;
  height: 340px;
  background-color: #978168;
  -ms-transform: rotate(44deg); /* IE 9 */
  -webkit-transform: rotate(44deg); /* Safari */
  transform: rotate(44deg);
  box-shadow: 0 0 5px #978168;
}

.journey-nanritham {
  padding-bottom: 40px;
}

.title-journey {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

/* time-line-end */

/* ------------------------------------------------- */
/* -------Mandatory public disclosures------------- */
/* ------------------------------------------------ */
.mpd {
  padding: 80px 0;
}
.mpd-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #978168;
}

.mpd .row {
  padding-bottom: 40px;
}

.mpd h5 {
  text-transform: uppercase;
  font-size: 20px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.school-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.school-info-table th,
.school-info-table td {
  border: 1px solid #dee2e6;
  padding: 12px 15px;
  text-align: left;
}

.school-info-table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.school-info-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.school-info-table tr:hover {
  background-color: #f1f1f1;
}

/* ------------------------------------------------ */
/* -------------Acadamics-kinder-garten------------ */
/* ---------------------------------------------- */

.filix-kindergarten {
  padding: 80px 0;
}

.kinder-garten-filix {
  width: 100%;
  border-radius: 262px 262px 0px 0px !important;
}

.filix-kindergarten .about-kinder-garten h1 {
  color: #978168;
  font-size: 32px;
  font-weight: bold;
}

.filix-kindergarten .kids-standing {
  border-radius: 8px;
}

.kg-filix {
  margin: 60px 0;
}

.text_cta {
  padding-left: 20px;
}

.cta_heading {
  font-weight: bold;
  font-size: 32px;
  color: #978168;
}

.text_cta h5 {
  font-size: 18px;
  margin-top: 10px;
}

.banner_contactus_btn {
  background-color: #f2edd2;
  color: #6c000a;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
/* ------------------------------------------- */
/* -------Acadamic-primary-school------------ */
/* ----------------------------------------- */

.acadamic-all {
  padding-top: 80px;
}

.acadamic-all .ps-content h1 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

.img-ps {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ps-filix {
  margin-top: 60px;
}

/* ------------------------------------------- */
/* ---------Acadamic-middle-school----------- */
/* ----------------------------------------- */

.middle-school {
  padding-top: 80px;
}

.middle-tabs {
  display: flex;
  gap: 20px;
}

.middle-school h1 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}
.middle-images-onsite img {
  width: 200px;
  padding: 10px;
}
.middle-tabs .middle-images-onsite {
  display: flex;
}
.middle-tabs .middle-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ----------------------------------- */
/* ------Senior-school--------------- */
/* --------------------------------- */

.senior-school {
  padding-top: 80px;
}

.senior-school h1 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

/* ------------------------------------- */
/* ----School-calander----------------- */
/* ------------------------------------ */

.school-calendar h5 {
  font-weight: bold;
  color: #978168;
}

/* ------------------------------------ */
/* ----------Book-list---------------- */
/* ---------------------------------- */

.book-list {
  padding-top: 40px;
}

.book-list h1 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

.book-list .table {
  font-size: 1rem;
}
.book-list .table th {
  font-weight: 600;
}
.book-list .table-hover tbody tr:hover {
  background-color: #f8f9fa;
}
.book-list .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* ---------------------------------------- */
/* ----------------Sports----------------- */
/* -------------------------------------- */

.sports {
  padding-top: 80px;
}

.sports h1 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

/* --------------------------------------- */
/* ----------Art,Drama,Theatre----------- */
/* ------------------------------------- */
/* Art & Craft Section */
.art-drama-theatre {
    padding: 80px 0;
    background-color: #fafafa;
}

.art-drama-theatre h3 {
  font-size: 28px;
  font-weight: bold;
  color: #978168;
}

.art-drama-theatre p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 14px;
}

/* First Row Image */
.art-drama-theatre img {
    border-radius: 10px;
    object-fit: cover;
}

/* Spacing between rows */
.art-drama-theatre .row + .row {
    margin-top: 40px;
}

/* Center text row */
.art-drama-theatre .row > p {
    max-width: 900px;
    margin: 0 auto 16px auto;
    text-align: center;
}


.art-drama-theatre .col-lg-4 img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    background-color: #eaeaea;
    object-fit: cover;
}


.art-drama-theatre .col-lg-6 p:last-child {
    margin-bottom: 0;
}


/* ----------------------------------------------------- */
/* -----------------ecological_initiatives------------- */
/* --------------------------------------------------- */

.ecological_initiatives {
  padding-top: 80px;
}

.ecological_initiatives h1 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

/* ---------------------------------------------------- */
/* -------------------Facilitis----------------------- */
/* -------------------------------------------------- */
.all-facilities {
  padding: 80px 0;
}
.all-facilities h3 {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

.border-line-gray {
  border-bottom: 1px solid #d4d4d4;
}

/* --------------------------------------------- */
/* -------------Events------------------------- */
/* -------------------------------------------- */

/* Nav Tabs */
.all-evennts .nav {
  gap: 15px;
}
.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-item {
  margin-right: 0.25rem;
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 8px;
  color: #495057;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link.active {
  background-color: #978168;
  color: #fff;
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2);
}

/* Tab Content */
.tab-content {
  border-radius: 0.5rem;
  padding: 2rem;
  margin-top: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive fix for overflow */
@media (max-width: 768px) {
  .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.title-all-tabs {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

.all-evennts {
  padding-top: 80px;
}

.all-evennts .gallery-box .box {
  padding: 20px;
}

/* --------------------------------------------- */
/* -------------Education-for-all-------------- */
/* ------------------------------------------- */

.education-for-all-page {
  padding-top: 80px;
}

.education-for-all-page .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}

.education-for-all-page .div2 {
  grid-column-start: 1;
  grid-row-start: 2;
}

.education-for-all-page .div3 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 1;
}

.education-for-all-page .title-eduaction-for-all {
  font-size: 32px;
  font-weight: bold;
  color: #978168;
}

.efa-yt-videos .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.efa-yt-videos .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.efa-yt-videos .video-wrapper:hover {
  transform: scale(1.03);
}

.direct-to-nanritham-efa {
  background-color: #f5f5f5;
  padding: 20px 0;
  text-align: center;
}

.link-efa {
  font-size: 18px;
  color: #333;
  margin: 0;
}

.link-efa a {
  color: #978168;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.link-efa a:hover {
  color: #978168;
  text-decoration: underline;
}

.bot-filix {
  padding: 40px 0;
}

/* ------------------------------------------ */
/* ------------Youtube-gallery-------------- */
/* ---------------------------------------- */

.youtube-galleryy .left_side-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.youtube-galleryy {
  padding-top: 80px;
  padding-bottom: 40px;
}

.youtube-galleryy .channel-stats p {
  font-size: 20px;
  margin-bottom: 5px;
}

/* ------------------------------------------- */
/* ------------News-gallery------------------ */
/* ----------------------------------------- */

/* Gallery Styles */
.news-gallery {
  padding: 60px 0;
}

.news-gallery .gallery-header {
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: bold;
  color: #978168;
}

.news-gallery .gallery-header h2 {
  font-size: 2.5rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.news-gallery .gallery-header h2::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background: var(--primary-color);
  bottom: -10px;
  left: 25%;
}

.news-gallery .gallery-header p {
  color: #777;
  font-size: 1.1rem;
  margin: 0 auto;
}

.news-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(314px, 1fr));
  gap: 25px;
}

.news-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
}

.news-gallery .gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.gallery-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-img img {
  transform: scale(1.1);
}

.news-gallery .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.news-gallery .gallery-overlay a {
  color: white;
  font-size: 1.5rem;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.news-gallery .gallery-overlay a:hover {
  transform: scale(1.2);
  color: var(--primary-color);
}

.news-gallery .gallery-content {
  padding: 20px;
}

.news-gallery .gallery-content h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.news-gallery .gallery-content p {
  color: #666;
  margin-bottom: 15px;
}

.news-gallery .gallery-meta {
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .news-gallery .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .news-gallery .gallery-header h2 {
    font-size: 2rem;
  }
}

/* ------------------------------------- */
/* ----------Gallery------------------- */
/* ----------------------------------- */

.filix-main-gallery .nav-tabs {
  border-bottom: 2px solid #978168;
  justify-content: center;
  gap: 10px;
}

.filix-main-gallery .nav-tabs .nav-link {
  color: #978168;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: 500;
  background-color: transparent;
}

.filix-main-gallery .nav-tabs .nav-link:hover {
  background-color: #f3efea;
  border-color: #978168;
  color: #5c4738;
}

.filix-main-gallery .nav-tabs .nav-link.active {
  background-color: #978168;
  color: #fff;
  border-color: #978168;
}

.filix-main-gallery .nav-tabs .nav-link:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.filix-main-gallery .gallery-box .box {
  padding-bottom: 20px;
}

.filix-main-gallery {
  padding: 80px 0;
}

/* -------------------------------------- */
/* ---------Carrers---------------------- */
/* ------------------------------------- */

.careers-filix {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.text-primary {
  color: #978168 !important;
}
.bg-primary {
  background-color: #978168 !important;
}
.border-primary {
  border-color: #978168 !important;
}
.card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.column-list {
  column-count: 2;
}
@media (max-width: 767px) {
  .column-list {
    column-count: 1;
  }
}

/* ----------------------------- *------------------/
/* ----------------contactus--------------------- */
/* --------------------------------------------- */

.contact-filix {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.contact-filix .text-primary {
  color: #978168 !important;
}
.contact-filix .bg-primary {
  background-color: #978168 !important;
}
.contact-filix .border-primary {
  border-color: #978168 !important;
}
.contact-filix .btn-primary {
  background-color: #978168;
  border-color: #978168;
}
.contact-filix .btn-primary:hover {
  background-color: #867058;
  border-color: #867058;
}
.contact-filix .card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-filix .bi {
  font-size: 1.2rem;
}

/* -------------------------------------------- */
/* ----------------All-labs------------------- */
/* ------------------------------------------ */

.lab-section {
  padding: 60px 0;
  background-color: #f9f7f5;
}
.lab-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.lab-content {
  flex: 1;
  padding: 30px;
}
.lab-image {
  flex: 1;
  text-align: center;
}
.lab-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.lab-title {
  color: #978168;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.lab-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #978168;
}
.lab-text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.lab-container:nth-child(even) .lab-content {
  order: 2;
}
.lab-container:nth-child(even) .lab-image {
  order: 1;
}

/* ------------------------------------------------- */
/* ---------------Ledership-team------------------- */
/* ----------------------------------------------- */

.leadership-team {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.leadership-team .text-leadership-team h3 {
  color: #968267;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.leadership-team .text-leadership-team p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.6;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 40px;
  padding: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.team-container .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.member-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #968167;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  border: 4px solid #d4c4b8;
  object-fit: cover;
}

/* Unique placeholder images for each member */
.img-ceo {
  background-image: url("../images/leadership-team/img-1.png");
}
.img-cto {
  background-image: url("../images/leadership-team/img-2.png");
}
.img-cfo {
  background-image: url("../images/leadership-team/img-3.png");
}
.img-design {
  background-image: url("../images/leadership-team/img-4.png");
}
.img-dev {
  background-image: url("../images/leadership-team/img-5.png");
}
.img-marketing {
  background-image: url("../images/leadership-team/img-6.png");
}
.img-hr {
  background-image: url("../images/leadership-team/img-8.png");
}
.img-sales {
  background-image: url("../images/leadership-team/img-9.png");
}
.img-designer1 {
  background-image: url("../images/leadership-team/img-10.png");
}
.img-dev1 {
  background-image: url("../images/leadership-team/img-11.png");
}
.img-dev2 {
  background-image: url("../images/leadership-team/img-12.png");
}
.img-content {
  background-image: url("../images/leadership-team/img-7.png");
}
.img-support {
  background-image: url("../images/leadership-team/img-13.png");
}

.member-name {
  font-weight: bold;
  color: #968167;
  margin-bottom: 8px;
  font-size: 20px;
}

.member-role {
  color: #777;
  font-size: 15px;
}

/* Grid Positioning */
/* First Row - Center 3 members */
.team-member-1 {
  grid-column: 2 / span 1;
}
.team-member-2 {
  grid-column: 3 / span 1;
}
.team-member-3 {
  grid-column: 4 / span 1;
}

/* Second Row - 5 members */
.team-member-4 {
  grid-row: 2;
  grid-column: 1 / span 1;
}
.team-member-5 {
  grid-row: 2;
  grid-column: 2 / span 1;
}
.team-member-6 {
  grid-row: 2;
  grid-column: 3 / span 1;
}
.team-member-7 {
  grid-row: 2;
  grid-column: 4 / span 1;
}
.team-member-8 {
  grid-row: 2;
  grid-column: 5 / span 1;
}

/* Third Row - 5 members */
.team-member-9 {
  grid-row: 3;
  grid-column: 1 / span 1;
}
.team-member-10 {
  grid-row: 3;
  grid-column: 2 / span 1;
}
.team-member-11 {
  grid-row: 3;
  grid-column: 3 / span 1;
}
.team-member-12 {
  grid-row: 3;
  grid-column: 4 / span 1;
}
.team-member-13 {
  grid-row: 3;
  grid-column: 5 / span 1;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .member-image {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 992px) {
  .team-container {
    grid-template-columns: repeat(3, 1fr);
  }
  /* Adjust grid positioning for tablet */
  .team-member-1,
  .team-member-2,
  .team-member-3,
  .team-member-4,
  .team-member-5,
  .team-member-6,
  .team-member-7,
  .team-member-8,
  .team-member-9,
  .team-member-10,
  .team-member-11,
  .team-member-12,
  .team-member-13 {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .member-image {
    width: 100px;
    height: 100px;
  }
  .member-name {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .team-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px;
  }
  .member-image {
    width: 80px;
    height: 80px;
  }
}

/* ----------------------------------- */
/* --------Chairperson-message-------- */
/* ---------------------------------- */

.message-chairperson {
  background-color: #f9f7f5;
  padding: 80px 0;
}

.message-chairperson h3 {
  color: #978168;
  font-size: 2.5rem;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
}

.message-chairperson h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #978168;
}

.message-chairperson p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.msg-text-chairperson {
  padding: 40px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
}

.message-chairperson img {
  border: 10px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  object-fit: cover;
}

.message-chairperson p:last-of-type {
  font-weight: 600;
  color: #978168;
  margin-top: 30px;
  font-style: italic;
}

.message-chairperson p:nth-last-child(2) {
  font-style: italic;
  color: #666;
}

.quto-icon-msg {
  height: 30px !important;
  width: 30px !important;
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .message-chairperson {
    padding: 50px 0;
  }

  .message-chairperson img {
    margin-bottom: 30px;
  }

  .msg-text-chairperson {
    padding: 30px;
  }
}

/* ----------------------------------- */
/* ----------imp-css-mobile----------- */
/* --------------------------------- */

.desktop-none {
  display: none;
}

.mob-none {
  display: none;
}

.bv-mob {
  display: none;
}

.journey-nanritham-mobile {
  display: none;
}

/* -------------------------- */

.yt-section .video-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
}

.yt-section .video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.yt-section .video-card iframe {
  width: 100%;
  height: 200px;
  display: block;
  border: none;
}

.yt-section .video-title {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background-color: #fafafa;
  border-top: 1px solid #eee;
}

.owl-nav button {
  background: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, transform 0.3s;
}

.owl-nav button:hover {
  background: #eee;
  transform: scale(1.1);
}

.owl-nav button i {
  font-size: 18px;
  color: #333;
}

.owl-nav button span {
  display: none;
}

.owl-nav {
  text-align: center;
  margin-top: 10px;
}

/* ----------------------------------------------------- */
/* -------------East-bengal-football-event------------- */
/* --------------------------------------------------- */
.east-bengal-football-event {
  padding: 80px 0;
  color: #333;
}

.east-bengal-football-event .content-about-event-football {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.east-bengal-football-event h3 {
  font-size: 2rem;
  color: #978269;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.east-bengal-football-event p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin: 0 auto;
}

.football-media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.football-media-news {
  grid-row: span 2 / span 2;
}

.football-media-grid img,
.football-media-grid iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.ing-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}

/* ----------------------------------------- */
/* -----------New-admission-process-------- */
/* --------------------------------------- */

.admission-process {
  padding: 40px 0px;
}

.admission-process .section-title {
  color: #978269;
  font-weight: 700;
}

.admission-process .admission-tabs .nav-link {
  color: #978269;
  font-weight: 500;
  border: 1px solid transparent;
}

.admission-process .admission-tabs .nav-link.active {
  background-color: #978269;
  color: #fff;
  font-weight: 600;
  border: 1px solid #978269;
}

.admission-process .admission-tab-content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.admission-process h5,
.admission-process h6 {
  color: #978269;
  font-weight: 600;
}

.admission-process ol li,
.admission-process ul li {
  margin-bottom: 8px;
}

.admission-process .download-btn {
  background-color: #978269;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.admission-process .download-btn:hover {
  background-color: #7c6b55; /* Slightly darker shade */
}

.admission-process a {
  color: #978269;
  transition: color 0.3s ease;
}

.filix-from-yt iframe {
  width: 100%;
  height: 260px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .filix-from-yt iframe {
    height: 200px;
  }
}

/* -------------------------------------- */
/* ---------Faculity-page--------------- */
/* ------------------------------------ */

.faculy-filix-school-list {
  background-color: #f9fafc;
}

.faculy-filix-school-list .section-title {
  margin-bottom: 6px;

  color: #968167;
  font-size: 40px;
  font-weight: bold;
}

.faculy-filix-school-list .section-subtitle {
  font-size: 14px;
  color: #6c757d;
}

.faculy-filix-school-list .faculty-table-wrap {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
}

.faculy-filix-school-list .faculty-table th,
.faculy-filix-school-list .faculty-table td {
  font-size: 15px;
  vertical-align: middle;
}

.faculy-filix-school-list .faculty-table thead th {
  background-color: #f1f3f6;
  font-weight: 600;
}

.faculy-filix-school-list .faculty-table tbody tr:hover {
  background-color: #f8f9fa;
}

/* ----------------------------------- */

.finland-class {
  padding: 60px 0;
  background-color: #faf9f7;
}

.finland-class p {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 16px;
}

.finland-class img {
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.finland-class::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 80px;
  background-color: #978168;
  left: 0;
  top: 60px;
}

.finland-class .col-lg-12 p {
  margin-top: 24px;
  font-weight: 500;
  color: #333;
  border-left: 3px solid #978168;
  padding-left: 16px;
}

.finland-title {
  color: #968167;
  font-size: 40px;
  font-weight: bold;
}


/* ------------------------------ */
/* -------------chess----------- */
/* ---------------------------- */

.chess {
    padding: 60px 0;
    background-color: #ffffff;
}

.chess-title {
  color: #968167;
  font-size: 40px;
  font-weight: bold;
}


.chess p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
    text-align: justify;
}

.chess img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 35px auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


/* ---------------------------------------- */
/* --------------New-libraycss------------ */
/* -------------------------------------- */

.library-section,
.library-collection,
.library-management {
    margin-bottom: 60px;
}

.library-content h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.library-subtitle {
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
}

.library-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 12px;
}

.library-img {
    border-radius: 6px;
    object-fit: cover;
}

.library-list {
    max-width: 900px;
    margin: 20px auto;
    padding-left: 20px;
}

.library-list li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
}

/* ------------------------------------------ */
/* -------infosys-stem-lab-facilities------- */
/* ---------------------------------------- */

.infosys-steam-lab-facility {
  padding: 60px 0;
  text-align: center;
}

.infosys-steam-lab-facility h3 {
  font-size: 26px;
  font-weight: 600;
  color: #968167;
  margin-bottom: 20px;
}

.infosys-steam-lab-facility p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.gallery-infra {
    background: url(../images/Home/bg-2.jpg) no-repeat center center;
    background-size: cover;
    padding: 0px 0px 80px 0px;
}

.gallery-infra .infrastructure-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-infra .infrastructure-card:hover {
  transform: translateY(-5px);
}

.gallery-infra .infrastructure-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gallery-infra .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 20px;
  color: white;
}

.gallery-infra .overlay h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.btn-view-more {
  background-color: #968167;
  color: #fff;
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 16px;
}


/* ----------------------------------- */
/* --------IIT-Madrus---------------- */
/* --------------------------------- */

.industry-collab-section {

}


.industry-collab-section .section-tag {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #968167; /* Brand Color */
  font-weight: 600;
  margin-bottom: 8px;
}

.industry-collab-section .section-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #968167; /* Brand Color */
  margin-bottom: 6px;
}

.industry-collab-section .section-subtitle {
  font-size: 1rem;
  color: #555;
}


.industry-collab-section .section-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
}


.industry-collab-section .sub-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #968167;
  margin-bottom: 10px;
}


.industry-collab-section .course-box {
  background: #ffffff;
  border: 1px solid #e4dfd9;
  padding: 12px 15px;
  font-size: 0.9rem;
  border-radius: 6px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.industry-collab-section .course-box:hover {
  border-color: #968167;
  background-color: #f3efe9;
}


.industry-collab-section .highlight-box {
  background-color: #f6f2ed;
  border-left: 4px solid #968167;
  padding: 12px 15px;
  font-size: 0.9rem;
  border-radius: 4px;
  color: #333;
}


/* ------------------------------------------ */
/* -----------Kindidays--------------------- */
/* ---------------------------------------- */

.filx-kidiedays {
    padding: 70px 0;
    background-color: #f8f9fc;
}

.filx-kidiedays h3 {
    font-size: 28px;
    font-weight: 700;
    color: #968167;
    margin-bottom: 20px;
}

.filx-kidiedays p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}


.points-kiniedays {
    padding: 60px 0;
}

.points-kiniedays-two{
  padding-bottom: 40px;
}

.points-kiniedays h5,.points-kiniedays-two h5 {
    font-size: 17px;
    font-weight: 600;
    color: #968167;
    margin-top: 18px;
    margin-bottom: 6px;
}

.points-kiniedays ul {
    padding-left: 0;
    list-style: none;
     list-style-type: none;
}

.points-kiniedays-two ul{
      padding-left: 20px;
    list-style: none;
     list-style-type: none;
}

.points-kiniedays ul li,
.points-kiniedays-two ul li {
    position: relative;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
   
}


.filx-kidiedays img,
.points-kiniedays img, .points-kiniedays-two img {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.points-kiniedays p,
.points-kiniedays-two p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #444;
    margin-top: 15px;
}

.points-kiniedays-two ul li::before {
    content: "•";
    position: absolute;
    left: -20px;
    top: 0;
    color: #968167;
    font-size: 20px;
    line-height: 1;
}


/* ------------------------------------ */
/* -----------infosys-springboard----- */
/* ---------------------------------- */

.makers-lab-wrapper {
  padding: 80px 0;
  background: #f8f9fc;
  font-family: "Segoe UI", sans-serif;
}

.makers-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #968167;
}

.makers-subtitle {
  font-size: 1.1rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
}

.makers-intro {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

.makers-impact .impact-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.makers-impact h4 {
  font-size: 2rem;
  color: #968167;
  margin-bottom: 8px;
}

.makers-impact p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}

.section-heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.makers-table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.makers-table th {
  background: #968167;
  color: #fff;
  font-size: 0.9rem;
}

.makers-table td {
  font-size: 0.88rem;
  color: #444;
}

.makers-conclusion {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}

.connect-digital{
  padding-top: 60px;
}


/* --------------------------------- */
/* --------music------------------- */
/* ------------------------------- */

/* Music Classes Section */
.music-filix {
    padding: 70px 0;
    background-color: #fafafa;
}

/* Headings */
.music-filix h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color:#968167;
    margin-bottom: 20px;
    line-height: 1.3;
}


.music-filix p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}


.music-filix img {
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


.music-filix .row {
    margin-bottom: 35px;
}


.music-filix .row:last-child {
    margin-bottom: 0;
}


.music-filix .col-lg-12 p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 991px) {
    .music-filix {
        padding: 50px 0;
    }

    .music-filix h3 {
        font-size: 1.5rem;
        text-align: center;
    }

    .music-filix p {
        font-size: 0.9rem;
        text-align: justify;
    }

    .music-filix .row {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .music-filix h3 {
        font-size: 1.35rem;
    }

    .music-filix img {
        margin-bottom: 15px;
    }
}
