body {
  /* font-family: 'Noto Sans Tamil', 'Latha', sans-serif !important; */
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}



#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
  background: linear-gradient(to right, #000080, #4b0082, #6a5acd);
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.btn.btn-light {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
  box-shadow: inset 300px 0 0 0 var(--bs-primary);
  color: var(--bs-light) !important;
}

.btn-hover {
  transition: 0.5s;
}

.btn-hover:hover {
  color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.section-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-secondary) !important;
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
}

/*** Topbar End ***/

/*** Navbar ***/
.navbar-light {
  font-family: "Inria Sans", system-ui;
  position: relative;
  padding: 35px 15px;
  color: var(--bs-white) !important;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
  background-color: #56065b !important;
}

.navbar-nav .nav-link {
  font-family: "Inria Sans", system-ui;
  position: relative;
  padding: 35px 15px;
  color: rgb(250, 244, 244) !important;
  /* color: #56065b !important; */
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
  color: #f9f4f9 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
  color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
  color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  /* color: var(--bs-white); */
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  /* background: linear-gradient(to right, #2ecc71, #3498db); */

  background: linear-gradient(to right, #8e44ad, #6a5acd) !important;
  color: #ffffff;

  /* Choose your preferred gradient */

  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background-image: linear-gradient(to right, #f43f3f, #0f55f1, #f31267);
    /* background-image: linear-gradient(to right, #f43f3f, #0f55f1, #f31267); */
  }

  .navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
  }

  /* .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid wheat;
    color: wheat;
  } */
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid wheat;
    color: wheat;
    margin-left: auto; /* 👈 Pushes it to the right */
    display: block;
}
  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #f9edfa !important;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light);
  }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: -1px;
    left: 0;
    /* background: var(--bs-primary); */
    transition: 0.5s;
    z-index: -1;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    height: calc(100% + 1px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
  background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 25px 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50px;
  background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 25px 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
  background-size: 60% 60%;
}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
  opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
  position: relative;
  min-height: 100vh;
}

.carousel-header .carousel-inner .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  /* Increased opacity for a darker effect */
  z-index: 1;
}

@media (max-width: 768px) {
  .carousel-header .carousel-inner .carousel-item img,
  .carousel-header .carousel-inner .carousel-item .carousel-caption {
    height: 700px;
    margin-top: -100px;
  }

  .carousel-header {
    height: 700px !important;
  }

  .carousel-header .carousel-control-prev .carousel-control-prev-icon,
  .carousel-header .carousel-control-next .carousel-control-next-icon {
    opacity: 0;
  }

  .search-bar {
    margin-top: -100px;
    transition: 0.5s;
  }
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)),
    url(../img/breadcrumb-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
  color: var(--bs-secondary) !important;
}

/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .container .section-about-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.about .container .section-about-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/*** About End ***/

/*** Services Start ***/
.service .service-content-inner {
  transition: 0.5s;
}

.service .service-content-inner:hover {
  position: relative;
  background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
  transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
  color: var(--bs-white) !important;
}

/*** Service End ***/

/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  
}

.destination
  .tab-class
  .tab-content
  .tab-pane
  .destination-img
  .destination-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 3;
  transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
  padding: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.5s;
}

.destination
  .tab-class
  .tab-content
  .tab-pane
  .destination-img
  .search-icon
  a
  i {
  opacity: 0;
  transition: 0.5s;
}

.destination .tab-class .nav-item {
  padding: 0 0 20px 0;
}

.destination .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
  background: rgba(19, 53, 123, 0.4);
}

.destination
  .tab-class
  .tab-content
  .destination-img:hover
  .destination-overlay {
  bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
  opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
  transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
  transform: scale(1.2);
}

/*** Destination End ***/

/*** Packages Start ***/
.packages .packages-item .packages-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}

.packages-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.packages .packages-item .packages-img .packages-info {
  background: rgba(0, 0, 0, 0.3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
  color: var(--bs-white);
  transition: 0.5s;

  background-color: linear-gradient(
    to right,
    rgba(163, 180, 247, 1),
    rgba(198, 163, 247, 1),
    rgba(163, 215, 247, 1)
  );
}

.packages .packages-item .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.7s;
  z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6)
    rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
  visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
  color: var(--bs-white) !important;
}

.packages .packages-item .packages-img img {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
  transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.packages .packages-carousel {
  position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
  color: var(--bs-primary);
  font-size: 17px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
  color: var(--bs-white);
}

/*** Packages End ***/

/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
  padding: 0 0 20px 0;
}

.ExploreTour .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
  transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
  transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: end;
  justify-content: center;
  transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
  background: rgba(19, 53, 123, 0.6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
  opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 20px;
  border-top-right-radius: 40px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
  background: var(--bs-primary);
  color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
  transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
  transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 20px;
  border-top-right-radius: 30px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 80px;
  background: var(--bs-primary);
  color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: end;
  justify-content: center;
  transition: 0.5s;
}

.ExploreTour
  #InternationalTab-2
  .international-item:hover
  .international-content {
  background: rgba(19, 53, 123, 0.6);
}

.ExploreTour
  #InternationalTab-2
  .international-item
  .international-content
  .international-info
  a {
  font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}

.ExploreTour
  #InternationalTab-2
  .international-item:hover
  .international-plus-icon {
  opacity: 1;
}

/* carousel Start */
.ExploreTour
  #InternationalTab-2
  .InternationalTour-carousel
  .international-item {
  position: relative;
  overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
  width: 40px;
  background: var(--bs-primary);
}

/*** Gallery Start ***/
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-item img {
  min-height: 300px;
  object-fit: cover;
}

.gallery .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
  position: relative;
  margin-bottom: -100%;
  opacity: 0;
  transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
  opacity: 1;
  margin: 0;
}

.gallery .gallery-item img {
  transition: 0.5s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
  background: linear-gradient(
    to right,
    rgba(163, 180, 247, 1),
    rgba(198, 163, 247, 1),
    rgba(163, 215, 247, 1)
  );
}

.gallery .tab-class .nav-item {
  padding: 0 0 20px 0;
}

.gallery .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
  background: linear-gradient(rgba(19, 53, 123, 0.8), rgba(19, 53, 123, 0.8)),
    url(../img/tour-booking-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.booking .container .section-booking-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-white);
}

.booking .container .section-booking-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
  box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
  position: relative;
}

.guide .guide-item .guide-img .guide-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: -50px;
  display: flex;
  justify-content: center;
  border: 1px solid var(--bs-primary);
  background: var(--bs-light);
  z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: rgba(19, 53, 123, 0.5);
}

.guide .guide-item .guide-img-efects img {
  transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects img {
  transform: scale(1.1);
}

.guide .guide-item .guide-title {
  position: relative;
  background: var(--bs-light);
  transition: 0.5s;
}

.guide .guide-item .guide-title::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
  height: 100%;
  background: var(--bs-primary) !important;
  color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
  transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
  position: relative;
  color: var(--bs-white) !important;
  z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
  color: var(--bs-white);
}

/*** Travel Guide End ***/

/*** Blog Start ***/
.blog .blog-item .blog-img {
  position: relative;
  width: 100%;
  /* Make sure the image container takes full width */
  height: 250px;
  /* Set a fixed height for image containers */
}

.blog .blog-item .blog-img .blog-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  height: 100%;
  /* Ensure the inner container fills the parent */
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
  opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
  height: 100%;
  background: rgba(19, 53, 123, 0.6);
  opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
  overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure the image covers the container while keeping aspect ratio */
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
  transform: scale(1.2);
}

/* Ensure all blog items (event columns) are the same size */
.blog .blog-item {
  height: 100%;
  /* Ensure each column has consistent height */
  display: flex;
  flex-direction: column;
}

.blog .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.play-button {
  position: absolute;
  /* Position the play button */
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Adjust for centering */
  background-color: rgba(0, 0, 0, 0.7);
  /* Optional: background for visibility */
  border-radius: 50%;
  /* Make it round */
  padding: 10px;
  /* Space around icon */
  z-index: 10;
  /* Ensure it sits on top of other elements */
}

.play-button a i {
  color: white;

  font-size: 20px;
}

/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
  position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid var(--bs-primary);
  border-style: dotted;
  border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-light);
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
  width: 40px;
  background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -55px;
  left: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: -55px;
  right: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
  color: var(--bs-primary);
  font-size: 17px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
  color: var(--bs-white);
}

.testimonial
  .testimonial-carousel
  .owl-item.center
  .testimonial-item
  .testimonial-comment {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
  transition: 0.5s;
}

.testimonial
  .testimonial-carousel
  .owl-item.center
  .testimonial-item
  .testimonial-img {
  border: 3px solid var(--bs-white);
  border-style: dotted;
  transition: 0.5s;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
  box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
  background: linear-gradient(rgba(19, 53, 123, 0.6), rgba(19, 53, 123, 0.6)),
    url(../img/subscribe-img.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe .subscribe-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-white);
}

.subscribe .subscribe-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid var(--bs-white) !important;
}

/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
  /*background-image: linear-gradient(to right, #f43f3f, #0f55f1, #f31267); */

  /* background-image: linear-gradient(to bottom right, cornsilk, #fff8dc); */
  background-color: #56065b;
}

.footer .footer-item a {
  line-height: 30px;
  color: #ffd634 !important;
  font-weight: 700;
  /* transition: 0.5s; */
}

.footer .footer-item a:hover {
  /* letter-spacing: 2px; */
  color: #145f11;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark) !important;
}

.footLink {
  color: #32ef75 !important;
  font-family: 'Cabin Sketch', cursive;
}

/*** copyright end ***/

/* 


.topBannerSection {
    width: 100%;
       background-image: linear-gradient(to right, #f43f3f, #0f55f1, #f31267);

    padding: 20px 0;
    font-family: "Inria Sans", system-ui;
}

.topBannerInside {
    padding: 10px 20px;
}


.headerSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logotitle {
    width: 15vw; 
    height: auto;
    margin-left: 0; 
    font-family: "Inria Sans", system-ui;
}

.titleSection {
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
}


.collegeName, .collegePlace {
    color: #f5deb3; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
    font-family: "Inria Sans", system-ui;
    font-weight: 700;
}


@media (min-width: 1200px) {
    .collegeName {
        font-size: 27px;
    }

    .collegePlace {
        font-size: 24px;
    }
    
    .logotitle {
        width: 12vw;
        margin-left: 80px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .collegeName {
        font-size: 23px;
    }

    .collegePlace {
        font-size: 20px;
    }
    
    .logotitle {
        width: 18vw; 
    }
}


@media (max-width: 767px) {
    .headerSection {
        flex-direction: column; 
        text-align: center;
    }
    
    .collegeName {
        font-size: 15.1px;
    }

    .collegePlace {
        font-size: 15px;
    }
    .logotitle {
        width: 28vw;
       
        margin-bottom: 20px;
        margin-left: 4px !important;
    }  
  
}

@media (max-width: 400px) {
    .collegeName {
        font-size: 12.9px;
    
    }

    .collegePlace {
        font-size: 13px;
    }
    
    .logotitle {
        width: 40vw;
       
    }
} */

