:root {
  --primary-blue: #1f5fa8;
  --dark-navy: #07145c;
  --white: #ffffff;
  --black: #000000;
  --gold: #c7a15a;
  --red: #d71920;
  --ink: #13233b;
  --muted: #667085;
  --soft: #f4f8fc;
  --line: #dce7f4;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(7, 20, 92, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  line-height: 1.65;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.topbar {
  color: var(--white);
  background: var(--dark-navy);
}

.topbar-link,
.social-links a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s ease;
}

.topbar-link:hover,
.social-links a:hover {
  color: var(--gold);
}

.admission-open {
  color: var(--gold);
  font-weight: 700;
}

.site-navbar {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(31, 95, 168, 0.12);
  transition: box-shadow 0.2s ease;
}

.site-navbar.is-scrolled {
  box-shadow: 0 12px 30px rgba(7, 20, 92, 0.1);
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  color: var(--dark-navy);
  font-size: 1.05rem;
}

.brand-text small {
  color: var(--primary-blue);
  font-size: 0.72rem;
  max-width: 190px;
}

.navbar .nav-link {
  color: var(--dark-navy);
  font-weight: 700;
  padding: 0.7rem 0.85rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--primary-blue);
}

.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.dropdown-item {
  color: var(--dark-navy);
  font-weight: 600;
}

.dropdown-item:hover {
  color: var(--primary-blue);
  background: var(--soft);
}

.btn {
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
}

.btn-gold {
  color: var(--dark-navy);
  background: var(--gold);
  border-color: var(--gold);
  animation: pulse 2.5s infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(232, 160, 32, 0.4);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(232, 160, 32, 0);
  }
}

.btn-gold:hover {
  color: var(--white);
  background: #ad8741;
  border-color: #ad8741;
  transform: translateY(-1px);
}

.btn-primary-blue {
  color: var(--white);
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-primary-blue:hover,
.btn-card:hover {
  color: var(--white);
  background: var(--dark-navy);
  border-color: var(--dark-navy);
}

.btn-card {
  color: var(--primary-blue);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: 5rem 0;
  background:
    linear-gradient(135deg, rgba(7, 20, 92, 0.96), rgba(31, 95, 168, 0.9)),
    linear-gradient(45deg, transparent 0 48%, rgba(199, 161, 90, 0.22) 48% 52%, transparent 52%);
}

.hero-section::after {
  position: absolute;
  inset: auto -12rem -11rem auto;
  width: 32rem;
  height: 32rem;
  content: "";
  border: 3rem solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 28px;
  height: 3px;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.hero-section h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 8vw, 4.75rem);
  font-weight: 600;
  line-height: 1.05;
}

.hero-subtitle {
  max-width: 720px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
}

.hero-visual {
  position: relative;
  min-height: 360px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.hero-image-placeholder,
.image-placeholder,
.gallery-placeholder {
  display: grid;
  min-height: 100%;
  place-items: center;
  color: var(--primary-blue);
  text-align: center;
  border: 1px dashed rgba(31, 95, 168, 0.35);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 252, 0.96)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(31, 95, 168, 0.06) 12px 24px);
}

.hero-image-placeholder {
  height: 100%;
  min-height: 330px;
  padding: 2rem;
}

.hero-image-placeholder img {
  width: min(230px, 60%);
  margin-bottom: 1rem;
  filter: drop-shadow(0 18px 22px rgba(7, 20, 92, 0.16));
}

.hero-image-placeholder span,
.image-placeholder span,
.gallery-placeholder span {
  display: block;
  color: var(--dark-navy);
  font-weight: 600;
}

