@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: BookmanStd-Bold;
  src: url(/public/fonts/BookmanStd-Bold.otf); font-display: swap;
}

@font-face {
  font-family: BookmaITCStdMediumm;
  src: url(/public/fonts/BookmaITCStdMediumm.otf); font-display: swap;
}

@font-face {
  font-family: Satoshi-Regular;
  src: url(/public/fonts/Satoshi-Regular.otf); font-display: swap;
}

@font-face {
  font-family: impact;
  src: url(/public/fonts/impact.ttf); font-display: swap;
}

@font-face {
  font-family: Waltograph;
  src: url(/public/fonts/waltograph.regular.ttf); font-display: swap;
}

@font-face {
  font-family: MYRIADPRO-SEMIBOLD;
  src: url(/public/fonts/MYRIADPRO-SEMIBOLD.otf); font-display: swap;
}

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

html,
body {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 15px;
  line-height: 27px;
  margin: 0px;
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #333333;
}

ol,
ul {
  padding-left: 0;
}

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

ul {
  margin: 0px;
}

input {
  outline: none;
}

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

h3 {
  font-size: 20px;
}

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

ul.list {
  padding: 0 30px 5px;
}

ul.list li {
  margin: 10px;
  line-height: 28px;
  font-size: 15px;
  list-style-type: none;
  position: relative;
  text-align: justify;
}

ul.list li:before {
  content: "\2756";
  font-size: 1.6em;
  color: #427c30;
  left: 18px;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: -28px;
}

ul.list li li {
  margin: 10px;
  line-height: 24px;
  font-size: 14px;
  list-style-type: none;
  position: relative;
  text-align: justify;
}

ul.list li li:before {
  content: "\261B";
  font-size: 18px;
  position: absolute;
  margin-left: -46px;
}

ul.list li a {
  color: #000;
}

.TextCenter tr td {
  text-align: center;
}

.ThankYou {
  text-align: center;
  font-family: Arial, sans-serif;
}



/* ✅ Circle container */
.tick-container {
  width: 100px;
  height: 100px;
  margin: 30px auto;
  background-color: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: popIn 0.4s ease-out;
}

/* ✅ White tick mark animation */
.tick-mark {
  width: 40px;
  height: 20px;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  transform: rotate(-45deg);
  opacity: 0;
  animation: drawTick 0.6s ease forwards 0.3s;
}

/* ✨ Animations */
@keyframes drawTick {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  30% {
    opacity: 1;
    width: 10px;
    height: 0;
  }

  100% {
    opacity: 1;
    width: 40px;
    height: 20px;
  }
}

@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  80% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}


/* tr td{ text-align: center;} */
/* .Excellence {right: 2px;position: fixed;top:370px;z-index: 999;animation: bounceIn 1.2s ease-out infinite;}
.Excellence:hover {animation-play-state: paused;}
@keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); }50% { opacity: 1; transform: scale(1.05); }70% { transform: scale(0.9); }100% { transform: scale(1); }}
.Excellence img {width: 100px;} */
.Excellence {
  right: 2px;
  position: fixed;
  top: 370px;
  z-index: 999;
}

.Excellence:hover {
  animation-play-state: paused;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.Excellence img {
  width: 130px;
}

.BlogInner img {
  object-fit: contain;
  width: 100%;
  display: block;
  height: 250px;
  background: #f1f1f1;
  border: solid 3px #cdedd2;
}

.SurendraIns img {
  float: right;
  width: 400px;
}

#botpenguin-launcher-12 {
  z-index: 9 !important;
}

/* ------------------------------------
Table
---------------------------------------*/
.heading {
  font-size: 2rem;
  margin-bottom: 20px;
  text-decoration: underline;
  font-weight: bold;
  color: #2c3e50;
}

.innertable {
  overflow-x: auto;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #2c3e50;
  color: white;
  font-weight: bold;
}

td a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

td a:hover {
  text-decoration: underline;
  color: #0056b3;
}

@media (max-width: 768px) {
  .heading {
    font-size: 1.5rem;
  }

  table {
    font-size: 0.9rem;
  }
}

/* ------------------------------------
LogoABr
---------------------------------------*/
.logobar ul {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  color: #333;
}

.logobar ul li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.logobar ul li i {
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
  line-height: 30px;
  text-align: center;
}

.logobar a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  line-height: 20px;
}

.logobar a:hover,
.logobar a:focus {
  color: #1e7e34;
  text-decoration: underline;
}

.school-tabloid {
  text-align: center;
  display: grid;
  justify-content: center;
}

.school-tabloid img {
  max-width: 70px;
}

.school-tabloid .tabloid-title {
  background: #055647;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}

.logobar img {
  max-height: 95px;
}

@media (max-width: 767.98px) {
  .logobar ul li {
    justify-content: center;
    text-align: center;
  }

  .logobar ul li span,
  .logobar ul li a {
    font-size: 0.9rem;
  }
}

/* ------------------------------------
Page loaded show video
---------------------------------------*/
.videoloader video {
  height: 103%;
  object-fit: cover;
  width: 100%;
  top: 0px;
  position: relative;
}

.videoloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
}

.videoloader:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000ad;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.crossIcon {
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 999999 !important;
  font-size: 80px;
  transform: rotate(45deg);
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
}

.logo-load {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
  width: max-content;
  max-width: 90%;
}

table.table.table-bordered.text-center {
  text-transform: uppercase;
  font-size: 15px;
}

.logo-load ul {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-load ul li {
  background: #fff;
  padding: 4px 5px;
  font-size: 18px;
  text-align: center;
  list-style: none;
  margin: 15px 10px;
  border-radius: 14px;
  color: red;
  border: 5px solid #0b5647;
}

.logo-load ul li a {
  color: #932922 !important;
  border: 1px solid #922922;
  padding: 6px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
}

.logo-load ul li a img {
  border: 2px solid #ffffff;
  margin-right: 10px;
  border-radius: 50%;
  background: #0b5647;
  padding: 1px;
  width: 28px;
  box-shadow: 0px 0px 0px 3px #11413a;
}

.logo-load h2 {
  font-family: "Waltograph";
  font-size: 78px;
  text-align: center;
  color: #fff;
  animation: 2s animationtext infinite alternate;
}

@keyframes animationtext {
  0% {
    color: #0b5647;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #ffa611;
  }
}

.logo-load h1 {
  color: #ffa611;
  text-transform: uppercase;
  margin: 10px auto;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  font-family: "MYRIADPRO-SEMIBOLD";
  border: 1px solid #c1272d;
  width: max-content;
  padding: 0px 8px;
  max-width: 100%;
}

.logo-load button {
  margin: auto;
  display: block;
  font-size: 24px;
  padding: 2px 13px;
  border-radius: 10px;
  margin-top: 0px;
  background: #c1272d;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 2px;
  border: 5px solid #0b5647;
}

h2 span {
  color: #1d8703;
}

.logo-load h3 {
  color: #ffa611;
  text-transform: uppercase;
  margin: 20px;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #c1272d;
  width: max-content;
  padding: 0px 8px;
  max-width: 100%;
  margin: 10px auto;
  font-family: "MYRIADPRO-SEMIBOLD" !important;
}

.logo-load .video_logo {
  display: none;
}

/* ------------------------------------
Left Sie btn
---------------------------------------*/
.videoloader .lefticonbtn {
  bottom: 0;
}

.lefticonbtn {
  position: fixed;
  bottom: 140px;
  display: block;
  z-index: 9;
  left: 0;
  padding-left: 0;
}

.lefticonbtn li {
  margin-left: -90px;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  list-style-type: none;
  list-style: none;
}

.lefticonbtn li:hover {
  margin-left: 0;
}

.lefticonbtn img {
  cursor: pointer;
  width: 150px;
}

/* ------------------------------------
blink-data
---------------------------------------*/
.blink-data h3 a {
  color: white;
}

.blink-data {
  animation: blinker 1s linear infinite;
  background: #253909;
  width: max-content;
  padding: 10px 15px;
  position: absolute;
  z-index: 99;
  top: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 10px;
  right: 0;
  border: solid 2px #fff;
}

@keyframes blinker {
  50% {
    background: #457600;
  }
}

.blink-data h3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

.blink-data p {
  color: #ffeb00;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

/* ------------------------------------
Online Registration
---------------------------------------*/
span.bounce1 img {
  width: 22px;
}

.online-reg {
  animation: blinker 1s linear infinite;
  position: fixed;
  top: 320px;
  left: 0px;
  background: #3cad4d;
  padding: 5px 10px 5px 10px;
  border: solid 2px #ffffff;
  z-index: 999;
  border-radius: 0px 10px 10px 0px;
}

@keyframes blinker {
  50% {
    background: #307c28;
  }
}

.online-reg img {
  width: 130px;
  margin-right: 10px;
  position: absolute;
  bottom: 14px;
}

.online-reg i {
  font-size: 17px;
  color: #ffffff;
  background: #0c7a00;
  border-radius: 20px;
  margin-left: 20px;
  padding: 5px;
}

.online-reg a {
  color: #fff;
  position: relative;
}

.Enquiry {
  animation: blinker 1s linear infinite;
  position: fixed;
  top: 250px;
  right: 0px;
  background: #3cad4d;
  padding: 5px 10px 5px 10px;
  border: solid 2px #ffffff;
  z-index: 999;
  border-radius: 10px 0px 0px 10px;
}

@keyframes blinker {
  50% {
    background: #307c28;
  }
}

.Enquiry a {
  color: #fff;
  position: relative;
}

/* ------------------------------------
MOdal popup
---------------------------------------*/
.modal {
  background: #212020ad;
  z-index: 99999;
}

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

#exampleModalToggle .carousel-control-prev-icon {
  filter: invert(1);
}

#exampleModalToggle .carousel-control-next-icon {
  filter: invert(1);
}

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

