body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Prevent horizontal scroll */
}
.carousel {
  position: relative;
  z-index: 1;
}
/* modal css */
/* Make the modal content responsive */
.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
 top:300px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; /* Responsive width */
  max-width: 600px; /* Maximum width for larger screens */
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px; /* Rounded corners */
  overflow: hidden; /* Ensure image fits inside */
}

/* Style the image to make it responsive */
.modal-img {
  width: 100%;
  height: auto;
}

/* modal css end */
.vision {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
}
/* sticky admission */
.online-reg {
  filter: drop-shadow(0 0 6px #ddd);
  position: fixed;
  right: -3px;
  top: 241px;
  width: 173px;
  z-index: 99;
}

.online-reg {
  cursor: pointer;
}

.online-reg img {
  width: 100%;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

.online-reg {
  display: inline-block;
  animation: pulse 2s infinite;
  /* Animation name, duration, and repeat */
}


/* Keyframe for bounce effect */
@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    /* Slightly larger */
  }
}


/* admission end */
/* navbar */
.navbar-brand img {
  height: 100px;
  max-height: 100px;
}

.navbar {
  background-color: #f8f9fa;
  padding: 10px 20px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  top: 55px !important;
}


.navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  padding: 15px 20px;
  /* Ensure uniform padding */
  text-align: center;
  display: flex;
  align-items: center;
  /* Ensures vertical alignment */
  justify-content: center;
  /* Centers the text horizontally */
}

.navbar-nav .dropdown-menu {
  /* background: linear-gradient(rgb(8, 38, 255), rgba(8, 255, 221, 0.95), rgba(227, 18, 18, 0.92)); */
  font-family: 'Oswald', sans-serif;
  border-top: 2px solid #ff871c;
}

.navbar-nav .nav-item {
  display: flex;
  /* Ensures all nav-items have the same height */
  align-items: center;
  /* Centers items vertically */
}

.navbar-nav .dropdown-item {
  color: #000000;
  padding: 10px 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(5, 5, 5);
  font-weight: 600;
}

.navbar-nav .nav-item:hover {
  /* Hover effect */
  background: linear-gradient(0deg, #074964, #7bd7ff);
  color: #fff;
}

.dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: 0.255em;
}

.navbar-expand-lg {
  background: linear-gradient(0deg, #074964, #7bd7ff);

}



.navbar-brand img {
  height: 150px;
  max-height: 150px;
  position: absolute;
  z-index: 99;
  left: 126px;
  top: 0px;
}


/* .navbar-light .navbar-nav #nav-link:hover {
  color: #ff871c;
} */
.navbar-light .navbar-nav #nav-link:hover {
  font-weight: bold;
}

/*media queris for navigation bar */

@media (max-width: 768px) {

  .navbar-brand img {
    height: 100% !important;
    ;
    max-height: 63px !important;
    position: absoluate;
    z-index: 5;
    left: 3px;
    top: 0px;
  }
}




.contact-tab {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.contact-tab img {
  display: block;
  margin: auto;
  width: 47px;
  border: 2px solid #246d8b;
  border-radius: 50%;
  padding: 8px;
}

.contact-tab p {
  font-size: 15px;
}

.contact-tab p a {
  font-size: 13px;
  display: block;
  color: #000 !important;
  text-transform: lowercase;
  line-height: 16px;
  font-family: "Roboto Flex", sans-serif;
}

.contact-tab {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.contact-tab img {
  display: block;
  margin: auto;
  width: 47px;
  border: 2px solid #246d8b;
  border-radius: 50%;
  padding: 8px;
}

.contact-tab p {
  font-size: 15px;
}

.contact-tab p a {
  font-size: 13px;
  display: block;
  color: #000 !important;
  text-transform: lowercase;
  line-height: 16px;
  font-family: "Roboto Flex", sans-serif;
}


.contact-tab p {
  color: #246d8b;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Roboto Serif", serif;
}

.contact-tab>div {
  margin: 0 20px;
}

p,
ul li {
  line-height: 29px;
}

.highlight-tab {

  height: 35px;
  height: 20px;
  position: relative;
}

.highlight-tab a {
  padding: 1px;
}

.header-contact .border-tab {
  position: relative;
  font-family: "Roboto Serif", serif;
}

.highlight-tab {

  height: 35px;
  height: 20px;
  position: relative;
}

.space-even {
  justify-content: space-evenly;
}

p.d-flex.space-even.highlight-blk:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: #fff;
  left: -35px;
  top: -13px;
  transform: rotate(59deg);
}

.submenu {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  background: var(--gradient-blue);
  margin: auto;
  z-index: 999;
  position: relative;
  border-radius: 5px;
  padding: 16px;
}

.submenu li:last-child {
  border-right: 0;
}

.submenu li {
  padding: 0 20px;
  position: relative;
  width: max-content;
  color: #fff;
  margin: 0 0px;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid #ffffff3b;
  font-size: 15px;
  cursor: pointer;
  font-family: "Roboto Serif", serif;
}

.submenu li:last-child {
  border-bottom: none;
}

.menu:hover .submenu {
  display: flex;
}

.sub-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  background-color: #fff;
  padding-left: 0;
  list-style-type: none;
  padding: 0px 10px;
  box-shadow: 0px 0px 9px #bfbfbf;
  border-radius: 2px;
}