/* General Styles */
.topBannerSection {
  width: 100%;
  /*background-image: linear-gradient(to right, #f43f3f, #0f55f1, #f31267); */
  background-image: linear-gradient(to bottom right, cornsilk, #fff8dc);

  padding: 20px 0;
  font-family: "Inria Sans", system-ui, sans-serif;
}

.topBannerInside {
  padding: 10px 20px;
}

/* Flexbox for responsive alignment */
.headerSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logotitle {
  width: 15vw;
  /* Responsive to viewport */
  height: auto;
  font-family: "Inria Sans", system-ui, sans-serif;
}

.titleSection {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
}

/* Typography */
.collegeName,
.collegePlace {
  color: rgb(225 13 138);
  /* Wheat color */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Text shadow for readability */
  font-family: "Inria Sans", system-ui, sans-serif;
  font-weight: 700;
}

.collegeNameTamil {
  color: rgb(225 13 138);
  /* Wheat color */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Text shadow for readability */
  font-family: "Inria Sans", system-ui, sans-serif;
  font-weight: 700;
}

.schoolCodelayout {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.school-code,
.aishe-code {
  font-size: 20px;
  color: #28a745;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.school-code:hover,
.aishe-code:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .school-code,
  .aishe-code {
    font-size: 16px;
    /* Smaller font size for mobile */
  }
}

@media (max-width: 565px) {
  .school-code,
  .aishe-code {
    font-size: 16px;
    /* Smaller font size for mobile */
  }
}

@media (max-width: 480px) {
  .school-code,
  .aishe-code {
    font-size: 14px;
    /* Smaller font size for mobile */
  }
}

@media (max-width: 365px) {
  .school-code,
  .aishe-code {
    font-size: 12px;
    /* Smaller font size for mobile */
  }
}

/* Extra Large Screens (Desktops and larger) */
@media (min-width: 1200px) {
  .collegeName {
    font-size: 27px;
  }

  .collegeNameTamil {
    font-size: 25px;
  }

  .collegePlace {
    font-size: 27px;
  }

  .logotitle {
    width: 12vw;
    margin-left: 115px;
  }
}

/* Large Screens (Laptops) */
@media (min-width: 992px) and (max-width: 1199px) {
  .collegeName {
    font-size: 23px;
  }

  .collegeNameTamil {
    font-size: 20px;
  }

  .collegePlace {
    font-size: 22px;
  }

  .logotitle {
    width: 14vw;
    margin-left: 60px;
  }
}

/* Medium Screens (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .collegeName {
    font-size: 17px;
  }

  .collegeNameTamil {
    font-size: 15px;
  }

  .collegePlace {
    font-size: 17px;
  }

  .logotitle {
    width: 18vw;
    /* Logo size adjusts */
  }
}

/* Small Screens (Phones) */
@media (min-width: 576px) and (max-width: 767px) {
  .headerSection {
    flex-direction: column;
    /* Stack elements vertically */
    text-align: center;
  }

  .collegeName {
    font-size: 19px;
  }

  .collegeNameTamil {
    font-size: 17px;
  }

  .collegePlace {
    font-size: 17px;
  }

  .logotitle {
    width: 25vw;
    /* Logo for mobile phones */
    margin-bottom: 20px;
  }
}

/* 450px to 575px (Large Mobile Devices) */
/* @media (min-width: 450px) and (max-width: 575px) {
    .headerSection {
        flex-direction: column;
        text-align: center;
    }
    
    .collegeName {
        font-size: 15.6px;
    }
    .collegeNameTamil {
        font-size: 15.7px;
    }

    .collegePlace {
        font-size: 18px;
    }
    
    .logotitle {
        width: 28vw; 
        margin-bottom: 20px;
    }
} */

/* @media (max-width: 460px) {
    .collegeName {
        font-size: 15px !important;
    }
    .collegeNameTamil {
        font-size: 14px !important;
    }
} */
/* 575px Screens */
@media (max-width: 575px) {
  .collegeName {
    font-size: 19px;
  }

  .collegeNameTamil {
    font-size: 17px;
  }

  .collegePlace {
    font-size: 18px;
  }

  .logotitle {
    width: 30vw;
    margin-left: 186px;
    margin-bottom: 20px;
  }
}

/* @media (max-width: 340px) {
    .collegeName {
        font-size: 11px !important;
    }
    .collegeNameTamil {
        font-size: 10px !important;
    }
} */

/* 540px Screens */
@media (max-width: 540px) {
  .collegeName {
    font-size: 18px;
  }

  .collegeNameTamil {
    font-size: 16px;
  }

  .collegePlace {
    font-size: 18px;
  }

  .logotitle {
    width: 30vw;
    margin-left: 160px;
    margin-bottom: 20px;
  }
}

/* 1024px Screens */
/* @media (max-width: 1024px) {
 
    .collegeNameTamil{
        font-size: 21.3px;
    }
} */

/* 450px Screens */
@media (max-width: 450px) {
  .collegeName {
    font-size: 14px;
  }

  .collegeNameTamil {
    font-size: 13px;
  }

  .collegePlace {
    font-size: 14px;
  }

  .logotitle {
    width: 30vw;
    margin-left: 132px;
    margin-bottom: 20px;
  }
}

/* 412px Screens (Small Phones) 13.4px*/

@media (max-width: 412px) {
  .collegeName {
    font-size: 13px;
  }

  .collegeNameTamil {
    font-size: 12px;
  }

  .collegePlace {
    font-size: 12px;
  }

  .logotitle {
    width: 35vw;
    margin-left: 115px;
  }
}

/* 390px Screens (Small Phones) 13.4px*/

@media (max-width: 390px) {
  .collegeName {
    font-size: 12px;
  }

  .collegeNameTamil {
    font-size: 11px;
  }

  .collegePlace {
    font-size: 12px;
  }

  .logotitle {
    width: 35vw;
    margin-left: 100px;
  }
}

/* 375px Screens (Small Phones) 13.4px*/
@media (max-width: 370px) {
  .collegeName {
    font-size: 12px;
  }

  .collegeNameTamil {
    font-size: 11.6px;
  }

  .collegePlace {
    font-size: 12px;
  }

  .logotitle {
    width: 35vw;
    margin-left: 100px;
  }
}

/* 412px Screens (Small Phones) 13.4px*/

@media (max-width: 360px) {
  .collegeName {
    font-size: 12px;
  }

  .collegeNameTamil {
    font-size: 11px;
  }

  .collegePlace {
    font-size: 12px;
  }

  .logotitle {
    width: 35vw;
    margin-left: 100px;
  }
}

/* Extra Small Screens (below 350px) */
@media (max-width: 350px) {
  .collegeName {
    font-size: 12px;
  }

  .collegeNameTamil {
    font-size: 27px;
  }

  .collegePlace {
    font-size: 11px;
  }

  .logotitle {
    width: 38vw;
  }
}

/* Extra Small Screens (below 344px) */
@media (max-width: 345px) {
  .collegeName {
    font-size: 11px;
  }

  .collegeNameTamil {
    font-size: 10px;
  }

  .collegePlace {
    font-size: 11px;
  }

  .logotitle {
    width: 38vw;
    margin-left: 88px;
  }
}

@media (max-width: 300px) {
  .collegeName {
    font-size: 10px;
  }

  .collegeNameTamil {
    font-size: 9px;
  }
}

/* Breadcrumbs Section */

/* Style for the breadcrumbs section */
.breadcrumbsSection {
  margin-top: 100px;
  padding-top: 50px;
}

/* Style for the heading */
.breadcrumbsHeading {
  color: #0d62a4;
  font-size: 2.5rem;
  font-weight: bold;
}

.custom-breadcrumb .breadcrumb-item a {
  color: #080202;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.custom-breadcrumb .breadcrumb-item a:hover {
  color: #ffcc00;
}

.custom-breadcrumb .breadcrumb-item.active,
.custom-breadcrumb .breadcrumb-item.active a {
  color: #608bf1;
  font-weight: bold;
}

/* Hover effect for both active and normal items */
.custom-breadcrumb .breadcrumb-item:hover {
  color: #ffcc00;
  /* Hover effect for all items */
}

/* Marquee Style */

/* Style for the marquee */
.marquee-style {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.marquee-style a:hover {
  color: #ffcc00 !important;
  /* Change text color on hover */
}

/* Optional: Custom speed or other marquee behaviors */
.marquee-style {
  scrollamount: 8;
  /* Adjust speed */
}

/* Counter Section */
#counterSection {
  background: white !important;

  backdrop-filter: blur(10px) !important;

  border-radius: 15px !important;

  padding: 30px !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;

  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important; */
}

/* General counter box styles */
.counter-box {
  min-height: 200px !important;
  border-radius: 12px !important;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15) !important; */
  transition: transform 0.3s ease, background-color 0.3s ease,
    box-shadow 0.3s ease !important;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px !important;
}

/* Unique background colors with glass effect */
.experience {
  background: rgba(255, 99, 71, 0.6) !important;
  /* Tomato */
}

.students {
  background: rgba(60, 179, 113, 0.6) !important;
  /* Medium sea green */
}

.teachers {
  background: rgba(30, 144, 255, 0.6) !important;
  /* Dodger blue */
}

.passed-out {
  background: rgba(218, 112, 214, 0.6) !important;
  /* Orchid */
}

.awards {
  background: rgba(255, 215, 0, 0.6) !important;
  /* Gold */
}

/* Hover effects with slightly deeper tones */
.experience:hover {
  background: rgba(255, 69, 0, 0.8) !important;
  /* Red-Orange */
}

.students:hover {
  background: rgba(46, 139, 87, 0.8) !important;
  /* Darker green */
}

.teachers:hover {
  background: rgba(0, 119, 255, 0.8) !important;
  /* Rich blue */
}

.passed-out:hover {
  background: rgba(186, 85, 211, 0.8) !important;
  /* Medium Orchid */
}

.awards:hover {
  background: rgba(218, 165, 32, 0.8) !important;
  /* Goldenrod */
}

/* Icon color transitions */
.counter-box i {
  transition: color 0.3s ease !important;
}

.experience:hover i {
  color: #ff4500 !important;
  /* Orange-red */
}

.students:hover i {
  color: #2e8b57 !important;
  /* Sea green */
}

.teachers:hover i {
  color: #1e90ff !important;
  /* Bright blue */
}

.passed-out:hover i {
  color: #ba55d3 !important;
  /* Dark purple */
}

.awards:hover i {
  color: #b8860b !important;
  /* Dark goldenrod */
}

/* Hover effect for box shadow */
.counter-box:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35) !important;
}

/* Responsive styles */
@media (min-width: 768px) {
  .counter-box {
    flex: 1 1 45% !important;
  }
}

@media (min-width: 992px) {
  .counter-box {
    flex: 1 1 19% !important;
  }
}

/* School time */

.school-time {
  color: #32ef75;

  font-weight: bold;

  transition: color 0.3s ease;
}

.school-time i {
  color: #32ef75;
  transition: color 0.3s ease;
}

.school-time:hover {
  color: #ffd634 !important;
}

.school-time:hover i {
  color: #ffcc00;
}

/* CopyRight Section */
.copyRightsSection {
    background-color: #ffd634 !important;

  padding: 20px 0 !important;
  border-top: 2px solid  #0266b2 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.copyright-item {
  /* white-space: nowrap !important; */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: #56065b;
  text-align: center !important;
}

.copyRightsSection a {
  color: #0266b2 !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: color 0.3s ease !important, transform 0.3s ease !important,
    letter-spacing 0.3s ease !important;
}

.copyRightsSection a:hover {
  color: #087212 !important;
  text-decoration: underline !important;
  transform: scale(1.05) !important;
  letter-spacing: 1px !important;
}

.company-name {
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.copyRightsSection i {
  color: #56065b;
  font-size: 1.2em !important;
}

@media (max-width: 768px) {
  .copyRightsSection {
    text-align: center !important;
  }
}
.contact-info-section {
  background: linear-gradient(135deg, #f9f9ff, #eef7f1);
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: 'Cabin Sketch', cursive;
  transition: transform 0.3s ease;
}

.contact-info-section:hover {
  transform: translateY(-6px);
}

.contact-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.8rem 1.2rem;
  margin-bottom: 2rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #12ccc8, #14a49a);
}

.contact-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #12ccc8, #14a49a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease;
}