#exampleModalToggle .carousel-control-next {
  right: 0px;
}

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

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

.carousel-item .modal-header {
  background: linear-gradient(180deg, rgb(16 153 30) 0%, rgb(56 125 15) 100%);
  padding: 10px;
}

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

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

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

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

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

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

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

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

.carousel-item a.btn.btn-primary.btn-sm {
  background: #d9281f;
  border: #d9281f;
  margin: 0 10px;
  color: #fff;
}

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

.carousel-item .btn-close {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.btn-warning {
  background-color: #095301;
  border-color: #095301;
  color: #fff !important;
  margin-bottom: 15px;
}

.btn-warning:hover {
  background-color: #1e7715;
  border-color: #1e7715;
  color: #fff !important;
  margin-bottom: 15px;
}

/* ------------------------------------
highlights
---------------------------------------*/
.highlights {
  width: 46%;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #d6ffce, #d6ffce);
  margin: 0 auto;
  text-align: center;
}

.highlights marquee {
  position: relative;
  z-index: 2;
}

.highlights marquee span a {
  color: #333;
}

.highlights marquee span {
  color: #333;
  line-height: 30px;
  font-size: 14px;
}

.highlights p a {
  color: #333;
  line-height: 30px;
  font-size: 14px;
}

.highlights p {
  display: inline-block;
  color: #333;
  margin-bottom: 0;
  padding: 0px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}

.speaker {
  width: 90px;
  padding-left: 30px;
  padding-right: 20px;
}

.lazyload-wrapper {
  display: unset;
}

/* ------------------------------------
Slider Sec
---------------------------------------*/
.midsection {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  top: -30px;
}

.midsectiondiv {
  width: 30%;
}

.midsectionboximg img {
  width: 80px;
}

.midsectiondiv.scd .midsectionboximg {
  display: flex;
  justify-content: end;
}

.midsectionboxpara li {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}

.midsectiondiv.scd .midsectionboxdesc {
  justify-content: end;
}

.midsectionbox {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
}

.mainhomeslider {
  position: relative;
}

.midsectiondiv.scd .midsectionboxpara {
  padding-left: 60px;
}

.midsectionboxdesc {
  display: flex;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.midsectiondiv.fst {
  padding: 40px 50px 30px 0px;
  background: url("https://webapi.entab.info/api/image/DPSFS/public/images/midsection1.webp") no-repeat;
  margin-top: -90px;
  background-size: 100% 100%;
}

.midsectiondiv.scd {
  margin-top: -90px;
  background: url("https://webapi.entab.info/api/image/DPSFS/public/images/midsection2.webp") no-repeat;
  background-size: 100% 100%;
  padding: 40px 0 30px;
}

.mmtitle {
  color: #ffffff59 !important;
  padding-right: 20px;
  width: 11px;
  word-wrap: break-word;
  font-family: monospace;
  white-space: pre-wrap;
  font-weight: bold;
  font-size: 24px;
}

.midsectionboxtitle {
  padding: 0px 18px;
}

.midsectionboxpara p {
  color: white;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-align: left;
}

.midsectiondiv.fst p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-align: left;
}

.midsectionboxpara a {
  color: rgb(255 211 41);
  font-size: 14px;
  padding-top: 5px;
}

.midsectionboxpara a:hover {
  color: rgb(255, 255, 255);
  font-size: 14px;
}

/* ------------------------------------
About Us
---------------------------------------*/
.aboutsec {
  background-color: #d0ffd712;
  border: solid 1px #d2d2d2;
  border-radius: 23px;
  padding: 30px;
}
.aboutsec h1{ font-size: 20px !important;}

.homeabout {
  margin-top: -278px;
  position: relative;
  width: 100%;
  padding-top: 230px;
  padding-bottom: 70px;
  background-position: center bottom;
  height: 100%;
  background: #c1c0c0;
}

.homeabout:before {
  position: absolute;
  content: " ";
  opacity: 0.9;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

.bgm {
  background-color: #ffffff;
  height: 1px;
  margin-top: -1px;
  position: relative;
}

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

.titleheading p {
  color: #6e6e6e;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  letter-spacing: 0;
  line-height: 12px;
  margin-bottom: 10px;
}

.titleheading h1 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: BookmanStd-Bold;
  color: #5569bb;
  font-weight: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #5569bb, #273055);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

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

/* ------------------------------------
NewsEvents-Sec
---------------------------------------*/
.NewsEvents-Sec {
  position: relative;
  background: url("https://webapi.entab.info/api/image/DPSFS/public/images/NewsEvents-Sec.webp") no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px;
}

.NewsEvents-Sec:before {
  content: " ";
  opacity: 0.3;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
}

.subtitle h2 {
  -webkit-text-stroke: 1px #333333;
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 0px;
  font-family: BookmanStd-Bold;
  font-weight: normal;
}

.subtitle h2 span {
  font-size: 23px !important;
  margin-bottom: 10px !important;
  font-family: BookmanStd-Bold !important;
  color: #5569bb !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  background: linear-gradient(180deg, #5569bb, #273055) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  -webkit-text-stroke: transparent;
  text-stroke: transparent;
  -webkit-text-stroke: transparent;
  display: block;
}

.subtitle h3 {
  font-size: 23px;
  margin-bottom: 10px;
  font-family: BookmanStd-Bold;
  color: #5569bb;
  font-weight: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #5569bb, #273055);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.titlesec {
  display: flex;
  align-items: center;
  width: 75%;
  justify-content: space-between;
  margin: 0px 25%;
  padding-bottom: 20px;
}

.NewsLines img {
  width: 40px;
}

.EventLines img {
  width: 60px;
}

/* News section */
.newsbox {
  background-color: #e9ffeccc;
  padding: 30px;
}

.innernewboxarea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
}

.innernewbox h5 {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  background: #fff4e0;
  width: fit-content;
  padding: 6px;
}

.innernewbox p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  text-align: left;
}

.innernewbox {
  width: 100%;
}

.innernewbox p::before {
  content: " •";
  font-size: 18px;
  color: #333333;
  padding-right: 12px;
}

.newsbox marquee {
  height: 414px;
}