.sub-submenu li {
  color: #000;
  font-size: 15px;
  border-right: 0;
  padding: 7px 0px;
}

.sub-submenu li:hover {
  color: #245190;
  cursor: pointer;
}

.submenu li:hover .sub-submenu {
  display: block;
}

.sub-submenu li {
  color: #000;
  text-transform: capitalize;
  font-family: "Manrope", font-family;
}

.submenu li i.bi.bi-chevron-down {
  margin-left: 5px;
  font-size: 11px;
}

.header-contact .border-tab a {
  position: relative;
}


#highlight-tab {
  background: var(--gradient-red);

  height: 20px;
  position: relative;
}



#highlight-blk {
  background: linear-gradient(0deg, #107436, #9cff6c);
  width: 245px;
  padding-right: 25px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.highlight-tab {
  background: var(--gradient-red);
  height: 35px;
  height: 20px;
  position: relative;
}

.highlight-tab a {
  padding: 1px;
}

.header-contact .border-tab {
  position: relative;
  font-family: "Roboto Serif", serif;
}

.header-blk {
  padding: 8px;
  width: 90%;
  margin: auto;
}

/* navigation baar */

.navbar-nav .nav-item {
  border-right: 1px solid #ffffff3b;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto Serif", serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0 13px;
  position: relative;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: max-content;
}

.navbar-nav .nav-item:last-child {
  border-right: none;
  /* Remove border from the last item */
}

/* #sidebar{
 
    align-items: center;
    background: linear-gradient(0deg, #074964, #7bd7ff);
    background: var(--gradient-blue);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: auto;
    width: 100%;
   
} */


/* dropdown hover */

#drop-1 {

  border-radius: 13px;
  transition: transform 0.4s ease-in-out 0.1s, opacity 0.4s ease-in-out 0.1s;
}

#drop-1:hover {
  background: linear-gradient(0deg, #074964, #7bd7ff);

  color: #ffffff;


}

#sidebar {
  margin-right: 44px;
}

.navbar-light .navbar-nav #nav-link {
  font-size: 17px;
  font-weight: 600;
  font-family: math;
}

#top-nav {
  height: 62px;
}

/* reponsive height navbar */
@media(max-width:768px) {
  #top-nav {
    height: auto;
  }

  .navbar-nav .nav-item {
    border-right: none;
  }
}

/* vision mission  */
.bg-image {
  position: relative;
  z-index: 9;
}