.hero-stat {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: grid;
  min-width: 150px;
  padding: 1rem;
  color: var(--dark-navy);
  background: var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.hero-stat strong {
  font-size: 2rem;
  line-height: 1;
}

.section-padding {
  padding: 4.5rem 0;
}

.bg-soft {
  background: var(--soft);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

h2 {
  color: var(--dark-navy);
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
}

h3 {
  color: var(--dark-navy);
  font-weight: 600;
}

.about-preview p,
.facility-card p,
.course-card p,
.testimonial-card p,
.cta-panel p {
  color: var(--muted);
}

.about-image {
  min-height: 360px;
}

.about-image i,
.gallery-placeholder i {
  color: var(--gold);
  font-size: 3rem;
}

.course-card,
.facility-card,
.testimonial-card,
.feature-box {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7, 20, 92, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.course-card:hover,
.facility-card:hover,
.testimonial-card:hover,
.feature-box:hover {
  border-color: rgba(199, 161, 90, 0.65);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.card-icon,
.facility-card>i,
.feature-box>i {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--white);
  font-size: 1.6rem;
  background: var(--primary-blue);
  border-radius: var(--radius);
}

.course-duration {
  color: var(--red) !important;
  font-weight: 600;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.feature-box h3 {
  margin: 0;
  font-size: 1.08rem;
}

.admission-cta {
  padding: 4rem 0;
  background: var(--white);
}

.cta-panel,
.contact-panel {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  color: var(--white);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(7, 20, 92, 0.96), rgba(31, 95, 168, 0.92)),
    linear-gradient(90deg, rgba(199, 161, 90, 0.24), transparent);
  box-shadow: var(--shadow);
}

.cta-panel h2,
.contact-panel h2 {
  color: var(--white);
}

.cta-panel p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.notice-list {
  display: grid;
  gap: 0.8rem;
}

.notice-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.notice-item:hover {
  color: var(--dark-navy);
  border-color: var(--gold);
  transform: translateX(4px);
}

.notice-date {
  display: grid;
  min-height: 56px;
  place-items: center;
  color: var(--white);
  font-weight: 600;
  background: var(--primary-blue);
  border-radius: var(--radius);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-placeholder {
  min-height: 150px;
  padding: 1rem;
}

.testimonial-card>i {
  color: var(--gold);
  font-size: 2.4rem;
}

.testimonial-card h3 {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.testimonial-card span {
  color: var(--primary-blue);
  font-weight: 600;
}

.contact-panel {
  grid-template-columns: 1fr;
}

.contact-details {
  display: grid;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.88);
}

.contact-details i {
  color: var(--gold);
  margin-right: 0.4rem;
}

.site-footer {
  color: var(--white);
  padding: 4rem 0 1.5rem;
  background: var(--dark-navy);
}

.footer-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  padding: 0.25rem;
  background: var(--white);
  border-radius: var(--radius);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-primary-blue {
  color: var(--primary-blue);
}

.page-banner {
  color: var(--white);
  padding: 4rem 0;
  background:
    linear-gradient(135deg, rgba(7, 20, 92, 0.97), rgba(31, 95, 168, 0.9)),
    linear-gradient(90deg, rgba(199, 161, 90, 0.22), transparent);
}

.page-banner-inner {
  max-width: 860px;
}

.page-banner h1 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 600;
  line-height: 1.08;
}

.page-banner p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
}

.breadcrumb-wrap {
  display: inline-flex;
  padding: 0.65rem 0.9rem;
  margin-top: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
}

.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.86);
}

.breadcrumb a:hover {
  color: var(--gold);
}

.tall-placeholder,
.form-side-placeholder,
.map-placeholder {
  min-height: 200px;
}

.highlight-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.highlight-strip span,
.mini-stat,
.side-card,
.content-panel,
.info-card,
.message-card,
.step-card,
.listing-card,
.facility-detail-card,
.contact-info-card,
.frontend-form,
.not-found-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7, 20, 92, 0.06);
}

.highlight-strip span {
  display: grid;
  padding: 1rem;
  color: var(--muted);
  text-align: center;
}

.highlight-strip strong {
  color: var(--primary-blue);
  font-size: 1.45rem;
}

.info-card,
.message-card,
.content-panel,
.step-card,
.contact-info-card,
.frontend-form {
  padding: 1.5rem;
}

.content-panel h2 {
  font-size: 1.25rem;
}

.info-card>i {
  color: var(--gold);
  font-size: 2.5rem;
}

.message-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1.25rem;
  align-items: start;
}

.avatar-placeholder {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  color: var(--primary-blue);
  font-size: 2.5rem;
  background: var(--soft);
  border-radius: var(--radius);
}

.course-image,
.facility-image {
  min-height: 190px;
  border-radius: var(--radius) var(--radius) 0 0;
}

.listing-card,
.facility-detail-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.listing-card:hover,
.facility-detail-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.listing-card-body {
  padding: 1.25rem;
}

