@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: none;
}

::selection {
  color: #fff;
  background: #a24281;
}

ol,
ul {
  padding-left: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}

html,
body {
  overflow-x: hidden;
  font-family: "Be Vietnam Pro", sans-serif;
}

body {
  overflow-x: hidden !important;
  background-image: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/body-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Be Vietnam Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Be Vietnam Pro", sans-serif;
}

p {
  font-size: 17px;
  line-height: 30px;
  margin: 0px;
  text-align: justify;
  color: #333333;
}

ul li {
  font-size: 15px;
  line-height: 25px;
  list-style-type: none;
}

h1 {
  color: #cdac53;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 35px;
}

li,
a,
i,
article,
ul,
h3,
img {
  transition: all 0.5s;
}

ul {
  margin: 0px;
}

input {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover,
img:hover,
i:hover,
article:hover,
ul:hover,
h3:hover,
li:hover {
  transition: all 0.5s;
}

.clr {
  clear: both;
  height: both;
}

.container-fluid-theme {
  padding: 0 80px;
}

.mid-section-title {
  color: #1f5994;
  font-size: 30px;
  text-align: center;
  padding-bottom: 10px;
}

.white {
  color: white;
}

.section-title {
  text-align: center;
}

.section-title .subtitle {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-title h2 {
  color: #2869a5;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.textleft {
  text-align: left !important;
}

.bluecol {
  color: #2869a5;
}

/* ------------------------------------
TopMid
---------------------------------------*/
.LogoPart {
  padding: 4px 0px;
}

.TopMid {
  background: #ffffff;
}

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

.TopSearch input {
  width: 100%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  padding: 0 45px 0 18px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
}

.TopSearch i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 14px;
}

.TopButtons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.top-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #111;
  text-decoration: none;
  padding: 11px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  background: linear-gradient(137deg,
      rgba(255, 207, 104, 1) 0%,
      rgba(240, 164, 76, 1) 100%);
}

.top-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.top-btn i {
  font-size: 12px;
  transition: all 0.3s ease;
}

.top-btn:hover i {
  transform: rotate(-10deg);
}

.top-contact {
  padding: 5px 0;
}

.contact-info p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #444;
}

.contact-info i {
  margin-right: 10px;
}

.green-logo {
  max-height: 100px;
  width: auto;
}

/* ------------------------------------
Navbar
---------------------------------------*/
.navsec {
  background: #e4f2ff;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.navsec>* {
  position: relative;
  z-index: 1;
}

.logocenter {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.mar-top {
  position: relative;
}

.header {
  margin: 0 auto;
  width: 100%;
}

.top-menu input {
  background: #fff;
  padding-left: 10px;
}

.top-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}

.top-menu ul li {
  margin-right: 0px;
  font-weight: 400;
}

.top-menu ul li:nth-last-child {
  margin-right: 0px;
}

.top-menu ul li a {
  color: #000;
  padding: 6px 6px;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.top-menu ul li:nth-child(6) a {
  background: #1a119b;
}

.top-menu ul li a.active {
  background: #e52b50;
  color: #fff;
}

.top-menu ul li a:hover {
  color: #015027;
}

.top-menu ul li:nth-child(1) a {
  border: none;
  text-transform: capitalize;
  border-radius: 15px;
  background: #eae43e;
  background: linear-gradient(178deg,
      rgba(234, 228, 62, 1) 0%,
      rgba(226, 171, 54, 1) 100%);
  padding: 10px 15px 10px 15px;
}

.li.cta1 a {
  font-weight: 400;
}

.top-menu ul li {
  position: relative;
  padding-right: 12px;
  margin-right: 8px;
}

.top-menu ul li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  font-weight: 400;
}

.top-menu ul li:last-child::after {
  content: "";
}

/*--Navigation--*/
nav {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.menu li {
  position: relative;
  margin: 0 15px;
}

.menu li a {
  display: block;
  padding: 6px 15px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
}

.menu li a:hover {
  color: #1f5994;
  background: transparent;
}

.menu li a.active {
  color: #1f5994;
  font-weight: bold;
}

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 200px;
  z-index: 9999;
}

.sub-menu li {
  background: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.sub-menu li a {
  padding: 5px 10px;
  color: #000;
  font-size: 12px;
}

.has-submenu:hover>.sub-menu {
  display: block;
}

.has-submenu i {
  font-size: 12px;
}

.menu {
  display: none;
  width: 100%;
  position: relative;
  z-index: 9999;
  margin: 0px;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: right;
}

.sub-menu li:hover>a {
  color: #000000 !important;
  background: transparent;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  width: max-content;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  padding: 10px;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
  width: 240px;
}

.menu ul li a {
  display: block;
  color: #000000;
  background: #fff;
  padding: 5px 0px;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  margin-left: 5px;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 257px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul li a {
  font-size: 13px;
}

.menu ul li a span {
  font-style: italic;
  color: #e9274e;
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  z-index: 10000;
  border: none;
  text-align: left;
}

.menu.active {
  display: block;
}

.responsive-menu:focus,
.responsive-menu:active {
  text-decoration: none;
  color: #fff;
}

a.homer {
  background: transparent;
  color: #089337 !important;
}

.has-submenu>a:after {
  content: " ▼";
  float: right;
  font-size: 12px !important;
}

@media (max-width: 991px) {
  .menu li {
    display: block;
    border-bottom: 1px solid #ddd;
  }

  nav {
    display: block;
    height: auto;
  }

  .menu {
    display: block;
    margin-bottom: 0px;
    float: inherit;
    width: 100%;
    margin: 0 auto;
  }

  .menu ul li a {
    text-align: left;
  }

  .menu {
    display: block;
    margin-bottom: 0px;
    float: inherit;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }

  .menu {
    display: none;
    position: relative;
    z-index: 9999;
    background: white;
  }

  nav {
    margin: 0;
    background: none;
  }

  .menu li {
    display: block;
    margin: 0;
    padding-left: 15px;
  }

  .menu li a {
    padding: 4px 3px;
    font-size: 14px;
    background: #fff;
    color: #333333;
    font-weight: 600;
  }

  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }

  .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }

  .menu ul ul {
    left: 0;
    transform: initial;
  }

  .menu li>ul ul:hover {
    transform: initial;
  }

  header .container {
    width: 100%;
    max-width: 100%;
  }

  .menu {
    border-radius: 0px;
  }

  .container-fluid.navsec {
    position: relative;
    margin-top: 0px;
    padding: 0px;
    z-index: 9;
  }

  .menu ul li {
    width: 100%;
  }

  .responsive-menu {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-align: left;
    z-index: 1000;
    background: linear-gradient(180deg,
        rgba(129, 178, 228, 1) 0%,
        rgba(26, 87, 148, 1) 100%);
  }

  .menu {
    flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu.active {
    max-height: 2000px;
  }

  .menu li {
    display: block;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }

  .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    display: none;
  }

  .sub-menu.active {
    display: block;
  }

  .menu li a {
    padding-left: 15px;
    font-size: 14px;
    background: #fff;
    color: #444343;
    font-weight: 500;
  }

  .has-submenu>a:after {
    content: " ▼";
    float: right;
  }

  .menu .loginbg a {
    background-color: #ff5b5b !important;
  }

  .menu .loginbg a {
    color: white !important;
  }

  .menu li a:hover {
    background: transparent;
  }
}

