.modal-lg,
.modal-xl {
  max-width: 898px !important;
}

.mbsw {
  margin-top: 20px !important;
  margin-bottom: 8px !important;
}

.pamskew {
  padding: 0px !important;
}

.smhsp_button {
  background: #09787e;
  color: #ffffff !important;
  padding: 2px 12px;
  border: 1px solid;
  font-size: 13px !important;
  border-radius: 12px;
}

.smhsp_Students {
  background: #dc3545;
  color: #ffffff !important;
  padding: 2px 12px;
  border: 1px solid;
  font-size: 13px !important;
  border-radius: 12px;
}

.smhsp_Enquiry {
  background: #ffffff;
  color: #000000 !important;
  padding: 2px 12px;
  border: 1px solid;
  font-size: 13px !important;
  border-radius: 12px;
}

.smhsp_Affiliation {
  background: #ffffff;
  color: #000000 !important;
  padding: 2px 12px;
  border: 1px solid;
  font-size: 13px !important;
  border-radius: 12px;
}

.smhsp_Admission {
  background: #ae2616;
  color: #ffffff !important;
  padding: 2px 12px;
  border: 1px solid;
  font-size: 13px !important;
  border-radius: 12px;
}

.smhsp_Phone {
  width: 31px;
  filter: hue-rotate(45deg);
}



.school-board {
  padding: 20px;
}

.school-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* COMMON BOX */
.school-box {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}

/* HEADER */
.school-header {
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

/* MARQUEE */
.school-marquee {
  height: 215px;
  overflow: hidden;
  position: relative;
  padding: 15px;
}

.school-marquee ul {
  list-style: disc;
  padding: 0 16px;
  margin: 0;
  position: absolute;
  animation: schoolScroll 8s linear infinite;
}

.school-marquee li {
  padding: 3px 0px;
  font-size: 17px;
  border-bottom: 1px solid #d0d2d5;
  color: #111827;
}

.school-marquee:hover ul {
  animation-play-state: paused;
}

/* COLORS (School Theme) */
.holiday-box .school-header {
  background: #1e40af;
  /* Blue */
}

.event-box .school-header {
  background: #166534;
  /* Green */
}

.notice-box .school-header {
  background: #7f1d1d;
  /* Maroon */
}

/* ANIMATION */
@keyframes schoolScroll {
  0% {
    top: 100%;
  }

  100% {
    top: -100%;
  }
}

/* DESKTOP */
@media (min-width: 768px) {
  .school-wrapper {
    flex-direction: row;
    height: 283px;
  }

  .school-box {
    width: 33.33%;
  }
}

.socialmiuys {
  position: fixed;
  top: 60%;
  left: 5px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.socialmiuys a {
  width: 45px;
  height: 45px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.socialmiuys a:hover {
  transform: translateX(8px) scale(1.08);
}

/* Individual Colors */
.socialmiuys .facebook {
  background: #1877f2;
}

.socialmiuys .instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}

.socialmiuys .youtube {
  background: #ff0000;
}

.socialmiuys .twitter {
  background: #000;
}

.socialmiuys .whatsapp {
  background: #25d366;
}

/* 🔴 Mobile Hidden */
@media (max-width: 768px) {
  .socialmiuys {
    display: none;
  }

  .euwitCss {
    display: none;
  }
}

@media (min-width: 768px) {
  .calltocationCss {
    flex-direction: row;
    text-align: left;
    padding: 40px 60px;
  }
}

.calltocationCss {
  background: #ffffff;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 27px 17px rgba(11, 99, 216, 0.12);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.calltocationCss h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  color: #1e293b;
}

.calltocationCss p {
  font-size: 1rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 10px;
}

.cta-buttons a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-primaryssss {
  background: linear-gradient(90deg, #0b63d8, #065bb3);
  color: #fff;
  box-shadow: 0 4px 12px rgba(11, 99, 216, 0.25);
}

.SpecHovvers {
  --bg: #0b6cf6;
  --bg-2: #6f42c1;
  --fg: #ffffff;
  --radius: 10px;
  --pad-y: 0.6rem;
  --pad-x: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: var(--pad-y) var(--pad-x);
  border: 0;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  color: var(--fg);
  background: linear-gradient(90deg, var(--bg), var(--bg-2));
  box-shadow: var(--shadow);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1), box-shadow 220ms ease, filter 220ms ease;
  will-change: transform;
  -webkit-tap-highlight-color: transparent;
}


.euwitCss {
  position: fixed;
  top: 55%;
  right: -376px;
  transform: translateY(-50%);
  z-index: 999;
  transition: 0.4s ease;
  font-family: Arial, sans-serif;
}

.euwitCss.active {
  right: 0;
}

/* Toggle Arrow */
.euwitCss .toggle-btn {
  position: absolute;
  left: -35px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  background: #d22334;
  width: 35px;
  height: 60px;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

/* Inner Box */
.euwit-inner {
  background: #fff;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Item Style */
.euwitCss .item {
  width: 120px;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}

.euwitCss .item span {
  font-size: 28px;
  display: block;
  margin-bottom: 6px;
}

.euwitCss .item p {
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
}

/* Colors */
.call span {
  color: #4caf50;
}

.whatsapp span {
  color: #25d366;
}

.enquiry span {
  color: #8e44ad;
}

.support span {
  color: #000;
}

/* Hover */
.euwitCss .item:hover {
  background: #f5f5f5;
}

.aaausyt7s {
  list-style: auto;
  padding: 0px 18px;
}

.schoolTing-section {
  background: #f8fafc;
  padding: 30px 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1f2937;
}

.schoolTing-container {
  max-width: 800px;
  margin: auto;
}

.schoolTing-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #2563eb;
  /* Blue color */
}

.schoolTing-card {
  background: #ffffff;
  border-left: 5px solid #2563eb;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.schoolTing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.schoolTing-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #1e40af;
}

.schoolTing-card p {
  font-size: 1rem;
  margin: 4px 0;
}

.schoolTing-note {
  background: #e0f2fe;
  padding: 12px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.95rem;
  color: #0369a1;
  margin-top: 15px;
}

/* Mobile-first responsive */
@media (max-width: 600px) {
  .schoolTing-title {
    font-size: 1.6rem;
  }

  .schoolTing-card {
    padding: 12px 15px;
  }

  .schoolTing-card h3 {
    font-size: 1.1rem;
  }

  .schoolTing-card p {
    font-size: 0.95rem;
  }

  .schoolTing-note {
    font-size: 0.9rem;
  }
}


.scalnader-section {
  background: #f0f9ff;
  padding: 30px 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1e293b;
}

.scalnader-container {
  max-width: 900px;
  margin: auto;
}

.scalnader-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #0ea5e9;
  /* Blue accent */
}

.scalnader-card {
  background: #ffffff;
  border-left: 5px solid #0ea5e9;
  padding: 18px 20px;
  margin-bottom: 18px;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scalnader-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.scalnader-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #0369a1;
}

.scalnader-card ul {
  list-style-type: disc;
  padding-left: 20px;
}

.scalnader-card ul li {
  font-size: 1rem;
  margin: 5px 0;
}

.scalnader-note {
  background: #e0f2fe;
  padding: 12px 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.95rem;
  color: #0369a1;
  margin-top: 15px;
}

/* Mobile-first responsive */
@media (max-width: 600px) {
  .scalnader-title {
    font-size: 1.6rem;
  }

  .scalnader-card {
    padding: 12px 15px;
  }

  .scalnader-card h3 {
    font-size: 1.1rem;
  }

  .scalnader-card ul li {
    font-size: 0.95rem;
  }

  .scalnader-note {
    font-size: 0.9rem;
  }
}

.ilslis {
  list-style: unset;
  padding: 26px 19px;
}

.bggsss {
  background: brown;
  padding: 13px;
  color: #fff;
}


/* .srttess {}

.mt-5ss {} */

.fornSmsn {
  background: #f6f7f9;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 28px;
  font-weight: 600;
  transition: all 0.3s linear;
  height: 54px !important;
  border: 1px solid #6666669c;
}

.youtubeBtns {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff0000, #cc0000);
  box-shadow: 0 12px 30px rgba(255, 0, 0, 0.45);
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Icon Style */
.youtubeBtns .yt-icon {
  font-size: 22px;
  animation: pulse 2s infinite;
}

/* Hover Animation */
.youtubeBtns:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 18px 40px rgba(255, 0, 0, 0.6);
}

/* Shine Effect */
.youtubeBtns::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent);
  transform: skewX(-25deg);
}