.contact-card:hover .contact-icon {
  transform: scale(1.2) rotate(10deg);
}

.contact-header {
  font-size: 1.6rem;
  color: #1d3557;
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.contact-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}


.vision-mission-container {
  background-color: #f9f9f9;
  padding: 50px 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.vision-title,
.mission-title {
  font-size: 2.5rem;
  color: #333;
  font-weight: bold;
}

.vision-text,
.mission-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #0f0e0e;
  text-align: justify;
}

/* 

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 0fr);
    gap: 3px;
    margin-bottom: 20px;
}

.day {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.day:hover {
    background-color: #e0f7fa;
}

.day.sunday {
    color: white;
    background-color: red;
}

.day.today {
    border: 2px solid #42a5f5;
    background-color: #f3faff;
}

#calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: 20px;
}

#calendar div {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#calendar div:nth-child(1) { background-color: #f8d7da; }
#calendar div:nth-child(2) { background-color: #d1ecf1; }
#calendar div:nth-child(3) { background-color: #d4edda; }
#calendar div:nth-child(4) { background-color: #fff3cd; }
#calendar div:nth-child(5) { background-color: #d1ecf1; }
#calendar div:nth-child(6) { background-color: #f8d7da; }
#calendar div:nth-child(7) { background-color: #d4edda; }

#calendar div:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

@media (max-width: 600px) {
    .day {
        font-size: 12px;
        padding: 5px;
    }
    
    #calendar {
        grid-template-columns: repeat(7, 1fr);
    }
} */
.calendarTitle {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}

/* .date-container {
    display: flex; 
    align-items: center; 
    margin-left: 20px; 
} */

#calendar {
  display: grid;
  grid-template-columns: repeat(7, 0fr);
  gap: 5px;
  padding: 20px;
}

.day {
  /* border: 1px solid #ccc; */
  padding: 10px;
  background-color: white;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

.day:hover {
  background-color: #e0f7fa;
}

.day.sunday {
  color: white;
  background-color: red;
}

.day.today {
  border: 2px solid #42a5f5;
  background-color: #f3faff;
}

#calendar div:nth-child(1) {
  background-color: #f8d7da;
  width: 40px;
  height: 40px;
  padding: 5px;
}

#calendar div:nth-child(2) {
  background-color: #d1ecf1;
  width: 40px;
  height: 40px;
  padding: 5px;
}

#calendar div:nth-child(3) {
  background-color: #d4edda;
  width: 40px;
  height: 40px;
  padding: 5px;
}

#calendar div:nth-child(4) {
  background-color: #fff3cd;
  width: 40px;
  height: 40px;
  padding: 5px;
}

#calendar div:nth-child(5) {
  background-color: #d1ecf1;
  width: 40px;
  height: 40px;
  padding: 5px;
}

#calendar div:nth-child(6) {
  background-color: #f8d7da;
  width: 40px;
  height: 40px;
  padding: 5px;
}

#calendar div:nth-child(7) {
  background-color: #d4edda;
  width: 40px;
  height: 40px;
  padding: 5px;
}

#calendar div:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .day {
    font-size: 14px;
    padding: 10px;
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 900px) {
  #calendar {
    grid-template-columns: repeat(7, 0fr);
    margin-left: 90px;
  }

  .day {
    font-size: 12px;
    padding: 8px;
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 600px) {
  #calendar {
    grid-template-columns: repeat(7, 0fr);
  }

  .day {
    font-size: 12px;
    padding: 8px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 400px) {
  #calendar {
    grid-template-columns: repeat(7, 0fr);
  }

  .day {
    font-size: 10px;
    padding: 2px;
    width: 40px;
    height: 40px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 600px;
  position: relative;
}

.close {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
  font-size: 60px;
  font-weight: 900;
  color: #1da1ee;
}

.colorful-list {
  list-style: none;
  padding: 0;
}

.list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
}

.list-item:nth-child(1)::before {
  background-color: #ff5733;
}

.list-item:nth-child(2)::before {
  background-color: #33ff57;
}

.list-item:nth-child(3)::before {
  background-color: #3357ff;
}

.list-item:nth-child(4)::before {
  background-color: #f1c40f;
}

.list-item:nth-child(5)::before {
  background-color: #9b59b6;
}

.read-more-link {
  display: inline-block;
  margin-top: 10px;
  color: blue;
  text-decoration: underline;
}

@media (max-width: 540px) {
  .calendar {
    margin-left: 75px;
  }
}

@media (min-width: 345px) and (max-width: 539px) {
  .calendar {
    margin-left: -25px;
  }
}

@media (min-width: 541px) and (max-width: 600px) {
  .calendar {
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .calendar {
    margin-left: 270px;
  }
}

@media (min-width: 244px) and (max-width: 344px) {
  .calendar {
    margin-left: 0 !important;
  }
}

@media (min-width: 375px) {
  .calendar {
    margin-left: 0 !important;
  }
}

@media (min-width: 412px) {
  .calendar {
    margin-left: 10px !important;
  }
}

@media (min-width: 430px) {
  .calendar {
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  #calendar div:nth-child(1) {
    width: 65px;
    height: 65px;
    padding: 20px;
  }

  #calendar div:nth-child(2) {
    width: 65px;
    height: 65px;
    padding: 20px;
  }

  #calendar div:nth-child(3) {
    width: 65px;
    height: 65px;
    padding: 20px;
  }

  #calendar div:nth-child(4) {
    width: 65px;
    height: 65px;
    padding: 20px;
  }

  #calendar div:nth-child(5) {
    width: 65px;
    height: 65px;
    padding: 20px;
  }

  #calendar div:nth-child(6) {
    width: 65px;
    height: 65px;
    padding: 20px;
  }

  #calendar div:nth-child(7) {
    width: 65px;
    height: 65px;
    padding: 20px;
  }
}

/* 
@media (min-width: 768px) {
    .calendar {
        margin-left: 190px !important;  width: 65px;
    height: 65px;
    padding: 20px;
    }
}

@media (min-width: 912px) {
    .calendar {
        margin-left: 250px !important; 
    }
} */

@media (min-width: 991px) {
  .calendar {
    margin-left: 200px !important;
  }
}

@media (min-width: 1024px) {
  .calendar {
    margin-left: 190px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .calendar {
    margin-left: 250px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1299px) {
  .calendar {
    margin-left: 408px !important;
  }
}

.calendarTitle {
  text-align: center;
  font-weight: bold;
  /* Make the title bold */
  font-size: 2.5em;
  /* Increase font size */
  color: #421bdd;
  /* Color for the title */
  background-color: #e1f5fe;
  /* Light blue background for the title */
  padding: 15px;
  /* Add padding around the title */
  border-radius: 10px;
  /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Add a subtle shadow */
  margin-bottom: 20px;
  /* Space below the title */
}

#current-date-time,
#current-month-year {
  text-align: center;
  font-weight: bold;
  /* Make the text bold */
  font-size: 1.5em;
  /* Increase font size */
  color: #d32f2f;
  /* Color for the date and month/year */
  background-color: #fff3e0;
  /* Light orange background */
  padding: 10px;
  /* Add padding */
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Add a subtle shadow */
  margin: 10px auto;
  /* Center and space between elements */
  max-width: 300px;
  /* Limit width */
}

/* 
@media (min-width: 344px) {
    .calendar {
        margin-left: -17px ;
    }
}
@media (min-width: 360px) {
    .calendar {
        margin-left: -17px ;
    }
}

@media (min-width: 375px) {
    .calendar {
        margin-left: 0 ;
    }
}

@media (min-width: 412px) {
    .calendar {
        margin-left: 10px;
    }
}
@media (min-width: 430px) {
    .calendar {
        margin-left: 16px ;
    }
}
@media (min-width: 768px) {
    .calendar {
        margin-left: 190px !important;
    }
}
@media (min-width: 912px) {
    .calendar {
        margin-left: 250px !important;
    }
}
@media (min-width: 991px) {
    .calendar {
        margin-left: 300px !important;
    }
}
@media (min-width: 1024px) {
    .calendar {
        margin-left: 300px !important;
    }
}

@media (max-width: 540px) {
    .calendar {
        margin-left: 75px ; 
    }
}

@media (min-width: 344px) and (max-width: 539px) {
    .calendar {
        margin-left: -25px ; 
    }
}

@media (min-width: 541px) {
    .calendar {
        margin-left: 0; 
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .calendar {
        margin-left: 270px; 
    }
}

@media (min-width: 991px) {
    .calendar {
        margin-left: 300px;
    }
}


 */

/* .calendarLayout {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

.calendarTable {
    flex: 0 0 40%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.calendar-month {
    text-align: center;
    font-size: 1.2rem;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 10px 0;
    font-size: 16px;
}

.day-header {
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: #238365;
    padding: 5px;
    border-radius: 5px;
    margin: 2px;
}

.calendar-body {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 10px;
}

.calendarSchedule {
    flex: 0 0 14.28%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.calendarSchedule:hover {
    background-color: #e0f7fa;
}


.scheduleTitle {
    margin-bottom: 20px;
}

#exam-timetable {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}



#exam-timetable table {
    width: 100%;
    border-collapse: collapse;
}

#exam-timetable th {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    text-align: left;
}

#exam-timetable td {
    border: 1px solid #ddd;
    padding: 10px;
}

#exam-timetable tr:nth-child(even) {
    background-color: #f2f2f2;
}

#exam-timetable tr:hover {
    background-color: #ddd;
}

*/

/* @media screen and (max-width: 768px) {
    #exam-timetable table {
        display: block;
        overflow-x: auto;
    }

    #exam-timetable th,
    #exam-timetable td {
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .calendarLayout {
        flex-direction: column;
    }

    .calendarTable {
        width: 100%;
    }
}

#current-date-time {
    font-size: 18px;
    margin-bottom: 20px;
}

.calendarLayout {
    display: flex;
    justify-content: space-between;
} */

/* .calendarTable {
    width: 60%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

/* .schedule-box {
    width: 100%;

    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.scheduleTitle {
    font-weight: bold;
    margin-bottom: 10px;
} */

.video-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  /* Change cursor on hover */
  border-radius: 8px;
  /* Rounded corners */
  transition: background-color 0.3s;
  /* Smooth transitions */
  background-color: transparent;
  /* Initial background color */
}

.video-thumbnail:hover {
  background-color: rgba(0, 0, 139, 0.8) !important;
  /* Dark blue background on hover */
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.3s !important;
  /* Smooth zoom effect */
}

.video-thumbnail:hover img {
  transform: scale(1.05) !important;
  /* Zoom effect on hover */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: white;
  background-color: #ff0000;
  /* YouTube red */
  border-radius: 5px;
  /* Adjusted for square corners */
  width: 60px;
  /* Fixed width for square */
  height: 60px;
  /* Fixed height for square */
  display: flex;
  /* Use flexbox for centering */
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
  cursor: pointer;
  transition: background-color 0.3s;
}

.play-button:hover {
  background-color: #cc0000;
  /* Darker red on hover */
}

.eventTitileHeader {
  width: 250px;
  color: rgb(235, 224, 224);
  text-shadow: 1px 1px 2px black;
  text-align: center;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  /* opacity: 0;  */
  transition: opacity 0.3s;
}

.gallery-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  text-shadow: 1px 1px 2px black;
  /* Shadow for better visibility */
  display: flex;
  align-items: center;
  /* Center the text vertically */
  padding: 5px;
  /* Padding for spacing */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  border-radius: 5px;
  /* Rounded corners */
  opacity: 0;
  /* Start hidden */
  transition: opacity 0.3s;
  /* Smooth visibility transition */
}