.listing-card h2,
.facility-detail-card h2,
.step-card h2 {
  font-size: 1.25rem;
}

.meta-list,
.check-list,
.process-list,
.date-list,
.contact-info-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}

.meta-list li,
.check-list li {
  color: var(--muted);
}

.meta-list i {
  color: var(--gold);
  margin-right: 0.45rem;
}

.check-list li::before {
  color: var(--gold);
  margin-right: 0.55rem;
  content: "\F26A";
  font-family: "bootstrap-icons";
}

.mini-stat {
  display: grid;
  gap: 0.3rem;
  padding: 1rem;
}

.mini-stat i {
  color: var(--gold);
  font-size: 1.6rem;
}

.mini-stat span,
.content-panel p,
.side-card p,
.step-card p,
.facility-detail-card p {
  color: var(--muted);
}

.tag-grid,
.semester-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.tag-grid span,
.semester-grid div {
  padding: 0.9rem 1rem;
  color: var(--dark-navy);
  font-weight: 600;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.semester-grid span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 400;
}

.sticky-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 1rem;
}

.side-card {
  padding: 1.25rem;
}

.process-list {
  margin-bottom: 0;
  padding-left: 1.15rem;
  list-style: decimal;
}

.faq-accordion .accordion-item {
  border-color: var(--line);
}

.faq-accordion .accordion-button {
  color: var(--dark-navy);
  font-weight: 600;
}

.step-card span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--dark-navy);
  font-size: 1.25rem;
  font-weight: 600;
  background: var(--gold);
  border-radius: var(--radius);
}

.date-list li {
  display: grid;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
}

.date-list span {
  color: var(--muted);
}

.frontend-form .form-control,
.frontend-form .form-select,
.search-box .form-control {
  min-height: 48px;
  border-color: var(--line);
  border-radius: var(--radius);
}

.frontend-form .form-control:focus,
.frontend-form .form-select:focus,
.search-box .form-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 0.2rem rgba(31, 95, 168, 0.14);
}

.gallery-tabs {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
}

.gallery-tabs .nav-link {
  color: var(--dark-navy);
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.gallery-tabs .nav-link.active {
  color: var(--white);
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

.masonry-gallery {
  columns: 1;
  column-gap: 1rem;
}

.gallery-tile {
  display: inline-grid;
  width: 100%;
  min-height: 180px;
  margin: 0 0 1rem;
  place-items: center;
  color: var(--dark-navy);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 252, 0.96)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(31, 95, 168, 0.06) 12px 24px);
  border: 1px dashed rgba(31, 95, 168, 0.35);
  border-radius: var(--radius);
  break-inside: avoid;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.gallery-tile:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.gallery-tile i {
  color: var(--gold);
  font-size: 2.5rem;
}

.gallery-tile-2 {
  min-height: 240px;
}

.gallery-tile-3 {
  min-height: 300px;
}

.lightbox-content {
  padding: 1rem;
  border-radius: var(--radius);
}

.lightbox-placeholder {
  min-height: 460px;
}

.notice-toolbar {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: 2rem;
}

.search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  top: 50%;
  left: 1rem;
  color: var(--gold);
  transform: translateY(-50%);
}

.search-box input {
  padding-left: 2.6rem;
}

.notice-page-list {
  display: grid;
  gap: 0.9rem;
}

