@import url("https://fonts.googleapis.com/css2?family=Rubik+Maze&display=swap");

@font-face {
  font-family: "Satoshi";
  src: url("https://webapi.entab.info/api/image/STPSFH/public/font/Satoshi-Light.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-gradient: linear-gradient(0deg, #811681, #e738e7);
  --dark-gradient: linear-gradient(0deg, #a48300, #ffd943);
}

body,
html {
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
  /* background-color: #fff6ea; */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.innersubmenu {
  position: relative;
}

.innersubmenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.innersubmenu button {
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
/* --------erp------------ */
.erp_links {
  left: 0;
  position: fixed;
  bottom: 110px;
  z-index: 99;
}

.erp_links img {
  width: 100% !important;
}

/* 
.erp_links {
  right: 0;
  position: fixed;
  bottom: 110px;
  z-index: 99;
}

.erp_links img {
  width: 80px;
} */

/* ----------------slidr---------- */
.homeslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-item {
  width: 100%;
  height: 100%;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ------erp------------ */

.syllabus-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 20px;
}

.syllabus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.pdf-icon {
  font-size: 40px;
}

.click-text {
  display: inline-block;
  margin-top: 10px;
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

.click-text:hover {
  text-decoration: underline;
}

.topheader {
  background: linear-gradient(0deg, #012f60 4.78%, #07a6d0 93.85%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 100px 0px 0px;
}

.header {
  width: 100%;
  transition: all 0.3s ease;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
}

.topheaderli li {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  list-style: none;
  display: inline-block;
  padding: 10px 30px;
  margin: 0px 10px;
}

.topheaderli ul,
.topheaderbtn ul {
  padding-left: 0;
  margin-bottom: 0;
}

.topheaderbtn img {
  width: 30px;
}

.topheaderbtn ul li {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  list-style: none;
  display: inline-block;
  padding: 5px 10px;
  background: linear-gradient(179deg, #ffcf68 4.78%, #f0a44c 93.85%);
  font-weight: bold;
  margin: 0px 10px;
}

.topheaderli {
  padding-right: 100px;
}

.topheaderbtn ul li:last-child {
  background: transparent;
  color: #ffcf68;
  font-weight: 400;
}

.midheaderleft img {
  padding-left: 100px;
}

.senior-fee {
  text-align: center;
  font-weight: bold;
}

.highlights {
  background: #16639f;
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.highlights p a {
  color: #fff;
}

.highlights:before {
  background: linear-gradient(114deg, #fff 50%, #0000 0);
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 80px;
}

.highlights marquee p {
  display: inline-block;
  margin: 0px 7px;
}

img.announ-gif {
  width: 30px;
  margin-left: 40px;
}

nav.navbar {
  background: linear-gradient(181deg, #0f7c7f 4.78%, #057bad 93.85%);
  width: 100%;
  margin-top: 0px;
  z-index: 99;
}

ul.navbar-nav li .nav-link {
  color: #fff;
}

nav.navbar ul.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;

  padding: 10px 41px 10px 10px;
}

nav.navbar ul.navbar-nav li {
  text-transform: uppercase;
}

.nav-link {
  padding: 0;
}

nav.navbar ul.navbar-nav > li {
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

nav.navbar ul.navbar-nav > li:last-child {
  border-right: 0px solid #bdbdbd;
}

.nav-link {
  padding: 0 !important;
}

.slider-sec {
  display: flex;
  flex-direction: row;
}

.slider-sec .news {
  background: #058fb3;
  background-size: 100% 100%;
  padding: 40px 10px 40px 10px;
  width: 385px;
  position: relative;
  height: auto;
}

.slider-sec .news:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  right: 0;

  bottom: 0;
}
.notice-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.notice-date i {
  font-size: 14px;
}
.slider-sec .news:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  /* background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/newsbg1.png)
    no-repeat left top; */
  top: 0;
}

.slider-sec .news marquee {
  margin-top: 30px;
  height: 370px;
  margin-bottom: 70px;
}

.homeslider {
  width: 80%;
}

.newsbg {
  height: 100%;
  position: relative;
  z-index: 1;
}

.newsbg .title {
  color: #0d2859;
  background-color: #fdc965;
  padding: 0px 10px;
  align-items: left;
  justify-items: baseline;
  text-transform: uppercase;
}
ul.newsboxlist {
  list-style: none;
  padding: 0;
}

ul.newsboxlist li {
  padding: 10px 8px 10px 15px;
  color: #fff;
}

ul.newsboxlist li p {
  margin-bottom: 10px;
  font-size: 13px;
}

ul.newsboxlist li p a {
  float: right;
  color: #fff;
  background: maroon;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsdesc h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.newsdesc h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-right: 40px;
  font-family: "Mulish", sans-serif;
  overflow: hidden;
}

a.viewall {
  background: -webkit-linear-gradient(#ffae00, #ff8800);
  padding: 13px 25px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 4px 2px #33333329;
  margin-left: 20px;
}

a.viewall:hover.viewall img {
  transform: translateX(10px);
}

a.viewall img {
  transition: all 0.2s ease-in;
}

/* #parallelogram {
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/noticebg.png")
    no-repeat center;
  background-size: 100% 100%;
  width: 100%;
} */

#parallelogram h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0px;
}

.newsbox > div > p {
  color: #fff;
}

.aboutmidsec {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
  margin-top: -50px;
  z-index: 99;
  position: relative;
  /* background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/shadow-block.png); */
  padding: 20px 40px 40px;
  background-size: 100% 100%;
  text-align: center;
  gap: 25px;
  align-items: center;
  /* display: flex; */
  /* margin: auto; */
  transform: translate(9%, -50%);
  background-color: #fff;
}

.chooseuspartright .chooseuspartrgtbox {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  align-items: start;
  margin-right: 10px;
}

.aboutmidsec img {
  height: 60px;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}

.aboutmidsec .read_more {
  color: #ddd1ae;
  font-size: 16px;
}

.aboutmidsec p {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

.aboutmidsec a {
  text-decoration: none;
}
.about-new-but p {
  margin-top: 10px;
}
.about-new-but {
  width: fit-content;
  /* min-height: 35px; */
  padding: 0px 10px;
  border-radius: 15px;

  color: #333;
  border: 2px solid transparent;

  background:
    linear-gradient(#fdc965, #fdc965) padding-box,
    linear-gradient(180deg, #fdc965 0%, #f5a623 100%) border-box;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  line-height: 1;
}

.about-new-but::after {
  content: "";
  width: 16px;
  height: 10px;

  background-image: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/CSSK/public/Images/arrow-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  display: block;
  flex-shrink: 0;
}
.aboutmidsec p.abt-txt span {
  display: block;
}

.newsbox {
  position: relative;
}

.newsbox {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.newsdesc img {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 47px;
}

a.learnmorebtn {
  background: linear-gradient(177deg, #f3d9b6 4.78%, #bf895a 93.85%);
  padding: 5px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  font-style: italic;
  border-radius: 3px;
}

.homeabout {
  position: relative;
  background-color: #fff6ea;
  width: 100%;
  background-size: cover;
  padding-top: 200px;
  margin-top: -190px;
  padding-bottom: 100px;
}

.homeabout:before {
  position: absolute;
  content: " ";
  opacity: 0.9;

  width: 100%;
  height: 100%;
  top: 0;
}

.homeabout .container-fluid {
  position: relative;
}

.maintitle h1 {
  -webkit-text-fill-color: #0000;
  background: -webkit-linear-gradient(#4787c8, #234262);
  -webkit-background-clip: text;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

.maintitle p {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.maintitle p:after {
  /* background: linear-gradient(180deg, #ffae00 4.78%, #ff8800 93.85%);
  content: " "; */
  height: 5px;
  right: -170px;
  position: absolute;
  top: 50%;
  width: 140px;
  z-index: 9;
}

.maintitle {
  /* margin-bottom: 20px; */
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 13px;
}
.maintitle.new-tot {
  width: 100%;
  margin-top: 13px;
  margin-bottom: 20px;
  align-items: flex-start;
  text-align: left;
}

.aboutinfoboximg img {
  width: 60px;
}

.aboutinfo {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  gap: 57px;
  background-color: #fff9d9;
  padding: 10 10px;
  box-shadow: 0 30px 35px -35px rgba(255, 220, 70, 0.45);
  width: 94.5%;
}
.aboutinfoboxdesc h6 {
  font-size: 45px;
  line-height: 50px;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(180deg, #06a2cc 0%, #013263 100%);
  -webkit-background-clip: text;
  font-weight: 900;
}

.aboutinfoboxdesc p {
  font-size: 16px;
  color: #333;
  /* padding-left: 10px; */
  font-weight: 600;
}

.aboutinfobox {
  display: flex;
  margin: 0px 20px;
}

.aboutinfoboxdesc p span {
  display: block;
}

.music-player-box {
  width: 323px;
  height: 284px;
  background: linear-gradient(135deg, #06a2cc 0%, #013263 100%);
  border-radius: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  padding: 25px 20px 20px;
  margin-top: 13px;
}

.music-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.custom-audio-player {
  width: 100%;
  height: 45px;
  background-color: #fdc965;
  border-radius: 25px;
  accent-color: #000;
  margin-top: 48px;
}
.classSection {
  /*   background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/bg-gif.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  padding: 70px 0;
  position: relative;
}

.classSection:before,
.events.padded-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(269deg, #13565e, #1998b8, #13565e);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tabs {
  display: flex;
  cursor: pointer;
  justify-content: space-around;
}

.tab {
  padding: 10px 20px;
  border-bottom: none;
  margin-right: 5px;
  width: 20%;
  position: relative;
}

.tabs-img img {
  width: 100%;
  height: 93%;
  object-fit: cover;
  position: relative;
  z-index: 9;
  border-radius: 36px;
}

.tabs-img {
  width: 150px;
  margin: 20px auto;
  border-radius: 50px;
  overflow: hidden;
  height: 150px;
  position: relative;
  padding: 5px;
}

.tabs-img > div {
  height: inherit;
}

.tab-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 9;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tabs-content {
  padding: 30px;
  background: #ffffff;
  text-align: center;
  width: 93%;
  margin: 20px auto;
  box-shadow: 0px 20px 15px -25px #000;
}

.tab:after {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid #ffffff66;
  border-left: 30px solid #0000;
  border-right: 30px solid transparent;
  transition: 0.5s;
  opacity: 0;
}

.tab.active:after {
  top: 100%;
  opacity: 1;
}

.content p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.tabs-content button.button {
  position: relative;
  position: relative;
  text-align: center;
  margin: 20px auto 0;
}

.content {
  position: relative;
}

.calender {
  position: relative;
}

.messagesec .maintitle,
.topper_bg .maintitle,
.chooseus .maintitle,
.facilities .maintitle {
  margin: 0 auto 25px;
}

.tabs-img:before {
  content: "";
  position: absolute;
  left: -9px;
  top: -6px;
  width: 117%;
  height: 113%;
  background: linear-gradient(45deg, #ffffff, #ffffff 60%, #ffffff00 10%);
  border-radius: 39px;
  transform: scale(1.05);
  transform-origin: center;
  /* box-shadow: 0px 0px 0px 1px #18477d, inset 0px 0px 0px 6px #fff; */
  /* border-left: 31px solid #ffffff00; */
  /* border-right: 4px springgreen; */
  animation: 20s rotate-blk infinite;
}

.tab.active:after {
  top: 100%;
  opacity: 1;
}

.classSection .maintitle h1 {
  -webkit-text-fill-color: #d9be28;
}

.classSection .maintitle {
  color: #fff;
}

.tab:after {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 0;
  height: 0;
  border-bottom: 20px solid #ffffff;
  border-left: 30px solid #0000;
  border-right: 30px solid transparent;
  transition: 0.5s;
  opacity: 0;
}

@keyframes rotate-blk {
  0% {
    transform: scale(1.2) rotate(0deg);
    transform-origin: center;
  }

  100% {
    transform: scale(1.05) rotate(360deg);
    transform-origin: center;
  }
}

.mainbtn.button {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.header-text h3 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  color: #243960;
  text-align: center;
  padding: 20px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.calender {
  position: relative;
}

.header-text h5 {
  display: none;
  font-size: 16px;
  text-align: center;
  color: #333;
  margin: 10px;
}

.calender_block {
  /* background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/calender-bg.jpg); */
  background-size: 100% 100%;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 14px 20px 40px -40px #000;
  background-color: #fcfcfc;
  margin-top: 13px;
}

.calendar-header i {
  font-size: 47px !important;
  padding: 0px 10px;
}

.copyright a {
  color: #ff0000;
  font-weight: 800;
}

.error {
  color: red;
  font-size: 12px;
}

.formdiv span,
.careerform-feilds span {
  color: red;
}

.calendar-footer h4 {
  margin: 20px auto;
}

.blue {
  color: #0788b1;
  font-weight: bold;
}

.sidebar-title {
  padding: 10px;
  display: none;
}

.calendar-wrapper.z-depth-2 {
  padding: 5px;
}

.event-mark {
  width: 5px;
  height: 5px;
  background-color: teal;
  border-radius: 100px;
  position: absolute;
  left: 46%;
  top: 70%;
}

.calendar-footer {
  font-weight: 300;
  position: relative;
  overflow: hidden;
  padding: 27px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border-blk {
  /* border: 1px solid #ff8800; */
  border-radius: 18px;
}

.calendar-wrapper {
  display: flex;
  width: 100%;
  margin: auto;
  align-items: flex-start;
}

.content-wrapper {
  width: 100%;
  /* margin-top: 60px; */
}

.main-wrapper {
  width: 100%;
}

.calendar-wrapper > div {
  width: 60%;
}

.calendar-wrapper > div:last-child {
  width: 40%;
  margin-left: auto;
  /* background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/cal_shape.jpg); */
  background-size: 100% 100%;
  padding: 26px;
  height: max-content;
  border-radius: 18px;
  margin-left: 15px;
  background-color: #fcfcfc;
  margin-top: 13px;
}

.calendar-wrapper .emptyForm {
  padding: 20px 5px 30px 5px;
  margin-bottom: 0;
  height: 295px;
  overflow: auto;
}

.calendar-footer h4 {
  margin: 20px auto;
}

.calendar-header button.prev-button,
.calendar-header button.next-button {
  display: none;
}

.eventlist p {
  margin: 0px 9px;
}

.sidebar-wrapper {
  color: #fff;
  background-color: #5a649c !important;

  font-weight: 300;
  padding: 0 0 20px;
}

.eventCard {
  background-color: #fff;
  color: #000;
  padding: 12px 24px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  position: relative;
  animation: slideInDown 0.5s;
}

.eventCard-header {
  font-weight: 700;
}

.eventCard-description {
  color: grey;
}

.eventCard-mark-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    white 25%,
    white 100%
  );
}

#table-header .col {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.eventCard-mark {
  width: 8px;
  height: 8px;
  background-color: #b39ddb;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 45%;
}

#table-body .row .col {
  padding: 0.6rem;
  width: 14%;
}

#table-body .row {
  margin-bottom: 0;
}

#calendar-table {
  text-align: center;
  padding: 20px;
}

.prev-button {
  position: absolute;
  cursor: pointer;
  left: 0;
  color: #333 !important;
}

.prev-button i {
  font-size: 4em;
}

.next-button {
  position: absolute;
  cursor: pointer;
  right: 0;
  color: #333 !important;
}

.next-button i {
  font-size: 4em;
}

#table-body .col {
  max-width: 13%;
  min-width: 14%;
  padding: 5px 0;
  text-align: center;
}

div#emptyForm span {
  color: #333;
  width: 30%;
  float: left;
}

div#emptyForm p {
  margin-bottom: 10px;
  font-weight: 500;
}

span.day-event {
  display: none;
}

.col.active-day {
  color: #012f60;
}

.calendersec {
  /* background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/calendersecbg.jpg); */
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px 0px 0px;
  position: relative;
  background-color: #fff6ea;
}

.recentactivitesnew marquee {
  overflow: hidden;
  height: 690px;
}

.recentactivites {
  position: relative;
  background-color: white;
  background-size: 100% 100%;
  border-radius: 18px;
  margin-bottom: 0;
  padding: 50px 20px;

  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12); */
}

.recentactivites::after {
  content: " ";
  position: absolute;
  /* background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/recentactivitesicn.png")
    no-repeat; */
  bottom: 30px;
  width: 111px;
  height: 100px;
  right: 0;
}
/* 
.recentactivites::before {
  content: "";
  position: absolute;
  top: -53px;
  right: 35px;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  background: #fdc965
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAItJREFUeAGNz70NgzAQBeD3nBTXRPIILlkjGyQdZTwZbbqMkDUoGYHSEj+HQQJZ/Aiuejp99t3xkeUfgAVOyuBi0bqXDSI2bd4BR5ofVJc+1y9tlrsO/MfoQNYzNocIqFT7dzJlHzXQp8TQpcfsoVB+q3SauYImGL8uztC04w3wbcQt1G9QkBoS/BgHNqo+V7vQUDAAAAAASUVORK5CYII=)
    no-repeat center;
  background-size: 12px auto;
} */

.recentactivites::before {
  /* Base styles */
  content: "";
  position: absolute;

  width: 42px;
  height: 42px;
  border-radius: 2px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.recentactivites.activities_home::before {
  top: -53px;
  right: 35px;
  background: #fdc965
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAItJREFUeAGNz70NgzAQBeD3nBTXRPIILlkjGyQdZTwZbbqMkDUoGYHSEj+HQQJZ/Aiuejp99t3xkeUfgAVOyuBi0bqXDSI2bd4BR5ofVJc+1y9tlrsO/MfoQNYzNocIqFT7dzJlHzXQp8TQpcfsoVB+q3SauYImGL8uztC04w3wbcQt1G9QkBoS/BgHNqo+V7vQUDAAAAAASUVORK5CYII=)
    no-repeat center;
}
.recentactivites.event_home::before {
  top: -53px;
  right: 45px;
  background: #fdc965
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAItJREFUeAGNz70NgzAQBeD3nBTXRPIILlkjGyQdZTwZbbqMkDUoGYHSEj+HQQJZ/Aiuejp99t3xkeUfgAVOyuBi0bqXDSI2bd4BR5ofVJc+1y9tlrsO/MfoQNYzNocIqFT7dzJlHzXQp8TQpcfsoVB+q3SauYImGL8uztC04w3wbcQt1G9QkBoS/BgHNqo+V7vQUDAAAAAASUVORK5CYII=)
    no-repeat center;
}

.recentactivitesnew {
  /* background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/recentactivites1.png)
    no-repeat 100% 100%; */
  height: auto;
}

.recentactivitesbox {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.recentactivitedesc h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  /* background: #234262; */
  overflow: hidden;
  padding: 14px 14px 14px 14px;
  color: #333;
}
.recentactivitedesc h6 {
  height: 48px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 20px;
  /* line-height: 24px; */
  margin-bottom: 0;
  /* background: #234262; */
  overflow: hidden;
  padding: 14px 14px 14px 14px;
  color: #333;
}

.maintitle h1 span {
  display: block;
}

.recentactivitedesc p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
  /* padding-right: 25px; */
  overflow: hidden;
  color: #333;
  padding: 1px 16px;
}

.recentactivitesimg img {
  border: 7px solid #fcfcfc;
  height: 150px;
  width: 100%;
  object-fit: cover;
  background: #fff;
  border-radius: 5px;

  box-shadow: -3.13px 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.recentactivitesbox a img {
  width: 50px;
}

.recentactivitesimg {
  width: 200px;
  padding-right: 18px;
}
.recentactivitedesc {
  /* width: 70%; */
  width: 100%;
  /* width: 65dvw; */
  background-color: #f4efd5;
  border-radius: 5px;
}

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

.recentactivitesbox a {
  /* width: 100px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0%, -50%); */
}
.recentactivitedesc .view_attachments {
  font-size: 13px;
  /* border: 1px solid red; */
  padding: 10px;
  box-shadow: 3px 4px 6.2px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 5px;
  margin-right: 30px;
  color: red;
  text-transform: capitalize;
}
.tabs-content .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

.eventsec {
  margin-top: 2px;
  /* background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/eventbg.jpg); */
  background-size: 100% 100%;
  padding: 15px;
  border-radius: 18px;
  box-shadow: 14px 20px 40px -40px #000;
  margin-bottom: 50px;
  background-color: #fcfcfc;
}

.eventsec h5 {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.eventimg {
  width: 100%;
  height: 120px;
  object-fit: cover;
  background: #fff;
  border: 10px solid #f0f0f0;
  object-position: top;
}

.eventsec h3 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  color: #243960;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eventsec .border-blk {
  padding: 20px;
}

.eventdesc p > div {
  display: inline;
}

.eventdesc p {
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: -12px;
}

.eventdesc {
  padding-top: 10px;
}

.messagesec {
  padding: 21px 0;
  position: relative;
  background-color: #fff6ea;
}

.titleimg {
  text-align: center;
  width: 50px;
  position: relative;
  transform: translate(-50%, 0%);
  left: 110px;
  top: 50%;
}

.message-container {
  display: flex;
  margin-top: 30px;
  gap: 40px;
}

.message-container .messagebox {
  width: 77%;
  background: #fff;
  background-size: 100% 100%;
  padding: 39px;
  margin-right: 13px;
  border-radius: 18px;

  text-align: center;
  gap: 10px;

  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #1c56bf 0%, #0d2859 100%) border-box;
}

.message-container .messagebox h3 {
  -webkit-text-fill-color: #0000;
  background: -webkit-linear-gradient(#4787c8, #234262);
  -webkit-background-clip: text;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 23px;
}
.maintitle.princi {
  margin: unset !important;
}
.msginfo {
  font-size: 18px;
  text-align: justify;
  line-height: 26px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 50px;
}

.messageboximg p {
  font-size: 16px;
  color: #0d2859;
  font-weight: 700;
  /* font-style: italic; */
  text-align: left;
  text-transform: uppercase;
}

.message-container .messageimg {
  /* width: 22%; */
  /* margin-top: 30px; */
  margin-left: 60px;
}

.message-container .messageimg img {
  margin: auto;
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 45px;
  background: #f1f1f1;
  object-position: top;

  border: 1px solid transparent;
  background:
    linear-gradient(#f1f1f1, #f1f1f1) padding-box,
    linear-gradient(135deg, #1c56bf 0%, #0d2859 100%) border-box;
}

.messageboximg p span {
  display: block;
  color: #333;
  font-weight: normal;
}

.footer {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO3/public/Images/footer-banner.jpg);
  background-size: 100% 100%;
  padding: 30px 80px 30px;
  position: relative;
  color: #fff;
}

.copyright {
  text-align: center;
  font-size: 14px;
}

.quick-link ul {
  list-style: none;
  padding: 0;
}

.quick-link ul li {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 100;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 1px;
  color: #ffffffcf;
  line-height: 30px;
}

.quick-link ul li i {
  color: #fff;
}

.ph-flex {
  display: flex;
}

.app-cont {
  width: 70%;
}

.ph-flex .mobile-icon {
  width: 29%;
}

.app-cont p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  font-family: "Satoshi";
  color: #ffffffcf;
}

.app-cont > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 38px;
}

p.link {
  text-align: center;
  width: 100%;
  background: #f4eae0;
  color: #333;
  padding: 12px 12px;
  border-radius: 6px;
  font-size: 16px;
  margin: auto;
  margin-top: 10px;
  font-weight: bold;
  font-family: "Mulish";
}

.address p {
  display: flex;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 100;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 1px;
  color: #ffffffcf;
  line-height: 20px;
}

.address p i {
  margin-right: 10px;
}

.ftr-logo img {
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
}

.footer h3 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.1px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 20px;
  margin-top: 18px;
  color: #fff;
  text-transform: uppercase;
}
.footer h3::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
}
.footer iframe {
  height: 200px;
  width: 90%;
  margin-top: 10px;
  border: 10px solid #fff;
}

ul.socialMedia {
  list-style: none;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  width: 200px;
  gap: 25px;
}
ul.socialMedia li {
  margin: 5px;
}
.ph-flex .app-cont h3 {
  color: #fcfe7b;
}
.ph-flex .link {
  margin: 0;
  white-space: nowrap;
}

.ph-flex .d-flex img {
  max-height: 84px;
  width: auto;
}

.ph-flex .app-cont h3::after {
  background-color: transparent !important;
}
.chooseuspart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chooseuspartleft {
  width: 33%;
}

.chooseuspartright {
  width: 33%;
}

.chooseuspartrgtbox h6 {
  /* background: -webkit-linear-gradient(#0493ca, #0e4859); */
  padding: 9px 10px;
  border-radius: 50px;
  width: max-content;
  color: #333;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 0px 0;
  /* border: 1px solid; */
}

.chooseuspartrgtbox p span {
  font-size: 16px;
  font-style: italic;
  padding-left: 10px;
}

.chooseuspartrgtbox p {
  font-size: 16px;
  font-style: italic;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #666;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  margin: 0;
}

.chooseuspartrgtbox {
  width: 100%;
  border: 2px solid #d9be28;
  border-radius: 20px;
  background-color: #fff9d9;
  text-align: left;
}
.chooseuspartlftbox {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: -1px;
  outline-offset: 2px;
  margin-right: 10px;
}

.chooseuspartlftbox img {
  width: 45px;
  height: 70px;
  object-fit: contain;
}

.chooseuspartbox {
  display: flex;
  margin-bottom: 20px;
}

.chooseuspartright .chooseuspartrgtbox {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  align-items: start;
  margin-right: 10px;
}

.chooseuspartcenter {
  padding: 40px;
}

.chooseuspartcenter img {
  display: block;
  margin: 0 auto;
}
.facilitiesbox {
  background: linear-gradient(135deg, #fffcee 0%, #fff2a8 100%);
  padding: 15px;
  border-radius: 20px;
}

.facilitiesbox h3 {
  font-size: 20px;
  color: #243960;
  line-height: 30px;
  margin-bottom: 9px;
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.facilitiesbox p {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.facilitiesbox img {
  display: block;
  margin: 0 auto;
  width: 85px;
  background-color: transparent;
}

.facilities .col-xl-2.col-lg-6.col-md-6 {
  width: 20%;
}

.facilities {
  padding: 21px 0;
  background-color: #fff6ea;
}

.facilitiesimg {
  position: relative;
}

.facilitiesimg1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.facilitiesimg1 img {
  width: 59px;
}

.fulwidth {
  width: calc(100% - 100px);
}

.button.what {
  display: block;
  font-size: 14px;
  background:
    linear-gradient(#fdc965, #fdc965) padding-box,
    linear-gradient(180deg, #fdc965 0%, #f5a623 100%) border-box;

  color: #333;
  border: 2px solid transparent;
  padding: 10px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  width: max-content;
  max-width: 100%;
}

.button:before {
  content: "";
  width: 5px;
  height: 4px;

  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.5s;
}

.button .bi-arrow-right::before {
  font-weight: bolder !important;
  font-size: 17px;
}

.button {
  position: relative;
}

.button:hover:before {
  width: 100%;
  height: 3px;
}

.chooseuspartrgtbox button.button.m-auto {
  margin-left: 7px !important;
}

.chooseuspartrgtbox button.button.m-auto {
  margin-right: 7px !important;
}

.search input {
  width: 100%;
  border: 0;
}

.search form {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 9px 20px;
}

.scan {
  border: 1px solid #4d80de;
  padding: 5px 10px;
  width: 250px;
  border-radius: 91px;
}

.scan img {
  width: 23px;
  float: left;
  margin-right: 10px;
}

.paymentsearch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 110px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.search input:focus-visible {
  border: 0 !important;
  box-shadow: none;
  outline: 0px;
}

.search {
  width: 665px;
  position: relative;
  padding-right: 110px;
}

.scan p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.newsgif {
  width: 22px;
}

.aboutmidsec .button {
  position: static;
}

.aboutmidsec .button:before {
  background: transparent;
}

.innerslide {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background:
    linear-gradient(360deg, #1c1b3b8f 100%, #1c1b3b91 100%, #3333338c 100%),
    url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/CSSK/public/Images/innersld.jpeg")
      no-repeat center center;
  background-size: cover;
  height: 255px;
  padding-bottom: 50px;
}

.innersec {
  min-height: 600px;
  padding: 100px 10px;
}

.innersec p {
  line-height: 34px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
}

.innersec h1 {
  font-size: 35px;
  position: relative;
  padding-left: 70px;
  background: -webkit-linear-gradient(#3c72a8, #1f4062);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 45px;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.innersec h1:after {
  position: absolute;
  content: " ";
  width: 60px;
  height: 3px;
  background: -webkit-linear-gradient(#3c72a8, #1f4062);
  top: 20px;
  bottom: 0;
  left: 0;
}

.innersec h6 {
  color: #144572;
  font-size: 19px;
  line-height: 34px;
}

.maintable {
  width: 100%;
  text-align: center;
}

.maintable thead th {
  border: 1px solid #ccc;
  background: #366698;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.maintable tbody td {
  border: 1px solid #ccc;
}

.maintable tbody tr:nth-child(odd) {
  background: #e8f4ff24;
}

.maintable tbody tr:nth-child(even) {
  background: #e8f4ff;
}

.tablebg {
  background: #e2e8ed;
  padding: 20px 10px;
  border: 1px solid #cccccc36;
  margin-bottom: 20px;
}

.tablebg .maintable tbody tr:nth-child(odd) {
  background: #fff;
}

.breadcrumb li:before {
  position: absolute;
  content: " \F138 ";
  width: 100%;
  height: 100%;
  font-family: bootstrap-icons;
  left: -15px;
}

.breadcrumb li:first-child:before {
  content: "\f404";
  background: #f49c00;
  width: 30px;
  border-radius: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
  top: -3px;
}

.breadcrumb li a {
  color: #f49c00;
  position: relative;
}

.breadcrumb li {
  padding: 0px 15px 0px 15px;
  color: #fff;
  position: relative;
  margin-left: 7px;
  font-size: 14px;
}

ul.breadcrumb {
  margin-bottom: 0;
}

.bannervideo {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.bannervideoimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bannervideoimg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.heading {
  position: relative;
  overflow: hidden;
  width: max-content;
}

.heading:before {
  position: absolute;
  content: " ";
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px dashed #b59b5b;
  width: 100%;
}

h6.heading {
  color: #333;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 16px;
}

.sports img,
.Curriculum img {
  border: 10px solid #fff;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 7px 0px #00000036;
  margin-top: 20px;
}

.Curriculum h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

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

.sports p {
  text-align: center;
  font-weight: bold;
  color: #a9884d;
}

.magnify-modal {
  position: fixed !important;
  z-index: 999999999 !important;
  padding-top: 10px !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  background-color: rgba(0, 0, 0, 0.8509803922) !important;
}

.magnify-header .magnify-toolbar {
  float: right;
  position: relative;
  z-index: 9;
}

.magnify-stage {
  position: absolute;
  top: 40px;
  right: 10px;
  bottom: 40px;
  left: 10px;
  z-index: 1;
  background: #0000000a;
  overflow: hidden;
}

.magnify-image {
  position: relative;
  display: inline-block;
  border: 5px solid #fff;
}

.magnify-image.image-ready {
  max-width: 100%;
  max-height: 100%;
}

.magnify-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
}

.magnify-footer .magnify-toolbar {
  display: inline-block;
}

.magnify-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  background: #055a91;
}

.magnify-button:hover {
  color: #fff;
  background-color: #e00000;
}

.magnify-button-close:hover {
  background-color: #e00000;
}

.magnify-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #333;
}

.magnify-loader::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5)
    rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  -webkit-animation: magnifyLoading 1s infinite linear;
  animation: magnifyLoading 1s infinite linear;
}

.magnify-loader::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

@-webkit-keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

@keyframes magnifyLoading {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}

.Patronmsgimg {
  border: 4px double #22435f4d;
  padding: 4px;
  width: 22%;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.quotes {
  background: linear-gradient(45deg, #f5b25547, #0000);
  border-radius: 1px;
  margin-top: 20px;
  outline-offset: 5px;
  padding: 15px 15px;
  margin-bottom: 20px;
}

.quotes p {
  margin-bottom: 0;
}

.nav-tabs button {
  padding: 10px !important;
}

.nav-tabs .nav-link.active {
  background: #16639f;
  border: 0;
  color: #fff;
}

.nav-tabs .nav-link {
  color: #000;
  border: 1px solid #ccc;
  margin: 0px 10px 0px 0px;
  border-bottom: 0px solid #ccc;
}

.schoolimg {
  box-shadow: 0px 10px 10px 2px #00000024;
  border-radius: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 40%;
}

ul.list li {
  margin: 10px;
  line-height: 30px;
  font-size: 16px;
  list-style-type: none;
  position: relative;
  color: #464646;
  text-align: justify;
}

ul.list li:before {
  content: "";
  font-size: 20px;
  color: #000;
  left: 0;
  top: 4px;
  vertical-align: middle;
  margin-right: 12px;
  margin-left: -25px;
  position: absolute;
  background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/list.png);
  background-size: 100% 100%;
  height: 20px;
  width: 20px;
}

.navbar-nav .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 2px;
  top: 30px;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  background: #18477d;
  color: #fff !important;
}

ul.navbar-nav li .dropdown-menu li a {
  border-bottom: 1px solid #ccc;
  display: block;
  /* min-width: 240px; */
  padding: 5px 10px;
  width: 100%;
  text-transform: capitalize;
}

.innersubmenu .dropdown-menu {
  display: none !important;
  position: absolute;
  left: 240px !important;
  top: 0;
}

li.innersubmenu span {
  float: right;
  margin-left: 40px;
}

li.innersubmenu {
  position: relative;
}

.innersubmenu:hover .dropdown-menu {
  display: block !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 3px;
}

p.name {
  color: #c4802a;
  font-size: 17px;
  font-weight: 500;
}

p.name span {
  font-weight: 400;
  color: #333;
  line-height: 20px;
  display: block;
}

.msgimg {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 15px;
  outline: 2px solid #fff;
  outline-offset: -15px;
  width: 30%;
}

.innersec .facilities-img {
  width: 400px;
  position: relative;
}

.innersec .facilities-img:before {
  content: "";
  position: absolute;
  height: 270px;
  width: 400px;
  top: -30px;
  right: -30px;
  border: 15px solid #373861;
}

.innersec .facilities-img1 {
  width: 400px;
  position: relative;
}

.innersec .facilities-img1.left-block:before {
  content: "";
  position: absolute;
  height: 270px;
  width: 400px;
  top: -30px;
  left: -30px;
  border: 15px solid #284b6f;
}

.innersec .facilities h3 {
  text-align: center;
}

.innersec .facilities p.first-letter:first-letter {
  font-weight: bold;
  font-size: 38px;
  color: #8c0000;
  line-height: 0;
}

.innersec .facilities img {
  box-shadow: 1px 1px 20px 0px #a7a7a7;
  position: relative;
}

.right-block {
  float: right !important;
  margin-right: 0px !important;
  margin-left: 20px;
}

.left-block {
  float: left;
  margin-right: 27px;
}

.innersec .facilities hr {
  border: 1px dashed #373861;
  margin-top: 30px;
}

.subhead {
  color: #8c0000;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 8px;
}

.innersec h3 {
  color: #346494;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}

.Curriculum p {
  text-align: center;
}

tr.colorbg {
  background: #366698a8 !important;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.sample {
  padding: 60px 100px !important;
}

.sample-blk {
  display: inline-flex;
  flex-direction: row-reverse;
  padding: 10px 15px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100px;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0px 2px 6px 1px #ccc;
  border-radius: 3px;
  border: 1px solid #46477726;
}

.sample-blk p {
  line-height: 30px;
  text-decoration: none !important;
  margin-bottom: 0;
}

.sample-blk span {
  font-size: 12px;
}

.sample-blk img {
  max-width: 70px !important;
  max-height: 70px !important;
  margin-bottom: 0;
  margin-right: 15px;
}

.sample a {
  text-decoration: none;
}

.sample-blk:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 175px;
  top: 17px;
  border-bottom-left-radius: 50%;
  right: -70px;
  background: linear-gradient(45deg, #f5f5ff, #ffffff);
  z-index: -1;
  transform: rotate(132deg);
}

ul.list {
  padding-left: 10px;
}

.enquiryform {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 30px 50px #0000001a;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.locationdiv:last-child {
  border-bottom: 0px solid #ccc;
}

.enquiryformimg {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  width: 30%;
}

.locationbox {
  margin-top: 65px;
}

.locationicon {
  padding: 0 7px;
  width: 45px;
}

.locationicon i {
  color: #246097;
  font-size: 30px;
}

.locationdiv {
  border-bottom: 1px dashed #215b8f;
  display: flex;
  margin-bottom: 20px;
}

.locationdetails {
  margin-bottom: 10px;
  margin-left: 5px;
  width: 90%;
}

.locationdiv h5 {
  color: #246097;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.formboxright {
  background: #36689a33;
  border-radius: 0 5px 5px 0;
  padding: 50px 20px;
  width: 70%;
}

.form-group {
  margin-bottom: 15px;
  margin-right: 17px;
  width: 48%;
}

.formdiv {
  display: flex;
  flex-wrap: wrap;
}

.form-group label {
  margin-bottom: 10px;
}

.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}

.form-group.textarea {
  width: 100%;
}

.form-group.textarea textarea {
  resize: none;
}

input[type="submit"] {
  background: #16639f;
  border: 0 solid #ccc;
  border-radius: 4px;
  color: #fff;
  margin-top: 10px;
  padding: 10px 30px;
  transition: all 0.3s ease-in;
}

.tcblock {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.tc {
  width: 49%;
  margin-bottom: 30px;
}

.tcblock iframe {
  width: 49%;
}

.tc label {
  color: #000;
  width: 100%;
  margin-bottom: 0;
}

.tc label p {
  margin-bottom: 0px;
}

.tc .form-group {
  margin-bottom: 20px;
  width: 100%;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

a.viewdetailsbtn {
  color: #fff;
  font-size: 14px;
}

.viewdetailsbtn {
  background: #1f263d;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
}

.viewdetailsbtn:hover {
  background: rgb(22 99 159)
    linear-gradient(160deg, #f0a44c 0%, #16639f 50%, #16639f 100%) repeat scroll
    0 0;
}

.erpbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.erpboxdesc {
  width: 72%;
}

.erpboximg {
  width: 26%;
}

.erpboxdescpopup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.erppopup {
  width: 30%;
  margin: 10px;
}

.accordion-item .accordion-button {
  padding: 10px;
  background: #85adf73b;
  color: #000;
  font-size: 14px;
}

.imgheading a {
  color: #20488a;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

.accordion-item .accordion-button:focus {
  box-shadow: none;
}

.erppopup .modal-body h5 {
  color: #000;
  text-align: center;
  padding-top: 20px;
}

#myImg,
#myImg1,
#myImg2 {
  width: 100%;
  border: 5px solid rgba(158, 158, 158, 0.1);
  background: #eaeaea;
  cursor: pointer;
  transition: 0.3s;
}

.video-gallery a {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.video-gallery a img {
  height: 180px;
  width: 100%;
  background: #e3e9ed;
  object-fit: contain;
}

.video-gallery h3 {
  color: #000;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 26px !important;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
}

.video-gallery {
  padding: 10px;
  box-shadow: 0px 0px 10px 2px #0000001a;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #fff;
}

.video-gallery a p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.chooseyear {
  float: right;
  margin-bottom: 20px;
}

.count-val p {
  margin-bottom: 0px;
}

.row.tabs-dynamic p a {
  color: #333;
}

.gallery-inner {
  background: #005593;
  margin-bottom: 30px;
  box-shadow: 7px 6px 12px -4px #ddd;
  /* position: relative; */
  overflow: hidden;
  transition: all 0.5s ease-in;
}

.gallery-blks a {
  color: inherit;
}

.gallery-blks img {
  width: auto;
  max-width: 100%;
  height: 90%;
  margin: auto;
  display: block;
  position: relative;
  box-shadow: 0px 0px 19px 0px #00000054;
  border: 7px solid #ffffff4f;
}

.gallery-title h3::after {
  position: static;
}

.gallery-inner:hover .gallery-content {
  bottom: 0;
}

a.view-more {
  cursor: pointer;
  font-size: 14px;
  color: #a9884d;
  font-weight: bold;
}

.gallery-blks {
  /* height: 230px; */
  object-fit: contain;
  position: relative;
  background: #ddd;
  overflow: hidden;
  transition: 0.5s;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.glimpse .gallery-blks {
  height: 420px;
}

.gallery-title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 28px !important;
  font-size: 16px !important;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery-date {
  display: flex;
}

.gallery-date h6 {
  color: #005593;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 25px;
  background: #b2cbdf;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}

.gall-num h5 {
  background: transparent;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 25px;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.gallery-content {
  padding: 20px 15px;
  position: relative;
  background: #fff;
  width: 96%;
  margin: -30px auto 10px auto;
}

.sub-gallerycount img {
  border: 3px double #ccc;
  background: #f1f1f1;
  height: 200px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
  padding: 4px;
}

.gallery-title h3 {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 5px;
}

h4.gallery-title {
  color: #000000bf;
  font-size: 20px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
}

.row.tabs-dynamic {
  background: #3ba3d826;
  padding: 20px;
  margin: 0px 0px 40px 0px;
}

.row.tabs-dynamic p {
  margin-bottom: 0;
}

.row.tabs-dynamic p a {
  color: #585757;
}

.row.tabs-dynamic select {
  width: 100%;
  border: 0px;
  background: transparent;
  padding: 8px 5px;
  border-bottom: 1px solid #b6b6b6;
}

.row.tabs-dynamic input {
  padding: 9px 5px;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #b6b6b6;
  background: transparent;
}

.innersec .topperdiv {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topperimages img {
  border-radius: 80px;
  width: 140px !important;
  height: 140px;
  background: linear-gradient(170.37deg, #16639f 4.78%, #95b8d3 93.85%);
  margin-bottom: 20px;
  padding: 8px;
}

.topperimages {
  position: relative;
}

.innersec .topperdesc p {
  text-align: center;
  margin-bottom: 4px;
}

.tooperpicicn {
  margin-top: -167px;
  width: 200px !important;
}

.topperdesc p span {
  display: block;
}

.per {
  font-weight: 500;
}

.toppermaintitle {
  text-align: center;
}

.news-head {
  display: flex;
  align-items: center;
}

.news-head h2 {
  padding-right: 20px;
  border-right: 1px solid #c5c5c5;
  margin-right: 20px;
  background: #e5e5e5;
  padding: 4px 10px;
}

.news-head h3 {
  font-weight: 400;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 14px;
  color: #00599b;
  position: relative;
}

.news-blk {
  margin-bottom: 20px;
  padding-right: 30px;
  padding-bottom: 30px;
  width: 97%;
  box-shadow: 9px 11px 5px 0px #dddddd3d;
  position: relative;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 12px 0px #e7e7e7;
  border: 4px double #b5b5b5;
  transition: 0.5s;
}

.news-blk:before {
  content: "";
  position: absolute;
  top: -40px;
  right: -8px;
  width: 100px;
  height: 100px;
  background: #ecf9ff;
  border-radius: 50%;
}

.attachment {
  background: #494b7d;
  text-align: right;
  position: relative;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
}

.news-content p {
  margin-bottom: 6px;
  max-height: 160px;
  overflow-y: scroll;
}

.news-content p::-webkit-scrollbar {
  width: 0;
}

.news-blk:hover {
  box-shadow:
    rgb(0 0 0 / 5%) 0px 2px 1px,
    rgb(0 0 0 / 5%) 0px 4px 2px,
    rgb(0 0 0 / 5%) 0px 8px 4px,
    rgb(0 0 0 / 5%) 0px 16px 8px,
    rgb(0 0 0 / 5%) 0px 32px 16px;
}

.news-head h2 span {
  display: block;
  color: #153168;
  font-size: 18px;
  text-align: center;
}

.newsCount:nth-child(4n + 1) > div {
  border-left: 3px solid #fff27e;
}

.newsCount:nth-child(4n + 2) > div {
  border-left: 3px solid #ceb2ff;
}

.newsCount:nth-child(4n + 3) > div {
  border-left: 3px solid #ff928f;
}

.newsCount:nth-child(4n + 4) > div {
  border-left: 3px solid #ffb470;
}

.eventsnewsbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 2px 0px 8px 0px #ccc;
  margin-bottom: 20px;
}

.newsboximg {
  width: 40%;
  margin-right: 10px;
}

.newsboxdesc {
  width: 100%;
  padding-left: 10px;
}

.newsboximg img {
  border: 10px solid #fff;
  height: 190px;
  object-fit: contain;
  background: #f1f1f1;
  width: 100%;
}

.newsdate {
  display: flex;
  justify-content: space-between;
  padding: 8px 5px;
}

.newspgh p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 5px;
}

.newsdate span {
  font-size: 14px;
  line-height: 30px;
}

.newspgh h5 {
  font-family: "Inter", sans-serif;
  color: #000000ad;
  line-height: 30px;
  font-size: 18px;
}

.newspgh::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.newsdate a {
  background: #16629e;
  border-radius: 10px 0px 10px 0px;
  color: #fff;
  padding: 2px 5px;
}

.newsdate span {
  font-size: 14px;
  line-height: 30px;
}

.newspgh h5 {
  font-family: "Inter", sans-serif;
  color: #000000ad;
  line-height: 30px;
  font-size: 18px;
}

.newspgh::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.newspgh::-webkit-scrollbar-thumb {
  background-color: var(--maroon);
}

.newspgh::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #f5f5f5;
}

.newspgh::-webkit-scrollbar-thumb {
  background-color: var(--maroon);
}

.newspgh::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #f5f5f5;
}

.newspgh {
  height: 100px;
  overflow-y: auto;
  padding-top: 15px;
  margin-top: 10px;
  padding-right: 10px;
}

.newsdate h2 {
  font-size: 14px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}

.newspgh h3 {
  margin-bottom: 5px;
  color: #333 !important;
  line-height: 30px !important;
  font-size: 18px !important;
}

.eventbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 2px 0px 8px 0px #ccc;
  margin-bottom: 20px;
}

.eventboximg {
  width: 40%;
  margin-right: 5px;
  position: relative;
}

.eventboxdesc {
  width: 58%;
}

.eventpgh {
  height: 140px;
  overflow-y: scroll;
  padding-top: 13px;
}

.eventboximg img {
  border: 10px solid #fff;
  height: 180px;
  object-fit: contain;
  background: #f1f1f1;
  width: 100%;
}

.eventdate {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px 8px 5px;
}

.eventpgh p {
  font-size: 15px;
  line-height: 30px;
}

.eventdate a {
  border-radius: 5px 3px 6px 0px;
  color: #fff;
  padding: 2px 5px;
}

.eventdate span {
  font-size: 13px;
  line-height: 23px;
  color: #1c1b3b;
}

.eventpgh h5 {
  color: #333;
  line-height: 30px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.eventdate span i {
  color: #1c1b3b;
  position: relative;
  bottom: 3px;
}

.eventpgh::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.eventpgh::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #f5f5f5;
}

.eventattch {
  background: #2e597a;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 5px 4px 5px;
  border-radius: 0px 5px 0px 5px;
  color: #fff;
}

.chooseus.padded-sec {
  padding: 21px 0px;
  background-color: #fff6ea;
}

.clr {
  clear: both;
}

.popup {
  padding-right: 0 !important;
}

.popup .carousel-control-prev-icon {
  background: url("https://webapi.entab.info/api/image/MMSKN/public/Images/lefticn.png")
    no-repeat !important;
}

.popup .carousel-control-next-icon {
  background: url("https://webapi.entab.info/api/image/MMSKN/public/Images/righticn.png")
    no-repeat !important;
}

.popup .carousel-control-next,
.popup .carousel-control-prev {
  width: auto;
}

.popup .carousel-control-next {
  right: -15px;
}

.popup .modal-dialog {
  min-width: 40%;
  transform: translateY(-100px);
}

.carousel-item .modal-header {
  background: #0a4685;
  padding: 13px 0 0;
}

.popup .modal-dialog img {
  width: 100%;
  object-fit: contain;
}

.carousel-item .modal-body h1 {
  padding-bottom: 0;
  text-align: center;
  font-size: 17px;
  color: #000;
  overflow: hidden;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 28px;
}

.carousel-item .modal-dialog .modal-header .btn-close {
  color: #fff;
  padding-right: 31px;
}

.carousel-item .modalcard .card-body {
  padding: 10px;
}

.carousel-item .modalcard .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  padding-top: 10px;
  line-height: 26px;
}

.carousel-item .modalcard {
  border: none;
}

.popup .modal-content {
  padding: 0 0 10px;
}

.carousel-item button.btn-close:focus {
  box-shadow: none;
}

.carousel-item a.btn.btn-primary.btn-sm {
  border-radius: 6px;
  box-shadow: -2px 14px 11px -9px #0000008a;
  transition: 0.5s;
  background: #152710;
  border: #152710;
  margin: 0 10px;
  color: #fff !important;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.carousel-item a.btn.btn-primary.btn-sm:focus {
  box-shadow: none;
  border: 1px solid #152710;
}

.carousel-item a.btn.btn-primary.btn-sm:hover {
  background: linear-gradient(0deg, #152710, #f56c6c);
}

.carousel-item button.btn-close {
  position: absolute;
  z-index: 999;
  background-color: #152710;
  right: 0;
}

.carousel-item .btn-close {
  background: url("https://webapi.entab.info/api/image/MMSKN/public/Images/closeicn.png")
    no-repeat;
  opacity: 1;
  padding: 10px;
  background-position: center;
  border-radius: 0;
}

.modal-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

span.bounce1 img {
  width: 22px;
}

.OnlineR a {
  color: #fff;
}

a.parantlogo {
  padding: 2px 10px;
}

.OnlineR {
  position: fixed;
  right: 0;
  z-index: 99;
  text-align: center;
  color: #fff;
  top: 300px;
}

.OnlineR.onladm {
  top: 370px;
}

@keyframes bounce1 {
  0% {
    background-color: #811111;
  }

  33% {
    background-color: #f1a74e;
  }

  66% {
    background-color: #961616;
  }

  100% {
    background-color: #024575;
  }
}

.bounce1 {
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  animation: bounce1 1s infinite;
  padding: 10px 10px;
  border: 2px solid #fff;
}

a.onlineattch {
  background: #9d1818;
  padding: 10px;
  border-radius: 30px;
  bottom: 8px;
  position: relative;
  border: 2px solid #fff;
}

.subjectbtn a {
  background: #264a68;
  padding: 11px 50px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 3px 4px 2px #ff9000;
}

.subjectbtn {
  margin: 20px 0px;
}

a.bounce1.onlinereg {
  color: #fff;
}

.onlinereg {
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  margin: auto;
}

ul.searchlist {
  position: absolute;
  z-index: 2;
  padding-left: 15px;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0px 20px 20px -16px #000000e3;
}

ul.searchlist li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.chooseuspartlftbox img {
  width: 66px;
}

.homeworktab {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
  padding-bottom: 23px;
  gap: 10px;
}

.homeworktab button {
  padding: 10px !important;
  border-radius: 3px;
  border: 1px solid #ccc !important;
}

#homeworktabsec .form-control {
  margin: 10px 0;
}

.visionsec p {
  color: #087ca3;
  font-family: "Berkshire Swash", serif;
  font-size: 23px;
  line-height: 33px;
}

.video-background {
  overflow: hidden;
  height: 80vh;
  position: relative;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  z-index: -1;
}

.thought {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  padding: 30px;
}

.thought p {
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
  text-transform: capitalize;
  padding: 20px 0px 20px 50px;
  font-weight: bold;
}

.thought img.img-fluid {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 45px 15px 45px 15px;
  box-shadow: -1px 6px 4px -2px #ccc;
}

.thought .maintitle {
  width: 100%;
  align-items: center;
}

.thoughtdesc {
  position: relative;
}

.thoughtdesc:after {
  position: absolute;
  content: " ";
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/quotes1.png)
    no-repeat top left;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-size: contain;
}

.thoughtdesc:before {
  position: absolute;
  content: " ";
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/quotes2.png)
    no-repeat bottom right;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background-size: contain;
}

/* thought Of the day */

.thought-wrapper-flex {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  gap: 20px;
  /* space between image and text */
  align-items: flex-start;
  margin: 10px auto;
  flex-wrap: wrap;
  /* ensures mobile responsiveness */
  align-items: center;
}

.thought-image-left img {
  width: 100px;
  /* fixed width */
  height: 100px;
  /* fixed height */
  object-fit: cover;
  border-radius: 8px;
}

.thought-content {
  flex: 1;
  /* takes remaining space */
}

.thought-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

.thought-desc {
  line-height: 26px !important;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.thought-date {
  font-size: 14px;
  color: #777;
}

/* =========================================================
   CMC HISTORY PAGE
========================================================= */

.cmc-history-page {
  padding: 80px 0 100px;
  background: #fff;
  overflow: hidden;
}

.cmc-history-page p {
  margin-bottom: 18px;
}

.white {
  color: white !important;
}

.cmc-history-page strong {
  font-weight: 700;
}

/* =========================================================
   PAGE TITLE
========================================================= */

.cmc-page-title {
  max-width: 950px;
  margin: 0 auto 75px;
}

.cmc-page-title > span,
.cmc-section-heading > span {
  display: block;
  color: #a47b35;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.cmc-page-title h1 {
  margin: 0;
  color: #071a46;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 700;
}

.cmc-title-line {
  width: 70px;
  height: 3px;
  background: #a47b35;
  margin: 25px auto 0;
}

/* =========================================================
   INTRO
========================================================= */

.cmc-intro {
  padding: 0 0 80px;
}

.cmc-intro-badge {
  min-height: 330px;
  background: linear-gradient(135deg, #071a46, #102b62);
  border-radius: 15px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cmc-intro-badge::after {
  content: "";
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  right: -90px;
  bottom: -90px;
}

.cmc-big-text {
  color: #fff;
  font-size: 100px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 5px;
}

.cmc-intro-badge span {
  color: #d7b273;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
  max-width: 280px;
  margin-top: 20px;
}

.cmc-content {
  color: #555;
  font-size: 16px;
  line-height: 1.85;
}

.cmc-content p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.cmc-section-heading {
  margin-bottom: 35px;
}

.cmc-section-heading h2 {
  color: #071a46;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.center-heading {
  text-align: center;
  margin-bottom: 45px;
}

/* =========================================================
   FEATURE CARD
========================================================= */

.cmc-feature-card {
  position: relative;
  background: #f7f5ef;
  border-radius: 12px;
  padding: 45px 55px 45px 125px;
  margin-bottom: 80px;
  border-left: 4px solid #a47b35;
}

.cmc-feature-number {
  position: absolute;
  left: 35px;
  top: 38px;
  font-size: 50px;
  font-weight: 800;
  color: rgba(7, 26, 70, 0.12);
}

/* =========================================================
   FOUNDERS
========================================================= */

.cmc-founder-row {
  margin-bottom: 70px;
}

.cmc-founder-card {
  height: 100%;
  padding: 40px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cmc-founder-card::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: #f7f0e3;
}

.cmc-founder-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(7, 26, 70, 0.1);
}

.cmc-founder-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.cmc-founder-icon {
  width: 110px;
  height: 110px;
  flex: 0 0 110px;
  border-radius: 50%;
  background: #f7f0e3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a47b35;
}

.cmc-founder-icon img {
  border-radius: 10px;
}

.cmc-founder-top span {
  display: block;
  color: #a47b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.cmc-founder-top strong {
  color: #071a46;
  font-size: 14px;
}

.cmc-founder-card h3 {
  color: #071a46;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* =========================================================
   TWO TRADITIONS
========================================================= */

.cmc-vision-box {
  background: #071a46;
  color: #fff;
  border-radius: 14px;
  padding: 55px;
  text-align: center;
  margin-bottom: 90px;
}

.cmc-vision-box > span {
  color: #d7b273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cmc-vision-box p {
  max-width: 850px;
  margin: 20px auto;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.cmc-vision-grid {
  max-width: 900px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  gap: 20px;
}

.cmc-vision-grid > div {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
}

.cmc-vision-plus {
  border: 0 !important;
  padding: 0 !important;
  font-size: 30px;
  color: #d7b273 !important;
}

/* =========================================================
   TIMELINE
========================================================= */

.cmc-timeline {
  max-width: 1000px;
  margin: 0 auto 100px;
  position: relative;
}

.cmc-timeline::before {
  content: "";
  position: absolute;
  left: 145px;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background: #e2dfd7;
}

.cmc-timeline-item {
  display: grid;
  grid-template-columns: 115px 60px 1fr;
  position: relative;
  margin-bottom: 70px;
}

.cmc-timeline-date {
  text-align: right;
  padding-right: 25px;
}

.cmc-timeline-date strong {
  font-size: 30px;
  color: #a47b35;
}

.cmc-timeline-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a47b35;
  border: 5px solid #f7f0e3;
  margin: 6px auto 0;
  position: relative;
  z-index: 2;
}

.cmc-timeline-content {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
}

.cmc-timeline-content > span {
  color: #a47b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cmc-timeline-content h3 {
  color: #071a46;
  font-size: 28px;
  margin: 10px 0 18px;
}

/* =========================================================
   EDUCATIONAL MISSION
========================================================= */

.cmc-mission-box {
  background: #071a46;
  border-radius: 15px;
  padding: 65px;
  margin-bottom: 100px;
}

.cmc-mission-title {
  padding-right: 30px;
}

.cmc-mission-title span {
  color: #d7b273;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cmc-mission-title h2 {
  color: #fff;
  font-size: 38px;
  line-height: 1.25;
  margin-top: 15px;
}

.cmc-white-content {
  color: rgba(255, 255, 255, 0.8);
}

.cmc-white-content strong {
  color: #fff;
}

/* =========================================================
   SCHOOL HISTORY
========================================================= */

.cmc-school-section {
  padding-bottom: 90px;
}

.cmc-established {
  min-height: 300px;
  border-radius: 15px;
  background: #f7f0e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cmc-established span {
  color: #a47b35;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cmc-established strong {
  color: #071a46;
  font-size: 90px;
  line-height: 1;
  margin: 15px 0;
}

.cmc-established small {
  color: #555;
  font-weight: 700;
  letter-spacing: 2px;
}

/* =========================================================
   LEGACY
========================================================= */

.cmc-legacy {
  background: #f7f5ef;
  border-radius: 18px;
  padding: 70px;
  margin-bottom: 100px;
}

.cmc-legacy .cmc-content {
  max-width: 1000px;
  margin: auto;
}

.cmc-legacy h3 {
  color: #071a46;
  font-size: 25px;
  margin: 30px 0;
}

.cmc-values {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin: 45px 0;
}

.cmc-value-card {
  background: #fff;
  padding: 28px 15px;
  border-radius: 10px;
  text-align: center;
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease;
}

.cmc-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.cmc-value-card i {
  color: #a47b35;
  font-size: 25px;
  margin-bottom: 12px;
}

.cmc-value-card strong {
  color: #071a46;
  font-size: 14px;
  line-height: 1.5;
}

.cmc-final-text {
  margin-top: 35px;
}

.cmc-journey {
  margin: 50px auto 0;
  text-align: center;
  max-width: 800px;
}

.cmc-journey div {
  color: #071a46;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.9;
}

.cmc-journey strong {
  display: block;
  color: #a47b35;
  font-size: 26px;
  margin-top: 15px;
}

/* =========================================================
   SAYINGS
========================================================= */

.cmc-sayings {
  padding-bottom: 30px;
}

.cmc-main-quote {
  max-width: 900px;
  margin: 40px auto 50px;
  background: #071a46;
  color: #fff;
  border-radius: 15px;
  padding: 45px 55px;
  text-align: center;
}

.cmc-main-quote i {
  color: #d7b273;
  font-size: 45px;
}

.cmc-main-quote p {
  font-size: 18px;
  line-height: 1.8;
  margin: 15px 0 0;
}

.cmc-sayings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.cmc-sayings-grid > div {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px 22px 20px 48px;
  position: relative;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  transition: 0.25s ease;
}

.cmc-sayings-grid > div::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 20px;
  color: #a47b35;
  font-weight: 700;
}

.cmc-sayings-grid > div:hover {
  border-color: #d1b17a;
  transform: translateY(-2px);
}

.cmc-intro-badge {
  min-height: 430px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #0f7c7f;
}

.cmc-intro-badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.cmc-intro-badge:hover img {
  transform: scale(1.05);
}

.career_page .hiring_STPSFH {
  display: block;
  margin: auto;
  height: 700px;
}

.career_page p {
  text-align: center;
  font-size: 20px;
  animation: blinker 1s linear infinite;
  color: #057bad;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
    color: black;
  }
}

.uniqueness_sec .slick-slider {
  margin-bottom: 20px;
}

.slick_img_uniquness img {
  display: block;
  height: 400px;
  margin: auto;
  width: 400px;
}

.img-small {
  max-width: 20%;
}

.motto-img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.testimonial_sec {
  padding: 21px 0;
  background-color: #fff6ea;
}

.parentTestimonial {
  width: 100%;
  padding: 10px 0 0;
}

.parentTestimonial .maintitle {
  margin-bottom: 35px;
}

.parentTestimonial .testimonialSlide {
  padding: 12px;
}

.parentTestimonial .testimonialCard {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(20, 45, 80, 0.1);
  height: 100%;
  min-height: 320px;
  padding: 22px 18px;
}

.parentTestimonial .authorBlock {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.parentTestimonial .authorImageWrap {
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e6edf6;
}

.parentTestimonial .authorImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parentTestimonial .authorMeta h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1f3550;
}

.parentTestimonial .authorMeta p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #f18b24;
}

.parentTestimonial .testimonialDescription {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.parentTestimonial .testimonialEmpty {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(20, 45, 80, 0.08);
  color: #3a4f64;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}

.parentTestimonial .slick-dots li button:before {
  color: #1f3550;
  opacity: 0.3;
}

.parentTestimonial .slick-dots li.slick-active button:before {
  color: #f18b24;
  opacity: 1;
}

.topper-block button {
  width: 42px;
  height: 42px;
  border: 1px solid #d9e3f0;
  border-radius: 50%;
  background: #ffffff;
  color: #1f3550;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 6px 16px rgba(20, 45, 80, 0.12);
}

.topper-block button:hover {
  background: #1f3550;
  color: #ffffff;
  border-color: #1f3550;
  transform: translateY(-2px);
}

.topper-block button:focus-visible {
  outline: 2px solid #f18b24;
  outline-offset: 2px;
}

.topper-block .prev_btn {
  position: relative;
  z-index: 999 !important;
}

.topper-block .next_btn {
  position: relative;
  z-index: 999 !important;
}

/* Parent submenu */
.innersubmenu {
  position: relative;
}
.innersubmenu:hover > .dropdown-menu {
  display: block !important;
}

.innersubmenu > .dropdown-menu {
  margin-top: 0;
}

.syllabus-menu {
  top: 0;
  left: 100%;
}

.inner-menu {
  top: 0 !important;
  left: 100% !important;
}

/* -------------------- */
.mainbtn.button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
}

.mainbtn.button img {
  width: 65px;
  height: auto;
  display: block;
}
/* ----------classtab------------- */
.maintitle.class-aca {
  margin: unset;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.new-class-section {
  width: 100%;
  /* padding: 60px 0; */
}

.new-class-tab {
  width: 100%;
}

/* Each of the 4 boxes */
.class-tab-item {
  position: relative;
  width: 100%;
  /* height: 140px; */
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

/* Image */
.class-tab-img {
  width: 100%;
  height: 100%;
}

.class-tab-img img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

/* Normal text */
.class-tab-content {
  width: 50%;
  padding-left: 10px;
  transition: 0.4s ease;
}

.class-tab-content h5 {
  margin: 0;
  color: #234262;
  font-size: 16px;
  font-weight: 700;
}
/* --------------topper-------------- */
.topper_bg.padded-sec {
  background-color: #fff6ea;
  padding: 21px 0;
}
.topper-section {
  padding: 50px 0;
}

.topper-card {
  /* background: #fff; */
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
  height: 100%;
  transition: 0.3s ease;
}

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

/* Square image */
.topper-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  /* border: 1px solid #0d2859; */
  border-radius: 20px;
}

.topper-img img {
  width: 90%;
  height: 90%;
  /* object-fit: contain; */
  display: block;
  margin: auto;
}

/* Content */
.topper-content {
  padding: 20px 15px;
}

.topper-content h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #234262;
}
.topper-percentage {
  font-size: 24px;
  font-weight: 800;
  color: #0d2859;
  margin-bottom: 12px;
}

.topper-content p {
  margin: 5px 0;
  font-size: 15px;
  color: #555;
}
.topper-section .slick-slide {
  padding: 0 12px;
}

.topper-section .slick-list {
  margin: 0 -12px;
}

.topper-section .slick-dots {
  bottom: -40px;
}

.topper-section .slick-prev,
.topper-section .slick-next {
  z-index: 5;
}

.topper-section .slick-prev {
  left: -30px;
}

.topper-section .slick-next {
  right: -30px;
}
.topper-content strong {
  color: #0d2859;
}
.topper-top {
  margin-top: 26px;
  width: 70%;
  align-items: center;
  display: flex;
  margin: auto;
  margin-top: 60px;
}
button.button.d-block.mx-auto {
  padding: 10px 10px;
  border-radius: 15px;
  background-color: #fdc965;
  color: #333;
  border: 2px solid transparent;
  background:
    linear-gradient(#fdc965, #fdc965) padding-box,
    linear-gradient(180deg, #fdc965 0%, #f5a623 100%) border-box;
  border-radius: 15px;
}
/* -----------gallery------------- */
.homegallery.padded-sec {
  background-color: #fff6ea;
}
.gallery-item {
  height: 100%;
  /* background: #fff; */
  border-radius: 10px;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: #fff9d9;
  border-radius: 40px;
  padding: 10px;
  border: 1px solid #d9be28;
}

.gallery-description {
  padding: 15px 18px;
  background: #fff9d9;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
  border: 1px solid #d9be28;
}
.gallery-description p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #234262;
  font-weight: 500;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ----------TESTIMONIAL----------- */
.testimonial-video-section {
  padding: 50px 20px;
}

.testimonial-slide {
  padding: 15px;
  box-sizing: border-box;
}

.testimonial-card {
  position: relative;

  padding: 60px 25px 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 3.13px 21.31px 50.14px rgba(0, 0, 0, 0.08);
}

/* Quote */

.testimonial-icon {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 45px;
  height: 45px;
}

.testimonial-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Description */

.testimonial-description {
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.testimonial-description p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* User */

.testimonial-user {
  gap: 15px;
  padding: 15px 15px 15px;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 10px;
}

.testimonial-image {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  overflow: hidden;
  /* border-radius: 50%; */
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-info {
  padding-left: 5px;
  text-align: left;
}

.testimonial-info span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  color: #777;
}

.testimonial-info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #234262;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* -----------NEWS------- */

/* events home */

.event_container {
  position: relative;
}

.event_container .single_event_container {
  /* padding: 20px; */
  background-color: #f4efd5;
  border-radius: 18px;
  height: 100%;
  width: 90%;
  margin: auto;
  position: relative;
}
.event_container img {
  width: 100%;
  background-color: #f4efd5;
  border-radius: 18px;
  height: 132px;
  padding: 5px;
  object-fit: cover;
}

.event_container .single_event_container .date {
  position: absolute;
  top: 15px;
  left: 20px;
  border: 1px solid #0d2859;
  background-color: #0d2859;
  color: white;
  padding: 10px;
  border-radius: 8px;
}

.event_container h5 {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event_container .loc_time {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
}

/* =================================
   HOVER OVERLAY
================================= */

.class-tab-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: linear-gradient(90deg, #fecd67 0%, #f0a44c 100%);

  color: #fff;

  transform: translateY(100%);
  opacity: 0;

  transition:
    transform 0.45s ease,
    opacity 0.3s ease;
}

/* Hover */
.class-tab-item:hover .class-tab-overlay {
  transform: translateY(0);
  opacity: 1;
}

/* Overlay heading */
.class-tab-overlay h5 {
  margin: 0 0 5px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.class-tit {
  color: #234262;
  font-size: 22px !important;
}
/* Overlay text */
.class-tab-overlay p {
  margin: 0;
  color: #333;
  font-size: 18px;
}

/* Slight image zoom */
.class-tab-item:hover .class-tab-img img {
  transform: scale(1.08);
}

.class-tab-item:hover {
  transform: translateY(-3px);
}

/* Inner COL-6 */
.class-tab-img,
.class-tab-content {
  width: 100%;
}

/* Image */
.class-tab-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.class-tab-img img {
  /* width: 90px;
  height: 80px; */
  object-fit: cover;
  border-radius: 8px;
}

/* Text */
.class-tab-content {
  padding-left: 10px;
}

.class-tab-content h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #234262;
}

/* COL-8 content */
.new-class-info {
  padding: 80px 30px;
  background-color: #f4efd5;
  border-radius: 20px;
}
.new-class-info h2 {
  margin-bottom: 20px;
  color: #234262;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

.new-class-info p {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

/* Read More */
.class-read-more {
  display: inline-block;
  margin-top: 15px;
  /* padding: 12px 28px; */
  color: #234262;

  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  /* transition: 0.3s ease; */
}
.class-read-more::after {
  content: "→";
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  /* transition: 0.3s ease; */
}
.class-read-more:hover {
  color: #234262;
  /* margin-top: 50px; */
  /* transform: translateY(-2px);
} */
}

/* ------------------------------------
Notice Board
---------------------------------------*/
.notice-board-sec {
  /* background: #07809a; */
  padding: 35px 27px 25px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.notice-board-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.notice-board-head h3 {
  background: #ffd166;
  color: #002c69;
  font-size: 16px;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 1px;
}

.notice-board-head h3 i {
  font-size: 19px;
}

.notice-arrow-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: #ffd166;
  color: #002c69;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  font-size: 16px;
  cursor: pointer;
}

.notice-list {
  width: 100%;
}

.notice-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 78px;
  margin-bottom: 24px;
}

.notice-left-arrow {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 7px;
  margin-right: 14px;
  flex-shrink: 0;
}

.notice-content {
  flex: 1;
  min-width: 0;
  padding-right: 12px;
}

.notice-content p {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin: 0 0 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-content span {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.notice-content span i {
  font-size: 13px;
}

.notice-file-btn {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 5px;
  background: #e7e9ed;
  color: #002c69;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}

.notice-file-btn i {
  font-size: 15px;
}

.notice-item:last-child {
  margin-bottom: 0;
}
.rotate-90 {
  display: inline-block;
  transform: rotate(90deg);
}
.extra-gap {
  margin-bottom: 5rem !important;
}

/* =========================================
   MODERN NAVBAR
========================================= */

.navheader {
  width: 100%;
  position: relative;
  z-index: 999;
  background: linear-gradient(90deg, #1f4f85 0%, #2869a8 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.navheader .navbar {
  padding: 0;
}

.navheader .navbar-nav {
  gap: 4px;
  align-items: center;
}

/* =========================================
   NAV LINKS
========================================= */

.navheader .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 16px 20px;

  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;

  border: 0;
  background: transparent;

  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover background */

.navheader .nav-link:hover {
  color: #ffffff !important;
  /* background: rgba(255, 255, 255, 0.12); */
}

/* Active */

.navheader .nav-link.active {
  color: #ffffff !important;
  /* background: rgba(255, 255, 255, 0.14); */
}

/* =========================================
   HOME ICON
========================================= */

.navheader .nav-item:first-child .nav-link {
  width: 48px;
  height: 48px;
  margin: 0 5px;
  padding: 0;

  border-radius: 50%;

  /* background: rgba(255, 255, 255, 0.12); */
}

.navheader .nav-item:first-child .nav-link i {
  color: #ffffff !important;
  font-size: 18px;
}

.navheader .nav-item:first-child .nav-link:hover {
  background: #ffffff;
}

.navheader .nav-item:first-child .nav-link:hover i {
  color: #1f4f85 !important;
}

/* =========================================
   DROPDOWN ARROW
========================================= */

.navheader .dropdown-toggle::after {
  margin-left: 8px;

  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;

  transition: transform 0.3s ease;
}

.navheader .dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* =========================================
   MODERN DROPDOWN
========================================= */

.navheader .dropdown-menu {
  min-width: 230px;

  margin-top: 8px;
  padding: 8px;

  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.98);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.12),
    0 5px 12px rgba(0, 0, 0, 0.06);

  opacity: 0;
  visibility: hidden;

  transform: translateY(10px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

/* =========================================
   DROPDOWN ITEMS
========================================= */

.navheader .dropdown-item {
  position: relative;

  display: flex;
  align-items: center;

  padding: 11px 14px;

  color: #333 !important;

  font-size: 14px;
  font-weight: 500;

  border-radius: 8px;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    padding-left 0.25s ease;
}

/* Hover */

.navheader .dropdown-item:hover {
  color: #1f4f85 !important;

  background: #eef5fc;

  padding-left: 20px;
}

/* Active dropdown item */

.navheader .dropdown-item.active {
  color: #1f4f85 !important;
  background: #eef5fc;
}

/* =========================================
   SMALL ARROW / ACCENT
========================================= */

.navheader .dropdown-item::before {
  content: "";

  width: 0;
  height: 2px;

  margin-right: 0;

  background: #1f4f85;

  transition: all 0.25s ease;
}

.navheader .dropdown-item:hover::before {
  width: 7px;
  margin-right: 7px;
}

/* =========================================
   MOBILE NAVBAR
========================================= */

.navheader .navbar-toggler {
  margin: 8px 15px;

  padding: 8px 10px;

  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.1);
}

.navheader .navbar-toggler:focus {
  box-shadow: none;
}

.navheader .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
.testimonialimg img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutmiddec {
  text-align: justify;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1700px) {
  .aboutmidsec {
    transform: translate(14%, -52%);
    width: 70%;
  }
}
@media (max-width: 1600px) {
  .slider-sec .news marquee {
    height: 300px;
  }

  .aboutinfoboxdesc h6 {
    font-size: 35px;
  }

  .footer h3 {
    font-size: 18px;
  }

  .facilitiesbox h3 {
    font-size: 18px;
  }

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

@media (max-width: 1500px) {
  #table-header .col {
    padding: 0;
    font-size: 14px;
  }

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

  .aboutimg {
    height: 300px;
  }
  .music-player-box {
    width: 288px;
  }
  .aboutmiddec p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}

@media (max-width: 1400px) {
  .notice-board-head h3 {
    font-size: 14px;
  }
  .innersec {
    padding: 70px 10px;
  }

  .slider-sec .news marquee {
    height: 280px;
    margin-bottom: 20px;
  }

  .homeslider {
    width: 75%;
  }

  .slider-sec .news {
    width: 25%;
  }

  .form-group {
    width: 47%;
  }

  .midheaderleft img {
    padding-left: 40px;
    width: 400px;
    padding-top: 20px;
  }

  .search {
    width: 515px;
    padding-right: 90px;
  }

  .paymentsearch {
    padding-right: 50px;
  }

  .footer h3 {
    font-size: 16px;
  }

  .message-container .messagebox {
    width: 76%;
    background-size: 100% 100%;
    padding: 30px;
    margin-right: 20px;
  }

  .facilitiesbox h3 {
    font-size: 16px;
  }

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

  .fulwidth {
    width: calc(100% - 50px);
  }

  .topheader {
    padding: 0px 40px 0px 0px;
  }

  .topheaderli {
    padding-right: 0;
  }

  .topheaderli li {
    padding: 10px 20px;
  }

  nav.navbar ul.navbar-nav > li {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media (max-width: 1299px) {
  .notice-board-head h3 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .aboutmidsec {
    transform: translate(18%, -52%);
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: unset;
  }
  .calendersec {
    background: #f4f6f5;
  }

  .topheaderli li {
    margin: 0px 4px;
  }

  .topheaderbtn ul li:first-child {
    background: transparent;
    color: #fff;
    font-weight: 400;
  }

  .topheaderbtn ul li {
    margin: 0px 9px;
  }

  .recentactivitesnew marquee {
    height: 500px;
    margin-bottom: 20px;
  }

  .innersec h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .eventboxdesc {
    width: 68%;
  }

  .eventboximg {
    width: 30%;
  }

  .maintitle h1 {
    font-size: 25px;
  }

  .chooseuspartright {
    width: 50%;
  }

  .chooseuspartleft {
    width: 50%;
  }

  .innersec .facilities-img1:before,
  .innersec .facilities-img:before {
    display: none;
  }

  .schoolimg {
    width: 50%;
  }

  .slider-sec .news marquee {
    height: 280px;
  }

  .aboutimg {
    height: unset;
    margin: 0 auto 10px auto;
    display: block;
  }

  .scan {
    width: 40%;
  }

  .search {
    width: 50%;
    padding-right: 10px;
  }

  #parallelogram {
    background-size: contain;
  }

  .slider-sec .news {
    width: 100%;
  }

  .homeslider {
    width: 100%;
  }

  .slider-sec {
    flex-wrap: wrap;
  }

  .footer iframe {
    margin-bottom: 20px;
  }

  .facilities .col-xl-2.col-lg-6.col-md-6 {
    width: 33%;
  }

  .chooseuspartcenterimg {
    display: none !important;
  }

  .chooseuspartright .chooseuspartrgtbox {
    text-align: left;
  }

  .chooseuspartcenter {
    padding: 0;
  }

  .chooseuspartright .chooseuspartrgtbox {
    align-items: flex-start;
    order: 1;
  }

  .chooseuspartcenter {
    order: 2;
  }

  .chooseuspart {
    flex-wrap: wrap;
  }

  .aboutmidsec {
    flex-wrap: wrap;
  }

  .homegallery.padded-sec .title h2 {
    font-size: 39px;
  }
}
@media (max-width: 1199px) {
  .topper-img {
    width: 50%;
    margin: auto;
  }
  .aboutmidsec {
    transform: translate(0%, -30%);
    width: 100%;
  }
  .topper-top img {
    display: none;
  }
  .cmc-values {
    grid-template-columns: repeat(3, 1fr);
  }
  .music-player-box {
    margin: 13px auto 0;
  }
  .maintitle {
    margin: auto;
  }
}

@media (max-width: 992px) {
  .OnlineR {
    top: 350px;
  }

  .OnlineR.onladm {
    top: 420px;
  }

  .recentactivitesbox a {
    right: -50px;
  }

  .innersubmenu > .dropdown-menu {
    position: static;
    margin-left: 15px;
  }

  .message-container .messageimg .testimonialimg {
    /* display: block; */
    margin: auto;
    /* width: 40%; */
  }
  .message-container .messageimg img {
    height: auto;
    margin: auto;
    /* width: 40%; */
  }

  .innersubmenu .dropdown-menu {
    left: 0 !important;
    top: 33px;
    width: 100%;
    background: #6464644b;
    color: #fff !important;
    margin-left: 0px !important;
  }

  .innersubmenu .dropdown-menu li {
    border-bottom: 1px solid #f3f3f3;
  }

  nav.navbar ul.navbar-nav {
    background: linear-gradient(181deg, #0f7c7f 4.78%, #057bad 93.85%);
  }

  nav.navbar {
    background: transparent;
  }

  .recentactivitesnew {
    height: auto;
  }

  .footer {
    padding: 30px 25px 30px;
  }

  .message-container .messagebox {
    margin: 10px 0 0 0;
  }

  .enquiryformimg {
    width: 100%;
  }

  .formboxright {
    width: 100%;
  }

  .innersec .facilities img {
    display: block;
    margin: 0 auto 20px;
  }

  .innersec .facilities-img,
  .innersec .facilities-img1 {
    margin-bottom: 20px !important;
    margin: 0 auto;
    width: 100%;
  }

  .Patronmsgimg {
    width: 41%;
  }

  .facilities {
    padding: 50px 0px 0px 0px;
  }

  .calendersec {
    padding: 50px 0px 0px 0px;
  }

  .messagesec {
    padding: 50px 0px 0px 0px;
  }

  .bannervideoimg iframe {
    min-height: 70vh;
  }

  .bannervideo {
    height: 55vh;
  }

  .aboutinfo {
    flex-wrap: wrap;
  }

  .midheaderleft img {
    padding-left: 0;
    width: 300px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .midheaderleft {
    width: 100%;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  nav.navbar {
    padding: 0;
  }

  button.navbar-toggler {
    float: right;
    display: block;
    margin-left: auto;
    background: linear-gradient(181deg, #0f7c7f 4.78%, #057bad 93.85%);
    border-radius: 4px;
    margin-bottom: 3px;
  }

  nav.navbar ul.navbar-nav > li {
    padding: 5px 20px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  nav.navbar ul.navbar-nav {
    padding-right: 0;
    align-items: flex-start;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tab {
    width: 30%;
  }

  .classSection {
    padding: 20px 0;
  }

  .about-animation {
    display: none;
  }

  .message-container {
    flex-wrap: wrap;
  }

  .message-container > div {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .message-container .messageimg {
    margin-top: 20px;
  }

  .aboutmidsec {
    padding-bottom: 110px;
  }

  .topheader {
    padding: 0px 0px 0px 0px;
  }

  .topheaderli li {
    font-size: 12px;
    margin: 0px 5px;
    padding: 10px 10px;
  }

  .topheaderbtn ul li {
    font-size: 12px;
    margin: 0px 4px;
  }

  .topheaderli li {
    margin: 0px 5px;
  }

  .sticky {
    position: inherit;
  }
}
@media (min-width: 992px) {
  .topper_bg.padded-sec {
    padding: 50px 0;
  }
  .maintitle.new-tot {
    width: unset;
  }
  .messageboximg {
    margin-top: 13px;
  }
  .navheader .dropdown:hover > .dropdown-menu {
    display: block;

    opacity: 1;
    visibility: visible;

    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .navheader .navbar-collapse {
    padding: 10px 15px 15px;
  }

  .navheader .navbar-nav {
    align-items: stretch;
    gap: 2px;
  }

  .navheader .nav-link {
    justify-content: flex-start;
    width: 100%;
    padding: 13px 15px;
    border-radius: 8px;
  }

  .navheader .nav-item:first-child .nav-link {
    width: 100%;
    height: auto;
    margin: 0;
    justify-content: flex-start;
    border-radius: 8px;
  }

  .navheader .dropdown-menu {
    position: static !important;

    width: 100%;
    min-width: auto;

    margin: 2px 0 5px;
    padding: 5px;

    opacity: 1;
    visibility: visible;

    transform: none;

    box-shadow: none;
    border: 0;

    background: rgba(0, 0, 0, 0.08);
  }

  .navheader .dropdown-item {
    color: #ffffff !important;
  }

  .navheader .dropdown-item:hover,
  .navheader .dropdown-item.active {
    color: #1f4f85 !important;
    background: #ffffff;
  }
}

@media (max-width: 991px) {
  .homeslider,
  .slider-item,
  .slider-image {
    height: 70vh;
  }
  .messagesec .maintitle,
  .topper_bg .maintitle,
  .chooseus .maintitle,
  .facilities .maintitle {
    margin: 0px auto 0px;
  }
  .message-container {
    gap: 0px;
  }
  .aboutmidsec {
    transform: translate(0%, -12%);
  }
  .message-container .messageimg {
    /* width: 22%; */
    /* margin-top: 30px; */
    margin-left: unset;
  }
  .new-class-info {
    padding: 64px 30px;
    background-color: #f4efd5;
    border-radius: 20px;
    margin-top: 10px;
  }
  .new-class-info h2 {
    font-size: 28px;
  }
  .cmc-history-page {
    padding: 60px 0 80px;
  }

  .cmc-page-title h1 {
    font-size: 38px;
  }

  .cmc-intro-badge {
    margin-bottom: 35px;
  }

  .cmc-content {
    font-size: 15px;
  }

  .cmc-mission-title {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .cmc-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .cmc-legacy,
  .cmc-mission-box {
    padding: 45px 35px;
  }
  .messageboximg {
    display: block;
    /* flex-direction: column;
    align-items: center; */
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  .messageboximg p {
    text-align: center;
  }
}

@media (max-width: 786px) {
  .scan p {
    font-size: 13px;
  }
  .parentTestimonial .testimonialCard {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .recentactivitesbox {
    flex-direction: column;
  }
  .recentactivitesbox .recentactivitesimg {
    margin: auto;
    object-fit: cover;
    width: 100%;
  }
  .view_attachments span {
    display: none;
  }
  .message-container .messageimg img {
    display: block;
    margin: 0 auto;
    margin-left: unset;
  }

  .thought-wrapper-flex {
    flex-direction: column;
    align-items: center;
  }

  .thought-image-left img {
    width: 100%;
    height: auto;
  }

  .thought-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .messageimg .testimonialimg {
    margin: auto;
  }

  .recentactivitedesc .view_attachments {
    text-align: center;
    background-color: unset !important;
  }
  .recentactivitesimg {
    padding-right: 0px;
  }
  .maintitle.new-tot {
    width: unset;
  }
  .content-wrapper {
    width: 100%;
    margin-top: unset;
  }
  .calendar-wrapper.z-depth-2 {
    margin-bottom: 30px;
  }
  .topper-section {
    padding: 20px 0;
  }
  .about-new-but {
    margin: auto;
    display: flex;
  }
  .aboutinfo {
    gap: unset;
  }
  .OnlineR {
    top: 380px;
  }

  .OnlineR.onladm {
    top: 450px;
  }

  .thoughtdesc:after {
    left: -30px;
    background-size: contain;
  }

  .thoughtdesc:before {
    right: -40px;
  }

  .thought {
    padding: 0;
  }

  .thought p {
    padding: 10px;
    font-size: 20px;
  }

  .video-background {
    overflow: hidden;
    height: 50vh;
  }

  .recentactivitesbox a {
    position: static;
  }

  /* .homeabout {
    padding-top: 590px;
    margin-top: -640px;
  } */

  .footer {
    background: #2f5a81;
  }

  .chooseuspartleft,
  .chooseuspartright {
    width: 100%;
  }

  .msgimg {
    width: 100%;
    margin-left: 0px;
  }

  .form-group {
    width: 100%;
  }

  .Patronmsgimg {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .schoolimg {
    width: 100%;
    margin-left: 0;
  }

  .maintitle h1 {
    font-size: 25px;
  }

  .topper-block {
    width: 100%;
  }

  .topper_bg {
    padding: 50px 30px;
  }

  .slider-sec .news marquee {
    height: 230px;
  }

  .bannervideo {
    height: 35vh;
  }

  .bannervideoimg iframe {
    min-height: 50vh;
  }

  .footer {
    padding: 30px 30px 30px;
  }

  .ph-flex {
    flex-direction: column;
  }

  .app-cont {
    width: 100%;
  }

  .ph-flex .mobile-icon {
    width: 100%;
    margin-top: 20px;
    /* margin: auto; */
    text-align: center;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tab {
    width: 48%;
  }

  .eventsec h5 {
    padding-top: 7px;
  }

  .eventdesc {
    margin-bottom: 20px;
  }

  .eventdesc p {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .eventimg {
    height: 200px;
  }

  .message-container .messageimg img {
    height: auto;
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .facilities .col-xl-2.col-lg-6.col-md-6 {
    width: 100%;
  }

  .homegallery.padded-sec .title h2 {
    font-size: 29px;
  }

  .topheader {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .topheaderli {
    margin-bottom: 10px;
  }
  .cmc-history-page {
    padding: 45px 0 60px;
  }

  .cmc-page-title {
    margin-bottom: 50px;
  }

  .cmc-page-title h1 {
    font-size: 29px;
  }

  .cmc-big-text {
    font-size: 75px;
  }

  .cmc-intro-badge {
    min-height: 250px;
    padding: 35px;
  }

  .cmc-section-heading h2 {
    font-size: 18px;
  }

  .cmc-feature-card {
    padding: 35px 25px;
  }

  .cmc-feature-number {
    position: static;
    margin-bottom: 15px;
    font-size: 38px;
  }

  .cmc-founder-card {
    padding: 30px 25px;
    margin-bottom: 25px;
  }

  .cmc-vision-box {
    padding: 35px 20px;
  }

  .cmc-vision-grid {
    grid-template-columns: 1fr;
  }

  .cmc-vision-plus {
    display: none;
  }

  .cmc-timeline::before {
    left: 8px;
  }

  .cmc-timeline-item {
    display: block;
    padding-left: 35px;
    margin-bottom: 45px;
  }

  .cmc-timeline-date {
    text-align: left;
    padding: 0 0 12px;
  }

  .cmc-timeline-dot {
    position: absolute;
    left: 0;
    top: 53px;
  }

  .cmc-timeline-content {
    padding: 25px 20px;
  }

  .cmc-timeline-content h3 {
    font-size: 24px;
  }

  .cmc-mission-box,
  .cmc-legacy {
    padding: 35px 20px;
  }

  .cmc-mission-title h2 {
    font-size: 30px;
  }

  .cmc-established {
    margin-top: 30px;
  }

  .cmc-values {
    grid-template-columns: 1fr 1fr;
  }

  .cmc-main-quote {
    padding: 30px 20px;
  }

  .cmc-main-quote p {
    font-size: 16px;
  }

  .cmc-sayings-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .homeslider,
  .slider-item,
  .slider-image {
    height: 50vh;
  }
  .scan p {
    font-size: 11px;
  }
  .aboutmidsec {
    /* transform: translate(0%, -11%); */
    height: 290px;
  }
  .recentactivites.event_home::before {
    top: -6px;
    right: 12px;
  }
  .music-player-box {
    /* width: 180px; */
    /* height: 180px; */
    margin: 27px auto;
  }
  .new-class-section {
    padding: 30px 0;
  }

  .class-tab-item {
    padding: 8px;
  }

  /* .class-tab-img img {
    width: 70px;
    height: 65px;
  } */

  .class-tab-content h5 {
    font-size: 14px;
  }

  .new-class-info h2 {
    font-size: 24px;
  }

  .new-class-info p {
    font-size: 14px;
    line-height: 1.7;
  }
  .notice-board-sec {
    padding: 25px 18px 20px;
  }

  .notice-board-head {
    gap: 10px;
    margin-bottom: 25px;
  }

  .notice-board-head h3 {
    font-size: 17px;
    padding: 0 14px;
    gap: 10px;
  }

  .notice-arrow-btn {
    width: 38px;
  }

  .notice-item {
    margin-bottom: 22px;
  }

  .notice-left-arrow {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .notice-content p {
    font-size: 15px;
    line-height: 20px;
  }

  .notice-content span {
    font-size: 13px;
  }

  .notice-file-btn {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 567px) {
  .recentactivitesbox {
    display: block;
  }
  .topper-img {
    width: 80%;
    margin: auto;
    display: block;
  }
  .topper-section {
    padding: 14px 0;
  }
  .message-container {
    display: flex;
    margin-top: 30px;
    gap: 0px;
  }
  .parentTestimonial .testimonialCard {
    min-height: auto;
    padding: 20px 16px;
  }
  .OnlineR {
    top: 400px;
  }

  .OnlineR.onladm {
    top: 470px;
  }

  .midheaderleft img {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .facilities {
    padding: 35px 0px 0px 0px;
  }

  .scan {
    width: 100%;
  }

  .search {
    margin-bottom: 10px;
    width: 100%;
    padding-right: 0;
  }

  .innersec h1 {
    font-size: 23px;
    line-height: 35px;
    padding-left: 45px;
  }

  .innersec h1:after {
    width: 40px;
  }

  .eventboximg {
    width: 100%;
  }

  .eventboxdesc {
    width: 100%;
    padding-left: 15px;
  }

  .footer iframe {
    width: 100%;
  }

  .footer {
    padding: 30px 15px 30px;
  }

  ul.socialMedia {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer h3 {
    margin-top: 5px;
  }

  .recentactivitesbox {
    flex-wrap: wrap;
  }

  .recentactivitesimg {
    width: 100%;
  }

  .recentactivitedesc {
    width: 100%;
  }

  .calendar-wrapper > div:last-child {
    margin-left: 0;
    margin-top: 10px;
  }

  .scan {
    width: 100%;
  }

  .paymentsearch {
    flex-wrap: wrap;
    padding: 0px;
  }

  .homegallery > div {
    padding: 30px 0;
  }

  .calendar-wrapper {
    flex-wrap: wrap;
  }

  .calendar-wrapper > div {
    width: 100%;
  }

  .calendar-wrapper > div:last-child {
    width: 100%;
  }

  .eventsec {
    margin-bottom: 50px;
  }

  .aboutinfoboxdesc h6 {
    font-size: 25px;
    line-height: 30px;
  }

  .aboutinfobox {
    flex-wrap: wrap;
    width: 100%;
  }

  .tabs-content {
    padding: 20px 10px;
  }

  .abt_abs {
    display: none;
  }

  .tab {
    width: 48%;
  }

  .recentactivitedesc h6 {
    font-size: 14px;
    line-height: 26px;
  }

  .recentactivitesimg img {
    margin-bottom: 10px;
  }

  .recentactivitesbox a {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .topheaderbtn ul li {
    font-size: 12px;
  }
  .topheaderli ul,
  .topheaderbtn ul {
    display: flex;
    margin: auto;
    /* font-size: 12px; */
  }
  .aboutmidsec {
    /* transform: translate(-1%, 11%); */
  }
  .cmc-values {
    grid-template-columns: 1fr;
  }

  .cmc-page-title h1 {
    font-size: 26px;
  }

  .cmc-big-text {
    font-size: 65px;
  }

  .cmc-founder-top {
    align-items: flex-start;
  }

  .cmc-established strong {
    font-size: 70px;
  }
}
@media (max-width: 425px) {
  .homeabout {
    padding-top: 173px;
  }
  .message-container {
    margin-top: unset;
  }
  .message-container .messageimg img {
    height: auto;

    display: block;
    /* margin: 0 auto; */
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .aboutmidsec p {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .topheaderli li {
    padding: 5px 10px;
    font-size: 10px;
  }

  .topheaderbtn ul li {
    font-size: 9px;
    margin: 0px 2px;
    padding: 0px 10px;
    display: block;
    gap: 10px;
    margin-top: 10px;
  }
  .topheaderli ul,
  .topheaderbtn ul {
    padding-left: 0;
    /* margin-bottom: 0; */
  }

  .scan {
    width: 96%;
    margin: 0 auto;
  }

  .paymentsearch {
    flex-wrap: wrap;
  }

  .search {
    width: 100%;
    padding-right: 0;
  }

  .paymentsearch {
    padding-right: 15px;
    padding-left: 15px;
  }

  .search form {
    margin-bottom: 10px;
  }

  .highlights:before {
    background: transparent;
  }

  .aboutmidsec .read_more {
    font-size: 11px;
  }

  .aboutmidsec {
    padding-bottom: 180px;
  }

  .homeabout {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .aboutimg {
    margin: 95px auto 20px auto;
  }

  .maintitle h1 {
    font-size: 20px;
  }

  .aboutinfoboxdesc p span {
    display: initial;
  }
}
@media (max-width: 350px) {
  .aboutmidsec {
    /* transform: translate(0%, -11%); */
    height: 422px;
  }

  .topheaderli ul,
  .topheaderbtn ul {
    padding-left: 0;
    /* margin-bottom: 0; */
  }
  .maintitle.new-tot {
    width: auto;
    display: contents;
  }
  .eventsec h3 {
    font-size: 16px;
  }
  .maintitle.class-aca {
    margin: auto;
  }
  .music-player-box {
    width: unset;
    /* height: 189px; */
    /* margin: 27px auto; */
  }
  .OnlineR {
    top: 450px;
  }

  .OnlineR.onladm {
    top: 520px;
  }
  .recentactivites {
    padding: 50px 0px;
  }
}
/* ===============================innnnnnnnnnerrrrrrrrrrrrrrrrrr------------------------------ */

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

/*-----------------------------------------------------------------------------------inner pages--------------------------------------------------------------------- */

.innerbody {
  min-height: 800px;
  padding: 50px 90px;
}
.bread_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bread_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.bread_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(71 71 71 / 35%);
}

.bread_img .innerhead-content {
  position: absolute;
  inset: 0;
  z-index: 1;

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

.bread_img .innerhead-content h1.title1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #f4a000;
  margin: 9px auto 0;
}

.bread_img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.bread_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bread_img::before {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 1;
}

.bread_img .innerhead-content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.bread_img .innerhead-content h1.title1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;

  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
.bread_img .innerhead-content h1 {
  position: absolute;
  top: 53%;

  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}

.bread_img .innerhead-content .title1::after {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  background: #f5a623;
  margin: 12px auto 0;
}

.Breadcrumb {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;

  padding: 8px 18px;

  display: flex;
  justify-content: center;
}

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

  display: flex;
  align-items: center;
  gap: 5px;
}

.Breadcrumb li,
.Breadcrumb li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
}

.Breadcrumb span {
  color: #fff;
  font-size: 12px;
}
.Breadcrumb li:last-child {
  /* background: -webkit-linear-gradient(#4787c8, #234262); */
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  font-weight: 700;
  font-size: 14px;
  color: white;
}
/* ------------------------------------------------------------------about---------------------------------------------------------------------------------- */
.about-title {
  background: -webkit-linear-gradient(#4787c8, #234262);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  left: 34px;
}

.sub-title {
  background: -webkit-linear-gradient(#4787c8, #234262);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  left: 34px;
}

.about-title::after,
.sub-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background: #e4a529;
}

/* Bootstrap row */
.about-grid {
  display: flex;
  align-items: stretch;
}

/* Make both Bootstrap columns stretch */
.about-grid > [class*="col-"] {
  display: flex;
}

/* Left content */
.contact-form-card {
  width: 100%;
  height: 100%;
}

/* Content box */
.about-content-card {
  width: 100%;
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: none;
}

.about-content-card p {
  margin-bottom: 15px;
  line-height: 1.9;
  text-align: justify;
  color: #333333;
  font-size: 16px;
}

/* Right image */
.about-image-card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-image-wrap {
  width: 100%;
}

.about-main-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/*----------------------------------------------------------------------------------- Message DESK---------------------------------------------------------------------------- */
/* ----------------mesdesk------------- */
/* =========================================
   Principal Message Box
========================================= */
#manager-name-0 {
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
  line-height: 1.8;
}

#manager-name-0 strong {
  display: inline-block;
  font-weight: 600;
}

.message-div {
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 40px;
  row-gap: 20px;
  align-items: start;

  padding: 35px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e7ebf0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
  text-align: justify;
}

/* Principal Image */
.messageimg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.messageimg img {
  width: 100%;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  object-position: center top;
  display: block;

  border-radius: 8px;
  border: 1px solid #e1e6ec;
  padding: 5px;
  background: #ffffff;
}

/* =========================================
   Principal Message Content
========================================= */

.message-div > div[id^="principalmessage"] {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.message-div > div[id^="principalmessage"] p {
  margin-bottom: 15px;
}

.message-div > div[id^="principalmessage"] strong {
  color: #315d91;
}

.message-div > div[id^="principalmessage"] h1,
.message-div > div[id^="principalmessage"] h2,
.message-div > div[id^="principalmessage"] h3,
.message-div > div[id^="principalmessage"] h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #315d91;
  font-weight: 700;
}

.message-div > div[id^="principalmessage"] ul,
.message-div > div[id^="principalmessage"] ol {
  padding-left: 25px;
  margin-bottom: 15px;
}

.message-div > div[id^="principalmessage"] li {
  margin-bottom: 7px;
}

/* =========================================
   Warmest Regards / Principal Name
========================================= */

.message-div > p[id^="principal-name"] {
  grid-column: 2;
  margin: 0;
  padding-top: 10px;

  color: #315d91;
  font-size: 16px;
  line-height: 1.7;
}

.message-div > p[id^="principal-name"] strong {
  font-weight: 600;
}

/* ------------------------------------------------------------------------------affiliation---------------------------------------------------------------------------------- */
.affiliation-list {
  margin-top: 15px;
}

.affiliation-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  text-align: justify;
}

.affiliation-item img {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
/* -------------------------------------------------------------------------------------------------education---------------------------------------------------------------- */
.about-content-card.edu {
  flex: 0 0 58%;
  background: linear-gradient(0deg, #f9d873, #fff5a8);
  padding: 30px;
  border-radius: 5px;
  box-shadow: none;
  height: 100%;
}
.aim-image-wrap.edu-img {
  width: 100%;
  margin: 0 20px;
  justify-content: center;
  display: flex;
}
.aim-image-wrap.edu-img img {
  object-fit: cover;
}
/* ----------------------------------------------------------------------------------------------------school---------------------------------------------------------------- */
.school {
  flex: 0 0 58%;

  padding: 30px;
  border-radius: 15px;
  box-shadow: none;
}
.school-timings-row {
  margin-top: 20px;
}

.timing-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  background-color: white;
  margin: 0px 20px;
  margin-right: 0;
}

.timing-card-heading {
  background-color: #1a4f73;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 18px;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.timing-card-content {
  padding: 18px;
}

.timing-block {
  margin-bottom: 14px;
}

.timing-block:last-child {
  margin-bottom: 0;
}

.timing-block h6 {
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.timing-block p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
/* ----------------------------------------------uniform-------------------------------------------------------------------- */
.uniform-image-wrap {
  margin-left: 32px;
}

.uniform_container {
  background-color: white;
  padding: 30px 30px;
  height: 100%;
}

.uniform-season-title {
  font-size: 20px;
  font-weight: 600;
  color: #2e5882;
  margin-bottom: 20px;
  margin-left: 32px;
}
.uniform-category {
  margin-bottom: 20px;
}

.uniform-category:last-child {
  margin-bottom: 0;
}

.uniform-category-title {
  font-size: 16px;
  font-weight: 700;

  margin-bottom: 6px;
}

.uniform-category p {
  font-style: italic;
  color: #444;
  margin-bottom: 0;
}
.dress {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.uniform-season-title.sub {
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}
.uniform-data {
  background-color: white;
  display: flex;
  margin-top: 14px;
  padding: 10px 10px;
}
.instructions .instruction-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}
.instruction-card {
  margin-top: 10px;
}
.instructions .instruction-header {
  background: #0d4c79;
  padding: 14px 20px;
  margin: 10px;
  border-radius: 10px;
}

.instructions .instruction-header h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.affiliation-item.uni {
  padding: 10px 10px;
}
.instruction-mobile-spacing {
  margin-top: 10px;
  margin-bottom: 0;
}
.note-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fdf0d5;
  border: 1px solid #f5a623;
  border-radius: 12px;
  padding: 14px 20px;
}

.note-icon img {
  width: 40px;
  height: 40px;
}

.note-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0 0 2px 0;
}

.note-content p {
  font-size: 15px;
  color: #4a4a4a;
  margin: 0;
}
.uniform-pg .about-title::after {
  right: 0;
  margin: auto;
}
.contact-form-card.manage .about-title.pt-uniform {
  text-align: left;
}
.contact-form-card.manage .about-title.pt-uniform::after {
  left: 0;
  margin: unset;
  transform: none;
}

/* -------------activity--------- */
.gallery-tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 30px;
}

.gallery-tab-btn {
  background: transparent;
  border: none;
  border-bottom: 2px solid #0d4c79;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.gallery-tab-btn.active {
  color: #fff !important;
  background: #0d4c79;
  font-weight: 700;
}

.mobile-dropdown {
  display: none;
}
/* ---------------featture-------------- */
.feature-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 16px;
  justify-content: center;
}

.feature-item {
  flex: 0 0 calc((100% - 9 * 16px) / 10);
  box-sizing: border-box;
  display: flex;
  min-width: 128px;
}

.feature-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 25.3px 0px rgba(0, 0, 0, 0.05);
  padding: 18px 10px;
  min-width: 120px;
}
.feature-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}
.feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #2e5882;
  margin: 0;
}
/* -----exam------------ */
.term-heading {
  color: #f5a623;
  font-weight: 700;
  margin-bottom: 20px;
}

.term-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.term-badge {
  background: #2e5882;
  color: white;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.95rem;
  white-space: nowrap;
}
/* -------------feee------------- */
.fees-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
/* ---------CONTACT----------- */
.contact-map-card {
  border-radius: 8px;

  height: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 8px;
}
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-box {
  display: flex;
  align-items: flex-start;
  background: #f3f3f3;
  border-radius: 8px;
  padding: 25px 20px;
  min-height: 95px;
}

.contact-icon {
  width: 60px;
  min-width: 60px;
  margin-right: 18px;
}

.contact-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.contact-content h4 {
  color: #0d4c79;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.contact-map {
  width: 100%;
  margin: 25px;
  margin-top: 0;
}
.contact-content p {
  color: #222;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}
/* -----------------------faculty------------------- */
/* =========================================================
   FACULTY SECTION
========================================================= */

#faculty-content {
  padding: 0;
}

.faculty-tabs-wrapper {
  background: #ffffff;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #edf1f5;
}

/* =========================================================
   FACULTY TABS
========================================================= */

#facultyTabs {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 6px;
  margin: 0;
  background: #f5f7fa;
  border-radius: 12px;
  width: 100%;
}

/* Remove Bootstrap default */
#facultyTabs .nav-item {
  margin: 0;
}

#facultyTabs .nav-link {
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  color: #5d6875;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 9px;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

/* Hover */
#facultyTabs .nav-link:hover {
  color: #057bad;
  background: rgba(5, 123, 173, 0.08);
}

/* Active tab */
#facultyTabs .nav-link.active {
  color: #ffffff;
  background: linear-gradient(135deg, #057bad 0%, #075985 100%);
  box-shadow: 0 5px 15px rgba(5, 123, 173, 0.25);
}

/* =========================================================
   TAB CONTENT
========================================================= */

.faculty-tabs-wrapper .tab-content {
  padding-top: 30px !important;
}

.faculty-tabs-wrapper .tab-pane {
  animation: facultyFadeIn 0.4s ease;
}

@keyframes facultyFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   FACULTY ROW
========================================================= */

/* =========================================================
   FACULTY TABS CONTENT
========================================================= */

.faculty-tabs-wrapper .tab-pane .row {
  row-gap: 25px;
}

/* =========================================================
   FACULTY CARD
========================================================= */

.faculty-tabs-wrapper .faculty-card {
  height: 100%;
  min-height: 245px;
  background: #ffffff;
  border: 1px solid #e8edf2;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  box-shadow:
    0 4px 12px rgba(20, 40, 60, 0.04),
    0 10px 30px rgba(20, 40, 60, 0.06);
}

/* Top accent line */

.faculty-tabs-wrapper .faculty-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #057bad, #35a9d1, #057bad);
  opacity: 0;
  transition:
    width 0.35s ease,
    opacity 0.35s ease;
}

.faculty-tabs-wrapper .faculty-card:hover::before {
  width: 100%;
  opacity: 1;
}

/* Hover */

.faculty-tabs-wrapper .faculty-card:hover {
  transform: translateY(-7px);
  border-color: rgba(5, 123, 173, 0.2);
  box-shadow:
    0 8px 20px rgba(20, 40, 60, 0.07),
    0 18px 40px rgba(5, 123, 173, 0.13);
}

.faculty-tabs-wrapper .faculty-card:hover::before {
  opacity: 1;
}

/* =========================================================
   FACULTY IMAGE
========================================================= */

.faculty-tabs-wrapper .faculty-card img {
  width: 100%;
  height: 135px;
  object-fit: contain;
  display: block;
  padding: 12px 15px 5px;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

/* Image hover */

.faculty-tabs-wrapper .faculty-card:hover img {
  transform: scale(1.04);
  filter: brightness(1.02);
}

/* =========================================================
   FACULTY CARD CONTENT
========================================================= */

.faculty-tabs-wrapper .faculty-card .faculty-info {
  padding: 16px 18px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* =========================================================
   FACULTY NAME
========================================================= */

.faculty-tabs-wrapper .faculty-card h4,
.faculty-tabs-wrapper .faculty-card h5 {
  margin: 0 0 7px;
  color: #17324d;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

/* Name hover */

.faculty-tabs-wrapper .faculty-card:hover h4,
.faculty-tabs-wrapper .faculty-card:hover h5 {
  color: #057bad;
}

/* =========================================================
   FACULTY DETAILS
========================================================= */

.faculty-tabs-wrapper .faculty-card p {
  margin: 0;
  color: #718096;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

/* =========================================================
   OPTIONAL SMALL SEPARATOR
   Works without changing JSX
========================================================= */

.faculty-tabs-wrapper .faculty-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #057bad, #35a9d1, #057bad);
  opacity: 0;
  transition:
    width 0.35s ease,
    opacity 0.35s ease;
}

/* Hover effect */
.faculty-tabs-wrapper .faculty-card:hover::before {
  width: 100%;
  opacity: 1;
}
/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
  .faculty-tabs-wrapper .faculty-card {
    min-height: 235px;
    border-radius: 16px;
  }

  .faculty-tabs-wrapper .faculty-card img {
    height: 125px;
  }

  .faculty-tabs-wrapper .faculty-card .faculty-info {
    padding: 15px;
  }

  .faculty-tabs-wrapper .faculty-card h4,
  .faculty-tabs-wrapper .faculty-card h5 {
    font-size: 16px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .faculty-tabs-wrapper .tab-pane .row {
    row-gap: 20px;
  }

  .faculty-tabs-wrapper .faculty-card {
    min-height: 220px;
    border-radius: 15px;
  }

  .faculty-tabs-wrapper .faculty-card img {
    height: 115px;
    padding: 10px 15px 3px;
  }

  .faculty-tabs-wrapper .faculty-card .faculty-info {
    padding: 14px 15px 18px;
  }

  .faculty-tabs-wrapper .faculty-card h4,
  .faculty-tabs-wrapper .faculty-card h5 {
    font-size: 15px;
  }

  .faculty-tabs-wrapper .faculty-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .faculty-tabs-wrapper .faculty-card {
    min-height: 210px;
  }

  .faculty-tabs-wrapper .faculty-card img {
    height: 105px;
  }

  .faculty-tabs-wrapper .faculty-card .faculty-info {
    padding: 12px 12px 16px;
  }

  .faculty-tabs-wrapper .faculty-card h4,
  .faculty-tabs-wrapper .faculty-card h5 {
    font-size: 14px;
  }

  .faculty-tabs-wrapper .faculty-card p {
    font-size: 12.5px;
  }
}
/* =========================================================
   EMPTY DATA
========================================================= */

.faculty-empty {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
  background: #f8fafc;
  border-radius: 12px;
  color: #7b8794;
}

.faculty-empty i {
  display: block;
  font-size: 40px;
  margin-bottom: 12px;
  color: #057bad;
}

/* ___________________facilities------------- */
.Fac-img {
  width: 100%;
  overflow: hidden;
}

.main-fac-img {
  height: 400px;
  border-radius: 10px;
}

.main-fac-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Facility Cards */

.facility-card {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.facility-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Yellow Bottom-to-Top Overlay */

.facility-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(5, 123, 173, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  overflow: hidden;
  transition: height 0.4s ease;
  text-align: center;
  text-transform: UPPERCASE;
}

/* Hover */

.facility-card:hover .facility-overlay {
  height: 100%;
}

.facility-overlay h5 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.facility-overlay p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #234262;
  font-weight: 500;
}

/* ------------------video--------------- */
.video-inner {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.video-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 60px;
  height: 60px;
  border-radius: 50%;

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

  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 50px;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease;

  animation: zoomInOut 1.5s ease-in-out infinite;
}

.inner-video-icon i {
  font-size: 40px;
  line-height: 12px;
}

.video-thumb:hover .inner-video-icon {
  background: #0d4c79;
  transform: translate(-50%, -50%) scale(1.1);
}

.gal-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
  /* background-color: white; */
}

.gallery-title {
  min-height: 80px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.gallery-title h3 {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 5px;
  text-align: center;
}

.gallery-description {
  flex: 1;
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gallery-view-date {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* photgallery____10-03-26 */
.gallery-inner {
  margin-bottom: 30px;
  box-shadow: 7px 6px 12px -4px #ddd;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

.gallery-blk {
  position: relative;
  background: #fff;
  overflow: hidden;
  transition: 0.5s;
  width: 100%;
  height: 250px;

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

.gallery-blk img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  position: relative;

  object-fit: cover;
  object-position: center;

  box-shadow: 0 0 19px 0 #00000054;
  border: 7px solid #ffffff4f;
  box-sizing: border-box;
}

.gallery-content {
  bottom: 0;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease-in;
}

.gallery-date h6 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 0;
  font-weight: bold;
}

.gallery-date h6 span {
  font-size: 14px;
  font-weight: normal;
}

.gall_num_view {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.tabs-dynamics {
  background: linear-gradient(328deg, #0d4c79 0%, #1c6395 100%);
  margin: 0 0 40px;
  padding: 20px;
  border-radius: 8px;
}

.gallery-card {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s;
}

.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.8s;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-tabs .nav-link {
  padding: 12px;
  font-weight: 600;
  border: 1px solid #ddd;
}

.gallery-tabs .nav-link.active {
  background: #0d4c79;
  color: #fff;
}

.pagination .page-link {
  border-radius: 6px;
  margin: 0 4px;
}

.page-item .page-link {
  background-color: #0d4c79;
  color: #fff;
}

.gallery-section {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  margin-top: 22px;
}

.tab-content {
  margin-top: 41px;
}

.view-mores {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 110px;
  padding: 8px;
  margin-bottom: 10px;

  background: #0d4c79;
  color: #fff;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 25px;
  cursor: pointer;

  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.reset-btn {
  background: linear-gradient(135deg, #4787c8, #234262);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-select,
.filter-input {
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
}

.count-card {
  display: block;
  width: 100%;

  padding: 4px 10px;
  border-radius: 7px;

  font-weight: 400;
  color: #212529;
  background-color: #fff;
}

.count-card span {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 700;
}

.count-card p {
  margin-bottom: 0;
}
/* ===========================
   News Card
=========================== */

.newsCount {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.inr-news-blk,
.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.inr-news-blk:hover,
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.inr-news-blk .date,
.news-card .news-date {
  display: inline-block;
  width: fit-content;
  margin: 15px;
  padding: 8px 15px;
  background: #0d4c79;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.inr-news-content,
.news-card .news-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.inr-news-content h3,
.news-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  line-height: 1.5;
  text-transform: uppercase;
}

.inr-news-content p,
.news-card p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.inr-news-content a,
.news-card .attachment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  text-decoration: none;
}

.inr-news-content .loc,
.news-card .attachment {
  padding: 8px 14px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #0d4c79;
  transition: all 0.3s ease;
}

.inr-news-content .loc:hover,
.news-card .attachment:hover {
  background: #0d4c79;
  color: #fff;
}
/* ----------------TOPPERINEER--------------------- */
.topper-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.topper-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-bottom: 1px solid #eee;
}

.topper-body {
  padding: 15px;
}

.topper-body h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}
s .topper-body p {
  margin: 0;
  font-size: 14px;
  color: #000000;
  text-align: CENTER;
}

/* ------ */
/* =========================================
   SCHOOL UNIFORM TABLE
========================================= */

.uniform-section {
  background: #ffffff;
  border: 1px solid #e5eaf0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(35, 66, 98, 0.06);
}

/* Table */

.uniform-table {
  margin-bottom: 0;
  font-size: 16px;
  color: #4b5563;
}

.uniform-table thead th {
  background: linear-gradient(135deg, #4787c8, #234262);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 16px;
  vertical-align: middle;
  border: 0;
}

.uniform-table tbody td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.65;
  vertical-align: top;
  border-color: #e9eef4;
  background: #ffffff;
}

.uniform-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.uniform-table tbody tr:hover td {
  background: #f1f6fb;
  transition: 0.2s ease;
}

/* Day Badge */

.day-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  background: #eaf3fc;
  color: #2a578b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.day-badge.winter {
  background: #eef0f3;
  color: #234262;
}

/* Small Notes */

.uniform-table small {
  font-size: 16px;
  color: #6c757d;
}

/* Strong Text */

.uniform-table strong {
  color: #234262;
  font-size: 16px;
  font-weight: 600;
}

/* ------------ */
/* =========================================
   ADMISSION TABS
========================================= */

#admissionTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

#admissionTabs .nav-item {
  margin: 0;
}

#admissionTabs .nav-link {
  margin: 0;
  white-space: nowrap;
}

/* ========================================= SUB GALLERY IMAGE ========================================= */
.sub-gallery-image-btn {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  width: 100%;
  cursor: zoom-in;
}
.sub-gallery-image-btn img {
  width: 100%;
  cursor: zoom-in;
} /* ========================================= LIGHTBOX ========================================= */
.sub-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-gallery-viewer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
} /* ========================================= IMAGE ========================================= */
.sub-gallery-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 70px 100px;
}
.sub-gallery-zoom-image {
  max-width: 90%;
  max-height: 85%;
  object-fit: contain;
  transition: transform 0.2s ease;
  user-select: none;
} /* ========================================= CLOSE BUTTON ========================================= */
.sub-gallery-close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 10;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.sub-gallery-close:hover {
  background: rgba(255, 255, 255, 0.3);
} /* ========================================= PREVIOUS / NEXT ========================================= */
.sub-gallery-prev,
.sub-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}
.sub-gallery-prev {
  left: 25px;
}
.sub-gallery-next {
  right: 25px;
}
.sub-gallery-prev:hover,
.sub-gallery-next:hover {
  background: rgba(255, 255, 255, 0.3);
} /* ========================================= ZOOM CONTROLS ========================================= */
.sub-gallery-controls {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.65);
}
.sub-gallery-controls button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.sub-gallery-controls button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.sub-gallery-controls span {
  color: #fff;
  min-width: 55px;
  text-align: center;
  font-size: 14px;
} /* ========================================= IMAGE COUNTER ========================================= */
.sub-gallery-counter {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 7px 15px;
  border-radius: 20px;
}
/* ------- */
/* =========================================
   Manager / Principal Image
========================================= */

.messageimg {
  position: relative;
  /* overflow: hidden; */
  width: 300px;
  /* height: 350px; */
  border-radius: 8px;
  margin: auto;
}

.messageimg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.4s ease;
}

/* =========================================
   Social Overlay
========================================= */

.social-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: rgba(0, 0, 0, 0.75);

  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;

  z-index: 10;
}

/* Show overlay */

.messageimg:hover .social-overlay {
  opacity: 1;
  visibility: visible;
}

/* Image zoom */

.messageimg:hover img {
  transform: scale(1.05);
}

/* =========================================
   Social Icons
========================================= */

.social-overlay a {
  width: 42px;
  height: 42px;

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

  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;

  text-decoration: none;

  font-size: 18px;

  transition: all 0.3s ease;

  position: relative;
  z-index: 11;
}

.social-overlay a:hover {
  color: #315d91;
  background: #ffffff;
  transform: translateY(-5px);
}

/* ========================================= RESPONSIVE ===================================================================================== */

@media (max-width: 1600px) {
  .message-div {
    display: block;
  }
  div#managermessage-0 {
    margin-top: 20px;
  }
}

@media (max-width: 1499px) {
  .innerbody {
    padding: 50px;
  }
  .prayer-col {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .fee-pg .about-image-wrap {
    width: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 1299px) {
  .fee-pg .about-image-wrap {
    width: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
  }
  .prayer-col {
    max-width: 500px;
  }
  .management-text {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  #manager-name-0 {
    margin-top: 10px;
  }
  .message-div > div[id^="principalmessage"] {
    margin-top: 25px;
  }
  #admissionTabs {
    gap: 12px;
  }
  .message-div > div[id^="principalmessage"] {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .message-div {
    display: block;
  }
  .patron-section::after {
    width: 102%;
  }
  .about-title.centered::after {
    left: 50%;
    transform: translateX(-60%);
  }
  .about-grid {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .about-image-wrap {
    width: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
  }
  .aim-image-wrap {
    width: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 25px;
  }

  .education-cards {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .uniform-table {
    min-width: 750px;
  }

  .uniform-table thead th,
  .uniform-table tbody td {
    padding: 13px;
    font-size: 16px;
  }

  .day-badge {
    font-size: 16px;
  }

  .uniform-table small {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .uniform-section {
    gap: 20px;
  }
  .uniform-image-wrap {
    margin-left: unset;
  }

  .prayer-col {
    max-width: 500px;
  }

  .uniform-image-wrap img {
    display: block;
    margin: auto;
  }
  .uniform-season-title {
    font-size: 20px;
    text-align: center;
  }
  .timing-card-heading {
    font-size: 15px;
    padding: 12px 16px;
  }
  .management-message-card {
    width: 100%;
    padding: 25px;
    border-right: unset;
  }
  .management-message-card:hover {
    width: 100%;
    padding: 25px;
    border-bottom: 4px solid #f5a623;
  }
  .management-image {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    transform: none;
  }

  .management-image img {
    width: 150px;
    height: 180px;
    margin-bottom: 20px;
  }

  .management-text {
    width: 100%;
  }

  .management-text h4 {
    font-size: 24px;
  }

  .management-text .quote {
    font-size: 16px;
  }
  .prayer-card-wrapper.desktop {
    display: none;
  }
  .prayer-card-wrapper.responsive {
    display: block;
  }
  .about-title.centered::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-content-card,
  .about-image-card {
    flex: 0 0 100%;
    width: 100%;
  }

  .about-image-wrap {
    max-width: 100%;
  }
  .faculty-tabs-wrapper {
    padding: 20px;
  }

  #facultyTabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  #facultyTabs::-webkit-scrollbar {
    display: none;
  }

  #facultyTabs .nav-link {
    font-size: 14px;
    padding: 12px 18px;
  }

  .faculty-tabs-wrapper .faculty-card img {
    height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #admissionTabs {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .messageimg {
    width: 260px;
    height: 320px;
    margin: 0 auto;
  }

  .social-overlay a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .filter-card {
    margin-bottom: 0px;
  }

  .contact-info-box {
    padding: 20px 15px;
  }

  .contact-content h4 {
    font-size: 16px;
  }

  .contact-content p {
    font-size: 14px;
  }
  .fee-pg .about-image-wrap,
  .about-image-wrap {
    width: 100%;
  }
  .bread_img .innerhead-content h1.title1 {
    font-size: 24px;
  }
  .desktop-tabs {
    display: none;
  }

  .mobile-dropdown {
    display: block;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 25px;
  }

  .dropdown-toggle-btn {
    width: 100%;
    border: 1px solid #0d4c79;
    background: #0d4c79;
    color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;

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

  .dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }

  .dropdown-item-custom {
    width: 100%;
    border: none;
    background: #fff;
    text-align: left;
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }

  .dropdown-item-custom:hover {
    background: #f5f5f5;
  }

  .dropdown-item-custom.active {
    background: #0d4c79;
    color: #fff;
  }
  .gallery-image-col {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .gallery-image-card {
    width: 90%;
    max-width: 350px;
  }
  .instruction-mobile-spacing {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .uniform-data {
    margin-bottom: 16px;
  }
  .about-image-card {
    top: 0px;
  }
  .management-message-card {
    padding: 20px;
    text-align: center;
  }

  .management-image img {
    width: 130px;
    height: 160px;
  }

  .management-text h4 {
    font-size: 22px;
  }

  .management-text p,
  .management-text .quote {
    font-size: 15px;
    line-height: 1.8;
  }

  .author-info h5 {
    font-size: 18px;
  }

  .author-info span {
    font-size: 14px;
  }
  .sub-gallery-image-wrapper {
    padding: 60px 55px;
  }
  .sub-gallery-zoom-image {
    max-width: 100%;
    max-height: 80%;
  }
  .sub-gallery-prev,
  .sub-gallery-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .sub-gallery-prev {
    left: 10px;
  }
  .sub-gallery-next {
    right: 10px;
  }
  .sub-gallery-close {
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
  }
  .sub-gallery-controls {
    bottom: 15px;
  }
  .faculty-tabs-wrapper {
    padding: 15px;
    border-radius: 14px;
  }

  #facultyTabs {
    gap: 7px;
    padding: 5px;
    border-radius: 10px;
  }

  #facultyTabs .nav-link {
    font-size: 13px;
    padding: 10px 15px;
  }

  .faculty-tabs-wrapper .tab-content {
    padding-top: 22px !important;
  }

  .faculty-tabs-wrapper .faculty-card img {
    height: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #admissionTabs {
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .term-badges {
    gap: 10px;
  }
  .term-badge {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  .contact-form-card.manage .about-title.pt-uniform::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .prayer-col {
    max-width: 100%;
    padding: 20px 16px;
  }

  .prayer-col p {
    font-size: 14px;
    line-height: 1.7;
  }
  .Breadcrumb {
    display: none;
  }
  .about-content-card {
    padding: 20px;
  }

  .about-content-card p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 575px) {
  .messageimg {
    width: 220px;
    height: 280px;
  }

  .social-overlay {
    gap: 7px;
  }

  .social-overlay a {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .uniform-section {
    border-radius: 10px;
  }

  .uniform-table {
    min-width: 700px;
    font-size: 16px;
  }

  .uniform-table thead th {
    font-size: 16px;
    padding: 12px;
  }

  .uniform-table tbody td {
    padding: 12px;
    font-size: 16px;
  }

  .day-badge {
    font-size: 16px;
    padding: 5px 8px;
  }

  .uniform-table small {
    font-size: 16px;
  }
  .uniform-image-wrap {
    padding: 6px;
  }
  .school-timings-row {
    max-width: 100%;
  }
  .about-title.centered::after {
    left: 128px;
  }
  .innerbody {
    padding: 40px 15px;
  }

  .about-title {
    display: block;
    width: fit-content;
    margin: 0 auto 30px;
    left: 0;
    transform: none;
    text-align: center;
  }

  .about-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .sub-title {
    left: 0;
    text-align: center;
  }

  .sub-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .bread_img .innerhead-content h1.title1::after {
    margin: 0px auto 0;
  }
}
@media (max-width: 575.98px) {
  #admissionTabs {
    gap: 8px;
  }

  #admissionTabs .nav-link {
    padding: 7px 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .management-message-card {
    padding: 15px;
  }

  .management-image img {
    width: 110px;
    height: 140px;
  }

  .management-text h4 {
    font-size: 20px;
  }
  .faculty-tabs-wrapper {
    padding: 12px;
  }

  #facultyTabs .nav-link {
    font-size: 12px;
    padding: 9px 13px;
  }

  .faculty-tabs-wrapper .tab-pane .row {
    row-gap: 18px;
  }

  .faculty-tabs-wrapper .faculty-card img {
    height: 220px;
  }
}

@media (max-width: 476px) {
  .about-title.centered::after {
    left: 111px;
  }
  .aim-image-wrap {
    width: 76%;
  }
  .bread_img .innerhead-content h1.title1::after {
    width: 50px;
    height: 2px;
  }
}
@media (max-width: 375px) {
  .message-div {
    padding: 20px;
  }
  #admissionTabs {
    gap: 6px;
  }

  #admissionTabs .nav-link {
    padding: 6px 8px;
    font-size: 12px;
  }
}
@media (max-width: 359px) {
  .innerbody {
    padding: 30px 10px;
  }

  .about-title {
    font-size: 20px;
  }

  .sub-title {
    font-size: 16px;
  }
  .bread_img .innerhead-content h1.title1::after {
    margin: 0px auto 0;
  }
}
/* ================ */
.topper-block h4 {
  color: #333333;
  color: #333333;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  line-height: 30px;
  position: relative;
}

.topper_bg:before {
  position: absolute;

  content: " ";
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
}

.topper_bg:after {
  position: absolute;
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/topper_bg1.png) no-repeat right top;
  content: " ";
  top: -190px;
  right: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.topper_bg {
  position: relative;
  padding: 80px 100px;
}

.toppertaj {
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/topper-shape.png);
  background-size: 100% 100%;
  padding: 10px 10px 15px;
  width: 180px;
  margin: 20px auto;
}

.topper-block {
  /* width: 90%; */
  width: 100%;
}

.wid-100 {
  width: 100%;
  margin-top: -5px;
}

.toppertaj img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  border-radius: 50%;
  margin: auto;
  background: linear-gradient(0deg,
      #ad8d41,
      #c4a956,
      #e8d77e,
      #e3cc64,
      #cfac2d);
  padding: 2px;
}

.topperdiv {
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.topperdiv .topperdesc p.name {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.topperdiv .topperdesc p.per {
  font-weight: 800;
  color: #18467d;
  font-size: 20px;
  margin-bottom: 5px;
}

.topperdiv.birthday>.toppertaj {
  overflow: hidden;
  width: max-content;
  position: relative;
  background: none;
}

.topperdiv.birthday>.toppertaj:hover:before {
  transform: rotate(-0.32turn);
  left: 3px;
  top: -4px;
}

.topperdiv .star {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/star.png);
  background-size: 100% 100%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
}

.topperdiv:hover .star {
  font-weight: 600;
  top: 20%;
  z-index: 1;
  opacity: 1;
}

.topperdiv.birthday>.toppertaj:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/STPSFH/public/Images/birthday-bg.png);
  background-size: 100% 97%;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
  transform: rotate(15deg);
  transition: 0.5s;
  transform-origin: center;
}
.read-more-wrapper {
  display: flex;
  justify-content: center;
  /* margin-top: 20px; */
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
    z-index: 99999999;
  padding: 10px 22px;

  background: #0056b3;
  color: #fff;

  border: none;
  border-radius: 6px;
  text-decoration: none;

  font-size: 15px;
  font-weight: 600;

  box-shadow: 0 4px 10px rgba(0, 86, 179, 0.2);
}

.read-more-btn i {
  font-size: 16px;
}