@media (min-width: 992px) {
  .menu {
    display: flex !important;
    flex-direction: row;
    max-height: none !important;
  }

  .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
  }

  .has-submenu:hover>.sub-menu {
    display: block;
  }

  .responsive-menu {
    display: none;
  }

  .menu {
    display: flex !important;
    flex-direction: row;
  }
}

/* Slider Carousel control buttons */
.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffffbb;
  border-radius: 50%;
  opacity: 1;
  color: #333333 !important;
}

.carousel-control-prev,
.carousel-control-next {
  color: #333333 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #ffffff;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}

.carousel-wrapper {
  position: relative;
}



/* Slider Carousel News Sec */
.slider-sec {
  background: #e4f2ff;
}

.sld-menu {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.slider-left-links {
  width: 300px;
  min-width: 300px;
  height: 700px;
  display: flex;
  align-items: center;
}

.mainsld {
  flex: 1;
  height: 700px;
  overflow: hidden;
}

.mainsld .carousel,
.mainsld .carousel-inner,
.mainsld .carousel-item {
  height: 700px;
}

.mainsld .carousel-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 125px 0 0 125px;
  display: block;
}

.slider-left-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 95%;
}

.slider-left-links li {
  margin-bottom: 15px;
  width: 95%;
}

.slider-left-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f2ca7a;
  color: #18446c;
  text-decoration: none;
  padding: 35px 15px 35px 15px;
  border-radius: 0 100px 100px 0;
  height: 125px;
  border: solid 1px #e4ae52 !important;
  box-sizing: border-box;
}

.slider-left-links a a {
  border: unset !important;
}

.slider-left-links a:hover {
  transform: translateX(5px);
}

.slider-left-links .icon {
  font-size: 28px;
  margin-right: 10px;
}