.notice-row {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.notice-row:hover {
  color: var(--dark-navy);
  border-color: var(--gold);
  transform: translateX(4px);
}

.notice-content {
  display: grid;
}

.notice-content small {
  color: var(--muted);
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.pagination .page-link {
  color: var(--primary-blue);
  border-color: var(--line);
}

.pagination .active .page-link {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

.detail-date {
  display: inline-grid;
  width: 86px;
  margin-bottom: 1rem;
}

.contact-info-list {
  margin-bottom: 0;
}

.contact-info-list li {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-info-list li:last-child {
  border-bottom: 0;
}

.contact-info-list i {
  color: var(--gold);
  font-size: 1.3rem;
}

.contact-info-list span {
  display: grid;
  color: var(--muted);
}

.contact-info-list strong {
  color: var(--dark-navy);
}

.not-found-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 2rem 0;
  background:
    linear-gradient(135deg, rgba(7, 20, 92, 0.96), rgba(31, 95, 168, 0.88)),
    var(--dark-navy);
}

.not-found-card {
  max-width: 760px;
  padding: 2.5rem;
  margin: 0 auto;
  text-align: center;
}

.not-found-card img {
  width: 120px;
  margin-bottom: 1rem;
}

.not-found-card h1 {
  color: var(--dark-navy);
  font-size: clamp(5rem, 20vw, 9rem);
  font-weight: 600;
  line-height: 0.9;
}

.not-found-card p {
  color: var(--muted);
}

.policy-card {
  max-width: 980px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.policy-card h2 {
  margin-bottom: 1rem;
}

.policy-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.policy-updated {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  margin-bottom: 1rem;
  color: var(--dark-navy);
  font-size: 0.85rem;
  font-weight: 800;
  background: rgba(199, 161, 90, 0.2);
  border-radius: var(--radius);
}

.admission-landing-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: calc(100vh - 50px);
  align-items: center;
  padding: 2rem 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 20, 92, 0.98), rgba(31, 95, 168, 0.91)),
    linear-gradient(90deg, rgba(199, 161, 90, 0.22), transparent);
}

.admission-landing-hero::after {
  position: absolute;
  right: -9rem;
  bottom: -10rem;
  width: 28rem;
  height: 28rem;
  content: "";
  border: 2.5rem solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.admission-landing-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 14% 22%, rgba(199, 161, 90, 0.24), transparent 18rem),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12), transparent 16rem);
  pointer-events: none;
}

.admission-landing-hero .container {
  position: relative;
  z-index: 1;
}

.hero-bg-mark {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.hero-bg-mark-one {
  top: 18%;
  left: 5%;
  width: 92px;
  height: 92px;
  box-shadow: inset 0 0 0 18px rgba(199, 161, 90, 0.08);
}

.hero-bg-mark-two {
  right: 9%;
  bottom: 18%;
  width: 140px;
  height: 140px;
  border-color: rgba(199, 161, 90, 0.24);
  box-shadow: inset 0 0 0 26px rgba(255, 255, 255, 0.04);
}

.hero-bg-grid {
  position: absolute;
  right: 4%;
  top: 18%;
  z-index: 0;
  width: 180px;
  height: 180px;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle, #000 0 58%, transparent 72%);
  pointer-events: none;
}

.hero-bg-ribbon {
  position: absolute;
  right: -9%;
  top: 15%;
  z-index: 0;
  width: 46%;
  height: 180px;
  background: linear-gradient(90deg, transparent, rgba(199, 161, 90, 0.18), transparent);
  border-top: 1px solid rgba(199, 161, 90, 0.22);
  border-bottom: 1px solid rgba(199, 161, 90, 0.18);
  transform: rotate(-18deg);
  pointer-events: none;
}

.hero-bg-logo {
  position: absolute;
  right: 10%;
  bottom: 8%;
  z-index: 0;
  width: min(34vw, 360px);
  opacity: 0.055;
  filter: grayscale(1) brightness(2);
  pointer-events: none;
}

.hero-bg-card {
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 118px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    linear-gradient(90deg, rgba(199, 161, 90, 0.16), transparent);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.hero-bg-card::before,
.hero-bg-card::after {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.16);
}

.hero-bg-card::before {
  top: 36px;
}

.hero-bg-card::after {
  top: 62px;
}

.hero-bg-card-one {
  left: 5%;
  bottom: 13%;
  transform: rotate(-7deg);
}

.hero-bg-card-two {
  right: 31%;
  top: 12%;
  width: 180px;
  height: 96px;
  transform: rotate(8deg);
}

.hero-bg-line {
  position: absolute;
  z-index: 0;
  width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(199, 161, 90, 0.55), transparent);
  pointer-events: none;
}

.hero-bg-line-one {
  left: 31%;
  top: 20%;
  transform: rotate(-22deg);
}

