/* =========================================================
   GLOBAL BASE
========================================================= */
body {
    margin: 0;
    background: #f2f2f2;
}

/* =========================================================
   TOP BAR
========================================================= */
.top-bar {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: transform 0.3s ease-in-out;
}

.top-bar.hidden {
    transform: translateY(-100%);
}

/* Top bar content */
.top-bar .content span,
.top-bar .content a {
    margin-right: 15px;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.top-bar .content a:hover {
    text-decoration: underline;
}

/* Close button */
.close-btn {
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    margin-left: auto;
}

.close-btn:hover {
    color: red;
}

/* Remove unwanted branding (Newsletter plugin etc.) */
.powered-by,
.powered-by .es-free,
.powered-by .es-free a {
    display: none !important;
}

/* =========================================================
   GENERAL ELEMENTS
========================================================= */
.container__image {
    width: 250px;
    margin: 10px 10px 10px 0;
    float: left;
}

.container__text {
    display: inline;
}

.hr-text {
    line-height: 1em;
    position: relative;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    display: inline-block;
    padding: 0 0.5em;
    background-color: #fcfcfa;
    color: #818078;
}

/* =========================================================
   MODAL (Bootstrap)
========================================================= */
.modal {
    background-color: rgba(0,0,0,0.8);
}

.modal-title {
    color: red;
}

.modal-header .close {
    margin: 10px;
    padding-left: 2.5px;
    padding-top: 2.5px;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    float: right;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

/* =========================================================
   CAROUSEL / GENERAL SECTIONS
========================================================= */
#main-slider {
    margin-top: 60px;
}

.carousel-content h2 {
    color: #484646 !important;
}

#feature span {
    color: #d62a14;
}

#feature,
#services,
#middle p {
    font-size: small;
    color: gray;
}

#feature p a {
    font-weight: bold;
}

.navbar-toggle .icon-bar {
    background-color: white !important;
}

#bottom li {
    font-size: small;
    text-indent: each-line;
    margin-left: 25px;
}

/* =========================================================
   TESTIMONIALS
========================================================= */
/* fade animation */
@keyframes fadein {
    0% { opacity: .1; transform: translateY(5px); }
    100% { opacity: 1; transform: translateY(0); }
}

.uppercase {
    text-transform: uppercase;
}

.testimonial-widget {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}

.testimonial {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.testimonial.current {
    opacity: 1;
    position: relative;
    z-index: initial;
    animation: fadein 0.7s ease;
}

/* Next/Prev arrows */
.prev-testimonial,
.next-testimonial {
    position: absolute;
    background: transparent;
    border: none;
    width: 30px;
    top: 110px;
    cursor: pointer;
    text-indent: -9999px;
}

.prev-testimonial:before,
.next-testimonial:before {
    content: "";
    background-color: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
}

.prev-testimonial {
    left: 0;
}
.prev-testimonial:before {
    left: 10px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.next-testimonial {
    right: 0;
}
.next-testimonial:before {
    right: 10px;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

/* Testimonial content */
.testimonial__mug {
    width: 100px;
    height: 100px;
    margin: 16px auto;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial .grey-out {
    opacity: .2;
}

.testimonial .wrap {
    padding-top: 100px;
    width: 250px;
    margin: 0 auto;
}

.testimonial img {
    max-width: 100%;
}

.testimonial p {
    margin-bottom: 16px;
    font-size: 15px;
}

.testimonial h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
}

/* =========================================================
   SIMPLE SLIDER (Home Banner Slider)
========================================================= */
@keyframes slidy {
    0%,20%   { left: 0%; }
    25%,45%  { left: -100%; }
    50%,70%  { left: -200%; }
    75%,95%  { left: -300%; }
    100%     { left: -400%; }
}

div#slider {
    overflow: hidden;
    height: 350px;
}

div#slider figure img {
    width: 20%;
    float: left;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    font-size: 0;
    animation: 30s slidy infinite;
}

/* =========================================================
   VIDEO CLOSE BUTTON
========================================================= */
.video-container {
    position: fixed;
    bottom: 0;
    width: 343px;
    padding: 0;
    margin-right: 10px;
    z-index: 1000;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    max-width: 32px;
}

/* =========================================================
   LOGO TEXT (Responsive)
========================================================= */
.logo {
    display: inline-block;
    vertical-align: middle;
}

.logo-text {
    display: inline-block;
    font-weight: bolder;
    font-size: large;
}

@media (min-width:768px) and (max-width:1024px) {
    .logo-text { display: none; }
}

@media (max-width:767px) {
    .logo-text {
        display: inline-block;
        font-size: small;
    }
}

/* =========================================================
   HERO SECTION (Blur + Mask)
========================================================= */

/* Background container */
.hero {
    position: relative;
    padding: 200px 0 140px;
    background: url('/assets/hero-kids-c.jpg') center bottom/cover no-repeat;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

/* Blur + mask */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    mask-image: linear-gradient(to bottom,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.7) 30%,
        rgba(0,0,0,0.35) 55%,
        rgba(0,0,0,0) 85%
    );
    -webkit-mask-image: linear-gradient(to bottom,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.7) 30%,
        rgba(0,0,0,0.35) 55%,
        rgba(0,0,0,0) 85%
    );
    z-index: 1;
}