.innernewbox h6 a {
  color: #055647 !important;
  font-size: 13px;
  text-transform: uppercase;
}

.innernewbox h6 a:hover {
  color: #000000 !important;
}

/* Events section */
.eventbox {
  background-color: #e9ffeccc;
  padding: 30px;
}

#events-content li {
  height: 420px;
}

.events-details {
  padding-bottom: 10px;
  margin: 0px 10px;
}

.event-item {
  background: rgb(255, 255, 255);
  border-radius: 24px;
  border: solid 1px #e0d55a;
  margin: 5px;
}

.event-item .event-img {
  margin-bottom: 20px;
}

.event-item .event-img {
  position: relative;
}

.event-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: #f9f9f9;
  border-radius: 24px 24px 0px 0px;
}

.event-item .event-title {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 4px;
  color: #333333;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5em;
  text-overflow: ellipsis;
  line-height: 26px;
  font-weight: 400;
  font-family: impact;
  text-transform: uppercase;
  text-align: center;
}

.event-para {
  font-family: Satoshi-Regular;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
  text-overflow: ellipsis;
  line-height: 26px;
  margin-bottom: 30px;
}

.event-date {
  font-size: 15px;
  color: #505050;
  background: #e5d1a4;
  border-radius: 20px;
  text-align: center;
  font-family: Satoshi-Regular;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 7px;
  width: 95%;
  margin: 0 auto;
}

.event-time {
  margin-top: -70px;
  background: #ffffff;
  position: absolute;
  border-radius: 20px;
  padding: 5px 20px 5px 5px;
  margin-left: 10px;
  font-size: 12px;
}

.event-time img {
  width: 27px;
  height: 27px;
  padding-right: 5px;
}

/* ------------------------------------
Light Slider
---------------------------------------*/
.MesdekSec {
  padding-bottom: 20px;
}

.mesdeskimg img {
  border: solid 1px #ffb266;
  border-radius: 5px;
  width: 80%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  background-color: #f1f1f1;
}

.mesdes-mes {
  background: #e9ffec;
  border: solid 1px #ffb266;
  padding: 15px;
  border-radius: 5px;
  box-shadow: #00000040 0px 35px 24.7px -27px;
}

.MesdekSectitle {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}

.mesdeskimg h3 {
  font-family: BookmanStd-Bold;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  padding-top: 0.5rem;
}

.mesdeskimg h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
}

.mesdeskimg h5 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
}

.mesdeskarea {
  display: flex;
  gap: 10px;
}

.mesdeskimg {
  width: 22%;
}

.mesdes-mes {
  width: 78%;
  height: 310px;
}

.mesdes-mes p {
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.mainbtn {
  display: flex;
  justify-content: space-between;
}

.quotes {
  width: 60px;
  height: 60px;
}

/* ------------------------------------
Topper & Birthday
---------------------------------------*/
.topper_bg {
  background: #fff;
  padding: 20px 90px 50px;
  position: relative;
}

.toppertitle {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}

.toppertaj {
  width: 100%;
}

.topper-block {
  width: 100%;
}

.topper-block h6 {
  color: #666;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  font-family: BookmaITCStdMediumm;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.wid-100 {
  width: 100%;
  margin-top: -5px;
}

.toppertaj img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  border: 4px solid #f2d568;
}

.topperdiv {
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0px;
}

.topperdiv.birthday {
  margin-top: 50px;
}

.topperdivbg {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
}

.topperdiv:hover .topperdivbg img {
  scale: 2;
}

.topperdiv.birthday .toppertaj img {
  border: 4px solid #a868eb;
}

.birthday .topperdivbg {
  top: 33px;
}

.topperdiv.birthday:hover .topperdivbg img {
  scale: 1.5;
}

.topperdivbg img {
  transition: 0.3s ease-in;
  scale: 0;
}

.topperdiv .topperdesc p.name {
  padding-top: 5px;
  color: #333;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.topperdiv .topperdesc p.per,
.stream {
  color: #333;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.stream {
  font-size: 15px;
  color: #333;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.topper_bg:before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  background: url("https://webapi.entab.info/api/image/DPSFS/public/images/topperleftbg.webp") no-repeat left bottom;
  background-size: contain;
  left: 0;
  bottom: 0;
  top: 180px;
}

.topper_bg:after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  background: url("https://webapi.entab.info/api/image/DPSFS/public/images/topperrightbg.webp") no-repeat left bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
  top: 180px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.topper-blk img {
  width: 230px;
}

.elite img {
  width: 230px;
}

.acheiver-title {
  padding-bottom: 20px;
}

/* ------------------------------------
Home page gallery
---------------------------------------*/
.homegallery {
  position: relative;
  background: url("https://webapi.entab.info/api/image/DPSFS/public/images/gallery.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
}

.homegallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}

.homegallerytitle {
  margin: 0 42%;
  text-align: center;
  position: relative;
  z-index: 9;
  width: 53%;
}

.galleryimgbox {
  position: relative;
  width: 95%;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
}

.galleryimgbox .gallerydesc {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: 1s;
}

.galleryimgbox:hover .gallerydesc {
  opacity: 1;
}

.homegallery>div {
  text-align: center;
}

.galleryimgbox img {
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: filter 0.5s ease;
  /* Smooth transition */
}

.galleryimgbox:hover img {
  filter: grayscale(100%);
}

.galleryimgbox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background: #fff8db;
  color: #000;
  width: 100%;
  position: absolute;
  bottom: 13px;
  margin-bottom: 0;
  width: 97%;
  text-align: center;
  padding: 6px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Satoshi";
}

.homegallery .slick-prev:before,
.homegallery .slick-next:before {
  content: "";
}

.homegallery .slick-next {
  right: 0;
}

.homegallery .slick-next,
.homegallery .slick-prev {
  bottom: -50px;
  width: 50px;
  height: 35px;
  top: auto;
}

a.gallery_button,
.dark-button {
  background: linear-gradient(135deg, #5569bb, #273055);
  color: #fff;
  padding: 8px 25px;
  border-radius: 15px;
  border: 0;
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: solid 2px #ffde21;
  margin: 0 auto;
}

/* ------------------------------------
Home page gallery only 4
---------------------------------------*/
.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.gallery-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.galleryimgbox {
  position: relative;
}

.gallerydesc {
  padding: 10px;
  text-align: center;
}

.gallery_button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  text-decoration: none;
}

.tabloid-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.tabloid-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

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

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