.hero-bg-line-two {
  right: 8%;
  bottom: 27%;
  transform: rotate(18deg);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.25s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.admission-landing-hero .hero-bg-mark,
.admission-landing-hero .hero-bg-card,
.admission-landing-hero .hero-bg-line,
.admission-landing-hero .hero-bg-grid,
.admission-landing-hero .hero-bg-logo {
  animation: heroFloat 9s ease-in-out infinite alternate;
  will-change: transform;
}

.admission-landing-hero .hero-bg-card-two,
.admission-landing-hero .hero-bg-line-two {
  animation-duration: 14s;
  animation-delay: 0.8s;
}

.admission-landing-hero .hero-bg-mark,
.admission-landing-hero .hero-bg-grid {
  animation-duration: 16s;
}

@keyframes heroFloat {
  from {
    transform: translate3d(0, 0, 0) rotate(var(--hero-rotate, 0deg));
  }
  to {
    transform: translate3d(0, -8px, 0) rotate(var(--hero-rotate, 0deg));
  }
}

.hero-bg-card-one {
  --hero-rotate: -7deg;
}

.hero-bg-card-two {
  --hero-rotate: 8deg;
}

.hero-bg-line-one {
  --hero-rotate: -22deg;
}

.hero-bg-line-two {
  --hero-rotate: 18deg;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

  .recruiter-track {
    animation: none;
  }
}


.admission-landing-hero h1 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.05;
  line-height: 1.2;
}

.admission-landing-hero h1 span {
  color: var(--gold);
}

.admission-landing-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.75rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.hero-badges i {
  color: var(--gold);
}

.lead-card,
.lead-modal {
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
}

.lead-card {
  padding: 1.25rem;
}

.lead-card-header {
  padding: 0.25rem 0.25rem 1rem;
}

.lead-card-header span {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  margin-bottom: 0.75rem;
  color: var(--dark-navy);
  font-size: 0.78rem;
  font-weight: 600;
  background: var(--gold);
  border-radius: var(--radius);
}

.lead-card-header h2,
.lead-modal h2 {
  margin-bottom: 0.25rem;
  color: var(--dark-navy);
  font-size: 1.45rem;
}

.lead-card-header p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.lead-form {
  box-shadow: none;
}

.lead-form .row {
  --bs-gutter-y: 1rem;
}

.lead-form-compact {
  padding: 0;
  border: 0;
}

.lead-form-intro {
  padding-bottom: 0.85rem;
  text-align: center;
}

.lead-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: var(--dark-navy);
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(199, 161, 90, 0.12);
  border: 1px solid rgba(199, 161, 90, 0.75);
  border-radius: var(--radius);
}

.lead-alert i {
  color: var(--gold);
}

.lead-form-intro h3 {
  margin-bottom: 0.4rem;
  color: var(--dark-navy);
  font-size: clamp(1.35rem, 4vw, 1.5rem);
  font-weight: 600;
}

.lead-form-intro p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}

.lead-submit-area {
  display: grid;
  gap: 0.85rem;
  text-align: center;
}

.lead-submit-area .btn {
  padding: 0.85rem 1rem;
  color: var(--dark-navy);
  font-size: 1.05rem;
  font-weight: 600;
  background: var(--gold);
  border-color: var(--gold);
}

.lead-submit-area .btn:hover {
  color: var(--white);
  background: var(--dark-navy);
  border-color: var(--primary-blue);
}

.lead-submit-area small {
  color: var(--muted);
}

.lead-submit-area small i {
  color: var(--gold);
}

.lead-form .form-label span {
  color: var(--red);
}

.lead-form .lead-control {
  min-height: 54px;
  padding: 0.85rem 1.05rem;
  color: #07145c;
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--white);
  border: 1px solid #cfd6df;
  border-radius: 7px;
  box-shadow: none;
}

.lead-form .lead-control::placeholder {
  color: #6f7480;
  opacity: 1;
}

.lead-form select.lead-control {
  color: #07145c;
}

.lead-form .lead-control:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 0.18rem rgba(31, 95, 168, 0.12);
}

.captcha-field {
  display: grid;
  grid-template-columns: auto 1fr 48px;
  gap: 0.5rem;
  align-items: center;
}