/* Additional top blur */
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 1;
}

/* Layout wrapper */
.hero-inner {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
}

/* Left content */
.hero-left {
    width: 55%;
    color: #fff;
}

.hero-left h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-left h1 span {
    color: #F9C449;
}

.hero-left p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #fff !important;
    opacity: 0.9;
}

.hero-btn {
    padding: 14px 26px;
    background: #F9C449;
    color: #000;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
}

/* Right form */
.hero-form-box {
    width: 48%;
    background: rgba(15,5,35,0.75);
    padding: 32px;
    margin-top:10px;
    border-radius: 18px;
    color: #fff;
    backdrop-filter: blur(10px);
}

.hero-form-box h3 {
    color: #F9C449;
    margin-bottom: 14px;
    font-size: 22px;
}

.hero-form-box label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.hero-form-box input,
.hero-form-box select {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.07);
    color: #fff;
}

.form-submit {
    width: 100%;
    padding: 14px;
    margin-top: 18px;
    background: #F9C449;
    border: none;
    border-radius: 10px;
    font-weight: bold!important;
    cursor: pointer;
}

/* Hero wave */
.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 140px;
    background-size: cover;
}

/* Hero responsive */
@media (max-width:950px) {
    .hero-inner { flex-direction: column; }
    .hero-left,
    .hero-form-box { width: 100%; }
}

/* =========================================================
   SHORT FORM (Internal sections)
========================================================= */
.hero-right {
    width: 38%;
    background: rgba(20,5,35,0.8);
    padding: 32px;
    margin-right: 30px;
    border-radius: 18px;
    color: #fff;
    backdrop-filter: blur(8px);
}

.form-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 10px;
}

.short-form label {
    display: block;
    font-size: 13px;
    margin: 8px 0 6px;
    color: #fff;
}

.short-form input,
.short-form select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #fff;
}

.short-form .submit {
    margin-top: 12px;
    background: var(--gold);
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.muted {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

/* =========================================================
   GENERIC SECTIONS
========================================================= */
section {
    padding: 42px 0;
}

/* Cards (3-column grid) */
.cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(16,16,16,0.06);
}

.card h3 {
    margin-bottom: 8px;
    color: var(--purple);
}

.card p {
    color: #555;
    margin: 0;
}

/* =========================================================
   SELECT FIXES
========================================================= */
.form-group select {
    background: #fff !important;
    color: #222 !important;
    border: 1px solid #ccc;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 6px;
    appearance: none;
}

.form-group select option {
    color: #222 !important;
}

select option[value=""] {
    color: #888;
}

/* Custom select arrow */
.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    /* content: "▾"; */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
    font-size: 14px;
    pointer-events: none;
}

/* =========================================================
   VIBRANT FEATURE SECTION
========================================================= */
.features-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f7f4ff 0%, #eef7ff 100%);
    font-family: 'Inter', sans-serif;
}

.section-desc {
    font-size: 19px;
    color: #222;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 25px;
}

.feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}

.feature-grid > .col-md-4 {
    display: block;
}

.feature-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.05);
    padding: 32px 26px;
    text-align: center;
    border: 1px solid rgba(120,90,200,0.1);
    height: 100%;
    transition: 0.35s ease;
    overflow: hidden;
    width: 100% !important;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(120,60,200,0.2);
}