.slider-left-links .text {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.slider-left-links li img {
  padding-right: 10px;
}

/*slider-left-links*/
@media (max-width: 1399px) {
  .slider-left-links a {
    padding: 25px 15px 25px 15px;
  }

  .slider-left-links .text {
    font-size: 15px;
  }

  .slider-left-links li img {
    padding-right: 10px;
    width: 45px;
  }


}

@media (max-width: 1199px) {
  .sld-menu {
    display: block;
  }

  .slider-left-links {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .mainsld {
    width: 100%;
    height: auto;
  }

  .mainsld .carousel,
  .mainsld .carousel-inner,
  .mainsld .carousel-item {
    height: auto;
  }

  .mainsld .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

  .sld-menu {
    display: flex;
    flex-direction: column;
  }

  .mainsld {
    order: 1;
  }

  .slider-left-links .arrow {
    display: none
  }

  .slider-left-links {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .sld-menu {
    flex-direction: column;
  }

  .slider-left-links {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .slider-left-links ul {
    display: flex;
    gap: 15px;
    width: 95%;
    margin: 0;
    padding: 0;
    margin: 0 auto;
  }

  .slider-left-links li {
    flex: 1;
    width: auto;
    margin: 0;
  }

  .slider-left-links a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 15px;
    border-radius: 20px;
  }

  .slider-left-links li img {
    width: 35px;
    height: 35px;
    padding: 0;
    margin-bottom: 5px;
  }

  .slider-left-links .text {
    font-size: 15px;
    line-height: 1.3;
  }

  .mainsld {
    width: 100%;
  }

  .slider-left-links .text br {
    display: none;
  }

}

@media (max-width: 991px) {
  .mainsld .carousel-item img {
    height: auto;
    object-fit: contain;
  }

  .slider-left-links ul {
    flex-wrap: wrap;
    gap: 15px;
  }

  .slider-left-links li {
    flex: 0 0 calc(50% - 8px);
  }

  .slider-left-links .text {
    font-size: 14px;
  }

  .slider-left-links li img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 767px) {

  .slider-left-links ul {
    width: 100%;
    padding: 0 15px;
  }

  .slider-left-links li {
    flex: 0 0 calc(50% - 8px);
  }

  .slider-left-links a {
    height: 100px;
    padding: 10px;
  }

  .slider-left-links .text {
    font-size: 13px;
  }

  .slider-left-links li img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 575px) {

  .slider-left-links ul {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .slider-left-links li {
    flex: 1 1 100%;
  }

  .slider-left-links a {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    height: auto;
    min-height: 70px;
    border-radius: 15px;
    padding: 15px;
  }

  .slider-left-links li img {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
  }

  .slider-left-links .text {
    font-size: 14px;
  }

  .slider-left-links .arrow {
    display: block
  }

}



/* mainhead */
.mainhead {
  color: #e45151;
  text-transform: uppercase;
  font-size: 28px;
}

.left-arrow {
  width: 30px;
  min-width: 30px;
}

.left-arrow img {
  width: 100%;
}

.middle-info {
  width: calc(100% - 80px);
}

.right-attach img {
  width: 75%;
  margin: 0 auto;
  display: block;
}

.subhead {
  color: #1f5994;
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
}

.middle-info p {
  color: #a22525;
  font-size: 13px !important;
}

.middle-info i {
  font-size: 13px !important;
}

.news-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.News-title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

.NewsSec marquee {
  height: 520px;
  margin-bottom: 22px;
}

.NewsSec {
  padding: 42px 20px;
  height: 700px;
  background-color: #fff5de;
  box-shadow: rgb(0 0 0 / 21%) 0px 25px 20px -20px;
}

/* ------------------------------------
Btn 
---------------------------------------*/
/*.readmore-row {text-align: center;} */
.readmore-row a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2869a5;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 19px;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.3s ease;
}

.readmore-row a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.readmore-row a:hover {
  background: #1f5688;
  color: #fff;
}

.readmore-row a:hover i {
  transform: translateX(4px);
}

.whitebg {
  border-left: 8px solid rgb(255, 255, 255) !important;
}

.whitebg a .arrow {
  border-left: 8px solid rgb(255, 255, 255);
}

.btn-custom {
  color: #111111;
  padding: 15px 18px;
  font-size: 14px;
  border-radius: 10px;
  margin-top: 30px;
  background: linear-gradient(180deg, #ffcf68 0%, #f0a44c 100%);
  text-transform: uppercase;
  font-weight: bold;
}

.btn-custom:hover {
  background-color: #e94b4b;
  border-color: #e94b4b;
  color: #fff;
}

/* ------------------------------------
Highlights
---------------------------------------*/
.highlights-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

.highlight-box {
  background: #ffd48b;
  border: 2px solid #e4ae52;
  border-radius: 0px 100px 100px 0px;
  min-height: 110px;
  padding: 0 110px;
}

.highlight-icon {
  color: #0c3b6e;
  font-size: 24px;
  margin-right: 20px;
  flex-shrink: 0;
}

.notice-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.notice-link:hover {
  color: #0c3b6e;
}

.notice-link i {
  color: #fff;
  background: #f39900;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 5px;
  font-size: 16px;
  border-radius: 10px;
}

.social-icon {
  width: 120px;
  height: 120px;
  background: #f3cb80;
  border: 2px solid #d9a542;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 50px;
}

.social-icon i {
  font-size: 38px;
}

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

.bi-instagram {
  color: #e1306c;
}

.bi-facebook {
  color: #1877f2;
}

.bi-twitter-x {
  color: #000;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  animation: marquee 20s linear infinite;
}

.marquee-content:hover {
  animation-play-state: paused;
}

.notice-link {
  text-decoration: none;
  margin-right: 50px;
  color: #333333;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* ------------------------------------
School Facilities
---------------------------------------*/
.facilities-section {
  text-align: center;
  padding: 0px 0px 70px 0px;
}

.facilities-box {
  background: #fff7ea;
  border: 1px solid #f3e2c7;
  border-radius: 100px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.facility-item {
  text-align: center;
}

.facility-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/Facilities-Bor.png") no-repeat center center;
  background-size: 100% 100%;
  transition: transform 0.8s linear;
}

.facility-icon::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #2869a5;
  border-radius: 50%;
}

.facility-item:hover .facility-icon::before {
  transform: rotate(360deg);
}

.facility-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.facility-item h6 {
  font-size: 12px;
  font-weight: 600;
  color: #2869a5;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}

/* ------------------------------------
Topper Birthaday Sec
---------------------------------------*/
.TopperBirthadaySec {
  padding: 0px 0px 70px 0px;
}

.TopperSec {
  padding: 10px 0px 50px;
  text-align: center;
  position: relative;
  overflow: visible;
}

.topper-img-wrapper {
  display: flex;
  justify-content: center;
  margin: 10px 0 5px;
}

.topper-info {
  padding-top: 10px;
}

.topper-score {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}

.Student-name {
  color: #333333;
  font-size: 17px;
  font-weight: normal;
}

.subject-name {
  color: #666666;
  font-style: italic;
  font-size: 16px;
}

.topper-border {
  position: relative;
  width: 189px;
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topper-img {
  width: 165px;
  height: 165px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.topper-border::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/border-topper.png);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition:
    transform 0.8s ease,
    background-image 0.3s ease;
  z-index: 1;
}

.topper-border:hover::before {
  background-image: url(https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/border-topper-hover.png);
  transform: rotate(360deg);
}

.arrownone .slick-prev,
.arrownone .slick-next {
  display: none !important;
}

.TopperBirthadaySec .readmore-row a .arrow {
  border-left: 8px solid #f1eeff;
}

.slider-arrow-center {
  justify-content: center;
}

.slider-arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* --------mesdesk--new---------- */
.message-title {
  min-height: 30px;
}

.message-content {
  min-height: 200px;
}

.speaker-category {
  margin-top: 15px;
}

/* ------------------------------------
Birthday
---------------------------------------*/
.BirthdaySec {
  padding: 20px 0px 50px;
  text-align: center;
  position: relative;
  overflow: visible;
}

.birthday-img-wrapper {
  position: relative;
  width: 165px;
  height: 165px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.birthday-img-wrapper::before {
  content: "";
  position: absolute;
  width: 189px;
  height: 189px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/birthdaybg.png");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  transition: transform 0.8s ease;
  z-index: 1;
}

.BirthdaySec:hover .birthday-img-wrapper::before {
  transform: translate(-50%, -50%) rotate(360deg);
}

.birthday-img {
  position: relative;
  z-index: 2;
  width: 165px;
  height: 165px;
  object-fit: cover;
  border-radius: 50%;
}

.birthday-hover-img {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 3;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.BirthdaySec:hover .birthday-hover-img {
  opacity: 1;
}

.birthday-info {
  position: relative;
  z-index: 5;
  margin-top: 0;
  transition: margin-top 0.45s ease;
  padding-top: 10px;
}

.BirthdaySec h4 {
  color: #333;
  font-weight: 600;
  font-size: 21px;
}

.BirthdaySec h5 {
  color: #333333;
  font-size: 17px;
  font-weight: normal;
}

.birthdaybtn {
  padding-top: 35px;
}

/* ------------------------------------
AcademicsSec
---------------------------------------*/
.AcademicsSec {
  padding: 0px 0px 70px 0px;
}

.curriculum-row {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.curriculum-item {
  text-align: center;
}

.curriculum-item h4 {
  color: #2869a5;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}

.curriculum-img {
  position: relative;
  width: 230px;
  height: 300px;
  border-radius: 75px;
  overflow: hidden;
  border: 1px solid #f2c66c;
}

.curriculum-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.curriculum-item:hover .curriculum-img img {
  transform: scale(1.08);
}

.curriculum-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #2869a5;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 20px 20px 0 0;
  font-size: 14px;
  transition: 0.3s;
  font-weight: 300;
}

.curriculum-btn:hover {
  background: #184f82;
  color: #fff;
}

/* -----------------------------------
About School
---------------------------------------*/
.AboutSec {
  padding: 0px 0px 70px 0px;
}

.AboutArea h3,
.AboutArea h4 {
  text-align: left !important;
}

.AboutArea p {
  margin-bottom: 10px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 140px;
  height: 50px;
  background: linear-gradient(182deg,
      rgba(115, 20, 231, 1) 0%,
      rgba(64, 15, 124, 1) 100%);
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.2s,
    opacity 0.2s;
  float: right;
}

.about-btn i {
  font-size: 1.1em;
}

.about-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.about-text h2 {
  margin-bottom: 7px;
}

.about-text p:first-child {
  margin-bottom: 0px;
}

.AboutSec img {
  border-radius: 115px;
  border: solid 10px #d0d0d0;
}

/* ------------------------------------
Message Desk
---------------------------------------*/
.MesDesk {
  margin: 0 0 70px;
}

.MessageWrap {
  position: relative;
  margin-top: 40px;
  width: 80%;
  margin: 0 auto;
}

.Message {
  background: #f5f5f5;
  border-radius: 90px;
  padding: 40px 50px 40px 180px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 15px 30px;
  position: relative;
}

.MessageSpeker {
  position: absolute;
  left: -110px;
  top: 160px;
  transform: translateY(-50%);
  z-index: 2;
}

.MessageSpeker img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.Message h4 {
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.Message p {
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.speaker-info h5 {
  color: #2d6eb7;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.speaker-info h6 {
  color: #777;
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
}

.readmore-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.readmore-btn a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.readmore-btn a i {
  color: #8b3dff;
  font-size: 18px;
}

.readmore-btn img {
  width: 38px;
}

/* ------------------------------------
News Sec
---------------------------------------*/
.News-Achievements {
  border-radius: 100px 50px 50px 100px;
  padding: 20px;
  position: relative;
  border: solid 1px white;
  padding: 35px 35px;
}

.AchievementsSec {
  display: flex;
  padding-bottom: 28px;
}

.AchievementsSecLeft img {
  width: 250px;
  height: 100px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  object-fit: cover;
  border-radius: 13px;
}

.AchievementsSecRight {
  padding-left: 15px;
  width: 100%;
}

.AchievementsSecRight h5 {
  display: block;
  background: #f3ab31;
  line-height: 38px;
  text-align: left;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #333333;
  font-size: 16px;
  width: 100%;
  padding-left: 10px;
}

.AchievementsSecRight p {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Achievements-Icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  bottom: -20px;
}

.Achievements-Icon img {
  max-width: 120px;
  height: auto;
}

.readmore-btn-img {
  right: 40px;
  bottom: 30px;
}

.readmore-btn-img a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.readmore-btn-img a i {
  color: #8b3dff;
  font-size: 18px;
}

.readmore-btn-img img {
  width: 35px;
}

/* ------------------------------------
Calendar
---------------------------------------*/
.main-wrapper {
  width: 100%;
}

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

.content-wrapper {
  width: 100%;
}

.calendar-wrapper>div {
  border-radius: 49px;
  width: 100%;
  background-color: #fff;
}

.calender_block {
  padding: 10px;
}

.calendar-header {
  position: relative;
}

.calendar-header button.prev-button,
.calendar-header button.next-button {
  background: transparent;
  border: 0;
}

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

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

.header-text h3 {
  color: #2869a5;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

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

#calendar-table {
  text-align: center;
}

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

.calendar-wrapper .emptyForm {
  height: 170px;
  margin-top: 5px;
  padding: 20px 15px;
}

.emptyForm {
  border: solid 1px #ffecb7;
  border-radius: 50px;
  height: 100% !important;
}

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

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

#calendar-table {
  text-align: center;
}

.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: 6px 0;
  text-align: center;
  font-size: 15px;
}

div#emptyForm span {
  color: #ff0000;
  min-width: 28px;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  padding-right: 10px;
}

div#emptyForm p {
  margin-bottom: 16px;
  text-align: left;
  margin-bottom: 3px;
}

.calendar-wrapper.z-depth-2 {
  display: flex;
  gap: 15px;
  background: rgb(255, 255, 255);
  border-radius: 49px;
}

.calender_block {
  background-color: rgb(255, 255, 255);
}

.calendar-footer h3 {
  color: #333;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
}

.red {
  color: red;
}

div#table-header {
  font-size: 15px;
}

.calendar-footer {
  background-color: #f8f8f8 !important;
  padding: 10px;
}

.border-blk {
  border: solid 1px #ffecb7;
  border-radius: 51px;
  padding: 10px;
}

.calendar-header button.prev-button,
.calendar-header button.next-button {
  padding-left: 60px;
  padding-right: 60px;
}

/* ------------------------------------
school events
---------------------------------------*/
.NewsAchievements {
  padding: 0px 0px 0px 0px;
}

.EventsSec {
  border-radius: 24px;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.EventsSec .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.EventsSec .slick-list {
  margin: 0 -10px;
}

.EventsArea {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  width: 100% !important;
  box-sizing: border-box;
}

.EventsSecLeft {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.EventsSecLeft img {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  object-fit: cover;
  border-radius: 100%;
}

.EventsSecRight {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.EventsSecRight h6 {
  color: #333;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: italic;
}

.date-time {
  display: flex;
  align-items: center;
}

.EventsSecRight i {
  color: #242424;
  padding-right: 5px;
}

.EventsArea h4 {
  width: 100%;
  margin: 0;
  font-size: 17px;
  text-align: left;
  color: #333333;
  text-transform: capitalize;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  max-height: 48px;
  background-color: #f3ab31;
  padding-left: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .EventsArea {
    width: 100% !important;
  }
}

/* Testimonials */
.Testimonials {
  padding: 70px 0;
}

.Testimonials .section-title {
  margin-bottom: 40px;
}

.Testimonials .section-title h2 {
  margin-bottom: 5px;
}

.Testimonials .section-title p {
  color: #555;
  font-size: 15px;
}

.testimonial-box {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  min-height: 325px;
  border-bottom: 6px solid #f3ab31;
  box-shadow: 0 4px 12px #00000014;
  transition: 0.3s;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

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

.testimonial-user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.user-avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  background: #f3ab31;
  border: 1px solid #2a6eb5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  font-size: 20px;
  position: absolute;
  margin-top: -55px;
  left: -30px;
}

.user-info h5 {
  font-size: 18px;
  margin: 0;
  color: #333;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Change to 2 if needed */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user-info span {
  display: -webkit-box;
  font-size: 16px;
  color: #666;
  line-height: 1.4;

  -webkit-line-clamp: 2;
  /* Show up to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user-info p {
  margin: 0;
  font-size: 16px;
  color: #666;
}

.testimonial-content p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user-info {
  padding-left: 59px;
}

.quote-icon {
  padding-top: 20px;
}

/* ------------------------------------
Gallery
---------------------------------------*/
.GallerySec {
  padding: 0px 70px;
}

.gallery-wrap {
  border-radius: 10px;
  transition: all 0.4s ease;
}

.gallery-wrap:hover {
  transform: translateY(-8px);
}

.HomeGallery {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.HomeGallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  background-color: #f1f1f1;
  border-radius: 15px;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  padding: 8px 8px;
  text-align: center;
  font-size: 17px;
  color: #333333;
  transition: opacity 0.5s ease;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #f3ab31;
  opacity: 0;
  border-radius: 8px;
}

.HomeGallery:hover .overlay {
  opacity: 1;
}

.GallerySec .slick-slide>div {
  padding: 10px;
}

.GallerySec .readmore-row {
  padding-bottom: 50px;
}

.GallerySec h2 {
  padding-bottom: 0px;
}

.galbtn {
  padding-top: 20px;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: linear-gradient(182deg,
      rgba(254, 215, 87, 1) 0%,
      rgba(243, 180, 7, 1) 100%);
  border-radius: 12px;
  outline: 5px solid #ffdc79;
  outline-offset: 4px;
  color: #7314e7;
  font-weight: bold;
  text-decoration: none;
  margin-left: 50px;
  border-radius: 50%;
  outline-offset: 8px;
  margin-top: 270px;
}

.GallerySec .readmore-row a .arrow {
  border-left: 8px solid #f1eeff;
}

/* ------------------------------------
Address Bar
---------------------------------------*/
.map-box {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}

.contact-info-box {
  background: linear-gradient(135deg, #edf4fb 0%, #dce9f7 50%, #c4daf1 100%);
  border-radius: 20px;
  padding: 40px 35px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 10px white;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item .icon {
  color: #2b6fb8;
  font-size: 24px;
  line-height: 1;
  min-width: 28px;
}

.contact-item .text {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.map-box {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  min-height: 260px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-item .text {
  word-break: break-all;
}

/* ------------------------------------
Footer
---------------------------------------*/
.contact-map-section {
  margin-bottom: 20px;
}

.FooterSecPad {
  padding: 20px 70px 20px;
  margin-top: 0px;
}

.FooterSec {
  background: #2869a5;
  background: linear-gradient(182deg,
      rgba(40, 105, 165, 1) 0%,
      rgba(16, 50, 82, 1) 100%);
}

.footer-widget h3 {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: normal;
}

.footer-links-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.FooterLogoSec {
  padding-bottom: 30px;
}

.footerlogo h5 {
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: normal;
  letter-spacing: 0.5px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}

.FooterLogoSec img {
  padding-top: 15px;
}

.info-links-menu {
  padding-left: 0;
  margin: 0;
  flex: 1;
}

.info-links-menu li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 8px;
  list-style: none;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 10px;
}

.info-links-menu li img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

.info-links-menu li a {
  color: #ffffffea;
  text-decoration: none;
  display: inline;
  font-size: 15px;
  font-weight: 200;
}

.info-links-menu li a:hover {
  color: #fff29c;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 5px;
}

.contact-info li i {
  font-size: 17px;
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 5px;
}

.contact-info li a {
  color: #ffffffea;
  font-size: 16px;
  font-weight: normal;
  display: contents;
  font-weight: 200;
}

.contact-info li a:hover {
  color: #fff29c;
}

.FooterBottom {
  background-color: #fff;
}

.FooterBottom p {
  color: #333333;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  padding: 5px;
  font-weight: 400;
  margin-bottom: 5px;
}

.FooterBottom a {
  color: #000000;
}

.FooterBottom a:hover {
  color: #000379;
  text-decoration: underline;
}

.footer_campus_container {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.footer_campus_info h3 {
  color: white;
  font-size: 20px;
}

.footer_campus_container .footer_campus_info {
  text-align: center;
}

.footer_campus_container p {
  color: white;
  line-height: 23px;
  font-size: 15px;
}

.app_playstore {
  display: flex;
  justify-content: space-evenly;
  padding: 15px 0 15px;
  margin-bottom: 15px;
}

.campus_care_url {
  background-color: #ffe99f;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(137deg,
      rgba(255, 174, 0, 1) 0%,
      rgba(255, 136, 0, 1) 100%);
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: auto;
  text-align: center;
  width: fit-content;
  padding: 7px 15px;
}

.campus_care_url a {
  color: #333333 !important;
  font-size: 16px;
}

.footer_campus_mobile img {
  width: 120px;
}

/* SocialLinks */
.SocialLinks {
  padding-top: 50px;
}

.SocialLinks ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.SocialLinks ul li {
  margin: 0;
  padding: 0;
}

.SocialLinks ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.SocialLinks ul li a:hover {
  transform: translateY(-3px);
}

/* ------------------------------------
Media Quiry
---------------------------------------*/
@media (max-width: 1599.98px) {
  p {
    font-size: 16px;
  }

  .menu li {
    margin: 0 0px;
  }

  .menu li a {
    padding: 4px 15px;
    font-size: 14px;
  }

  .has-submenu>a:after {
    font-size: 10px !important;
    padding-right: 2px;
  }

  nav {
    height: 40px;
  }

  div#table-header {
    font-size: 13px;
  }
}

@media (max-width: 1400px) {
  .curriculum-img {
    width: 180px;
    height: 240px;
  }
}

@media (max-width: 1399.98px) {
  p {
    font-size: 15px;
    line-height: 23px !important;
  }

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

  .section-title .subtitle {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 23px;
    margin-bottom: 27px;
  }



  .contact-info p {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .green-logo {
    max-height: 86px;
    width: auto;
  }

  .highlight-box {
    min-height: 90px;
    padding: 0 110px;
  }

  .topper-score {
    font-size: 16px;
  }

  .curriculum-item h4 {
    font-size: 13px;
  }

  .curriculum-btn {
    font-size: 12px;
    padding: 7px 15px;
  }

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

  .about-text h2 {
    margin-bottom: 5px;
  }

  .Message h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .speaker-info h5 {
    font-size: 13px;
  }

  .speaker-info h6 {
    font-size: 12px;
  }

  .readmore-btn img {
    width: 25px;
  }

  .AchievementsSecRight h5 {
    line-height: 27px;
    font-size: 14px;
  }

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

  .user-avatar {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 17px;
  }

  .user-info h5 {
    font-size: 15px;
  }

  .user-info span {
    font-size: 13px;
    line-height: 20px;
  }

  .quote-icon {
    padding-top: 10px;
  }

  .user-info p {
    font-size: 14px;
  }

  .testimonial-content p {
    font-size: 14px;
    line-height: 27px;
  }

  .overlay {
    font-size: 14px;
  }

  .contact-item .text {
    font-size: 15px;
  }

  .menu ul li a {
    font-size: 13px;
  }

  .btn-custom {
    padding: 10px 10px;
    font-size: 13px;
    border-radius: 6px;
  }

  .section-title {
    font-size: 30px;
  }

  .section-Subtitle {
    font-size: 14x;
  }

  .mid-section-title {
    font-size: 30px;
  }

  .EventsArea h4 {
    font-size: 14px;
    line-height: 27px;
  }

  .EventsSecRight h6 {
    font-size: 12px;
  }

  .NewsSec {
    padding: 30px 20px;
  }

  .calender_block {
    padding: 10px;
    width: 60% !important;
  }

  .calendar-footer {
    width: 40% !important;
  }

  .calendar-footer h3 {
    padding: 10px 0;
    font-size: 17px;
  }

  .header-text h3 {
    padding: 0px 0;
    font-size: 17px;
  }

  .footer-widget h3 {
    font-size: 17px;
  }

  .HomeGallery img {
    height: 200px;
  }

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

  .footer_campus_container p {
    font-size: 13px;
  }

  .FooterBottom p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .campus_care_url a {
    font-size: 12px;
  }

  .topper-border {
    width: 150px;
    height: 150px;
  }

  .topper-img {
    width: 130px;
    height: 130px;
  }

  .topper-score {
    font-size: 17px;
  }

  .Student-name {
    font-size: 15px;
  }

  .subject-name {
    font-size: 13px;
  }

  .BirthdaySec {
    padding: 20px 0 40px;
  }

  .birthday-img-wrapper {
    width: 145px;
    height: 145px;
    margin-bottom: 15px;
  }

  .birthday-img-wrapper::before {
    width: 150px;
    height: 150px;
  }

  .birthday-img {
    width: 130px;
    height: 130px;
  }

  .birthday-hover-img {
    width: 42px;
    height: 42px;
    top: -36px;
  }

  .birthday-info {
    padding-top: 8px;
  }

  .BirthdaySec h4 {
    font-size: 17px;
  }

  .BirthdaySec h5 {
    font-size: 15px;
  }

  .birthdaybtn {
    padding-top: 25px;
  }

  .readmore-row a {
    font-size: 12px;
  }

  .readmore-btn-img img {
    width: 27px;
  }

  /* Space */
  .highlights-sec {
    padding-top: 50px;
    padding-bottom: 50x;
  }

  .facilities-section {
    padding: 0px 0px 50x 0px;
  }

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

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

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

  .Testimonials {
    padding: 50px 0;
  }

  .FooterSecPad {
    padding: 15px 30px 15px;
  }

  .campus_care_url a {
    font-size: 13px;
  }

  .social-icon {
    width: 110px;
    height: 110px;
  }

  .user-info {
    padding-left: 29px;
  }

  .info-links-menu li a {
    font-size: 13px;
  }

  .contact-info li a {
    font-size: 13px;
  }

  .FooterLogoSec img {
    width: 90%;
  }

  .campus_care_url {
    padding: 3px 11px;
    font-size: 13px;
  }
}

@media (max-width: 1199.98px) {
  .contact-info p {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .contact-info i {
    margin-right: 3px;
  }

  .green-logo {
    max-height: 68px;
  }

  .navsec {
    height: auto;
  }

  .navsec {
    padding: 5px 30px 5px 30px;
  }

  .calendar-wrapper>div {
    width: auto;
  }

  .calender_block {
    width: 50% !important;
  }

  .calendar-footer {
    width: 50% !important;
  }

  .app_playstore {
    justify-content: center;
  }

  .curriculum-row {
    justify-content: center;
  }

  .curriculum-img {
    width: 200px;
    height: 260px;
  }

  .footerlogo {
    display: none;
  }

  .contact-info li {
    gap: 0px;
  }

  .footer_campus_mobile img {
    display: none;
  }

  .FooterSecPad {
    padding: 15px 60px 15px;
  }

  .footer_campus_container .footer_campus_info {
    margin-top: 20px;
  }

  .social-icon {
    width: 100px;
    height: 100px;
  }

  .highlight-box {
    min-height: 80px;
    padding: 0 110px;
  }
}

@media (max-width: 991.98px) {
  .highlight-box {
    min-height: 75px;
  }

  nav {
    height: auto;
  }

  .facilities-box {
    justify-content: center;
  }

  .facility-icon {
    width: 100px;
    height: 100px;
  }

  .facility-icon::after {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .bulletin-list {
    padding: 0px;
  }

  .view-all-btn {
    margin-top: 0px;
  }

  .view-all-btn {
    width: 110px;
    height: 40px;
    border-radius: 5px;
    outline: 0px solid #ffdc79;
    outline-offset: 4px;
    color: #7314e7;
    font-weight: bold;
    margin-left: 50px;
    border-radius: 5px;
    outline-offset: 8px;
  }

  .bulletin-list marquee {
    margin-bottom: 20px;
  }

  .top-btn {
    padding: 5px 5px;
  }

  .top-btn {
    gap: 3px;
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 11px;
  }

  .TopMid .container,
  .container {
    padding: 0px 0px;
    max-width: 100%;
  }

  .TopMid {
    padding: 5px 0;
  }

  .TopButtons {
    gap: 5px;
  }

  .LogoPart {
    text-align: center;
  }

  .TopSearch {
    margin-bottom: 15px;
  }

  .TopButtons {
    justify-content: center;
    flex-wrap: wrap;
  }


  .curriculum-img {
    border-radius: 30px;
    gap: 30px;
  }

  .MessageWrap {
    margin-top: 20px;
    width: 100%;
  }

  .MessageSpeker {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    text-align: center;
    margin-bottom: -60px;
  }

  .Message {
    padding: 120px 25px 30px;
    border-radius: 30px;
  }

  .MessageSpeker img {
    width: 180px;
    height: 180px;
  }

  .readmore-btn {
    position: static;
    margin-top: 20px;
  }

  .EventsSecLeft img {
    width: 100px;
    height: 100px;
  }

  .campus_care_url {
    padding: 5px;
    border-radius: 5px;
    padding: 5px;
  }

  .container-fluid-theme {
    padding: 0 40px;
  }

  .facilities-box {
    gap: 30px;
  }


  .contact-info-box {
    padding: 30px 25px;
  }

  .contact-item .text {
    font-size: 16px;
  }

  .testimonial-box {
    min-height: auto;
  }

  .Testimonials {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {

  .highlight-box {
    padding: 0 10px;
  }

  .container-fluid-theme {
    padding: 0 30px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .green-logo {
    max-height: 80px;
  }

  .curriculum-item {
    width: 48%;
  }

  .curriculum-img {
    width: 100%;
    height: 250px;
  }

  .curriculum-item h4 {
    font-size: 18px;
  }

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

  .calender_block {
    width: 100% !important;
  }

  .calendar-footer {
    width: 100% !important;
    height: 300px;
  }

  .calendar-wrapper.z-depth-2 {
    gap: 10px;
    flex-direction: column;
  }

  .calendar-wrapper .emptyForm {
    height: 180px;
  }

  .footer-widget h3 {
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_campus_mobile img {
    width: 65px;
  }

  .FooterSecPad {
    padding: 15px 15px 15px 15px;
  }

  .contact-map-section {
    margin-bottom: 30px;
  }

  .GallerySec {
    padding: 15px 15px 0;
  }

  .footer_campus_container {
    margin: 20px;
    justify-content: space-between;
  }

  .footer_campus_container .footer_campus_info {
    width: 70%;
  }

  .footer_campus_mobile img {
    width: 86%;
  }

  .testimonial-user {
    align-content: space-around;
  }

  .user-avatar {
    margin-top: 0px;
    position: inherit;
  }

  .testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .user-info {
    padding-left: 0px;
    text-align: center !important;
  }

  .user-info p {
    text-align: center !important;
  }

  /* Space */
  .highlights-sec {
    padding-top: 30px;
    padding-bottom: 30x;
  }

  .facilities-section {
    padding: 0px 0px 30px 0px;
  }

  .TopperBirthadaySec {
    padding: 0px 0px 30px 0px;
  }

  .AcademicsSec {
    padding: 0px 0px 30px 0px;
  }

  .AboutSec {
    padding: 0px 0px 30px 0px;
  }

  .Testimonials {
    padding: 30px 0;
  }

  .footer_campus_container {
    margin: 0px;
  }

  .footer_campus_mobile img {
    display: block;
  }

  .SocialLinks {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer_campus_container .footer_campus_info {
    margin-top: 0px;
  }
}

@media (max-width: 575.98px) {
  .green-logo {
    display: none;
  }

  .top-contact {
    padding: 0px 0;
  }

  .facilities-box {
    border-radius: 25px;
    padding: 20px 15px;
    gap: 15px;
  }

  .facility-item {
    width: 45%;
  }

  .facility-icon {
    width: 80px;
    height: 80px;
  }

  .facility-icon::after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .facility-icon img {
    width: 35px;
    height: 35px;
  }

  .facility-item h6 {
    font-size: 11px;
  }

  .curriculum-item {
    width: 100%;
  }

  .social-icon {
    width: 60px;
    height: 60px;
  }

  .social-icon i {
    font-size: 20px;
  }

  .curriculum-img {
    width: 100%;
    height: 250px;
  }

  .curriculum-img img {
    object-fit: contain;
  }

  .Message {
    padding: 100px 20px 25px;
  }

  .MessageSpeker img {
    width: 150px;
    height: 150px;
  }

  .Message p {
    font-size: 14px;
    line-height: 1.7;
  }

  .Message h4 {
    font-size: 17px;
  }

  .EventsSecLeft {
    width: 100%;
  }

  .EventsSecRight {
    width: 100%;
  }

  .EventsArea {
    flex-direction: column;
  }

  .AchievementsSec {
    flex-direction: column;
  }

  .News-Achievements {
    border-radius: 10px;
    padding: 15px;
  }

  .AchievementsSecLeft img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
  }

  .AchievementsSecRight {
    padding-left: 0px;
    width: 100%;
    padding-top: 15px;
  }

  .calendar-header button.prev-button,
  .calendar-header button.next-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-text h3 {
    padding: 7px 0;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .footer_campus_mobile img {
    display: none;
  }

  .footer_campus_container .footer_campus_info {
    width: 100%;
  }
}

/*-----------------------------INNER-PAGE---------------------*/
.InnerSlide {
  display: flex;
  /* min-height: 205px; */
  height: auto;
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/slider-inner.png") no-repeat;
  background-size: cover;
}

.innerhead-content {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 40px 0;
}

.innerpage-title {
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding: 10px;
}

.innerpage-title h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  color: #2869a5b3;
  margin-bottom: -3px;
  text-align: center;
  letter-spacing: 10%;
}

.Breadcrumb {
  display: flex;
  position: relative;
  margin: auto;
  top: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: fit-content;
  text-transform: capitalize;
}

.Breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Breadcrumb span {
  /* margin: 0 5px; */
  margin-right: 5px;
}

.Breadcrumb li,
.Breadcrumb li a {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  text-transform: capitalize;
}

.Breadcrumb li img {
  position: relative;
  top: -2px;
  width: 15px;
  height: 15px;
}

.Breadcrumb li:last-child {
  font-weight: 600;
}

.container-inner {
  padding: 0 60px;
}

.inner-head {
  display: flex;
  justify-content: center;
}

.inner-head h3 {
  color: #333333;
  font-size: 35px;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  position: relative;
  padding: 20px 0;
  text-transform: capitalize;
  padding-top: 0;
  text-align: center;
}

.inner-head h3::after {
  content: "";
  display: block;
  width: 78px;
  height: 16px;
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/inner-line.png") no-repeat center;
  background-size: contain;
  margin: 10px auto 0;
}

.innerbody {
  padding: 50px 20px;
  background: #fff url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/innerbody-bg.png") no-repeat bottom right;
  background-size: cover;
}

.innerbody p {
  font-size: 16px;
  color: #333333;
  /* text-align: center; */
}

.inner-bg-text {
  display: flex;
  position: relative;
  margin: auto;
  justify-content: center;
  align-items: center;
  background: #ffe399;
  padding: 5px 15px;
  width: fit-content;
  margin-bottom: 10px;
}

.inner-subhead h5 {
  color: #333333;
  font-size: 25px;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  position: relative;
  padding: 20px 0;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 10px;
}

.innerbody p span {
  color: #2869a5;
}

.inner-img-wrapper {
  border: 10px solid #ffdfac;
  box-shadow: 0px 28px 42.4px -20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  /* height: 272.57px;
  width: 409.44px; */
  display: flex;
}

.inner-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*About Us*/
.about p {
  text-align: center;
}

/*Principal Msg*/
.principal-desig {
  background: #ffff7d;
  padding: 2px 30px;
  width: fit-content;
}

.principal-name p {
  letter-spacing: 5px;
  text-transform: uppercase;
}

.principal-desig p {
  letter-spacing: 4px;
  font-size: 14px;
  text-align: center;
  color: #444444;
}

.principal .inner-img-wrapper {
  display: flex;
  float: right;
  border: 10px solid #ffdfac;
  box-shadow: 0px 28px 42.4px -20px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  width: 653.55px;
  height: 366.27px;
}

.principal .inner-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*Infrastructure*/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.infra-nav {
  gap: 10px;
}

.infra-nav-dropdown {
  position: relative;
  padding: 10px 14px;
  border-radius: 6px;
  width: 100%;
  border: none;
  cursor: pointer;
  z-index: 1;
  border: 1px solid#dedede;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
}

.dropdown-wrapper {
  position: relative;
  display: flex;
}

.dropdown-wrapper::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 20px;
  z-index: 99;
}

.infra-nav button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 6px;
  background: #ffd48b;
  z-index: -1;
}

.infra-nav button {
  position: relative;
  padding: 10px 14px;
  border-radius: 6px;
  background: #ffd48b;
  border: none;
  cursor: pointer;
  z-index: 1;
  border-right: 4px solid #e4ae52;
  width: 90%;
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: left;
}

.infra-nav button:hover {
  width: 100%;
  transform: translateX(4px);
}

.infra-nav button.active {
  width: 100%;
  transform: translateX(6px);
}

.infra-nav button:active {
  transform: scale(0.97);
}

/* ------------------------------------
magnify Zoom
---------------------------------------*/
.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: #01638a;
}

.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);
  }
}

.magnify-title {
  display: none;
}

/*Our Goals*/
.goal-box {
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.goal-head {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

/* .goal-card{
  border: 1px solid;
  border-radius:20px;
  box-shadow: 0px 39px 19.6px -35px rgba(0, 0, 0, 0.18);
  padding: 20px 35px;
} */
.goal-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 35px;
  box-shadow: 0px 39px 19.6px -35px rgba(0, 0, 0, 0.18);
}

.goal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ff9a00 0%, #fff 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.goal-card p {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 23px;
  text-align: left;
}

.goal-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/inner-green-arrow.png") no-repeat center;
  background-size: contain;
}

/*Uniform*/
.uniform-box {
  background: #fff;
  border: 1px solid #f0f0ef;
  border-radius: 20px;
  padding: 20px;
}

.uniform-head {
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}

.uniform-card {
  box-shadow: 0px 39px 19.6px -35px rgba(0, 0, 0, 0.18);
  padding: 20px;
}

.uniform-text-box {
  background: #ffdfac;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.uniform-text-box p {
  text-align: left;
}

.note-box {
  border: 1px solid #ff9a00;
  background: #fff0da;
  display: flex;
  border-radius: 10px;
  padding: 0px 20px 5px;
  gap: 15px;
  width: 60%;
  margin: 30px 0;
}

.note-box img {
  height: 60px;
  width: 60px;
}

.house-uni .uniform-text-box {
  padding: 10px 20px;
}

/*Contact Us*/
.contact-box {
  background: #fff;
  display: flex;
  padding: 10px 40px;
  gap: 40px;
  box-shadow: 0px 48px 64.6px -72px rgba(0, 0, 0, 0.18);
}

.location-box {
  width: 40%;
}

.location-details {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #dedede;
  padding: 24px 0;
}

.location-details:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.location-map {
  width: 60%;
}

.location-details i {
  color: #2869a5;
  font-size: 22px;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.location-text h5 {
  text-transform: capitalize;
  color: #2869a5;
}

.location-text a {
  color: #333333;
  word-break: break-all;
}

.location-details:hover i {
  background: #2869a5;
  color: #fff;
}

/*School Timings*/
.timings-table {
  width: 100%;
  overflow-x: auto;
}

.timings-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.timings-table th,
.timings-table td {
  padding: 10px;
  text-align: center;
  color: #333;
  border: 2px solid #fff;
}

.timings-table th {
  background: #ffe4ba;
  font-weight: 500;
  text-transform: uppercase;
}

.timings-table td {
  background: #f5f5f5;
  font-weight: 400;
}

.timings-table table {
  border-radius: 16px;
  overflow: hidden;
}

/* -------------------------inner-----alvy-------------------- */
/* feee----------------------- */
.fee-rules-list {
  list-style: none;
  max-width: 850px;
  margin: 30px auto;
  padding: 0;
}

.fee-rules-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
}

.fee-rules-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/inner-green-arrow.png") no-repeat center;
  /* background-size: contain; */
}

/* ---------- Admission ---------- */
.fee-rules-list.admission {
  max-width: 100%;
  margin: 20px 0;
}

.uniform-head.admission {
  text-align: left !important;
}

.stream-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.stream-table th {
  background: #4f6d8a;
  color: #fff;
  font-weight: 600;
}

.stream-table td,
.stream-table th {
  border: 1px solid #ffffff;
  padding: 12px;
  word-wrap: break-word;
}

.stream-table tr:nth-child(even) {
  background: #eaf4ff;
}

/* -----------mode-------- */
.mode img {
  max-width: 180px;
}

.mode {
  margin-top: 10px;
}

.fee-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* each box */
.model .fee-card {
  min-width: 320px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* =========================
   PHOTO GALLERY
========================= */

.gallery-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

/* Image Block */
.gallery-blk {
  width: 100%;
  height: 260px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border: none;
  box-shadow: none;
}

.gallery-inner:hover .gallery-blk img {
  transform: scale(1.08);
}

.gallery-content,
.gal-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px;
  background: #fff;
}

.gallery-title {
  min-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.gallery-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  text-align: center;
  padding: 5px;
}

.gallery-description {
  flex: 1;
  min-height: 60px;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.gall_num_view,
.gallery-view-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.gall-num h6 {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.gall-num span {
  font-weight: 700;
}

/* =========================
   BUTTONS
========================= */

.view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background: #0d4c79;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.view-more:hover {
  background: #083858;
  color: #fff;
}

.view-more i {
  margin-left: 6px;
}

.show-more-btn {
  background: #083858;
  border: 1px solid #083858;
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  transition: 0.3s ease;
}

.filter-select,
.filter-input {
  height: 48px;
  border-radius: 8px;
}

.count-card {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.count-card p {
  margin: 0;
  font-size: 15px;
}

.count-card span {
  font-size: 18px;
  font-weight: 700;
}

/* =========================
   VIDEO SECTION
========================= */

.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: 40px;

  animation: zoomInOut 1.5s ease-in-out infinite;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.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);
}

.gallery-date {
  text-align: center;
}

/* =========================
   sub
========================= */

.gallery-inner.sub-gallery-inner {
  margin-bottom: 0;
}

/* ----------------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-inner {
  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;
}

.topper-body p {
  margin: 0;
  font-size: 14px;
  color: #000000;
  text-align: CENTER;
}

/* ===========================
   Common Card Styles (News + Events)
=========================== */

.newsCount {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

/* Shared Card */
.news-card,
.event-card,
.inr-news-blk {
  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;
  height: 100%;
}

/* Hover effect */
.news-card:hover,
.event-card:hover,
.inr-news-blk:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* Date badge */
.news-date,
.inr-news-blk .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;
}

/* Body */
.news-body,
.inr-news-content,
.event-card .news-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  flex-grow: 1;
}

/* Title */
.news-card h3,
.inr-news-content h3,
.event-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  line-height: 1.5;
  text-transform: uppercase;
}

/* Description */
.news-card p,
.inr-news-content p,
.event-card p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

/* Attachment / Link / Location / Time */
.news-card .attachment,
.inr-news-content a,
.event-card .attachment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #0d4c79;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover state */
.news-card .attachment:hover,
.inr-news-content .loc:hover,
.event-card .attachment:hover {
  background: #0d4c79;
  color: #fff;
}

/* ===========================
   Event Image
=========================== */

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

/* ------mission-------- */
.vision-img {
  width: 80%;
  max-width: 250px;
  height: auto;
}

/* -----------onlinereg----------- */
.OnlineR {
  display: flex;
  background-color: #a6ccff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
}

.OnlineR .parentlogo {
  color: black;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding: 0 5px;
}

.oreg {
  position: fixed !important;
  z-index: 99;
  /* right: 0; */
  position: fixed;
  bottom: 106px;
}

.oreg i {
  color: #fed757;
  position: relative;
  font-size: 21px;
  bottom: 0px;
}

#Registration-content span.blinker {
  animation: smooth-blink 1.5s linear infinite;
}

@keyframes smooth-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.d-grid {
  margin: 0 0 20px 0;
}

/* ------------------------------------
Popup Sec
---------------------------------------*/
.modal {
  background: #0000008a;
  z-index: 99999;
}

.carousel-item .modal-header {
  background: #0d4c79;
  padding: 10px;
}

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

#exampleModalToggle .modal-dialog {
  min-width: 800px;
}

#exampleModalToggle .modal-content {
  padding: 0;
}

.carousel-inner {
  position: relative;
}

#exampleModalToggle .carousel-item:before {
  background: #00000021;
  content: "";
  height: 100%;
  position: static;
  width: 100%;
}

div#exampleModalToggle .carousel-item .modal-header {
  min-height: 40px;
}

.carousel-item .modal-header h1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: white;
  display: -webkit-box;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.carousel-item .modal-body {
  padding: 0 1rem;
}

.carousel-item .modalcard {
  border: none;
  margin-bottom: 0;
}

#exampleModalToggle .modal-dialog img {
  background: black;
  object-fit: contain;
  width: 100%;
}

.carousel-item .modalcard .card-body p {
  font-size: 16px;
  font-weight: 100;
  line-height: 34px;
  overflow: hidden;
  padding-top: 10px;
  text-align: center;
}

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

.erp_links img {
  width: 80px;
}

/* ----------testimonial--------- */
.testimonial-big-card {
  position: relative;
  background: #f3f3f3;
  padding: 50px 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  min-height: 260px;
  overflow: hidden;
}

/* quote icon */
.quote-icon {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 60px;
  color: #0a5c2f;
  opacity: 0.2;
}

/* content */
.testimonial-content {
  flex: 1;
  padding-right: 180px;
}

/* text */
.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

/* name */
.testimonial-name {
  color: black;
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-designation {
  font-size: 14px;
  color: #666;
}

.testimonial-image {
  flex: 0 0 140px;
}

.testimonial-image img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/*Media Query*/
@media (max-width: 991px) {
  .testimonial-big-card {
    padding: 35px;
    min-height: auto;
  }

  .testimonial-content {
    padding-right: 140px;
  }

  .testimonial-image {
    width: 120px;
    height: 120px;
    right: 20px;
  }

  .testimonial-image img {
    width: 120px;
    height: 120px;
  }

  .quote-icon {
    font-size: 45px;
  }

  #exampleModalToggle .modal-dialog {
    min-width: 90%;
  }

  .carousel-item .modal-header h1 {
    font-size: 15px;
    line-height: 24px;
  }

  .carousel-item .modalcard .card-body p {
    font-size: 15px;
    line-height: 28px;
  }

  .InnerSlide {
    background: url("https://entab-s3-bucket1.s3.ap-south-1.amazonaws.com/DEMO2/public/Images/slider-inner.png") no-repeat right;
  }

  .container-inner {
    padding: 0 20px;
  }

  .principal .inner-img-wrapper {
    width: 80%;
    margin: auto;
    height: auto;
    justify-content: center;
    float: none;
    margin-bottom: 25px;
  }

  .principal .inner-img-wrapper img {
    object-fit: contain;
  }

  .principal .inner-text {
    width: 100%;
  }

  .innerpage-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-big-card {
    flex-direction: column;
    padding: 25px;
    text-align: center;
  }

  .testimonial-content {
    padding-right: 0;
    margin-top: 20px;
  }

  .testimonial-image {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }

  .quote-icon {
    font-size: 40px;
    top: 10px;
    left: 10px;
  }

  #exampleModalToggle .modal-dialog {
    min-width: 100%;
    max-width: 100%;
  }

  .modal {
    padding: 10px;
  }

  .carousel-item .modal-header {
    padding: 8px;
  }

  .carousel-item .modal-header h1 {
    font-size: 14px;
    line-height: 22px;
  }

  .carousel-item .modal-body {
    padding: 0 0.5rem;
  }

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

  .carousel-item .modalcard .card-body p {
    font-size: 14px;
    line-height: 24px;
  }

  .location-details {
    gap: 7px;
  }

  .location-map,
  .location-box {
    width: 100%;
  }

  .contact-box {
    flex-direction: column;
    padding: 10px 20px;
    gap: 20px;
  }

  .location-details {
    margin-bottom: 0;
  }

  .principal .inner-img-wrapper {
    width: 100%;
  }

  .Breadcrumb li,
  .Breadcrumb li a {
    font-size: 13px;
  }

  .container-inner {
    padding: 0 10px;
  }

  .innerpage-title h1 {
    font-size: 30px;
  }

  .inner-head h3 {
    font-size: 25px;
  }

  .inner-subhead h5 {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .location-details i {
    padding: 5px;
    border-radius: 5px;
  }

  .note-box {
    width: 100%;
  }

  .house-name {
    margin-bottom: 20px;
  }

  .innerbody {
    padding: 50px 10px;
  }

  .adjusted-breadcrumb .Breadcrumb span {
    margin: 0 3px;
  }

  .adjusted-breadcrumb .Breadcrumb ul {
    gap: 0px;
  }

  .adjusted-breadcrumb .Breadcrumb li {
    font-size: 10px;
  }

  .innerpage-title h1 {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  .carousel-item .modal-header h1 {
    font-size: 13px;
    line-height: 20px;
  }

  .carousel-item .modalcard .card-body p {
    font-size: 13px;
    line-height: 22px;
  }

  #exampleModalToggle .modal-dialog img {
    height: auto;
  }

  .Breadcrumb {
    display: none;
  }

  .innerpage-title h1 {
    font-weight: 500;
  }
}

@media (max-width: 376px) {
  .Breadcrumb span {
    margin: 0 3px;
  }

  .Breadcrumb ul {
    gap: 0px;
  }
}