.captcha-field span {
  display: inline-grid;
  min-height: 48px;
  padding: 0 0.75rem;
  place-items: center;
  color: var(--dark-navy);
  font-weight: 600;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.captcha-field .btn {
  width: 48px;
  height: 48px;
  padding: 0;
}

.captcha-message {
  min-height: 1.25rem;
  margin-top: 0.25rem;
  color: var(--red);
  font-size: 0.86rem;
}

.consent-line {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.consent-line input {
  margin-top: 0.25rem;
}

.lead-success {
  display: none;
  padding: 0.75rem;
  color: #0f5132;
  background: #d1e7dd;
  border: 1px solid #badbcc;
  border-radius: var(--radius);
}

.lead-success.is-visible {
  display: block;
}

.lead-toast-wrap {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1090;
  display: grid;
  gap: 0.75rem;
  width: min(420px, calc(100vw - 2rem));
}

.lead-toast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem;
  color: var(--dark-navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--primary-blue);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translate3d(20px, -12px, 0) scale(0.96);
  transition:
    opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.lead-toast.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.lead-toast > i {
  color: var(--primary-blue);
  font-size: 1.25rem;
}

.lead-toast-success {
  border-left-color: var(--gold);
}

.lead-toast-success > i {
  color: var(--gold);
}

.lead-toast-error {
  border-left-color: var(--red);
}

.lead-toast-error > i {
  color: var(--red);
}

.lead-toast-info {
  border-left-color: var(--primary-blue);
}

.lead-toast-info > i {
  color: var(--primary-blue);
}

.lead-toast button {
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.thank-you-page {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  overflow: hidden;
  padding: 5rem 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 22%, rgba(199, 161, 90, 0.2), transparent 22rem),
    radial-gradient(circle at 82% 70%, rgba(31, 95, 168, 0.26), transparent 24rem),
    linear-gradient(135deg, #061226, var(--dark-navy));
}

.thank-bg-mark {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.thank-bg-mark-one {
  top: 12%;
  left: 8%;
  width: 220px;
  height: 220px;
  border: 32px solid rgba(255, 255, 255, 0.04);
}

.thank-bg-mark-two {
  right: -80px;
  bottom: -80px;
  width: 330px;
  height: 330px;
  border: 44px solid rgba(199, 161, 90, 0.08);
}

.thank-you-card {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding: clamp(2rem, 5vw, 3rem);
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  animation: thankCardIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.thank-icon {
  display: inline-grid;
  width: 68px;
  height: 68px;
  margin-bottom: 1.3rem;
  place-items: center;
  color: var(--dark-navy);
  font-size: 2rem;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(199, 161, 90, 0.28);
}

.thank-you-card h1 {
  max-width: 700px;
  margin: 0 auto 1.1rem;
  color: var(--white);
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  font-weight: 900;
  line-height: 1.22;
}

.thank-you-card p {
  max-width: 720px;
  margin: 0 auto 1.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.thank-you-card p a {
  color: var(--gold);
  font-weight: 900;
}

.thank-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

@keyframes thankCardIn {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.ad-benefit-card,
.ad-course-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7, 20, 92, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ad-course-card {
  display: flex;
  flex-direction: column;
}

.ad-benefit-card:hover,
.ad-course-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.ad-benefit-card i {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--white);
  font-size: 1.5rem;
  background: var(--primary-blue);
  border-radius: var(--radius);
}

.ad-benefit-card h2,
.ad-course-card h2 {
  font-size: 1.25rem;
}

.ad-benefit-card p,
.ad-course-card p {
  color: var(--muted);
}

.ad-course-card .btn {
  margin-top: auto;
}

.ad-course-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
  object-fit: cover;
  border-radius: var(--radius);
}

.ad-course-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.ad-course-top i {
  color: var(--primary-blue);
  font-size: 2rem;
}

.ad-course-top span {
  padding: 0.35rem 0.6rem;
  color: var(--dark-navy);
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(199, 161, 90, 0.2);
  border-radius: var(--radius);
}

.admission-testimonials {
  background: var(--soft);
}

.ad-testimonial-card {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.4rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(7, 20, 92, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ad-testimonial-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.ad-testimonial-card > i {
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  color: rgba(199, 161, 90, 0.16);
  font-size: 5.5rem;
  line-height: 1;
  pointer-events: none;
}

.ad-testimonial-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}

.ad-testimonial-profile {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.ad-testimonial-profile img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border: 3px solid rgba(199, 161, 90, 0.45);
  border-radius: 50%;
}

.ad-testimonial-profile h3 {
  margin-bottom: 0.15rem;
  color: var(--dark-navy);
  font-size: 1.05rem;
}

.ad-testimonial-profile span {
  color: var(--primary-blue);
  font-size: 0.9rem;
  font-weight: 700;
}

.placement-careers-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(199, 161, 90, 0.18), transparent 22rem),
    linear-gradient(135deg, #061226, var(--dark-navy));
}

.placement-careers-section::after {
  position: absolute;
  right: -8rem;
  bottom: -8rem;
  width: 24rem;
  height: 24rem;
  content: "";
  border: 2.5rem solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.placement-careers-section .container {
  position: relative;
  z-index: 1;
}

.placement-copy {
  max-width: 1100px;
}

.placement-copy h2 {
  color: var(--white);
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.18;
}

.placement-copy h2 span {
  color: var(--gold);
}

.placement-copy p {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.placement-stats {
  margin-top: 2.5rem;
}

.placement-stat-card {
  display: grid;
  min-height: 132px;
  place-items: center;
  padding: 1.25rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(199, 161, 90, 0.36);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.placement-stat-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold);
  transform: translateY(-5px);
}

.placement-stat-card strong {
  display: block;
  color: var(--gold);
  font-size: clamp(1.9rem, 5vw, 2.75rem);
  font-weight: 900;
  line-height: 1;
}

.placement-stat-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
}

.recruiter-strip {
  margin-top: 3rem;
}

.recruiter-strip h3 {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.recruiter-marquee {
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.recruiter-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: recruiterMarquee 26s linear infinite;
}

.recruiter-marquee:hover .recruiter-track {
  animation-play-state: paused;
}

.recruiter-logo {
  display: inline-grid;
  min-width: 168px;
  min-height: 74px;
  place-items: center;
  padding: 0.85rem 1.1rem;
  color: var(--dark-navy);
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(220, 231, 244, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow:
    inset 0 -4px 0 rgba(31, 95, 168, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.14);
  white-space: nowrap;
}

.recruiter-logo:nth-child(3n) {
  color: var(--primary-blue);
}

.recruiter-logo:nth-child(4n) {
  color: var(--red);
}

@keyframes recruiterMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 0.5rem), 0, 0);
  }
}

.admission-final-cta {
  padding: 4rem 0;
  background: var(--white);
}

.final-cta-inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 20, 92, 0.96), rgba(31, 95, 168, 0.92)),
    linear-gradient(90deg, rgba(199, 161, 90, 0.24), transparent);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.final-cta-inner h2 {
  color: var(--white);
}

.final-cta-inner p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.lead-modal .modal-header {
  align-items: flex-start;
  border-bottom-color: var(--line);
}

.lead-modal .modal-body {
  padding: 1.25rem;
}

.admissions-landing-page {
  background: var(--white);
}

.admission-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  color: var(--white);
  background: var(--dark-navy);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.admission-header-inner {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admission-contact-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  font-size: 14px;
  font-weight: 400;
}

.admission-contact-line a {
  color: var(--white);
}

.admission-contact-line a:hover {
  color: var(--gold);
}

.admission-open-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  background: #ee4d25;
  border: 2px solid #ff8b2a;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
  animation: topbarAlertColorShift 1.2s ease-in-out infinite, topbarAlertPulse 1.2s ease-in-out infinite;
}