.icon-box {
    width: 90px;
    height: 90px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #e6d4ff, #d7c2ff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 38px;
    color: #6a11cb;
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.feature-card p {
    font-size: 15px;
    line-height: 1.55;
    color: #555;
}

.feature-card a {
    font-weight: 700;
    color: #d58800;
    text-decoration: none;
}

.feature-card a:hover {
    color: #b46c00;
}

/* Small devices */
@media (max-width:767px) {
    .icon-box { width: 75px; height: 75px; }
    .icon-box i { font-size: 32px; }
    .feature-card { padding: 26px 22px; }
}

/* ===============================================
   WELCOME SECTION IMPROVED
================================================ */
.welcome {
    position: relative;
    padding: 80px 0 60px;
}

.overlay-dark {
    position: absolute;
    inset: 0;
    background: #2a1550;
    z-index: 1;
}

.welcome-container {
    position: relative;
    z-index: 2;
}

/* White box styling */
.welcome-box,
.activities-box {
    background: #fff;
    border-radius: 12px;
    padding: 35px 40px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    margin-bottom: 35px;
}

.activities-header {
    background: #fff;
    padding: 20px 30px;
    border-radius: 12px 12px 0 0;
    margin-top: 40px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

/* Section titles */
.section-title {
    color: #c52d2f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
}

/* Typography */
.welcome-box p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

/* Embedded social block container (bottom rounded only) */
.activities-box {
    padding-top: 20px;
    border-radius: 0 0 12px 12px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .welcome-box,
    .activities-box,
    .activities-header {
        padding: 20px;
    }
    .section-title {
        font-size: 24px;
    }
    .welcome-box p {
        font-size: 16px;
    }
}

/* ============================================
   LEADERSHIP SECTION — PREMIUM REDESIGN
============================================ */
.leadership-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #faf7ff 0%, #f4f7ff 100%);
}

/* Section Title */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 800;
    color: #c52d2f;
}

.section-heading p {
    font-size: 16px;
    opacity: 0.8;
    margin-top: 10px;
    color: #444;
}

/* ============================================
   MODERN TABS
============================================ */
.lux-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.lux-tab {
    background: rgba(255,255,255,0.6);
    padding: 10px 18px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
}

.lux-tab.active,
.lux-tab:hover {
    background: #c52d2f;
    color: #fff;
    border-color: #c52d2f;
}

/* ============================================
   CARD CONTAINER
============================================ */
.lux-card-container {
    position: relative;
}

.lux-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    display: none;
    animation: fadeIn 0.4s ease;
}

.lux-card.active {
    display: block;
}

.lux-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #c52d2f;
    margin-bottom: 18px;
}

.lux-media {
    display: flex;
    gap: 20px;
}

.lux-img {
    width: 40%;
    border-radius: 12px;
}

.lux-img-full {
    width: 100%;
    border-radius: 12px;
}

/* Readmore button */
.lux-btn {
    background: #c52d2f;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.lux-btn:hover {
    background: #a00000;
    color: #fff;
}

/* ============================================
   TESTIMONIAL BOX
============================================ */
.testimonial-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    text-align: center;
}

.testimonial-box h3 {
    font-size: 22px;
    font-weight: 800;
    color: #c52d2f;
    margin-bottom: 25px;
}

.t-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-slider .t-item {
    display: none;
}

.testimonial-slider .t-item.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.t-controls {
    margin-top: 15px;
}

.t-controls button {
    background: #F9C449;
    border: none;
    padding: 8px 10px;
    margin: 0 4px;
    border-radius: 8px;
}

/* Fade animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
    .lux-media { flex-direction: column; }
    .lux-img { width: 100%; }
}

/* Fullscreen modal */
/* ----------------------------
   HERO-STYLE POPUP MODAL
----------------------------- */

/* Make modal wide like hero */
.hero-modal-dialog {
  width: 95%;
  max-width: 1150px;
  margin: 30px auto;
}

/* Background image + blur */
.hero-modal-content {
  background: url('/images/admission/admission-banner-2026-27-1.jpg') center bottom / cover no-repeat;
  border-radius: 30px;
  border: none;
  overflow: hidden;
  position: relative;
}

/* Dark glossy overlay (exact as hero::before) */
.hero-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.7) 30%,
      rgba(0, 0, 0, 0.35) 55%,
      rgba(0, 0, 0, 0) 85%
  );
  -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.7) 30%,
      rgba(0, 0, 0, 0.35) 55%,
      rgba(0, 0, 0, 0) 85%
  );
  z-index: 1;
}

/* Layout inside modal (exact hero spacing) */
.hero-modal-inner {
  position: relative;
  z-index: 2;
  width: 92%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: flex-end; /* push form to right */
  padding-top: 20px;
  padding-bottom: 50px;
}