.bg-image:before {
  content: "";
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://webapi.entab.info/api/image/SMSMU/public/Images/lotus.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-image:after {
  content: "";
  width: 50%;
  height: 300px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(https://webapi.entab.info/api/image/SMSMU/public/Images/lotus.png);
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1
}

.highlight-tab {
  background: var(--gradient-red);
  height: 35px;
  height: 20px;
  position: relative;
}

.highlight-tab a {
  padding: 1px;
}

.contact-tab {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.contact-tab img {
  display: block;
  margin: auto;
  width: 47px;
  border: 2px solid #246d8b;
  border-radius: 50%;
  padding: 8px;
}

.header-contact {
  vertical-align: middle;
  /* height: 100%; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 26px;
  padding-bottom: 20px;
}

.header-contact>div img {
  height: 20px;
}

.header-contact h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--main-color);
}

.header-contact h3 svg {
  margin-right: 10px;
}

.header-contact>div {
  margin-bottom: 0;
  width: 40%;
  text-align: center;
}

.header-contact .border-tab {
  background: linear-gradient(0deg, #107436, #9cff6c);

  border-radius: 16px;
  box-shadow: 0 20px 18px -10px #0000003d;
  color: #fff;
  cursor: pointer;
  line-height: 21px;
  margin-bottom: 0;
  padding: 9px 14px;
  text-transform: capitalize;
  transition: .5s;
}

.header-contact .border-tab {

  padding: 9px 14px;
  border-radius: 16px;
  margin-bottom: 0;
  transition: 0.5s;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 20px 18px -10px #0000003d;
  text-transform: capitalize;
  line-height: 21px;
}

.header-contact .border-tab a {
  position: relative;
}

.header-contact .border-tab {
  position: relative;
  font-family: "Roboto Serif", serif;
}

.header-contact .border-tab:hover:before {
  top: 105%;
}

.border-tab {
  position: relative;
}

p.border-tab:hover {
  margin-top: -10px;
}

.contact-tab p {
  font-size: 15px;
}

.contact-tab p a {
  font-size: 13px;
  display: block;
  color: #000 !important;
  text-transform: lowercase;
  line-height: 16px;
  font-family: "Roboto Flex", sans-serif;
}

.contact-tab p {
  color: #246d8b;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Roboto Serif", serif;
}

.contact-tab p a span {
  color: #666666;
}

#a {
  color: #0d6efd;
  text-decoration: none;
}

.contact-tab>div {
  margin: 0 20px;
}

#highlight {
  background: linear-gradient(0deg, #fff9cf, #fff190);

  color: #333;
}

.mission {
  background: linear-gradient(0deg, #074964, #7bd7ff);

  border-radius: 16px;
  box-shadow: 3px 30px 20px -20px #626262;
  color: #fff;
  margin-top: -110px;
  min-height: 320px;
  padding: 20px;
  width: 95%;
}

.mission h3 {
  font-family: "Roboto Serif", serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.mission p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  overflow: hidden;
}

.mission p {
  margin-bottom: 0;
}

.mission h3 img {
  width: 50px;
}

/* marquee tag */
#highlight marquee {
  height: 210px;
}

.fa-paperclip {
  background: linear-gradient(0deg, #074964, #7bd7ff);

  border-radius: 10px;
  box-shadow: 3px 30px 20px -20px #626262;
  font-size: 22px;
  height: 35px;
  color: #000;
  width: 33px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  padding-top: 7px;
}

.fa-paperclip:hover {
  cursor: pointer;
  color: rgba(0, 152, 253, 0.973);
}

/* about section */
.about-page {
  margin-top: -40px;
  padding: 130px 0 40px;
  position: relative;
}

.about-page>div {
  position: relative;
  z-index: 9;
}

.newsarea a {
  background: linear-gradient(0deg, #074964, #7bd7ff);
  background: var(--gradient-blue);
  border-radius: 9px 10px;
  color: #fff !important;
  padding: 5px 10px;
}

.about-heading h1 {
  font-size: 26px;
  margin-top: 0;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(0deg, #074964, #7bd7ff);
  -webkit-background-clip: text;
  font-family: "Roboto Serif", serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.spna-st {
  text-align: justify;
  line-height: 1.6;
  font-size: 26px;
  margin: 0 15px;
  font-family: math;
  font-size: 16px;
  color: #333;
}

/* button css */
/* From Uiverse.io by gharsh11032000 */
.animated-button1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: rgb(47, 224, 255);
  box-shadow: 0 0 0 2px rgb(39, 195, 243);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  height: 10px;
  /* padding-top: 11px; */
  margin-top: 15px;
}


.animated-button1 svg {
  position: absolute;
  width: 24px;
  fill: rgb(7, 226, 241);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button1 .arr-1 {
  right: 16px;
}

.animated-button1 .arr-2 {
  left: -25%;
}

.animated-button1 .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(0deg, #074964, #7bd7ff);

  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button1 .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button1:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #fffdfd;
  border-radius: 12px;
}

.animated-button1:hover .arr-1 {
  right: -25%;
}

.animated-button1:hover .arr-2 {
  left: 16px;
}

.animated-button1:hover .text {
  transform: translateX(12px);
}

.animated-button1:hover svg {
  fill: #212121;
}

.animated-button1:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button1:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* button css end */
/* new event  */
title {
  align-items: center;
  color: #444;
  display: flex;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.title h1,
.title h3 {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(0deg, #074964, #7bd7ff);

  -webkit-background-clip: text;
  font-family: "Roboto Serif", serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
}

.news-blk marquee {
  min-height: 210px;
  height: 410px;
}

.newsarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.news-blk img {
  width: 100%;
}

.news {
  background: linear-gradient(0deg, #fff9cf, #fff190);

  border-radius: 6px;
  margin: auto;
  padding: 30px;
  width: 100%;
}

#title-1 {
  align-items: center;
  justify-content: center;
  color: #444;
  display: flex;
  margin-left: 50px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

/* about section crousel */
.crousel-news {

  background: linear-gradient(0deg, #fff9cf, #fff190);
  height: 80vh;
  border-radius: 6px;
  margin: auto;
  padding: 50px 30px;
  width: 90%;
}

/* css crousel */
.owl-carousel .item .card {
  width: 100%;
  /* Card width */
  height: 350px;
  margin: 0 auto;
  /* Center the card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.card img {
  width: 100%;
  /* Card width */
  height: 200px;
  cursor: pointer;

}

.card-img-top {
  border-radius: 8px 8px 0 0;
  /* Rounded corners for the image */
}

.card-body {
  text-align: center;
  /* Optional: Center-align text */
}

.owl-nav button {
  cursor: pointer;
}

.card-body {
  cursor: pointer;
}

/* Apply cursor pointer to dots navigation */
.owl-dots .owl-dot {
  cursor: pointer;
}

/* Facilities Section */
.facilities {
  position: relative;
  background: url(./Image/facility-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  margin-top: 66px;
  background-size: 100% 100%;
}

.facilities::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 0;
}

.facilities .container {
  position: relative;
  z-index: 1;
  /* Ensures the content appears above the overlay */
}

#title-2 {
  -webkit-text-fill-color: #0000;
  background: linear-gradient(0deg, #074964, #7bd7ff);

  -webkit-background-clip: text;
  font-family: "Roboto Serif", serif;
  font-size: 40px;
  font-weight: 600;
  margin-top: -19px
}

.facility-card {
  position: relative;
  background: #faf8f8;
  opacity: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.facility-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Fully Transparent Bottom-to-Top Overlay */
.facility-card .overlay {
  position: absolute;
  bottom: -100%;
  /* Starts hidden below the card */
  left: 0;
  opacity: 0;
  /* Fully transparent */
  width: 100%;
  height: 100%;

  color: rgba(255, 255, 255, 0);
  /* Fully transparent text */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  /* Smooth slide and fade effect */
  z-index: 1;
}

.facility-card:hover .overlay {
  bottom: 0;
  /* Slides up into view */
  opacity: 1;
  /* Fully visible on hover */
  background: rgba(8, 90, 122, 0.918);
  /* Semi-transparent background on hover */
  color: rgba(255, 255, 255, 1);
  /* Fully visible text on hover */
  border-radius: 20px;
}

.facility-card .overlay h3 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(255, 217, 0);
}

.facility-card .overlay p {
  font-family: math;
  font-size: 25px;
  line-height: 1.6;
}

.rap {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;


}

/* Owl Carousel Adjustments */
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(5, 214, 241, 0.5);
  color: #fff;
  border: none;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  background: linear-gradient(0deg, #074964, #7bd7ff);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav button.owl-next {
  background: linear-gradient(0deg, #08232e, #7bd7ff);
  opacity: 1;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-nav button:hover {
  background: #007bff;
}

.owl-nav .owl-prev {
  left: -20px;
}

.owl-nav .owl-next {
  right: -20px;
}

.owl-dots {
  margin-top: 15px;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #cccccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.owl-dot.active span {
  background: #007bff;
}

/* birthday section */
#swiper {
  background: url(./Image/birthday-bg.png);
  background-size: 100% 100%;
  padding: 60px 10px 100px;
  width: 100%;
}

.upcoming {
  text-align: center;
  margin-top: 20px;
}

.upcoming img {
  display: block;
  /* Ensures proper spacing */
  margin: 0 auto;
  /* Centers the image */
  width: 50px;
  /* Adjust the size as needed */

}

.upcoming h4 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #d81e1eea;
  margin-top: 10px;
  display: inline-block;
}

.upcoming h4::before {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Adjust position of underline */
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  /* Adjust the length of the underline */
  height: 3px;
  /* Thickness of the underline */
  background-color: #074964;
  /* Color of the underline */
  border-radius: 2px;
  /* Optional: Rounded edges */
}

.swiper-horizontal {
  touch-action: pan-y;
  width: 450px;
}

/* #card{
  border-radius: 50%;
} */
.birthday-content {
  text-align: center;
  width: 100%;
  margin-left: 290px;

}

.birthday-content p {
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 11px;
  width: 118px;
}

.birthday-content {
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 93px;
}

.swiper-wrapper {
  height: 200px;
}

/* .swiper {
  width: 500px;
  height: 400px;
} */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 50.3333%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

.swiper-slide img {
  margin: auto auto 10px;
  width: 80px !important;
  justify-content: center;
  text-align: center;
  border: 2px solid #837183;
  border-radius: 50%;
  cursor: pointer;
  font-size: 13px;
  height: 80px;
  line-height: 20px;
  margin: auto;
  object-fit: contain;
  object-position: center;
  width: 80px !important;
}

/* card birthdayfall */

#upper::before {
  content: "";
  position: absolute;
  bottom: -9px;
  /* Adjust position of underline */
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  /* Adjust the length of the underline */
  height: 3px;
  /* Thickness of the underline */
  background-color: #074964;
  /* Color of the underline */
  border-radius: 2px;
  /* Optional: Rounded edges */
}

.births {
  font-weight: 700;
  font-family: math;
  font-size: 25px;
}

#birthdays {
  margin-top: 30px;
}

/* principal desk slider */

.gradient-custom {
position: relative;
background: url(./Image/facility-bg.png) no-repeat center center;
background-size: cover;
background-attachment: fixed;
padding: 50px 0;
margin-top: 66px;
background-size: 100% 100%;
}

.text-white {
  color: #ff0000 !important;
}

.carousel-indicators {
  border-radius: 50%;
  width: 10px;

  height: 10px;
}
.carousel-control-prev-icon:after {
  content: "";
}
.carousel-control-next-icon:after {
  content: "";
}
/* principal card  */

#pre_msg{
  background-color: #107436;
  color: white;
  font-family: math;
  width: 400px;
  font-weight: 500;
}

#color{
  color: orange;
}
/* css quote */
.quote-style {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  color: #333; 
}

.quote-style::before {

  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  color: #dc3545; 
  margin-right: 10px; 
}

.quote-style::after {
 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #dc3545;
  margin-left: 10px; 
}
#prv-btn {
  background-color: transparent; 
  border: none; 
  height: 50px; 
  top: 30%;
  width: 50px; 
  border-radius: 20px; 
  transition: background-color 0.3s ease, transform 0.3s ease; 
}
#pre-p{
  margin-top: -20px;
  font-family: math;
  text-align: justify;
  font-size: 20px;
}

#prv-btn:hover {
  background-color: #074964;
  transform: scale(1.05); 
  cursor: pointer; 
}
#img-pre{
border: 2px solid #074964;
}
/* button read more */

.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px; 
  height: 30px; 
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #074964;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

/* Arrow Styles */
.read-more .arrow {
  margin-left: 8px;
  font-size: 1.2rem;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.read-more:hover {
  background-color: #007afc;
}

.read-more:hover .arrow {
  transform: translateX(4px);
}

/* Optional: Focus Styles */
.read-more:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.986);
}
/* gallery section css */
.heading {
  text-align: center;
  font-size: 2.0em;
  letter-spacing: 1px;
  padding: 40px;
  color: white;
}

.gallery-image {
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.gallery-image img {
height: 250px;
width: 350px;
transform: scale(1.0);
transition: transform 0.4s ease;
}

.img-box {
box-sizing: content-box;
margin: 10px;
height: 250px;
width: 350px;
overflow: hidden;
display: inline-block;
color: white;
position: relative;
background-color: white;
}

.caption {
position: absolute;
bottom: 5px;
left: 20px;
opacity: 0.0;
transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
height: 250px;
width: 350px;
background-color:rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
transition: background-color 0.3s ease;
}

.img-box:hover img { 
transform: scale(1.1);
}

.img-box:hover .transparent-box {
background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
transform: translateY(-20px);
opacity: 1.0;
}

.img-box:hover {
cursor: pointer;
}

.caption > p:nth-child(2) {
font-size: 0.8em;
}

.gallery-p{
  font-family: math;
  font-weight: 700;
  font-size: 20px;
  color: yellow;
}
.opacity{
  font-weight: 900px;
  font-family: math;
  font-size: 21px;
  
} 
/* reponsive principal */
@media (max-width: 576px) {
  #img-pre {
    width: 100px;
    height: 100px;
  }
 
  h4.quote-style {
    font-size: 18px;
  }

  .card-body {
    padding: 1.5rem;
  }

  .read-more {
    font-size: 0.9rem;
  }
  #card_pre {
    height: 546px;
}
#pre-p{
  margin-top: -20px;
  font-family: math;
  text-align: justify;
  font-size: 20px;
}
#prv-btn {
  margin-left: -31px;
  background-color: #0000004f;
}
.carousel-control-next{
  margin-right: -36px;

}
#highlight-tab {
  display: none;
}
.contact-tab{
  display: none;
}
.vision {
  position: relative;
  z-index: 2;
  margin-top: 104px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
}
#vision_gap{
  margin-top: 144px;
}
.modal-content {
  width: 95%;
}
}
/* footer css */
#contact{
  background:  linear-gradient( #074964, #7bd7ff); /* W3C */
  background-size: 100% 100%;
  background-repeat: no-repeat;
 
}
#footer_mini{
  background: linear-gradient(#4ac0f3f5, #59bee9)
}