.video-thumbnail:hover .gallery-content {
  opacity: 1;
  /* Show content on hover */
}

/* Modal*/

/* Custom modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
}

.closeModal {
  position: absolute;
  top: 7px;
  right: 40px;
  color: #14d952;
  font-size: 50px;
  cursor: pointer;
  font-weight: 900;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 90%;
  }
}

.library-rules {
  list-style-type: none;
  /* Remove default bullet points */
  padding: 0;
  /* Remove padding */
}

.library-rules li {
  margin-bottom: 10px;
  /* Spacing between list items */
  padding-left: 40px;
  /* Space for icon */
  position: relative;
  /* For positioning the icon */
  text-indent: 0;
  /* Remove text indent */
}

.library-rules li i {
  position: absolute;
  /* Position icon absolutely */
  left: 0;
  /* Align icon to the left */
  top: 50%;
  /* Center icon vertically */
  transform: translateY(-50%);
  /* Adjust for vertical alignment */
}

.section-about-title {
  font-size: 1.5rem;
  color: linear-gradient(
    to right,
    rgba(163, 180, 247, 1),
    rgba(198, 163, 247, 1),
    rgba(163, 215, 247, 1)
  );
  /* Primary color */
  margin-bottom: 15px;
}

.list-unstyled li {
  margin-bottom: 10px;
  /* Spacing between list items */
  padding-left: 40px;
  /* Space for icon */
  position: relative;
  /* For positioning the icon */
  text-indent: 0;
  /* Remove text indent */
}

.list-unstyled li i {
  position: absolute;
  /* Position icon absolutely */
  left: 0;
  /* Align icon to the left */
  top: 50%;
  /* Center icon vertically */
  transform: translateY(-50%);
  /* Adjust for vertical alignment */
}

.busroute {
  margin-top: 20px;
  border-collapse: collapse;
}

.busroute th,
.busroute td {
  padding: 10px;
  border: 1px solid
    linear-gradient(
      to right,
      rgba(163, 180, 247, 1),
      rgba(198, 163, 247, 1),
      rgba(163, 215, 247, 1)
    );
  /* Border color */
  transition: color 0.3s;
  /* Smooth transition for text color */
  font-weight: bold;
  /* Make text bold */
}

/* Header styles */
.busroute th {
  background-color: #f8f9fa;
  /* Light background for headers */
  color: #000000;
  /* Header text color */
}

/* Colorful Text for Each Row */
.busroute tbody tr:nth-child(1) td {
  color: #ff6347;
  /* Tomato */
}

.busroute tbody tr:nth-child(2) td {
  color: #4682b4;
  /* SteelBlue */
}

.busroute tbody tr:nth-child(3) td {
  color: #32cd32;
  /* LimeGreen */
}

.busroute tbody tr:nth-child(4) td {
  color: #ffd700;
  /* Gold */
}

.busroute tbody tr:nth-child(5) td {
  color: #ff4500;
  /* OrangeRed */
}

/* Colorful Hover Effect */
.busroute tbody tr:hover {
  background-color: #ffd700;
  /* Gold */
}

.busroute tbody tr:hover td {
  color: #ffffff;
  /* Change text color to white on hover */
}

.busroute tbody tr:hover:nth-child(odd) {
  background-color: #ff4500;
  /* OrangeRed for odd rows */
}

.busroute tbody tr:hover:nth-child(even) {
  background-color: #32cd32;
  /* LimeGreen for even rows */
}

/* alumni icon */
.award-list {
  list-style-type: none;
  /* Remove default list bullets */
  padding: 0;
  /* Remove padding */
}

.award-list li {
  position: relative;
  /* Create a positioning context for the icon */
  padding-left: 35px;
  /* Add space for the icon */
  margin-bottom: 10px;
  /* Space between items */
  font-family: Arial, sans-serif;
  /* Set font for the list */
}

.award-list li i {
  position: absolute;
  /* Position the icon */
  left: 0;
  /* Align to the left */
  top: 0;
  /* Align to the top */
  color: gold;
  /* Set the color of the icon to gold */
  font-size: 20px;
  /* Size of the icon */
}

/* Message Page */

.messageStyle {
  text-align: justify;
}

.correspondent-signature,
.principal-signature,
.chairman-signature {
  font-size: 16px;
  color: linear-gradient(
    to right,
    rgba(163, 180, 247, 1),
    rgba(198, 163, 247, 1),
    rgba(163, 215, 247, 1)
  );
  margin-top: 20px;
  text-align: justify;
}

.signature-name {
  font-weight: bold;
  font-size: 1.4em;
}

.signature-title {
  font-weight: normal;
  font-style: italic;
  color: #555;
}

.signature-school {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

@media (max-width: 576px) {
  .signature-name {
    font-size: 1em;
  }

  .signature-title {
    font-size: 16px;
  }

  .signature-school {
    font-size: 15px;
    margin-top: 4px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .signature-name {
    font-size: 1.2em;
  }

  .signature-title {
    font-size: 1em;
  }

  .signature-school {
    font-size: 11px;
  }
}

.image-container:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.bio-content:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
}

/* Alumni */

@keyframes borderAnimation {
  0% {
    border-color: #ff4081;
  }

  25% {
    border-color: #ffab40;
  }

  50% {
    border-color: #4caf50;
  }

  75% {
    border-color: #2196f3;
  }

  100% {
    border-color: #ff4081;
  }
}

@keyframes buttonAnimation {
  0% {
    background-color: #4caf50;
  }

  25% {
    background-color: #ffeb3b;
  }

  50% {
    background-color: #ff5722;
  }

  75% {
    background-color: #2196f3;
  }

  100% {
    background-color: #4caf50;
  }
}

.alumni-form {
  background-color: #e0f7fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  border: 4px solid transparent;
  background-image: linear-gradient(white, white),
    linear-gradient(45deg, #ff4081, #ffab40, #4caf50, #2196f3);
  background-clip: padding-box, border-box;
  position: relative;
  animation: borderAnimation 4s linear infinite;
  margin-bottom: 40px;
}

.alumni-form:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 8px;
  background-image: linear-gradient(45deg, #ff4081, #ffab40, #4caf50, #2196f3);
  z-index: -1;
}

.alumni-label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  font-size: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.alumini-input {
  border: 2px solid #ffab40;
  border-radius: 4px;
  padding: 10px;
  transition: border-color 0.3s, background-color 0.3s;
  font-size: 1em;
  background-color: #fff;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alumini-input:hover {
  border-color: #ff6f61;
  background-color: #ffe0b2;
}

.alumini-input:focus {
  border-color: #d5006d;
  outline: none;
  background-color: #f8bbd0;
  box-shadow: 0 0 5px rgba(213, 0, 109, 0.5);
}

.alumniBtn {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  transition: transform 0.3s;
  font-size: 1.2em;
  animation: buttonAnimation 4s linear infinite;
}

.alumniBtn:hover {
  transform: scale(1.05);
}

h4 {
  color: #ff5722;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .alumni-form {
    padding: 15px;
  }

  .alumini-input {
    padding: 8px;
  }
}

.alumniPtag {
  text-align: justify;
}

.newsHeadingTag {
  color: crimson;
}

.full-bg {
  background-image: url("/img/background.jpg");
  /* Add your full background image */
  background-size: cover;
  /* Cover the entire area */
  background-position: center;
  /* Center the background image */
  height: 100vh;
  /* Full viewport height */
}

.marquee-style {
  font-size: 1.5rem;
  /* Adjust font size as needed */
  white-space: nowrap;
  /* Prevent wrapping */
}

.colorful-text {
  display: inline-block;
  animation: rainbow 5s linear infinite;
  /* Animation for colorful effect */
}

@keyframes rainbow {
  0% {
    color: #ff0000;
  }

  14% {
    color: #ff7f00;
  }

  28% {
    color: #ffff00;
  }

  42% {
    color: #00ff00;
  }

  57% {
    color: #00ffff;
  }

  71% {
    color: #0000ff;
  }

  85% {
    color: #4b0082;
  }

  100% {
    color: #ff0000;
  }
}

.hover-text {
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transition */
  padding: 0.2rem 0.5rem;
  /* Add some padding */
  border-radius: 5px;
  /* Round the corners */
}

.hover-text:hover {
  background-color: rgba(255, 255, 255, 0.7);
  /* Light background on hover */
  color: #000;
  /* Dark text color on hover */
}

.hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth transition */
}

.hover-effect:hover {
  transform: scale(1.05);
  /* Slightly enlarge the image */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* Add shadow on hover */
}

.flex-container {
  display: flex;
  /* Makes the container a flex container */
  justify-content: space-between;
  /* Space between items */
  align-items: flex-start;
  /* Aligns items to the top */
}

.image-section {
  flex: 1;
  margin-right: 20px;
  text-align: center;
  font-size: 24px;
  color: #333;
  padding: 20px;
}

.comingNews {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.newsletter-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.comingNews ul {
  list-style: none;
  padding: 0;
}

.comingNews li {
  margin: 10px 0;
  transition: background-color 0.3s;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  color: #333;
  padding: 5px 0;
}

.comingNews li:nth-child(1) {
  color: #ff5733;
}

.comingNews li:nth-child(2) {
  color: #33ff57;
}

.comingNews li:nth-child(3) {
  color: #3357ff;
}

.comingNews li:nth-child(4) {
  color: #ff33a8;
}

.comingNews li:nth-child(5) {
  color: #ffdb33;
}

.comingNews li:nth-child(6) {
  color: #33fff5;
}

.comingNews li:nth-child(7) {
  color: #aa33ff;
}

.comingNews li:nth-child(8) {
  color: #ffa533;
}

.comingNews .attachment {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.comingNews .attachment i {
  margin-right: 5px;
}

.comingNews img {
  margin-left: 5px;
  vertical-align: middle;
}

.comingEvents-carousel {
  display: flex;
  gap: 20px;
}

.comingEvents-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.comingEvents-item:hover {
  transform: translateY(-5px);
}

.comingEvents-img {
  position: relative;
}

.comingEvents-info {
  background-color: rgba(255, 255, 255, 0.8);
}

.comingEvents-price {
  background-color: #421bdd;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.comingEvents-content {
  padding: 20px;
}

.comingEvents-content h5 {
  font-size: 1.5rem;
}

.comingEvents-content small {
  display: block;
  color: #6c757d;
}

.sdltech-banner {
  width: 100%;
  background-color: #000; /* Optional: fills background if image doesn't fill */
}

.sdltech-carousel-inner {
  max-height: 100vh;
}

.sdltech-img {
  width: 100%;
  height: auto;
  object-fit: cover;

  display: block;
  margin: 0 auto;
}

/* Optional: add height for desktop screens */
@media (min-width: 992px) {
  .sdltech-img {
    height: 90vh;
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .sdltech-img {
    width: 100%;
    height: auto;
  }
}

.blog_banner {
  min-height: 780px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}

.blog_banner .banner_inner {
  background: #04091e;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 780px;
  z-index: 1;
}

.blog_banner .banner_inner .overlay {
  background: url(../img/banner/banner-2.jpg) no-repeat center center;
  opacity: 0.5;
  height: 125%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.blog_banner .banner_inner .blog_b_text {
  max-width: 700px;
  margin: auto;
  color: #fff;
  margin-top: 40px;
}

.blog_banner .banner_inner .blog_b_text h2 {
  font-size: 60px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 66px;
  margin-bottom: 15px;
}

.blog_banner .banner_inner .blog_b_text p {
  font-size: 16px;
  margin-bottom: 35px;
}

.blog_banner .banner_inner .blog_b_text #ffffff_bg_btn {
  line-height: 42px;
  padding: 0px 45px;
}

.banner_area {
  position: relative;
  background: url(../img/banner/banner.jpg) no-repeat center center;
  z-index: 1;
  min-height: 392px;
  padding-top: 0 !important;
}

.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 392px;
  z-index: 1;
}

.banner_area .banner_inner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 35, 71, 0.8);
}