@keyframes topbarAlertColorShift {

  0%,
  100% {
    background-color: #d92d20;
    color: #ffffff;
  }

  50% {
    background-color: #ffb020;
    color: #0a1628;
  }
}

@keyframes topbarAlertPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(217, 45, 32, 0.45);
  }

  50% {
    transform: scale(1.03);
    box-shadow: 0 0 0 8px rgba(217, 45, 32, 0);
  }
}

.admission-footer {
  position: relative;
}

.admission-footer-cta {
  padding: 3rem 0;
  text-align: center;
  background: linear-gradient(135deg, var(--gold), #facb5a);
}

.admission-footer-cta p {
  max-width: 980px;
  margin: 0 auto 1.8rem;
  color: #3f2d0a;
  font-size: 1.16rem;
}

.footer-apply-btn {
  min-width: min(100%, 372px);
  padding: 0.85rem 1rem;
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 600;
  background: var(--ink);
  border-color: var(--dark-navy);
}

.footer-apply-btn:hover {
  color: var(--white);
  background: var(--dark-navy);
  border-color: var(--dark-navy);
}

.footer-call-link {
  display: block;
  margin-top: 1.5rem;
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 700;
}

.footer-call-link i {
  color: #d7379f;
}

.admission-footer-main {
  padding: 4rem 0 2rem;
  color: var(--white);
  background: var(--dark-navy);;
}

.admission-footer-logo {
  width: 150px;
  height: 168px;
  object-fit: contain;
  padding: 0.35rem;
  background: var(--white);
  border-radius: var(--radius);
}

.footer-tagline {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
}

.admission-footer-info h2 {
  margin: 1rem 0 0.35rem;
  color: var(--white);
  font-size: 1.05rem;
}

.admission-footer-info p,
.admission-footer-info a {
  color: rgba(255, 255, 255, 0.7);
}

.admission-footer-info a:hover {
  color: var(--gold);
}

.admission-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.8rem 0 0.4rem;
}