.footerul {
  list-style: none;
  display: block;
  margin-left: -5px;
}
#footerul {
  list-style: none;
  display: block;
  margin-left: -35px;
}
.footerul li {
  margin-left: 0px;
  color: #ececec;
  line-height: 30px;
}
.footerul li i {
  color: #dcd109;
  padding-right: 7px;
  font-size: 15px;
}
.footerul li a {
  color: #ececec;
  text-decoration:none;
}
.sociallink {
              list-style: none;
              margin-bottom: 20px;
              padding-top: 0px;
              margin-left:-39px;
          }

          .sociallink li {
              margin-left: 0px;
              display: inline;
              padding: 0px 10px 6px 0px;
              color: white;
              font-weight: 600;
          }

          .li_a {
              color: white;
              cursor: pointer;
              font-size:22px;
          }

          .li_a :hover {
              color: #fff753;
          }


.footer_link {
      transition: color 0.3s ease, text-decoration 0.3s ease;
  }

  .footer_link:hover {
      color: #ffcc00; /* Change to yellow on hover */
      text-decoration: underline; /* Add underline on hover */
  }
.h5_footer {
  font-family: math;
  font-weight: 700;
  border-width: 16px;
  font-size: 26px;
  /* text-align: center; */
  color: white;
  text-transform: uppercase;
  border-bottom: 1px #ffeb00 dashed;
  margin-bottom: 24px;
  border-width: 1px;
}
.Visitor span {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 3px;
  background: #ffaa1d;
  font-weight: 700;
  letter-spacing: 9px;
}