.card-body {
  padding: 15px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.card-text-des {
  font-size: 14px;
  color: #555;
}

.text-muted {
  font-size: 12px;
}

/* ------------------------------------
Acdemic Ses
---------------------------------------*/
.ImportantLInks {
  position: relative;
  background: url(https://webapi.entab.info/api/image/DPSFS/public/images/NewsEvents-Sec.webp) no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px;
}

.ImportantLInks:before {
  content: " ";
  opacity: 0.3;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
}

.tab-box {
  background-color: #ffffff;
  padding: 18px 20px;
  margin-bottom: 15px;
  text-align: left;
  border-left: 5px solid #055647;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-box:hover {
  background-color: #2a8a2317;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
  transform: translateY(-2px);
}

.tab-content-box {
  display: none;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #dee2e6;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tab-content-box.active {
  display: block;
}

.tab-content-box h3 {
  color: #2a8a23;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.tab-content-box p {
  color: #555;
  line-height: 1.6;
}

.tab-box.active {
  background-color: #055647 !important;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .tab-box {
    margin-bottom: 15px;
    text-align: center;
  }

  .tab-content-box {
    text-align: center;
  }
}

/* ------------------------------------
Light Slider
---------------------------------------*/
li.lslide {
  margin: 0px;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #7e7373;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #2c67ff;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* ------------------------------------
Light Slider End
---------------------------------------*/
.schools-sec {
  background: linear-gradient(180deg,
      rgba(218, 255, 224, 1) 0%,
      rgb(255 255 255) 100%);
  padding: 50px 0px 0px 0px;
}

.schools-sec article {
  padding-top: 10px;
  margin-bottom: 25px;
}

.schools-sec article h3 {
  color: #333;
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
}

.schools-sec article img {
  border-radius: 100%;
  margin: auto;
  display: block;
  border: 8px solid #7fc78a;
  width: 70%;
  max-width: 140px;
  transition: border 0.3s ease;
}

.schools-sec article img:hover {
  border: 8px solid #fff;
}

.schools-sec ul.list-inline {
  text-align: center;
  padding: 0;
  margin-top: 15px;
}

.schools-sec ul.list-inline li {
  display: inline-block;
}

.schools-sec ul li img {
  width: 34px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.schools-sec ul li img:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.virtual_tour .ratio {
  border: 5px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.virtual_tour p {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 5px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  color: #333;
  border: 2px solid #333;
  margin-top: 16px;
  cursor: pointer;
  transition: 0.4s;
}

.virtual_tour p:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fb-page-wrapper iframe {
  border-radius: 10px;
  border: 4px solid #fff;
  max-width: 100%;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .schools-sec {
    padding: 30px 15px;
  }

  .schools-sec article img {
    width: 50%;
  }

  .virtual_tour p {
    font-size: 16px;
    padding: 10px;
  }
}





#google_translate_element img{ display: none;}
.goog-te-gadget-simple {
    background-color: #497464 !important;
    border-left: 1px solid #497464 !important;
    border-top: 1px solid #497464 !important;
    border-bottom: 1px solid #497464 !important;
    border-right: 1px solid #497464 !important;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span{ color:white !important;}


/* ------------------------------------
Footer
---------------------------------------*/
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer {
  background: #5569bb;
  background: linear-gradient(180deg,
      rgba(85, 105, 187, 1) 0%,
      rgba(39, 48, 85, 1) 100%);
}

.footerbot p {
  padding-bottom: 0px;
  font-size: 13px;
}

.footerbot p a {
  color: #333333;
}

.footerbot p a:hover {
  color: #12810a;
}

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

.socialicn ul {
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 0;
  right: -60px;
  margin-top: 10px;
}

.socialicn ul li {
  padding: 0px 7px;
  list-style: none;
}

.quick-link li {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.quick-link li a {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.quick-link li i {
  font-size: 12px;
  color: white;
  padding-right: 5px;
}

.quick-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.quick-link ul {
  width: 50%;
  padding-left: 10px;
}

.cont-dtl p {
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}

.cont-dtl p a {
  color: #ffffff;
}

.cont-dtl h3 {
  padding-left: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 0;
  font-family: BookmanStd-Bold;
  font-weight: normal;
}

.cont-dtl p a img {
  padding-right: 7px;
}

.map iframe {
  border: solid 5px rgb(255, 255, 255);
}

.count_sec {
  position: fixed;
  bottom: 2px;
  z-index: 999;
  background: #f10519;
  padding: 3px;
  width: auto;
  border: double 3px #ffffff;
  right: 0px;
}

.count_sec h3 {
  color: #fff;
  font-style: italic;
  float: left;
  margin-bottom: 0;
  font-size: 16px;
}

.mobilaapp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobilaapp li {
  padding: 4px;
}

.mobilaapp li img {
  width: 100px;
}

.socialicn p {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  padding-top: 5px;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
}

/* ------------------------------------
Inner Pages
---------------------------------------*/
.inner-sld {
  background-image: url(https://webapi.entab.info/api/image/DPSFS/public/images/abt-bg.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}

.inner-sld:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
}

.bread-bg {
  background: linear-gradient(180deg,
      rgba(218, 255, 224, 1) 0%,
      rgba(177, 255, 188, 1) 100%);
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  bottom: 130px;
  left: 0;
  padding: 10px 14px;
  width: auto;
}

.Institutions-sld {
  background-image: url(https://webapi.entab.info/api/image/DPSFS/public/images/Institutions-sld.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}

.bread-bg .breadcrumb {
  margin-bottom: 0;
  display: flex;
  justify-content: CENTER;
  bottom: 175px;
  z-index: 99;
}

.bread-bg .breadcrumb li {
  display: inline-block;
  font-size: 15px;
  color: #354517;
  margin-left: 0;
  line-height: 29px;
}

.bread-bg .breadcrumb>li+li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}

.bread-bg .breadcrumb li>.active a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.bread-bg .breadcrumb li a {
  line-height: 20px;
  color: #5265b3;
  text-decoration: none;
}

.inner-sld {
  position: relative;
}

.innerbody img {
  transition: transform 0.3s ease-in-out;
  margin: 0px 10px;
}

/* ------------------------------------
Rightside menu
---------------------------------------*/
.inner-menu {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease;
}

.quick-head {
  font-size: 18px;
  color: #1a1a1a !important;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px solid #9fc612;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.inner-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-menu ul li {
  border-bottom: 1px solid #eaeaea;
}

.inner-menu ul li:last-child {
  border-bottom: none;
}

.inner-menu ul li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
}

.inner-menu ul li a:hover,
.inner-menu ul li a.inner-active {
  background-color: #f3f7e8;
  color: #1a1a1a;
  padding-left: 25px;
  border-left: 4px solid #9fc612;
}

/* ------------------------------------
Inner Body
---------------------------------------*/
.innerbody {
  min-height: 600px;
  padding: 40px 0px 40px 0px;
}

.innerbody p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}

ul.checklist li {
  line-height: 37px;
}

ul.checklist {
  list-style: none;
}

ul.checklist li:before {
  position: absolute;
  left: 0em;
  color: #b55aa7;
  font-size: 16px;
  content: "\F280";
  font-family: bootstrap-icons !important;
}

ul.checklist li {
  position: relative;
  padding-left: 23px;
}

.innerbody h1 {
  font-size: 30px;
  margin-bottom: 15px;
  font-family: BookmanStd-Bold;
  color: #5569bb;
  font-weight: normal;
  text-transform: capitalize;
  background: linear-gradient(180deg, #5569bb, #273055);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.innerbody h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: BookmanStd-Bold;
  color: #5569bb;
  font-weight: normal;
  text-transform: capitalize;
  background: linear-gradient(180deg, #5569bb, #273055);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 10px;
}

.innerbody h5 {
  font-size: 16px;
}

.innerbody img:hover {
  transform: scale(1.03);
}

/* ------------------------------------
Mesdesk
---------------------------------------*/
.rightimgbox {
  width: 30%;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

.rightimgbox:after {
  top: 0;
}

.rightimgbox img {
  object-fit: contain;
  width: 100%;
  display: block;
  height: 250px;
  background: #f1f1f1;
}

.message-sec a {
  color: #186d29;
  font-weight: bold;
}

h6.name {
  color: #ef7b0f;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  text-align: left;
}

.name {
  color: #333;
  padding: 7px 0px;
}

.name span {
  font-size: 15px;
  color: #000;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}

.h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

ul.list-group-flush li {
  font-size: 1rem;
  line-height: 1.6;
}

.red {
  color: #861411;
  font-size: 17px;
}

td {
  font-size: 15px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  font-style: italic;
  border: 1px solid #bad169;
  background: #e7e6b4;
}

/* ------------------------------------
About Img
---------------------------------------*/
.subsecBlock {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(44deg, #f8fbec 4%, #ccccc0 100%);
  margin-bottom: 30px;
  padding-bottom: 10px;
  box-shadow: 0px 20px 20px -19px #000;
}

.subsecBlockHead {
  padding: 10px 10px 10px 20px;
  display: block;
  box-shadow: 1px 1px 11px rgb(0 0 0 / 89%);
  width: 100%;
  background-size: contain;
  color: #fff;
  border-radius: 3px 3px 0 0;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(25deg, #000 0, #30433f 100%);
  font-size: 16px;
}

.subsecBlock a,
.subsecBlockBody .textWraper {
  padding: 0;
  margin: 0;
}

.subsecBlock a {
  display: flow-root;
}

.dez-img-effect {
  position: relative;
  display: block;
}

.dez-img-effect,
.dez-media,
.skitter .image {
  overflow: hidden;
}

.dez-img-effect.zoom-slow img {
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
}

.dez-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
}

.subsecBlockBody .textWraper .contentDtls {
  padding: 0;
  margin: 10px;
  color: #000;
  min-height: 58px;
  font-size: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.subsecBlockBody span {
  display: block;
  background: red;
  color: #fff;
  float: right;
  margin: 0 10px 10px 0;
  padding: 4px 15px;
  border-radius: 4px;
  font-size: 13px;
  background-image: linear-gradient(45deg, #404403 0, #bbb91b 100%);
}

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

.eachPhotosHolder {
  margin-bottom: 30px;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

/* ------------------------------------
TC ISSUED
---------------------------------------*/
.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 {
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
  background: linear-gradient(180deg,
      rgba(85, 105, 187, 1) 0%,
      rgba(39, 48, 85, 1) 100%);
  transition: all 0.2s ease-in;
}

.viewdetailsbtn:hover {
  background: linear-gradient(180deg,
      rgb(22, 45, 138) 0%,
      rgba(39, 48, 85, 1) 100%);
}

.download img {
  width: 25px;
  margin: 0 5px;
}

/* ------------------------------------
Blog Sec Section 
---------------------------------------*/
.accordion-header button {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

.accordion-body img {
  height: 220px;
  object-fit: contain;
  background-color: #f5f5f5;
}

.BlogSec {
  padding-top: 60px;
  padding-bottom: 20px;
}

.card {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.card-img-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  object-fit: contain;
  height: 180px;
  background-color: #f5f5f5;
}

.card-title {
  font-weight: 600;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
  line-height: 19px;
  text-transform: uppercase;
}

.card-text small {
  color: #888;
}

.card-text-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 55px;
  text-align: left;
}

.btn-primary {
  border-radius: 30px;
  padding: 0.4rem 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  background: linear-gradient(180deg,
      rgba(85, 105, 187, 1) 0%,
      rgba(39, 48, 85, 1) 100%);
  color: rgb(255, 255, 255);
  border: solid 1px #030f42;
}

.btn-primary:hover {
  background-color: #004085;
}

.card-body h5 a {
  color: #0c7a01;
  font-size: 15px;
}

.card-body h5 a:hover {
  color: #000;
}

.Tabloidmain .Blogtest {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 49px;
}
.Tabloidmain .btn-primary{width:max-content;}
.Tabloidmain .Blogtest h3 {
  font-size: 14px;
}

.Tabloidmain .Blogtest h2 {
  font-weight: 600;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
  line-height: 19px;
  text-transform: uppercase;
  color: #5569bb !important;
  display: none;
}

.Tabloidmain .Blogtest p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 57px;
  line-height: 27px;
}

.TabloidInner ul {
  padding-left: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  list-style: none !important;
}

.TabloidInner ul li {
  position: relative !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 0.75rem !important;
  padding-left: 1.5rem !important;
  color: #333 !important;
}

.TabloidInner ul li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.7em !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #06402bba !important;
  border-radius: 50% !important;
}

.Tabloidmain .Blogtest ul li {
  display: none;
}

.Tabloidmain .Blogtest p {
  display: none;
}

.Tabloidmain .Blogtest p:first-of-type {
  display: block;
}

.Tabloidmain .Blogtest h3 {
  display: none;
}

.Tabloidmain .Blogtest h5 {
  display: none;
}

/* ------------------------------------
magnify Zoom
---------------------------------------*/
th {
  background: #217362 !important;
  color: #fff !important;
  font-weight: normal;
  min-width: 150px;
}

ol.admission li {
  font-size: 15px;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}

.card-header {
  background: #217362;
  color: #fff;
}

.manadatorydiv p {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
}

.manadatorydiv td {
  padding: 5px;
  font-size: 14px;
  text-align: left;
  text-align: center;
}

/* ------------------------------------
Portal help
---------------------------------------*/
.erp_sec h4 {
  line-height: 40px;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
}

.appmobile p {
  margin-bottom: 0;
  margin-right: 40px;
  margin-top: 20px;
}

.assistance {
  background: rgb(34 32 72 / 20%);
  padding: 13px;
  border: solid 1px #ddd;
  margin-top: 20px;
}

.appmobile img {
  margin-right: 10px;
  width: 100px;
}

.appmobile {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
}

.more {
  font-weight: normal;
  font-size: 14px;
}

/* ------------------------------------
admission-form
---------------------------------------*/
.admission-form h6 {
  font-size: 26px;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 2px solid #767679;
  display: table;
  font-style: italic;
}

.admission-form h6 span {
  margin: 0;
  padding: 0;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}

.admission-form-ref {
  font-size: 14px;
}

.admission-form-ref input {
  border: 0;
  box-shadow: none !important;
  background: 0 0 !important;
}

.admission-form-date {
  text-align: right;
  font-size: 14px;
}

.admission-form h3 {
  font-size: 24px;
  padding-top: 20px;
}

.admission-form .image_div {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.admission-form .image {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 5%;
}

.admission-form {
  font-size: 12px;
}

.admission-form label {
  font-weight: 700;
  padding: 9px 0;
}

.admission-form .alert-warning {
  padding: 5px;
  margin-top: 10px;
}

.subsecBlock a,
.subsecBlockBody .textWraper {
  padding: 0;
  margin: 0;
}

.admission-form .alert-warning p {
  line-height: 20px;
  font-size: 14px;
}

.admission-form input#file1 {
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #0b5647;
  border-radius: 15px;
  background: 0 0;
  box-shadow: none !important;
}

.admission-form ol li {
  list-style-type: upper-alpha;
  padding: 0 0 0 10px;
  line-height: 25px;
}

.admission-form .checkbox input {
  position: relative;
  left: 40px;
  top: 5px;
}

.admission-form .input-group-addon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}

.admission-form label.checkbox {
  font-weight: 400;
}

.admission-form input,
.admission-form input:focus .admission-form textarea:focus,
.admission-form select,
.admission-form select:focus,
.admission-form textarea {
  background: #05564714 !important;
  border: 0 solid #0b5647 !important;
  box-shadow: 0 0 0 2px #05564738 !important;
}

.admission-form .btn-danger {
  background: #dc3545 !important;
  border: 1px solid #dc3545 !important;
  box-shadow: none !important;
}

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

.quick-link-sec ul li:before {
  content: " ";
}

.admission-form .btn-primary.disabled,
.admission-form .btn-primary:disabled {
  color: #fff !important;
  background-color: #0d6efd !important;
}

.ParentTestimonials {
  padding-bottom: 50px;
  padding-top: 20px;
}

/* ------------------------------------
Sitemap
---------------------------------------*/
.sitemapli {
  list-style-type: none;
  padding-left: 0;
}

.sitemapli li {
  margin-bottom: 10px;
  list-style-type: circle;
  margin-left: 15px;
}

.sitemapli li a {
  text-decoration: none;
  color: #354517;
  font-size: 14px;
  transition: color 0.3s ease;
  padding: 5px 0;
  display: inline-block;
}

.sitemapli li a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.subheading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

h3.subheading {
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 5px;
}

/* ------------------------------------
syllabus_new_sec
---------------------------------------*/
.syllabus_new_sec article {
  margin: auto;
  border: solid 1px #ece2ff;
  background: #e9edd9;
  padding: 10px;
}

.syllabus_new_sec h3 {
  font-size: 13px;
  position: absolute;
  background: #0c3a71;
  line-height: 25px;
  padding-top: 0px;
  padding-left: 5px;
  color: #fff;
  padding-right: 5px;
  width: fit-content;
  margin-top: -29px;
}

.syllabus_new_sec h4 {
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
  text-decoration: none;
  line-height: 25px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: 65px;
  text-transform: uppercase;
  color: black;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.syllabus_new_sec img {
  width: 50px;
  height: 50px;
  margin: auto;
}

.syllabus_new_sec article a {
  color: #000;
}

.syllabus_new_sec article h4:hover {
  color: #a93a00;
}

/* ------------------------------------
Dynmic Year & month search
---------------------------------------*/
.searchbox1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #0c7a003b;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #ef7b0f00;
  padding: 7px 0px;
}

.searchbox1 input {
  margin: 0px 5px;
}

#ddyears {
  margin-left: 10px;
  min-width: 150px;
  padding: 8px 10px;
  border: solid 1px #c3c3c361;
}

#monthli {
  margin-left: 10px;
  min-width: 150px;
  padding: 8px 10px;
  border: solid 1px #c3c3c361;
}

.dynamicdiv input {
  background: #ffffff;
  min-width: 27%;
  padding: 5px;
  padding-right: 0px;
  border: solid 1px #c3c3c361;
}

.dynamicdiv {
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  font-size: 14px;
}

.dynamicdiv>div {
  display: flex;
  width: 27%;
  align-items: center;
  font-weight: 600;
}

.dynamicdiv>div:first-child {
  width: 14%;
}

.no-data:before {
  z-index: -1;
  content: "No Data Found";
  width: 100%;
  height: auto;
  left: 0;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  position: absolute;
  top: 51%;
}

.fulwidth {
  margin: 0px;
  margin-bottom: 10px;
}

.year_selction_sec {
  margin-bottom: 40px;
}

.dyn-cal {
  width: 20px;
  margin-right: 5px;
}

.show:before {
  display: none !important;
}

.mydivi {
  z-index: 1;
  background: #fff;
  position: relative;
}

/* ------------------------------------
Inner NEws
---------------------------------------*/
.news-date h5 span {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
}

.news-date {
  width: 115px;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0px 0px 10px;
  background: #bcffc661;
}

.news-date h3 {
  margin-bottom: 0;
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  background-color: #0c7a00ba;
  height: 40px;
  width: 30px;
  line-height: 40px;
  text-align: center;
  box-shadow: 1px 1.732px 40px 0px rgb(0 0 0 / 8%);
  color: #fff;
  border-radius: 15px 0px 15px 0px;
  margin-top: 0px;
}

.news-container {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-details {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 11px 2px #0000002b;
  border-radius: 25px 10px 10px 10px;
}

.news-date h5 {
  font-size: 20px;
  color: #333;
  padding-top: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.news-desc {
  width: 90%;
  padding: 20px;
  word-break: break-all;
}

.news-desc h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 5px;
  line-height: 26px;
}

.news-container h5 a {
  color: #0c7a00;
  font-size: 15px;
}

/* ------------------------------------
Upcoming Events
---------------------------------------*/
.events-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}

.inner-events-details {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #dbdbdb;
  margin: auto;
  margin-bottom: 10px;
  background: #f1f1f1;
}

.inner-events-details .attachment {
  left: 0;
  position: absolute;
  top: 0;
  background: #00653b;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}

.events-img {
  width: 256px;
  position: relative;
  padding: 15px;
  margin-right: 20px;
  background: #ccc;
}

.events-desc {
  width: 78%;
  margin: 0px 15px 0px 15px;
  padding: 15px 0px;
}

.events-desc h3 {
  color: #000;
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 28px;
}

.events-time p span {
  text-transform: capitalize;
  font-size: 15px;
  margin: 7px 20px 0px 0px;
  color: #000000;
  font-weight: normal;
}

.events-time p span i {
  color: #ef7b0f;
}

.events-desc p {
  word-break: break-all;
  font-weight: normal;
}

.attachment:hover {
  color: #fff;
}

.events-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.news-date h5 span {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
}

/* ------------------------------------
Gallery Sec
---------------------------------------*/
.years.showYear {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: transparent;
}

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

.photo-img {
  padding: 10px 10px 0px 10px;
}

.photo-img img {
  width: 100%;
  height: 207px;
  object-fit: contain;
  background: #3b81ae1f;
  margin: 0px;
}

.photo-desc p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  color: #333;
  font-weight: bold;
  padding-top: 3px;
  margin-bottom: 0;
  font-size: 16px;
}

.photo-date {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg,
      rgba(85, 105, 187, 1) 0%,
      rgba(39, 48, 85, 1) 100%);
  padding: 0px 10px;
  border-radius: 0px 0px 5px 5px;
  align-items: center;
}

.photo-date p {
  color: #fff;
}

.photo-date i {
  color: #fff;
}

.photo-date p {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.photo-date p,
.photo-date i {
  color: #fff;
  cursor: pointer;
}

.galleryCount {
  width: 25%;
}

.photocontainer>div {
  background: #fff;
  margin: 10px 10px 25px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 4px #ccc9;
  width: 100%;
}

/* ---------Sub Gallery----------*/
.datedetails {
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
}

.datedetails span {
  position: relative;
  padding: 5px 10px;
}

.datedetails span:before {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 4px;
  left: 0;
  border-right: 1px solid #bbb0b0;
  content: " ";
}

.datedetails span:last-child:before {
  border-right: 0px solid #bbb0b0;
  content: " ";
}

.back {
  padding-right: 20px;
}

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

.gallerydesc {
  width: 19%;
  margin: 10px 5px 10px 5px;
}

.gallerydesc img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #cccccca6;
  padding: 0px 10px;
  border: 5px solid #ccccccd4;
  border-radius: 4px;
}

.gall_date p {
  text-align: center !important;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  padding: 5px 10px;
  color: #004116;
}

.gall_date {
  background: #f1f1f1;
}

.back {
  padding-right: 20px;
}

.back a {
  color: #7f6c27;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.fulldesc {
  margin-top: 30px;
  word-break: break-all;
}

.fulldesc h3 {
  text-align: left;
  font-size: 24px;
  line-height: 34px;
}

.link {
  font-size: 22px;
}

.link a {
  color: black;
}

.link a:hover {
  color: #497464;
}

/* ------------------------------------
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;
  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: #e00000;
}

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

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

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

.magnify-title {
  display: none;
}

.imgthumb img {
  box-shadow: 0 0 19px #0000001c;
  border: 7px solid #fff;
  margin: 0 0 0px 10px;
  height: 200px;
  object-fit: fill;
  background: #ebebeb;
  width: 100%;
}

.galleryzoomimg img {
  box-shadow: 0px 0px 19px 0px #0000001c;
  border: 7px solid #fff;
  width: calc(25% - 20px);
  margin: 0px 0px 10px 15px;
  height: 240px;
  object-fit: cover;
  background: #ebebeb;
  cursor: pointer;
  height: 240px;
  object-fit: cover;
  background: #cccccca6;
  padding: 0px 10px;
  border-radius: 4px;
}

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

/* ------------------------------------
admission-enquiry
---------------------------------------*/

/* Consent label text */
.consent-inline label {
  color: #1a1a1a;
  /* Dark gray text for high contrast */
  font-weight: 500;
}

/* Privacy Policy link */
.consent-inline .privacy-link {
  color: #005f73;
  /* Dark blue to meet 4.5:1 contrast */
  text-decoration: underline;
}

.consent-inline .privacy-link:hover,
.consent-inline .privacy-link:focus {
  color: #0a9396;
  /* Lighter blue on hover/focus */
  outline: 2px solid #0a9396;
  /* visible focus for keyboard users */
  outline-offset: 2px;
}

/* Error text */
.consent-inline .error {
  color: #b00020;
  /* High contrast red */
  display: block;
  margin-top: 4px;
  font-size: 0.875rem;
}











.AboutAdmission {
  padding-top: 60px;
  padding-bottom: 60px;
}

.AdmissionH1 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.AdmissionH1+p {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
  text-transform: capitalize;
  line-height: 35px;
}

.AboutAdmissionSec h3 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.admissionul li {
  list-style: disc;
  margin-left: 20px;
}

.AdmissionEnquiryForm {
  background: #ffffff;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0 0 12px #0000001a;
  max-width: 90%;
  margin: 0 auto;
}

.form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.form-group {
  margin-bottom: 18px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.required {
  color: red;
  margin-left: 2px;
}

.consent-inline {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #555;
  margin-bottom: 20px;
}

.consent-inline input[type="checkbox"] {
  margin-top: 4px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.consent-inline label {
  cursor: pointer;
  line-height: 1.4;
}

.consent-inline a {
    color: #0056b3;
    text-decoration: none;
}


.consent-inline a:hover {
  text-decoration: underline;
}

.submit-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.submit-btn {
  background-color: #335838;
  color: #fff;
  padding: 5px 20px;
  font-size: 17px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.submit-btn:hover {
  background-color: #27552d;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus {
  border-color: #007bff;
  outline: none;
}

.custom-select-wrapper select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 16px 16px;
  padding-right: 40px;
  cursor: pointer;
}

.carousel-text-overlay {
  position: absolute;
  top: 40%;
  left: 28%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 50%;
  background: transparent;
  padding: 30px 20px;
  border-radius: 10px;
  color: #fff;
  text-align: left;
}

.carousel-text-overlay h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #497463;
}

.carousel-text-overlay p {
  font-size: 1.25rem;
  margin: 0;
  color: rgb(0, 0, 0);
}

/* Why Delhi Public School, Fulbari? */
/* Why Delhi Public School, Fulbari? */
.WhyDPSF {
  padding-top: 60px;
  padding-bottom: 20px;
}

.WhyDPSF-Box {
  background-color: #d9d9d9;
  border-radius: 50px;
}

.WhyDPSF-Box {
  padding: 30px 20px 30px 20px;
  text-align: center;
}

.WhyDPSF-Box h4 {
  font-weight: 700;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  color: white;
}

.WhyDPSF-Box p {
  text-align: center;
  line-height: 20px;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  min-height: 80px;
  color: white;
}

.WhyDPSF-Box img {
  transition: transform 0.3s ease;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.WhyDPSF-Box:hover img {
  transform: scale(1.1);
}

.WhyDPSF-Box {
  background-color: #006633;
  border-radius: 50px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.WhyDPSF-Box:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 8px 20px #0003;
  background-color: #006633;
  cursor: pointer;
}

/* STATE OF THE ART INFRASTRUCTURE*/
.State-Infra {
  padding-top: 20px;
  padding-bottom: 50px;
}

.State-Infra {
  padding-top: 20px;
  padding-bottom: 50px;
}

.State-Infra-box {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}

.State-Infra-box img {
  width: 100%;
  height: 200px !important;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.3s ease;
}

.State-Infra-box:hover img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.State-Infra-box-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}

/* STATE OF THE ART INFRASTRUCTURE*/
.AdmissionMessage {
  padding-top: 10px;
  padding-bottom: 40px;
}

.AdmissionMessage h4 {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 600;
  color: #2c3e50;
}

.AdmissionMessage h5 {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}

.AdmissionMessage img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  background: #f7eeee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.AdmissionMessage img:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.AdmissionMessage p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.AdmissionMessage a {
  display: inline-block;
  color: #497464;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.AdmissionMessage a:hover {
  color: #106e4c;
  border-bottom: 1px solid #497464;
  text-decoration: none;
}

.textend {
  text-align: end;
}

.textcenter {
  text-align: center;
}

.message-section {
  background: #fafafa;
  border-radius: 10px;
  padding: 25px 20px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.message-section:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* ------------------------------------
Media Quiry
---------------------------------------*/
.counter {
  padding: 70px 0;
  background: linear-gradient(135deg, #f0f4f8, #e6f0fa);
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

/* ✅ Remove conflicting flexbox layout */
.counter .container {
  /* Removed display: flex, gap, etc. */
}

/* ✅ Let Bootstrap handle column layout, style each box separately */
.countercol {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  margin-bottom: 30px;
  /* spacing between rows */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.counter .col:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.counter h2 {
  font-size: 36px;
  color: #42876d;
  margin-bottom: 10px;
  font-weight: bold;
}

.counter h2 span {
  color: #000000;
}

.counter p {
  font-size: 1.1rem;
  color: #555;
  margin: 0;
  text-align: center;

  /* Truncate after 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 53px;
}

.homepageadmission .AdmissionEnquiryForm {
  box-shadow: none !important;
  padding: 0px;
}

.homepageadmission .modal-header {
  border-bottom: 0px !important;
}

.facultyimage {
  height: 500px !important;
  margin-bottom: 25px;
}

.evaluationimages {
  object-fit: cover !important;
  height: 300px !important;
}

/* .homepageadmission .modal-header .btn-close{background-image:#000;padding:5px;} */

.TabloidInnerForm {
  height: auto;
  max-width: 450px;
  float: right;
  margin-left: 20px;
}


/* ------------------------------------
Media Quiry
---------------------------------------*/
@media (min-width: 768px) {
  .order-md-1 {
    padding-right: 15px;
  }

  .order-md-2 {
    padding-left: 15px;
  }
}

@media (max-width: 1599px) {
  .menu li a {
    text-decoration: none;
    padding: 0;
    display: block;
    transition: all 0.2s ease-in-out 0s;

  }

  .menu li {
    font-size: 12px;
    padding: 18px 2px;
  }

  .homeabout {
    margin-top: -240px;
  }

  .midsectionboxpara p {
    font-size: 14px;
    line-height: 22px;
  }

  .midsectiondiv.fst p {
    font-size: 14px;
    line-height: 22px;
  }

  .mmtitle {
    font-size: 20px !important;
  }

  .birthday .topperdivbg {
    top: 20px;
  }
}

@media (max-width: 1399px) {
  .menu li {
    font-size: 10px;
    padding: 9px 1px;
  }

  .logo img {
    width: 260px;
  }
}

@media (max-width: 400px) {
  .homeabout {
    margin-top: -405px;
  }
}

@media (max-width: 1199.98px) {
  .logo-nav {
    display: block;
    padding-bottom: 10px;
  }

  .logo img {
    width: 300px;
  }

  .menu li {
    padding: 5px 2px;
    font-size: 12px;

  }

  nav {
    height: auto;
  }

  section.navsec {
    padding: 0px 1px;
  }

  .topheader-mid {
    display: none;
  }

  .highlights {
    width: 100%;
  }

  .midsection {
    top: 20px;
  }

  .midsectiondiv.fst,
  .midsectiondiv.scd {
    margin-top: 0px;
    width: 49%;
  }

  .homeabout {
    margin-top: 0px;
    padding-top: 80px;
  }

  .midsectiondiv.fst {
    padding: 50px 80px 50px 0px;
  }

  .midsectiondiv.scd .midsectionboxpara {
    padding-left: 80px;
  }

  .titlesec {
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
  }

  .dynamicdiv>div:first-child {
    width: 50%;
  }

  .dynamicdiv>div {
    width: 50%;
    margin-bottom: 10px;
  }

  .dynamicdiv {
    justify-content: start;
  }

  .logo img {
    margin: 0 auto;
    display: block;
  }

  nav {
    justify-content: center;
  }

  .carousel-text-overlay h1 {
    font-size: 22px;
  }

  .carousel-text-overlay p {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .logo-nav {
    padding: 0px;
  }

  .responsive-menu {
    background: linear-gradient(180deg, #daffe0, #b1ffbc);
    border-radius: 5px;
    position: relative;
    z-index: 999;
    border: none;
    text-align: left;
  }

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

  .titlesec {
    justify-content: space-between;
  }

  .mesdeskimg {
    width: 40%;
  }

  .mesdes-mes {
    width: 60%;
    height: auto;
  }

  .MesdekSectitle {
    text-align: left;
  }

  .titlesec.toppertitle {
    justify-content: center;
  }

  .titlesec.homegallerytitle {
    text-align: left;
  }

  .navsec .container {
    border-radius: 0px;
    max-width: 100%;
  }

  .menu {
    margin-bottom: 40px;
  }

  .menu li a {

    color: #354517 !important;
  }

  .menu li {
    color: #354517;
  }

  .logo-load h2 {
    font-size: 50px;
  }

  .logo-load h3 {
    font-size: 26px;
  }

  .topheader-left-link li {
    font-size: 10px;
  }

  .dynamicdiv>div:first-child {
    width: 100%;
  }

  .dynamicdiv>div {
    width: 100%;
    margin-bottom: 10px;
  }

  .galleryCount {
    width: 33%;
  }

  .headcenter {
    padding-left: 0px !important;
    margin-left: -80px;
  }

  .AdmissionEnquiryForm {
    padding: 25px;
    max-width: 100%;
  }

  .carousel-text-overlay h1 {
    font-size: 20px;
  }

  .homeslider img {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .TabloidInnerForm {
    height: auto;
    width: 100%;
    float: right;
    margin-left: 20px;
  }

  .popup-content {
    position: absolute;
    transform: translate(-50%, -50%);
    background: #fff;
    top: 50%;
    width: 100%;
    left: 50%;
    padding: 0px !important;
    height: 85%;
    overflow-y: scroll;
    border-radius: 0px !important;
  }

  .popup-content .AdmissionEnquiryForm {
    border-radius: 0px !important;
  }

  .facultyimage {
    height: 250px !important;
    margin-bottom: 25px;
  }

  .inner-sld {
    height: 250px;
  }

  .evaluationimages {
    height: 250px !important;
  }

  .online-reg {
    position: absolute;
  }

  .Excellence {
    position: absolute;
  }

  .headcenter {
    padding-left: 0px !important;
    margin-left: 0px;
  }

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

  .topheader {
    display: inline;
  }

  .topheader-mid {
    display: block;
    padding-left: 15px;
    width: 100%;
  }

  .topheader-right {
    align-items: center;
    justify-content: center;
    width: 80%;
    background-position: center;
    background-size: cover;
  }

  .topheader-left {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0px;
    background-position: center;
    background-size: contain;
    margin-bottom: 4px;
  }

  .midsectiondiv.fst,
  .midsectiondiv.scd {
    width: 100%;
  }

  .mesdeskarea {
    display: grid;
  }

  .mesdeskimg {
    width: 100%;
    background: #e9ffec;
    border: solid 1px #ffb266;
    border-radius: 5px;
  }

  .mesdes-mes {
    width: 100%;
    height: auto;
  }

  .footerbot p {
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 0px;
  }

  .fulwidth {
    width: 90%;
    margin: 0 auto;
  }

  .rightimgbox {
    width: 95%;
    float: none;
    margin: 0 auto 10px;
  }

  .lft-img {
    margin-left: 0px;
  }

  .logo-load img {
    width: 250px;
  }

  .tcblock {
    display: flow-root;
  }

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

  .tcblock iframe {
    width: 100%;
  }

  .topheader-left-link li {
    font-size: 12px;
  }

  .inner-events-details {
    display: table-row;
  }

  .events-img {
    width: 100%;
  }

  .galleryCount {
    width: 50%;
  }

  .midsection {
    display: none;
  }

  .homeabout {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .ImportantLInks {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .NewsEvents-Sec {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .homegallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .topper_bg .w-25 {
    width: 50% !important;
  }

  .innerbody h1 {
    font-size: 20px;
  }

  .topheader-mid-link li a {
    font-size: 9px;
    padding: 0 3px;
  }

  .textcenter {
    text-align: center;
  }

  .textend {
    text-align: center;
  }

  .carousel-text-overlay h1 {
    font-size: 16px;
  }

  .carousel-text-overlay p {
    font-size: 14px;
    line-height: 20px;
  }

  .carousel-text-overlay {
    /* top: 31%; */
    top: 37%;
    width: 100%;
  }

  .homeslider img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .topheader-right {
    width: 100%;
    display: none;
  }

  .topheader-rightsec {
    display: grid;
    justify-content: space-around;
    align-items: center;
  }

  .topheader-mid {
    width: 96%;
    padding-bottom: 4px;
  }

  .online-reg {
    top: 200px;
  }

  .Excellence {
    top: 20px;
  }

  .Excellence img {
    width: 70px !important;
    height: 70px !important;
  }

  .topheader-mid-link li a {
    font-size: 11px;
    padding: 0 3px;
  }

  .AdmissionH1 {
    font-size: 20px;
  }

  .AboutAdmission {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .topper_bg {
    padding: 20px 30px 30px;
  }

  .State-Infra {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .ParentTestimonials {
    padding-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .quick-link {
    display: flow-root;
  }

  .topheader-left {
    height: auto;
    background-size: cover;
  }

  .titleheading h1 {
    font-size: 20px;
  }

  .subtitle h2 {
    font-size: 20px;
  }

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

  .cont-dtl h3 {
    font-size: 18px;
  }

  .topheader-left {
    overflow: hidden;
    position: relative;
  }

  .topheader-left-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    animation: marquee 10s linear infinite;
  }

  .topheader-left-link li {
    display: inline-block;
    padding-right: 20px;
  }

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

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

  .topheader-left-link {
    white-space: nowrap;
  }

  .galleryCount {
    width: 100%;
  }

  .headcenter {
    text-align: left;
  }

  .ImportantLInks {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .homeabout {
    padding-bottom: 40px;
  }

  .NewsEvents-Sec {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .subtitle h3 {
    text-align: center;
  }

  .EventLines img {
    width: 0;
    display: none;
  }

  .titlesec {
    justify-content: center;
    text-align: center;
  }

  .arrow {
    padding-left: 10px;
  }

  .SurendraIns img {
    float: inherit;
    width: 100%;
    margin: 0 auto;
  }

  .carousel-text-overlay {
    left: 50%;
    max-width: 90%;
    top: 15%;
    background: #ffffffd1;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .topper-blk img {
    width: 100%;
  }
}

/* admission_enquiry_custom col 5 */
.custom-5-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.custom-5-cols .col {
  flex: 1 1 calc(20% - 1.5rem);
  max-width: calc(20% - 1.5rem);
}

@media (max-width: 1200px) {
  .custom-5-cols .col {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}

@media (max-width: 768px) {
  .custom-5-cols .col {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media (max-width: 576px) {
  .custom-5-cols .col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* feature glance admission enquiry */
.feature_glance .FeaturesH3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.feature_glance .FeatureBox {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature_glance .FeatureBox:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.feature_glance .FeatureBox ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.feature_glance .FeatureBox li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.feature_glance .FeatureBox li strong {
  color: #006633;
}

/* our academic section admission enquiry  */
.our_academic_sec .AcademicCard {
  min-height: 250px;
}

.our_academic_sec .our_academic_h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.our_academic_sec .VerticalBtnFlex {
  background-color: #335838;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  padding: 8px 18px;
  transform: rotate(90deg);
  transform-origin: center;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
}

.our_academic_sec .VerticalBtnFlex:hover {
  background-color: #335838;
  color: #fff;
}

.our_academic_sec .vertical-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.our_academic_sec .AcademicsSubH4 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 1rem;
}

.our_academic_sec .AcademicsSubH4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50px;
  height: 2px;
  background-color: #335838;
  border-radius: 2px;
}

.our_academic_sec img {
  display: block;
  margin: 10px auto;
  object-position: center;
  object-fit: contain;
  height: 200px;
}

@media (max-width: 768px) {
  .our_academic_sec .VerticalBtnFlex {
    transform: none;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}

/* faq section admission .Enquiry */

.faq_section {
  background-color: #f8fbff;
}

.faq_section h3 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.faq_section .accordion-button {
  background-color: white;
  color: black;
  font-weight: 500;
}

.faq_section .accordion-button:not(.collapsed) {
  background-color: #006633;
  color: #fff;
}

.faq_section .accordion-button:focus {
  box-shadow: none !important;
}

.faq_section .accordion-item {
  border: none;
  border-radius: 5px;
}

.faq_section .accordion-body {
  background-color: #fff;
  color: #333;
  border-top: 1px solid #eaeaea;
}

.faq_section .faq-image img {
  max-height: 450px;
  object-fit: cover;
}