.banner_area .banner_inner .banner_content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.banner_area .banner_inner .banner_content h2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 0px;
}

.banner_area .banner_inner .banner_content .page_link {
  display: inline-block;
  padding: 7px 20px;
}

.banner_area .banner_inner .banner_content .page_link a {
  font-size: 15px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  position: relative;
  text-transform: capitalize;
}

.banner_area .banner_inner .banner_content .page_link a:before {
  content: "/";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-right: 0px;
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}

/* End Home Banner Area css
  ============================================================================================ */

.upcomingEvents {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.event {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.event:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #000080, #4b0082, #6a5acd);
  color: white;
}

.event--img {
  flex: 0 0 120px;
  max-width: 120px;
  overflow: hidden;
}

.event--img img {
  width: 100%;
  height: auto;
  max-height: 240px;
  border-radius: 8px 0 0 8px;
}

.event--content {
  flex: 1;
  padding: 20px;
}

.event--content-ensemble {
  font-size: 10px;
}

.event--content-hall {
  font-size: 12px;
}

.event--content h2 {
  font-size: 1.5rem;
  color: #333;
}

.event--content h2 a {
  font-size: 20px;
  color: #dc9a9a !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.upcomingEvents,
.comingNews {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.container-fluid.about .row > div {
  flex: 1;
}

.event--content h2 a:hover,
.event--content h2 span:hover {
  color: white;
}

.event:hover .event--content h2 span {
  color: white;
}

/* marquee {
    flex-grow: 1;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 8px;
} */
marquee {
  flex-grow: 1;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 768px) {
  .row {
    display: block;
  }

  .upcomingEvents,
  .comingNews {
    height: auto;
  }
}

@media (max-width: 768px) {
  .event {
    flex-direction: column;
  }

  .event--img {
    max-width: 100%;
    flex: none;
    border-radius: 8px 8px 0 0;
  }

  .event--img img {
    border-radius: 8px 8px 0 0;
  }

  .event--content {
    padding: 15px;
  }

  .event--content h2 {
    font-size: 14px;
  }

  .event--content h2 a {
    font-size: 16px;
    /* color: #dc9a9a !important; */
  }
}

@media (max-width: 576px) {
  .event--content {
    padding: 10px;
  }

  .event--content h2 {
    font-size: 13px;
  }

  .event--content h2 a {
    font-size: 16px;
    /* color: #dc9a9a !important; */
  }

  .event--img img {
    max-height: 100px;
  }
}

.comingNews {
  padding: 0 15px;
}

.newsletter-header {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #421bdd;
  text-align: left;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #421bdd;
  padding-bottom: 10px;
  font-family: "Arial", sans-serif;
}

.wsite-spacer {
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 576px) {
  marquee {
    font-size: 0.9rem;
  }

  .event--content {
    font-size: 0.9rem;
  }

  .newsletter-header {
    margin-top: 15px;
  }
}

.marqueeTopNav {
  top: -50%;
  transform: translateY(-20%);
  z-index: 1;
}

.scroll-box {
  background: linear-gradient(90deg, #0266b2, #6a11cb);

  border-radius: 8px;
  padding: 12px 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.scroll-content {
  display: inline-flex;
  gap: 30px;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.scroll-item {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.scroll-item:hover {
  color: #000;
  text-decoration: underline;
}

.scroll-divider {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.scroll-box:hover .scroll-content {
  animation-play-state: paused;
}

/* Smooth scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .scroll-content {
    font-size: 0.95rem;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .marquee-style {
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .marqueeTopNav {
    top: -40%;
    transform: translateY(-15%);
  }

  .newsletter-header {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .marqueeTopNav {
    top: -30%;
    transform: translateY(40%);
  }

  .newsletter-header {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .marqueeTopNav {
    top: -20%;
    transform: translateY(42%);
  }

  .newsletter-header {
    margin-top: 15px;
    font-size: 25px;
  }
}

/* whatsapp */

.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 24px;
  background-color: #25d366;
  color: white;
  border-radius: 15%;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 30px;
  transition: background-color 0.3s;
  z-index: 1000;
  animation: bounce 2s infinite;
}

.whatsapp-float:hover {
  background-color: #128c7e;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.schedule-container {
  display: flex;
  justify-content: space-between;
}

.calendar {
  flex: 1;
  margin-right: 20px;
  /* margin-left: 30px; */
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

.futureContent {
  flex: 2;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}

@media (max-width: 768px) {
  .schedule-container {
    flex-direction: column;
  }

  .calendar {
    margin-right: 0;
    margin-left: 0;
  }

  .futureContent {
    margin-top: 25px;
  }
}

.scheduledFuture {
  background: #f8f9fa;
  color: #421bdd;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.scheduledFuture p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-100%);
  }
}

/* Rules */

.rulesPageContent {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20px;
}

.goodluckschool-testimonials-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.goodluckschool-heading {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.goodluckschool-testimonial-slider {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.goodluckschool-testimonial {
  display: none;
  /* Hide all testimonials by default */
  text-align: center;
  padding: 20px;
}

.goodluckschool-testimonial-img {
  width: 400px;
  /* Increased width for larger images */
  height: 300px;
  /* Adjust height for better proportions */
  object-fit: cover;
  /* Maintain aspect ratio */
  border-radius: 8px;
  /* Slight rounding for better aesthetics */
  margin-bottom: 10px;
}

.goodluckschool-testimonial-text {
  font-size: 18px;
  color: #555;
  margin: 10px 0;
}

.goodluckschool-testimonial-author {
  font-size: 16px;
  color: #888;
}

.goodluckschool-navigation {
  text-align: center;
  margin-top: 20px;
}

.goodluckschool-prev,
.goodluckschool-next {
  background-color: #421bdd;
  color: white;
  border: none;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.goodluckschool-prev:hover,
.goodluckschool-next:hover {
  background-color: #0056b3;
}

/* Main container styling */
/* .container-fluid {
    padding: 5rem 0;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/img/sch.png') center/cover;
} */

/* Section Title */
.container h1.text-center {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

/* Search Box Styling */
.search-box {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 2rem;
  font-size: 1rem;
}

/* Blog Details Styling */
#blogDetails {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

/* Blog Title */
#blogTitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}

/* Blog Description */
#blogDescription {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Slider Controls */
.slider button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
}

.slider button:hover {
  color: #007bff;
}

.slider #imageSlider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider img {
  max-width: 100%;
  border-radius: 8px;
}

/* Project List Container */
.projects-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* sclProjectBlogs Item Styling */
.sclProjectBlogs {
  padding: 1rem 1.5rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sclProjectBlogs:hover {
  background-color: #e9ecef;
  border-color: #007bff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Project Titles in sclProjectBlogs */
.sclProjectBlogs h1 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.sclProjectBlogs h1:hover {
  color: #007bff;
}

/* Project Descriptions in sclProjectBlogs */
.sclProjectBlogs p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Links in sclProjectBlogs */
.sclProjectBlogs a {
  font-size: 1rem;
  color: #007bff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.sclProjectBlogs a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
  #blogTitle {
    font-size: 1.6rem;
  }

  .container h1.text-center {
    font-size: 2rem;
  }

  .sclProjectBlogs h1 {
    font-size: 1.2rem;
  }

  .search-box {
    padding: 0.6rem;
    font-size: 0.9rem;
  }
}

/* Active Project Styling */
.sclProjectBlogs.active {
  background-color: #007bff;
  /* Active background color */
  color: #fff;
  /* Active text color */
  border-color: #0056b3;
  font-weight: bold;
  box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.2);
  transform: translateY(-2px);
  cursor: default;
  /* No pointer on active item */
}

.sclProjectBlogs.active h1,
.sclProjectBlogs.active p,
.sclProjectBlogs.active a {
  color: #fff;
  /* Override child elements' colors to match active style */
}

/* Example for adding active effect on page load (optional) */
.sclProjectBlogs.active:hover {
  background-color: #007bff;
  box-shadow: none;
  transform: none;
}

/* School Header Styling */
.azalIcseSchoolContainer {
  background-color: #f8f9fa;
  /* Light background for a clean look */
  padding: 15px 0;
}

.azalIcseSchool {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sdl-school-logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
  /* Updated color for school name */
}

.azalIcseSchoolLogo {
  max-height: 120px !important;
  margin-right: 10px;
}

.azalIcseSchoolContent {
  min-height: 80px;
  width: 100%;
}

.azalIcseSchoolMarquee {
  font-size: 22px;
  font-weight: bold;
  color: #d9534f;
  /* Marquee text color */
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin-top: 18px;
}

.azalIcseSchoolFollowUs {
  background: #ffd634 !important;
  padding: 5px 0;
}

.azalIcseSchoolFollowUs span {
  color: #56065b !important;
  font-weight: bold;
}

.azalIcseSchoolEmail a {
  font-size: 18px;
  color: #56065b !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.azalIcseSchoolEmail a:hover {
  color: #3a5063 !important;
  /* Light Yellow */
}

.azalIcseSchoolEmail i {
  color: #56065b !important;
  /* Email icon color */
}

.azalIcseSchoolFollowUs a {
  font-size: 18px;
  color: #3841a2;
  transition: all 0.3s ease-in-out;
}

.azalIcseSchoolFollowUs a:hover {
  transform: scale(1.2);
  color: #3a5063;
}

@media (max-width: 768px) {
  .azalIcseSchoolFollowUs .container {
    flex-direction: column;
    text-align: center;
  }

  .azalIcseSchoolEmail {
    order: 1;
    margin-bottom: 10px;
  }

  .azalIcseSchoolSocial {
    order: 2;
  }
}

/* Latest News Section */
.azalIcseSchoolLatestNews {
  background-color: #56065b !important;
  color: #ffffff;
  padding: 5px 0;
  /* Reduced padding */
}

.azalIcseSchoolNews p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}

/* Marquee Styling */
.azalIcseSchoolNewsMarquee {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 0;
  /* Reduced padding */
  border: none;
  background-color: transparent;
  box-shadow: none;
}

/* About Us Section */
.azalIcseSchoolAbout {
  /* background: linear-gradient(to right, #f8f9fa, #e9ecef); */
  padding: 60px 0;
  border-radius: 10px;
}

.azalIcseSchoolTitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffd634;
}

.azalIcseSchoolHeading {
  font-size: 32px;
  font-weight: 700;
  color: #1e4503;
}

.azalIcseSchoolDescription {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.azalIcseSchoolBtn {
  font-size: 18px;
  background: #ffd634;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.azalIcseSchoolBtn:hover {
  background: #1e4503;
  transform: scale(1.05);
}

/* Right Side: Key Highlights */
.azalIcseSchoolHighlights {
  display: flex;
  justify-content: center;
}

.azalIcseSchoolList {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.azalIcseSchoolList li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #333;
}

.azalIcseSchoolList i {
  font-size: 24px;
  margin-right: 10px;
}

/* Ensuring image and text align well */
.azalIcseSchoolAbout img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

#moreContent.collapse:not(.show) {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

#moreContent.collapse.show {
  max-height: 1000px;
  transition: max-height 0.6s ease-in;
}

/* title */

.heading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.heading-container .heading {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 45px;
  font-family: "Inria Sans", system-ui;
}

.heading-container div {
  border-bottom: 2px solid #e01c2c;
  width: 84px;
  /* margin-top: 10px; */
}

.sdlcreative-desk-container {
  width: 100%;
  max-width: 1000px;
  background: linear-gradient(135deg, #004080, #001f3f);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  text-align: left;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeIn 1s forwards;
  flex-wrap: wrap;
  margin-top: 50px;
}

.sdlcreative-principal-image {
  width: 220px;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
  border: 5px solid #ffffff;
  margin-right: 10px;
  animation: zoomIn 1.2s ease-in-out;
}

.sdlcreative-text {
  flex: 1;
  min-width: 280px;
}

.sdlcreative-header {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  animation: slideInText 1.2s ease-in;
  color: #d7e519;
}

.sdlcreative-content {
  font-size: 18px;
  line-height: 1.8;
  animation: fadeInText 1.5s ease-in-out;
}

.sdlcreative-signature {
  font-weight: bold;
  margin-top: 20px;
  font-size: 20px;
  animation: fadeInText 2s ease-in;
}

.sdlcreative-continuation {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
  animation: fadeInText 1.5s ease-in-out;
}

@media (max-width: 768px) {
  .sdlcreative-desk-container {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }

  .sdlcreative-principal-image {
    margin-left: 0;
    margin-top: 20px;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInText {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInText {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sdlcreative-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.sdlcreative-list li {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 10px;
  /* background: #f8f9fa; */
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.sdlcreative-list li:hover {
  background: #e2e6ea;
}

.sdlcreative-list li i {
  font-size: 22px;
  color: #007bff;
  margin-right: 15px;
}

/* .social-sidebar {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
} */

.social-sidebar {
  position: fixed;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  display: flex
;
  flex-direction: column;
  gap: 8px;
  z-index: 1000;
}




.sdlcreativegroups {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 45px;
  height: 45px; */
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  /* border-radius: 50%; */
  border-radius: 10%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.sdlcreativegroups:hover {
  transform: scale(1.2);
  color: #fff;
}

/* Individual Icon Colors */
.whatsapp {
  background-color: #25d366;
  color: white;
}

.enquiry {
  background-color: #ff9800;
  color: white;
}

.youtube {
  background-color: #ff0000;
  color: white;
}

.facebook {
  background-color: #1877f2;
  color: white;
}

.instagram {
  background-color: #c13584;
  color: white;
}

.twitter {
  background-color: #1da1f2;
  color: white;
}

.whatsapp:hover {
  background-color: #128c7e;
}

.enquiry:hover {
  background-color: #e68900;
}

.youtube:hover {
  background-color: #cc0000;
}

.facebook:hover {
  background-color: #0d6efd;
}

.instagram:hover {
  background-color: #9b2061;
}

.twitter:hover {
  background-color: #0d8af0;
}

.enquiry-sidebar {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.sdlcreativegroups.enquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: navy;
  color: white;
  font-size: 22px;
  width: 80px;
  /* Increased width */
  height: 180px;
  /* Increased height */
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.sdlcreativegroups.enquiry i {
  font-size: 28px;
  /* Bigger icon */
  margin-right: 10px;
  /* Space between icon and text */
}

.sdlcreativegroups.enquiry span {
  writing-mode: vertical-rl;
  /* Vertical text (top to bottom) */
  text-orientation: mixed;
}

.sdlcreativegroups.enquiry:hover {
  background: linear-gradient(to right, #000080, #4b0082, #6a5acd);
  transform: scale(1.1);
  color: rgb(234, 234, 236);
}

/* Optional: Styling for the Enquiry Section */
#enquiry-section {
  margin-top: 100px;
  padding: 50px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 10px;
}

.visionMissionSection {
  padding: 80px 20px;
  background: linear-gradient(to right, #f9fbfd, #eef2f7);
  font-family: "Poppins", sans-serif;
}

.vmContainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-top: 50px;
  gap: 30px;
  justify-content: center;
}

.vmBox {
  flex: 1 1 45%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
  transition: transform 0.3s ease;
}

.vmBox:hover {
  transform: translateY(-10px);
}

.vmHeading {
  font-size: 24px;
  font-weight: 700;
  color: #1a3e72;
  margin-bottom: 20px;
  position: relative;
}

.vmHeading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #1a3e72;
  margin-top: 8px;
  border-radius: 2px;
}

.vmText {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.vmList {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.vmList li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  position: relative;
}

.vmList li::before {
  content: "✔";
  color: #2a4d8c;
  font-weight: bold;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .vmBox {
    flex: 1 1 100%;
  }
}



.elevatedStatsSection {
  /* background: radial-gradient(circle, #7c1de2, #e0ecff); */
  font-family: 'Cabin Sketch', cursive;
}

.elevated-card {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 2px dashed #a5b4fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.elevated-card:hover {
  transform: scale(1.05);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  background: #fef9ff;
}

.shape-icon {
  background: linear-gradient(135deg, #3b82f6, #9333ea);
  color: #fff;
  width: 110px;
  height: 110px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 20% 50% 20% / 20% 50% 20% 50%;
  font-size: 2.5rem;
  font-weight: 800;
  transition: all 0.4s ease-in-out;
}

.elevated-card:hover .shape-icon {
  transform: rotate(8deg) scale(1.1);
  background: linear-gradient(135deg, #6366f1, #ec4899);
}

.label {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  color: #1e293b;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Cabin Sketch', display;
    
}
.number {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
/* Font styles */
.sdltech {
  font-family: 'Inria Sans', sans-serif;
}

.sdl-school-logo img {
  max-height: 60px;
}


.school-title {
  font-family: 'Inria Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.tamil-school-title {
  font-family: 'Baloo Thambi 2', cursive;
  font-weight: 700;
  text-transform: uppercase;
}

.school-location {
  font-family: 'Inria Sans', sans-serif;
  font-weight: 700;
}
.tamil-school-location {
  font-family: 'Baloo Thambi 2', cursive;
  font-weight: 700;
}
/* Base font sizes (mobile-first) */
.school-title {
  font-size: 1.2rem;
}

.school-location {
  font-size: 0.95rem;
}

.tamil-school-title {
  font-size: 1.1rem;
}

.tamil-school-location {
  font-size: 0.9rem;
}

/* Tablet and up */
@media (min-width: 768px) {
  .school-title {
    font-size: 1.6rem;
  }

  .school-location {
    font-size: 1.05rem;
  }

  .tamil-school-title {
    font-size: 1.4rem;
  }

  .tamil-school-location {
    font-size: 1.05rem;
  }

  .sdl-school-logo img {
    max-height: 70px;
  }
}

/* Laptop and up */
@media (min-width: 992px) {
  .school-title {
    font-size: 1.9rem;
  }

  .school-location {
    font-size: 1.15rem;
  }

  .tamil-school-title {
    font-size: 1.7rem;
  }

  .tamil-school-location {
    font-size: 1.15rem;
  }

  .sdl-school-logo img {
    max-height: 75px;
  }
}

/* Large Desktop and TV */
@media (min-width: 1400px) {
  .school-title {
    font-size: 2.2rem;
  }

  .school-location {
    font-size: 1.3rem;
  }

  .tamil-school-title {
    font-size: 2rem;
  }

  .tamil-school-location {
    font-size: 1.3rem;
  }

  .sdl-school-logo img {
    max-height: 90px;
  }
}


.under-construction {
  /* background-color: #56065b; */
  color: #fce6ff;
  text-align: center;
  padding: 80px 20px;
  font-family: 'Great Vibes', cursive;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.under-construction .container {
  max-width: 700px;
  border: 5px dashed #ffd634;
  border-radius: 20px;
  padding: 40px;
  background-color: #6b2172;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}

.under-construction h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
  color: #ffe4fb;
  margin-bottom: 20px;
}

.under-construction h1 i {
  margin-right: 10px;
}

.under-construction .message {
  font-family: 'Cabin Sketch', cursive;
  font-size: 21px;
  margin-bottom: 30px;
  color: #fcd6ff;
}

.under-construction .contact-info p {
  font-family: 'Great Vibes', cursive;
  font-size: 25px;
  margin: 10px 0;
  color: #ffe7ff;
}

.under-construction .contact-info i {
  color: #ffccff;
  margin-right: 10px;
}

.under-construction a {
  font-size: 25px;
  font-family: 'Great Vibes', cursive;
  color: #ffe4fb;
  /* font-weight: bold; */
  text-decoration: none;
}

/* .under-construction a:hover {
  text-decoration: underline;
} */

.under-construction .thankyou {
  margin-top: 30px;
  font-family: 'Great Vibes', cursive;
  font-size: 1.8rem;
  color: #ffd1ff;
}




/* Contact Page New Designed Style */

.sdlContactSection {
  padding: 60px 0;
  /* background: linear-gradient(145deg, #e6f2ff, #ffffff); */
  margin-top: 60px;
}

.sdlContactHeader {
  font-size: 3rem;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.sdlContactForm {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.sdlFormInput {
  border: 2px solid #d0e0f0;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 1rem;
  background-color: #f8fbff;
}

.sdlFormInput:focus {
  border-color: #3399ff;
  box-shadow: 0 0 0 3px rgba(51, 153, 255, 0.25);
}

.sdlContactCard {
  text-align: center;
  margin-bottom: 30px;
}

.sdlContactInfo {
  border-radius: 25px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.sdlContactCard {
  background-color: #f5faff;
  border-radius: 50px; /* Rounded pill style */
  padding: 20px;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.sdlContactCard:hover {
  background-color: #e6f2ff;
  transform: scale(1.02);
}

.sdlContactIcon {
  background-color: #0077cc;
  color: #fff;
  font-size: 1.8rem;
  padding: 14px;
  border-radius: 10%;
  display: inline-block;
  margin-bottom: 10px;
}

.sdlContactTitle {
  font-family: 'Cabin Sketch', cursive;
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 4px;
}

.sdlContactDetail {
  font-size: 1rem;
  color: #333;
}

.sdlContactLink {
  color: #000; /* Default black text */
  text-decoration: none;
  font-weight: 500;
}

.sdlContactLink:hover {
  color: #0077cc; /* Hover blue */
  text-decoration: none; /* No underline */
}

.sdlBtnSubmit {
  background: linear-gradient(to right, #00c6ff, #0072ff);
  color: #fff;
  font-size: 1.2rem;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  width: 100%;
  transition: 0.3s;
}

.sdlBtnSubmit:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #0072ff, #00c6ff);
}

.sdlMapWrapper iframe {
  width: 100%;
  height: 320px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* Video Gallery Section */
.sdlVideoGallerySection { 
  /* background: #f9f9f9; */
  margin-top: 70px; 
}
.sdlVideoGalleryTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #1f3c88; /* deep blue tone */
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #f39c12; /* orange underline */
}

.sdlVideoCard {
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.sdlVideoCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.sdlVideoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.sdlVideoCardBody {
  background: #f8f9fa;
  padding: 1rem;
  text-align: center;
}

.sdlVideoTitle {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
}

@media (max-width: 576px) {
  .sdlVideoGalleryTitle {
    font-size: 1.5rem;
  }

  .sdlVideoTitle {
    font-size: 0.9rem;
  }
}

/* .sdlVideoGalleryTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #1f3c88; 
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #f39c12;
}
.sdlVideoGallerySection { 
  background: #f9f9f9;
  margin-top: 70px; 
}

.sdlVideoCard {
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}
.sdlVideoCard:hover {
  transform: scale(1.02);
}
.sdlVideoCardBody {
  min-height: 80px;
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}
.sdlVideoTitle {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
} */


/* Gallery Page Background */
.sdlGalleryPage {
  /* background-color: #f9f9f9; */
  margin-top: 75px;
}

/* Sidebar */
.sdlSidebar {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.05);
}

.sdlSidebarTitle {
  margin-bottom: 15px;
  font-weight: 700;
  color: #1f3c88;
  font-size: 1.25rem;
  border-bottom: 2px solid #1f3c88;
  padding-bottom: 0.5rem;
}

/* Filter Buttons */
.sdlFilterList {
  padding-left: 0 !important;
  list-style: none;
}

.sdlFilterBtn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 14px;
  border: none;
  background-color: #f0f0f0;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sdlFilterBtn.active,
.sdlFilterBtn:hover {
  background-color: #1f3c88;
  color: #fff;
  outline: none;
}

/* Search Bar */
.sdlSearchBar {
  margin-bottom: 1.5rem;
}

.sdlSearchBar input {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  border: 2px solid #0f0d0d;
  border-radius: 0px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.sdlSearchBar input:focus {
  outline: none;
  border-color: #1f3c88;
  box-shadow: 0 0 6px rgba(31, 60, 136, 0.5);
}

/* Gallery Cards */
.sdlImageCard {
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.sdlImageCard:hover {
  transform: scale(1.03);
}

.sdlImageCaption {
  font-weight: 600;
  color: #333;
  margin: 0.75rem 0 0.5rem;
}

/* Responsive Layout Adjustments */

/* Mobile Sidebar toggle button */
.d-md-none .btn {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

/* Offcanvas Sidebar styles */
.offcanvas {
  width: 250px;
}

.offcanvas-header {
  border-bottom: 1px solid #ddd;
}

.offcanvas-title {
  /* font-weight: 700; */
  color: #1f3c88;
}

.offcanvas-body .sdlFilterBtn {
  font-size: 1rem;
  padding: 12px 14px;
  margin-bottom: 10px;
}

/* Grid gap & responsive columns */
@media (max-width: 575.98px) {
  /* Extra small devices */
  .sdlGalleryPage {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  #sdlGalleryGrid .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sdlSearchBar {
    margin-bottom: 1.5rem;
  }

  .sdlSearchBar input {
    font-size: 1rem;
    padding: 10px 14px;
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (phones in landscape, small tablets) */
  #sdlGalleryGrid .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sdlSearchBar {
    margin-bottom: 1.5rem;
  }

  .sdlSearchBar input {
    font-size: 1rem;
    padding: 11px 16px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  /* Medium devices and above */
  #sdlGalleryGrid .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .sdlSearchBar {
    margin-bottom: 2rem;
  }

  .sdlSearchBar input {
    font-size: 1.05rem;
    padding: 12px 18px;
  }
}



/* .sdlImageCard {
  transition: transform 0.3s ease;
}
.sdlImageCard:hover {
  transform: scale(1.02);
}
.sdlFilterBtn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px;
  border: none;
  background-color: #f0f0f0;
  text-align: left;
  border-radius: 5px;
  cursor: pointer;
}
.sdlFilterBtn.active,
.sdlFilterBtn:hover {
  background-color: #0d6efd;
  color: #fff;
}
.sdlSidebarTitle {
  margin-bottom: 15px;
  font-weight: bold;
  color: #1f3c88;
}
.sdlSearchBar input {
  padding: 10px;
  font-size: 16px;
}
.sdlSearchBar {
  margin-bottom: 1.5rem;
}

.sdlSearchBar input {
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.sdlSearchBar input:focus {
  outline: none;
  border-color: #1f3c88;
  box-shadow: 0 0 5px rgba(31, 60, 136, 0.5);
}

.sdlGalleryItem {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas {
    width: 80%;
  }
} */

/* .sdlGalleryPage {
  background-color: #f9f9f9;
}

.sdlSidebarTitle {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f3c88;
}

.sdlFilterList {
  padding-left: 0;
}

.sdlFilterBtn {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  border-radius: 4px;
  transition: background 0.3s;
}

.sdlFilterBtn:hover,
.sdlFilterBtn.active {
  background: #1f3c88;
  color: white;
  border-color: #1f3c88;
}

.sdlSearchBar input {
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 0.6rem 1rem;
}

.sdlImageCard {
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.sdlImageCard:hover {
  transform: scale(1.02);
}

.sdlImageCaption {
  font-weight: 500;
  color: #333;
}
 */

 .ImageHeading {
  font-family: "Cabin Sketch", cursive;
  font-size: clamp(10px, 6vw, 80px);

  margin-top: clamp(10px, 12vw, 30px);

  text-align: center;
  color: #ffffff;

  letter-spacing: 2px;

  -webkit-text-stroke: clamp(1px, 0.3vw, 2px) #56065b;

  text-shadow: clamp(1px, 0.2vw, 3px) clamp(1px, 0.2vw, 3px) 0 #ffd634,
      /* Layer 1 - Red-Orange */
      clamp(2px, 0.4vw, 5px) clamp(2px, 0.4vw, 5px) 0 #56065b;
  /* Layer 2 - Black */
}






.aboutUsSection {
  padding: 80px 20px;
  background: linear-gradient(135deg, #eef2ff, #f7faff);
}

.aboutUsContainer {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.aboutUsImage {
  flex: 1 1 50%;
  min-height: 300px;
}

.aboutUsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutUsContent {
  flex: 1 1 50%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
}

.aboutUsContent h5 {
  font-family: "Cabin Sketch", cursive;
  color: #4267b2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
}

.aboutUsContent h2 {
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.aboutUsContent p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.aboutUsContent ul {
  margin-top: 20px;
  padding-left: 20px;
}

.aboutUsContent ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.readMoreBtn {
  margin-top: 25px;
  background: #4267b2;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.readMoreBtn:hover {
  background: #2f4ba7;
}

@media screen and (max-width: 768px) {
  .aboutUsContainer {
      flex-direction: column;
  }

  .aboutUsImage,
  .aboutUsContent {
      flex: 1 1 100%;
  }

  .aboutUsContent {
      padding: 30px 20px;
  }
}

.carousel-outer {
  --nav-color: #000;
  --nav-active-color: #00d1b2;
  --arrow-size: 48px;
  --margin: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.carousel-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.owl-carousel .item {
  position: relative;
  margin: var(--margin);
}

.owl-carousel .item img {
  width: 100%;
  display: block;
}

.carousel-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * var(--arrow-size) / 2);
  background: none;
  border: none;
  font-size: var(--arrow-size);
  color: var(--nav-color);
  padding: 0 10px;
}

.owl-nav .owl-prev {
  left: -10px;
}

.owl-nav .owl-next {
  right: -10px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  color: var(--nav-active-color);
}

.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
}

.owl-dot.active {
  background: var(--nav-active-color);
}

.threeDHeading {
  font-family: "Cabin Sketch", cursive;
  font-size: clamp(24px, 6vw, 80px);

  margin-top: clamp(10px, 12vw, 100px);

  text-align: center;
  color: #ffffff;

  letter-spacing: 2px;

  -webkit-text-stroke: clamp(1px, 0.3vw, 2px) #56065b;

  text-shadow: clamp(1px, 0.2vw, 3px) clamp(1px, 0.2vw, 3px) 0 #ffd634,
      /* Layer 1 - Red-Orange */
      clamp(2px, 0.4vw, 5px) clamp(2px, 0.4vw, 5px) 0 #56065b;
  /* Layer 2 - Black */
}

.ourTeachersSection {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f7faff, #eef2ff);
  font-family: "Poppins", sans-serif;
}

.ourTeachersContainer {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.teachersText {
  flex: 1 1 50%;
  padding: 40px;
}

.teachersText h5 {
  font-family: "Cabin Sketch", cursive;
  color: #4267b2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 10px;
}

.teachersText h2 {
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.teachersText p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}

.teachersText ul {
  margin-top: 20px;
  padding-left: 20px;
}

.teachersText ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.teachersImage {
  flex: 1 1 50%;
  min-height: 300px;
}

.teachersImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-left: 5px solid #4267b2;
}

@media screen and (max-width: 768px) {
  .ourTeachersContainer {
      flex-direction: column-reverse;
  }

  .teachersText,
  .teachersImage {
      flex: 1 1 100%;
      padding: 30px 20px;
  }

  .teachersImage img {
      border-left: none;
      border-top: 5px solid #4267b2;
  }
}

.teacherQualitiesSection {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  font-family: "Poppins", sans-serif;
}

.qualitiesContainer {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.qualitiesImage {
  flex: 1 1 50%;
  min-height: 300px;
}

.qualitiesImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qualitiesContent {
  flex: 1 1 50%;
  padding: 40px;
  background: #ffffffdd;
}

.qualitiesContent h5 {
  font-family: "Cabin Sketch", cursive;
  color: #2a4d8c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.qualitiesContent h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.tabButtons {
  margin-bottom: 20px;
}

.tabBtn {
  background: #eee;
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.tabBtn.active,
.tabBtn:hover {
  background: #2a4d8c;
  color: #fff;
}

.tabContent {
  display: none;
}

.tabContent.show {
  display: block;
}

.tabContent ul {
  padding-left: 20px;
  margin-top: 10px;
}

.tabContent ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .qualitiesContainer {
      flex-direction: column;
  }

  .qualitiesContent {
      padding: 30px 20px;
  }
}/* Rules Section */
.sdlrules-section {
  background: linear-gradient(135deg, #fdfbfb, #f1f1f1);
  padding: 60px 20px;
  font-family: 'Noto Sans Tamil', 'Latha', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Tamil Fix */
.sdlrules-list.tamil,
.sdlrules-list.tamil li {
  font-family: 'Noto Sans Tamil', 'Latha', sans-serif !important;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: inherit !important;
  font-feature-settings: "liga", "clig"; /* keep Tamil ligatures */

}

/* Heading */
.sdlrules-heading {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  color: #750c0c;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #750c0c;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

/* Subsection Box */
.sdlrules-subsection {
  background: #fff;
  padding: clamp(20px, 4vw, 40px);
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sdlrules-subsection:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* List */
.sdlrules-list {
  list-style: decimal;
  padding-left: 1.2rem;
  margin-top: 15px;
  color: #333;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
}

.sdlrules-list li {
  margin: 20px 0; /* Equal space on top and bottom */
  line-height: 1.7;
  position: relative;
  padding-left: 5px;
  transition: background 0.2s ease, padding-left 0.2s ease;
  border-radius: 6px;
}


.sdlrules-list li:hover {
  background: rgba(117, 12, 12, 0.05);
  padding-left: 12px;
}

.sdlrules-list li::marker {
  color: #750c0c;
  font-weight: bold;
}

/* Note */
.sdlrules-note {
  margin-top: 25px;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #555;
  background: #faf3f3;
  border-left: 5px solid #750c0c;
  padding: 15px;
  border-radius: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .sdlrules-subsection {
    padding: 20px;
  }

  .sdlrules-heading {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .sdlrules-heading {
    font-size: 1.5rem;
  }
  .sdlrules-list {
    font-size: 0.95rem;
  }
}


/* Table  */


.sdlrules-toppers {
  background-color: #fdfdfd;
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif;
}

.sdlrules-topper-block {
  margin-bottom: 60px;
}

.sdlrules-topper-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #750c0c;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #750c0c;
  display: inline-block;
  padding-bottom: 10px;
}

.sdlrules-topper-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sdlrules-topper-table caption {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #444;
}

.sdlrules-topper-table thead {
  background-color: #750c0c;
  color: #fff;
}

.sdlrules-topper-table th,
.sdlrules-topper-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: center;
}

.sdlrules-topper-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.sdlrules-topper-table tbody tr:hover {
  background-color: #f1f1f1;
}

.table-responsive {
  overflow-x: auto;
}



/* Parents Requests  */


/* Tamil content typography */
.sdlrules-list.tamil {
  font-family: 'Noto Sans Tamil', 'Latha', 'Arial Unicode MS', sans-serif;
  font-size: 1.1rem;
  direction: ltr;
}

.sdlrules-note {
  font-weight: 600;
  background-color: #fff0f0;
  border-left: 4px solid #750c0c;
  padding: 12px 16px;
  color: #333;
  border-radius: 6px;
  font-size: 1.05rem;
}



/* Time table ad etc */


.sdlsheet-section {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sdlsheet-title {
  margin-bottom: 15px;
  font-size: 1.5em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

.sdlsheet-list,
.sdlsheet-month ul {
  list-style: disc;
  padding-left: 20px;
}

.sdlsheet-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.sdlsheet-table th,
.sdlsheet-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

.sdlsheet-table th {
  background-color: #f0f0f0;
}

.sdlsheet-month h3 {
  margin-top: 20px;
  font-size: 1.2em;
  color: #333;
}
/*  Month Events*/

.sdlsheet-eventSection {
  padding: 40px 20px;
  background-color: #f9f9ff;
  font-family: 'Segoe UI', sans-serif;
}

.sdlsheet-heading {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  color: #333;
}

.sdlsheet-eventGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.sdlsheet-eventMonth {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
  transition: transform 0.3s;
}

.sdlsheet-eventMonth:hover {
  transform: translateY(-5px);
}

.sdlsheet-month {
  font-size: 1.3em;
  color: #2a2a7f;
  margin-bottom: 10px;
  border-bottom: 2px solid #2a2a7f;
  padding-bottom: 4px;
}

.sdlsheet-eventList {
  list-style-type: square;
  padding-left: 20px;
  margin: 0;
}

.sdlsheet-eventList li {
  font-size: 1em;
  margin-bottom: 6px;
  color: #555;
}


/* Working Hours */
.sdlsheet-hoursGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.sdlsheet-hoursBlock {
  flex: 1 1 250px;
  background-color: #f2f8ff;
  border: 1px solid #cce0f0;
  padding: 20px;
  border-radius: 10px;
}

.sdlsheet-subtitle {
  font-size: 1.2em;
  color: #114477;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 4px;
}

.sdlsheet-timeList {
  list-style-type: none;
  padding-left: 0;
}

.sdlsheet-timeList li {
  margin-bottom: 8px;
  font-size: 1em;
  color: #333;
}

.sdlsheet-noteBox {
  margin-top: 25px;
  padding: 15px 20px;
  background-color: #fffbe6;
  border: 1px solid #ffdd99;
  border-radius: 8px;
}

.sdlsheet-noteTitle {
  margin-bottom: 10px;
  font-weight: 600;
  color: #b38300;
}

.sdlsheet-noteList {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.sdlsheet-noteList li {
  margin-bottom: 5px;
  color: #555;
}
/* Snak=cks Section */



.sdlsheet-section {
  padding: 20px;
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}

.sdlsheet-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
}

.sdlsheet-sub {
  font-size: 18px;
  color: #777;
  font-weight: normal;
}

.sdlsheet-snacks-wrapper {
  background-color: #fffef5;
  padding: 15px;
  border-left: 4px solid #f4b400;
}

.sdlsheet-list {
  list-style-type: none;
  padding-left: 0;
}

.sdlsheet-list li {
  padding: 8px 0;
  font-size: 16px;
  color: #444;
}


/* Nursery Page */


.sdl-nursery-intro {
  /* background-color: #fff5f7; */
  margin-top: 40px;
}

.sdlnursery-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #e91e63;
}

.sdlnursery-description {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 2rem auto;
}


.sdlnursery-subtitle {
  color: #880e4f;
  font-weight: 600;
}

.sdlnursery-table th, .sdlnursery-table td {
  text-align: center;
  font-size: 1rem;
}

.sdlnursery-img {
  width: 220px;
  height: 160px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sdlnursery-img:hover {
  transform: scale(1.05);
}


/* Primary School */

.sdlsheet-primary-area {
  background-color: #f9f9f9;
  margin-top: 40px;
}

.sdlsheet-heading {
  font-size: 2.1rem;
  font-weight: bold;
  color: #1e2d50;
}

.sdlsheet-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

.sdlsheet-highlight {
  font-weight: 600;
  color: #0b6efd;
}

.sdlsheet-primary-image {
  max-height: 360px;
  object-fit: cover;
  border-radius: 20px;
}


/* pRINCIPAL dESK */

.sdl-principal-desk {
  background-color: #fdfdfd;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.sdl-container {
  max-width: 900px;
  margin: 0 auto;
}

.sdl-heading {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #750c0c;
  font-weight: 700;
  text-align: center;
}

.sdl-subheading {
  font-size: 1.5rem;
  color: #444;
  margin-top: 30px;
  margin-bottom: 10px;
}

.sdl-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.sdl-list li {
  margin-bottom: 8px;
}

.sdl-intro {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.sdl-highlight-box {
  background-color: #fef2f2;
  border-left: 5px solid #750c0c;
  padding: 15px 20px;
  margin: 30px 0;
  font-weight: 500;
}

.sdl-closing {
  font-style: italic;
  margin-top: 30px;
}

.sdl-signature {
  margin-top: 15px;
  font-weight: bold;
  text-align: right;
}


/* Scout */

.sdl-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
  border-radius: 8px;
  border: 2px solid #d1d5db;
}

.sdl-heading {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  color: #750c0c;
  font-family: 'Georgia', serif;
}

.sdl-heading::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #750c0c;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
  opacity: 0.85;
}

/* Section styling */
.sdl-section {
  margin-bottom: 3rem;
  font-size: 1.1rem;
  color: #444;
  text-indent: 1.2em;
}

.sdl-section p {
  margin-bottom: 1.3rem;
}

.sdl-section strong {
  color: #750c0c;
  font-weight: 700;
}

.sdl-signature {
  font-style: italic;
  font-weight: 600;
  text-align: right;
  color: #555;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}

/* Animation */
.sdl-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.sdl-animate-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 600px) {
  .sdl-container {
    padding: 25px 20px;
  }
  .sdl-heading {
    font-size: 2rem;
  }
  .sdl-section {
    font-size: 1rem;
  }
}


/* Transport */



.sdl-container-9 {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 25px rgb(0 0 0 / 0.07);
  border: 2px solid #750c0c;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
}

.sdl-heading {
  font-size: 2.05rem;
  font-weight: 700;
  color: #750c0c;
  margin-bottom: 2rem;
  font-family: 'Georgia', serif;
  position: relative;
}

.sdl-heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #750c0c;
  display: block;
  margin-top: 8px;
  border-radius: 2px;
  opacity: 0.85;
}

.sdl-van-incharge {
  background-color: #f8f2f2;
  padding: 20px 25px;
  border-radius: 6px;
  margin-bottom: 2.5rem;
  box-shadow: 0 2px 10px rgb(117 12 12 / 0.1);
  font-size: 1.15rem;
  font-weight: 600;
  color: #750c0c;
}

.sdl-van-incharge h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  border-bottom: 2px solid #750c0c;
  padding-bottom: 6px;
}

.sdl-label {
  font-weight: 700;
  color: #333;
  display: inline-block;
  width: 130px;
}

.sdl-van-list {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 1.8rem;
}

.sdl-van-card {
  border: 1.8px solid #750c0c;
  border-radius: 8px;
  padding: 20px 25px;
  box-shadow: 0 3px 15px rgb(117 12 12 / 0.1);
  background-color: #fff0f0;
  cursor: default;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sdl-van-card h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #750c0c;
  border-bottom: 2px solid #750c0c;
  padding-bottom: 6px;
}

.sdl-van-card p {
  margin-bottom: 0.9rem;
  font-size: 1rem;
  color: #4a4a4a;
}

.sdl-van-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgb(117 12 12 / 0.3);
}

/* Fade-up animation */
.sdl-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.sdl-animate-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 480px) {
  .sdl-van-list {
    grid-template-columns: 1fr;
  }
  .sdl-label {
    width: 100px;
  }
}



/* About Nisha school  */

.aboutModern {
  padding: 100px 20px;
  background: #f8faff;
  position: relative;
}

.aboutModern-img {
  position: relative;
  
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.aboutModern-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.aboutModern-img:hover img {
  transform: scale(1.05);
}

.aboutShape {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #0066cc, #00bfff);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.2;
}

.aboutModern-content {
  padding-left: 20px;
}

.aboutSubtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0066cc;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.aboutTitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 23px;
  color: #222;
  line-height: 1.3;
}

.aboutTitle span {
  color: #0066cc;
}

.aboutModern-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 25px;
}

.aboutStats {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.statBox h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0066cc;
  margin-bottom: 5px;
}

.statBox p {
  font-size: 14px;
  color: #666;
}

.btnGradient {
  display: inline-block;
  background: linear-gradient(135deg, #0066cc, #00bfff);
  color: #fff;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btnGradient:hover {
  background: linear-gradient(135deg, #004d99, #0099cc);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .aboutModern-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .aboutStats {
    gap: 20px;
  }
}



/* Our Educators */

.teachersModern {
  padding: 100px 20px;
  background: #fdfdff;
  position: relative;
}

.teacherImgBox {
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.teacherImgBox img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.teacherImgBox:hover img {
  transform: scale(1.05);
}

.teacherShape {
  position: absolute;
  bottom: -25px;
  left: -25px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #ff6a00, #ffcc00);
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}

.teacherContent {
  padding-left: 20px;
}

.teacherTag {
  font-size: 14px;
  font-weight: 600;
  color: #ff6a00;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.teacherTitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #222;
  line-height: 1.3;
}

.teacherTitle span {
  color: #ff6a00;
}

.teacherContent p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.teacherPoints {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.teacherPoints li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
}

.teacherPoints li i {
  color: #ff6a00;
  margin-right: 10px;
  font-size: 16px;
}

.btnTeacher {
  display: inline-block;
  background: linear-gradient(135deg, #ff6a00, #ffcc00);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btnTeacher:hover {
  background: linear-gradient(135deg, #cc5500, #ffaa00);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .teacherContent {
    padding-left: 0;
    margin-top: 30px;
  }
}



/* Index Tab Section */


/* ================================
   Teacher Qualities Modern Section
   ================================ */
   .teacherQualitiesModern {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f7faff, #eef2ff);
    font-family: "Poppins", sans-serif;
  }
  
  .sectionTag {
    font-size: 14px;
    font-weight: 600;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  
  .sectionTitle {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
  }
  
  /* ===== Tabs ===== */
  .qualitiesTabs {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .qTab {
    background: #eee;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }
  
  .qTab.active,
  .qTab:hover {
    background: linear-gradient(135deg, #ff6600, #ff9900);
    color: #fff;
  }
  
  /* ===== Tab Content ===== */
  .qContent {
    display: none;
  }
  
  .qContent.show {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
  }
  
  .qContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .qContent ul li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .qContent ul li i {
    color: #ff6600;
  }
  
  /* ===== Image Box ===== */
  .qualitiesImgBox {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  }
  
  .qualitiesImgBox img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
  }
  
  .qualitiesImgBox:hover img {
    transform: scale(1.05);
  }
  
  .qualitiesImgBox .shape {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ff6600, #ffcc00);
    border-radius: 50%;
    opacity: 0.2;
  }
  
  /* ===== Animations ===== */
  @keyframes fadeIn {
    from {opacity: 0; transform: translateY(10px);}
    to {opacity: 1; transform: translateY(0);}
  }
  
  /* ===== Responsive ===== */
  @media (max-width: 992px) {
    .qualitiesContent { margin-top: 30px; }
  }
  
  @media (max-width: 576px) {
    .qualitiesTabs {
      flex-direction: column;
      gap: 10px;
    }
  
    .qTab {
      width: 100%;
      justify-content: center;
    }
  }
  