.Visitor
{
  margin-left:19px;
}
.Visitor p {
  float: left;
  margin-right: 10px;
  color: white;
}
/* abous us  page csss */
.page-title {
  background-image: url(./Image/our-school.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 220px;
  color: #fff;
  text-align: center;
  box-shadow: 2px 4px 11px #5d5d5d;
}
.back-opacity:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 58%);
}

.back-opacity {
  position: relative;
}
.page-title .fr {
height: 100%;
display: table;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.page-title .page-title-wrapper {
display: table-cell;
vertical-align: bottom;
position: relative;
z-index: 2;
width: 396px;
}
.page-title .captions {
letter-spacing: 1px;
font-size: 21px;
text-transform: uppercase;
margin: 0 0 21px 0;
display: none;
}
.page-title .breadcrumb {
height: 39px;
margin: 0;
text-transform: uppercase;
text-transform: capitalize;
max-width: 800px;
border-radius: 11px;
}
.breadcrumb>li+li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb {
display: flex;
flex-wrap: wrap;

margin-bottom: 1rem;
list-style: none;
}


.page-title .breadcrumb li {
display: inline-block;
margin-left: 10px;
font-family: sans-serif;
font-weight: 600;
margin-top:6px;
}
.abt-sch, .our-principal {
  border-radius: 6px;
  padding: 8px;
}
.abt-sch {
  background: linear-gradient(0deg, #074964, #7bd7ff);
  
  box-shadow: 5px -20px 20px -28px #000, 5px 20px 20px -28px #000;
  margin-top: 20px;
}
.abt_p{
  text-align: justify;
  font-family: math;
  font-size: 20px;
}
.spn_abt{
font-weight: 700;
}
/* our principal css */
.card-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 8px 8px rgba(0,0,0,0.11), 
              0 16px 16px rgba(0,0,0,0.11), 
              0 32px 32px rgba(0,0,0,0.11);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-container:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background:#0f77a0ab;
  color: #f8f8f8;
  display: flex;
  font-weight: 700;
  font-family: math;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transition: bottom 0.4s ease;
}

.card-container:hover .card-overlay {
  bottom: 0;
}

.card-overlay h3 {
  font-size: 1.5rem;
  margin: 0;
}

.card-overlay p {
  font-size: 1rem;
  margin-top: 10px;
  color:yellow;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media (max-width: 576px) {
  .card-overlay h3 {
      font-size: 1.2rem;
  }

  .card-overlay p {
      font-size: 0.9rem;
  }
}

/* admission procedure css */
.p_1{
  font-family: math;
  font-size: 20px;
}
.spn{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 700;
}
/* registration page css */
/* registration css */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.blink_me {
  display: inline;
  animation: blink 1s infinite;
}


#Button1 {
color: white;
background-color: #FF3300;
font-weight: 700;
width: 325px;
font-family: 'Poppins';
box-shadow: 5px 6px #a39090;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#Button1:hover {
background-color: #FF6633;
box-shadow: 5px 6px #8c7b7b;

}
/* contact page css */

.main_page-title{
  padding-left:18px; 
  font-family: sans-serif; 
  font-weight: 900;
}

.sidemenu{
  border: 2px solid #891206; ;
  padding: 8px;
}
.sidemenu-style{
  border: 1px dashed rgb(218, 186, 9); 
  padding: 8px;
}
.page-info li{
  list-style: none;
  border: 1px solid #aa0808 ;
}
.page-info li:hover{
  background-color: rgb(4, 88, 122);
  color:white;
}
.page-info li a{
  font-family: catamaran, sans-serif;
  color: #000;
  text-decoration: none;
}
.page-info li a i{
  padding-left: 3px;
  padding-right: 8px;
}

.title-heading{
  background-color:rgb(4, 88, 122);
  color: #fff;
  font-weight: 700;
  font-family: bree serif, serif;
  padding-left: 10px;
}

.page-main-style img{
  padding: 8px;
}
.page-main-style p{
  font-family: catamaran, sans-serif;
  text-align: justify; 
  padding: 15px;
}

.page-main-style #director_img{
  padding-top: 22px;
  padding-left: 10px;
}
/* contact page start */
.card1_style
{
    background-color:rgb(4, 88, 122);
}
.contact_style2 a
{
    background-color:rgb(4, 88, 122);
}
/* contact page end */

.sidemenu 
{
transition:transform 0.3s ease-in-out;
}

.sidemenu 
{
transform:translateX(10px);
}
/* Enquiry form css */

.image-container {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.form-container {
  padding: 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  margin-bottom: 20px;
}

.btn-submit {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #31b0c7;
  color: white;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .image-container {
      height: 300px;
      border-radius: 10px;
  }
  #map_frame{
    width:342PX; 
    height:160PX;
  }
}
/* Enquiry form end */
/* top to buttom code */
#button {
  display: inline-block;
  background-color: #00d9ff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Admission open */
@media (max-width: 768px) {
  .responsive-img {
    max-width: 113px;
    position: fixed;
    right: 5px;
    top: 245px;
  }
}
/* drop down menu li css */
.dropdown-menu li a{
  font-family: math;
  font-weight: 700;
}