/* Glass form box identical to hero */
.modal-form-box {
  width: 38%;
  background: rgba(15, 5, 35, 0.75);
  padding: 32px;
  border-radius: 18px;
  color: #fff;
  backdrop-filter: blur(10px);
}

/* Inputs & Selects */
.modal-form-box input,
.modal-form-box select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
}

/* Placeholder */
.modal-form-box input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

/* Select wrapper */
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  /* content: "▾"; */
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.75);
  pointer-events: none;
}
.modal-form-box select option {
  background: #1e1038;
  color: #fff;
}

/* DOB label */
.dob-label {
  font-size: 13px;
  margin-bottom: 4px;
  color: #fff;
}

/* Date icon */
.modal-form-box input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* Submit Button */
.form-submit {
  width: 100%;
  padding: 12px;
  background: #F9C449;
  color: #000;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* Spinner */
.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0,0,0,0.2);
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Close button */
.hero-close {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 11;
  font-size: 32px;
  color: white;
  opacity: 0.8;
}

/* ---------------------------------
   RESPONSIVE LAYOUT FOR POPUP HERO
---------------------------------- */

/* Tablet (max-width 991px) */
@media (max-width: 991px) {

  .hero-modal-inner {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px 40px;
    height: auto; /* allow modal to expand */
  }

  .hero-modal-content {
    background-position: center top;
    border-radius: 20px;
  }

  .modal-form-box {
    width: 85% !important;
    margin-top: 20px;
  }

  .hero-close {
    top: 15px;
    right: 15px;
  }
}

/* Mobile (max-width: 600px) */
@media (max-width: 600px) {

  .hero-modal-dialog {
    width: 96% !important;
    margin: 20px auto;
  }

  .hero-modal-content {
    border-radius: 16px;
    background-position: center top;
  }

  .hero-modal-inner {
    padding: 30px 15px 20px;
    height: auto;
  }

  .modal-form-box {
    width: 100% !important;
    margin-top: 20px;
    padding: 20px;
  }

  .modal-form-box h3 {
    font-size: 20px;
  }

  .modal-form-box input,
  .modal-form-box select {
    padding: 9px 10px;
    font-size: 14px;
  }

  .form-submit {
    padding: 10px;
    font-size: 15px;
  }

  .hero-close {
    font-size: 26px;
    right: 12px;
    top: 10px;
  }
}
/* LEFT TEXT BLOCK */
.hero-modal-left-text {
    width: 60%;
    color: #fff;
    position: relative;
    z-index: 5;
    padding-right: 40px;
}

.hero-modal-left-text h1 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    color: white;
}

.hero-modal-left-text h1 span {
    font-size: 26px;
    color: #F9C449;
    font-weight: 700;
}

.hero-modal-left-text p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 450px;
}


/* FORM POSITION IMPROVEMENT */
.modal-form-box {
    width: 45%;
}

/* Align text + form */
.hero-modal-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 991px) {

    .hero-modal-left-text {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .hero-modal-left-text h1 {
        font-size: 26px;
    }

    .hero-modal-left-text h1 span {
        font-size: 20px;
    }

    .hero-modal-left-text p {
        margin: 10px auto 0;
        max-width: 90%;
    }

    .modal-form-box {
        width: 100% !important;
        margin-top: 10px;
    }

    .hero-modal-inner {
        flex-direction: column;
        padding: 40px 20px;
    }
}

.popup-form .dob-label {
    font-size: 13px;
    color: #fff;
    margin-bottom: 4px;
    display: block;
}

/* WHITE CALENDAR ICON */
.popup-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* Disabled state */
      .form-submit.loading {
        background: #cba132 !important;
        cursor: not-allowed;
        opacity: 0.85;
      }

      .form-submit.loading .btn-text {
        opacity: 0.4;
      }

      .admission-fab {
        position: fixed;
        right: 20px;
        bottom: 20px;
        padding: 12px 20px;
        background: #F9C449;
        color: #000;
        border-radius: 30px;
        border: none;
        font-weight: 700;
        box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        cursor: pointer;
        z-index: 9999;
        transition: 0.25s ease;
        }

        .admission-fab:hover {
        background: #e1ae33;
        transform: translateY(-3px);
        }

        #admissionModal .form-control {
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 15px;
        }

    #admissionModal button.form-submit {
    width: 100%;
    padding: 12px;
    background: #F9C449;
    color: #000;
    font-weight: bold!important;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: large;
    }