.admission-social a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.admission-social a:hover {
  color: #061226;
  background: var(--gold);
  border-color: var(--gold);
}

.ad-disclaimer {
  max-width: 1380px;
  padding-top: 1.5rem;
  margin: 2.5rem auto 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.94rem;
  line-height: 1.75;
}

.whatsapp-float {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 1040;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--white);
  font-size: 1.5rem;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.whatsapp-float:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.mobile-apply-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
  display: none;
  min-height: 50px;
  width: 100%;
  color: #061226;
  font-size: 1rem;
  font-weight: 600;
  background: #eda316;
  border: 0;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
}

.footer-heading {
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 1rem;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a,
.footer-contact {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contact i {
  color: var(--gold);
  margin-right: 0.45rem;
}

.footer-bottom {
  padding-top: 1.5rem;
  margin-top: 2.5rem;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .cta-panel {
    grid-template-columns: 1fr auto;
    padding: 2.5rem;
  }

  .contact-panel {
    grid-template-columns: 1fr auto;
    padding: 2.5rem;
  }

  .contact-details {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .masonry-gallery {
    columns: 2;
  }

  .notice-toolbar {
    grid-template-columns: 1fr minmax(280px, 420px);
  }

  .final-cta-inner {
    grid-template-columns: 1fr auto;
    padding: 2.5rem;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }

  .section-padding {
    padding: 5.5rem 0;
  }

  .masonry-gallery {
    columns: 3;
  }
}

@media (max-width: 991.98px) {

  .hero-bg-card,
  .hero-bg-line {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-text small {
    max-width: 150px;
    font-size: 0.65rem;
  }

  .hero-section {
    padding: 3.5rem 0;
  }

  .hero-visual,
  .hero-image-placeholder,
  .about-image {
    min-height: 280px;
  }

  .hero-stat {
    right: 1.25rem;
    bottom: 1.25rem;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .notice-item {
    grid-template-columns: 64px 1fr;
    gap: 0.75rem;
  }

  .highlight-strip,
  .tag-grid,
  .semester-grid {
    grid-template-columns: 1fr;
  }

  .message-card {
    grid-template-columns: 1fr;
  }

  .notice-row {
    grid-template-columns: 64px 1fr;
  }

  .notice-row>i {
    display: none;
  }

  .not-found-card {
    padding: 1.5rem;
  }

  .captcha-field {
    grid-template-columns: 1fr 48px;
  }

  .captcha-field span {
    grid-column: 1 / -1;
  }

  .lead-card {
    padding: 1rem;
  }

  .admissions-landing-page {
    padding-bottom: 64px;
  }

  .admission-header-inner {
    min-height: auto;
    padding: 0.75rem 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .admission-contact-line {
    display: grid;
    gap: 0.2rem;
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .admission-contact-line span {
    display: none;
  }

  .admission-open-pill {
    padding: 0.45rem 0.65rem;
    font-size: 0.7rem;
    text-align: center;
  }

  .admission-landing-hero {
    min-height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-bg-logo,
  .hero-bg-grid,
  .hero-bg-card,
  .hero-bg-line {
    display: none;
  }

  .hero-bg-ribbon {
    right: -28%;
    top: 8%;
    width: 90%;
    height: 120px;
  }

  .admission-footer-cta {
    padding: 2.25rem 0;
  }

  .admission-footer-main {
    padding-bottom: 5.75rem;
  }

  .whatsapp-float {
    right: 1rem;
    bottom: 5rem;
    width: 56px;
    height: 56px;
    font-size: 1.7rem;
  }

  .mobile-apply-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
  }
}