.youtubeBtns:hover::before {
  animation: shine 0.9s ease;
}

/* Text Animation */
.youtubeBtns:hover .yt-text {
  letter-spacing: 1px;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* Shine Keyframes */
@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

/* Mobile Friendly */
@media (max-width: 480px) {
  .youtubeBtns {
    font-size: 16px;
    padding: 12px 22px;
  }
}



.specialBtn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff0000, #cc0000);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(255, 0, 0, 0.45);
  transition: all 0.4s ease;
}

/* Hover effect */
.specialBtn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 18px 40px rgba(255, 0, 0, 0.6);
}

/* Shine animation */
.specialBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.5),
      transparent);
  transform: skewX(-25deg);
}

.specialBtn:hover::before {
  animation: shine 0.9s ease;
}

/* Pulse animation */
.specialBtn {
  animation: pulse 2s infinite;
}

/* Pulse keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

/* Shine keyframes */
@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.sdsdsul {
  list-style: disc;
  color: #fff;
  padding: 0px 16px;
}





/* school-calender */
.school-calender {
  margin-top: 420px;
  margin-bottom: 30px
}

@media (max-width:768px) {
  .school-calender {
    margin-top: 360px;
    margin-bottom: 30px;
  }
}

.pr {
  margin-top: 420px;
  margin-bottom: 20px;
}

@media (max-width:768px) {
  .pr {
    margin-top: 340px;
    margin-bottom: 15px;
  }
}

.box-eff {
  transition: 0.3s;
}

.box-eff:hover {
  transform: translate(0, -6px);
}




.box-h {
  transition: 0.3s;
}

.box-h:hover {
  transform: translate(0, -6px);
}

.Facilities-Glance{
  transition: 0.3s;
}
.Facilities-Glance:hover{
  transform: translate(0, -6px);
}


.aply-for-admition-btn {
  transition: all 0.3s ease;
}

.aply-for-admition-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}




.modle-cross-botton {
  position: absolute !important;
  right: 0 !important;
  top: 43px !important;
  z-index: 9999;
}



.ab-img{
  height: 470px;
}

@media (max-width:786px) {
  .ab-img{
  height: 370px;
}
}




/* slider img size  */

.slider-item{
height:200px;
background-size:cover;
background-position:center;
}

@media(max-width:768px){
.slider-item{
height:300px;
}
}