:root {
  --navy: #0c3b4a;
  --navy-dark: #072830;
  --teal: #1b6b63;
  --teal-soft: #e7f3f1;
  --gold: #c9a227;
  --gold-dark: #a78414;
  --paper: #f7f4ef;
  --white: #ffffff;
  --ink: #102028;
  --muted: #3a4a52;
  --line: #e6dfd4;
  --shadow: 0 12px 32px rgba(12, 59, 74, 0.08);
  --radius: 16px;
  --header-h: 78px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  margin: 0;
  background: var(--paper) !important;
  color: var(--ink);
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

img { max-width: 100%; height: auto; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--navy); }
ul, li { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

#bg {
  background: none !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}
#wrapper_sec {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  overflow-x: hidden !important;
}
.clear { clear: both; height: 0; }

/* Top bar */
.site-topbar {
  background: linear-gradient(90deg, #041c22 0%, #0a3a42 45%, #06262c 100%);
  color: #e8f0f0;
  font-size: 13px;
}
.site-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 9px 22px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.topbar-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #eef5f5;
}
.topbar-chip i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(27, 107, 99, .55);
  border: 1px solid rgba(201,162,39,.35);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin: 0;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.topbar-links {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.topbar-links a {
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid rgba(255,255,255,.28);
  line-height: 1;
  font-size: 12.5px;
}
.topbar-links a:first-child { padding-left: 0; }
.topbar-links a:last-child { border-right: 0; padding-right: 0; }
.topbar-links a.is-accent,
.topbar-links a:hover { color: #f0c14b; }
.topbar-social {
  display: inline-flex;
  gap: 7px;
  margin-left: 4px;
}
.topbar-social a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.topbar-social a:hover {
  background: #e8a317;
  border-color: #e8a317;
  color: #12343a !important;
}
.topbar-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 5px 12px 5px 10px;
  min-width: 168px;
}
.topbar-search button {
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
}
.topbar-search input {
  background: transparent !important;
  border: 0 !important;
  outline: none;
  color: #fff !important;
  font-size: 12.5px !important;
  width: 110px;
  padding: 0 !important;
}
.topbar-search input::placeholder { color: rgba(255,255,255,.55); }

.student-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8a317;
  color: #12343a !important;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(232,163,23,.28);
}
.student-login-btn .fa-graduation-cap { font-size: 14px; }
.student-login-btn .fa-angle-right { font-size: 14px; opacity: .85; }
.student-login-btn:hover { background: #f0b430; color: #0c3b4a !important; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e8efec;
  box-shadow: 0 8px 24px rgba(12,59,74,.07);
}
.site-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}
.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 16px;
  border-right: 1px solid #e4ece9;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  color: inherit !important;
}
.site-brand .brand-seal {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #000;
  box-shadow: 0 0 0 2px rgba(201,162,39,.45);
}
.site-brand .brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}
.site-brand .brand-text strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-dark);
  white-space: normal;
}
.site-brand .brand-text em {
  font-style: normal;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: .02em;
}

.nav-toggle {
  display: none;
  border: 1px solid #d7e4e1;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--navy);
  margin: 4px auto;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, width .2s ease;
}
.nav-toggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.nav-toggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
}
.mobile-nav-head,
.mobile-nav-foot,
.nav-sub-toggle {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.site-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}
.site-nav .nav-list > li { position: relative; }
.site-nav .nav-list > li > a,
.site-nav .nav-list > li > .nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  color: #0c3b4a;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 999px;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.site-nav .nav-list > li > a i,
.site-nav .nav-list > li > a .fa {
  display: none;
}
.site-nav .nav-list > li > a:hover {
  background: #eaf6f3;
  color: #0c3b4a;
}
.site-nav .nav-list > li > a.active {
  background: #dff3ef;
  color: #0c3b4a;
}
.site-nav .nav-list > li > a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #e8a317;
}
.site-nav .drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 8px;
  z-index: 20;
}
.site-nav li:hover > .drop { display: block; }
.site-nav .drop a {
  display: block;
  padding: 9px 12px;
  color: var(--ink);
  border-radius: 8px;
  font-size: 14px;
}
.site-nav .drop a:hover { background: var(--paper); color: var(--navy); }

/* Layout */
#content_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  width: auto !important;
  overflow: visible !important;
}
.page-inner #content_section {
  grid-template-columns: minmax(0, 1fr);
}
.page-inner .col2 { display: none !important; }
.col1, .col2 {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}
.page-home #content_section { padding-top: 8px; }
.page-inner #banner { margin-bottom: 8px; }

.content_heading {
  background: none !important;
  border: 0 !important;
  margin: 8px 0 18px !important;
  padding: 0 !important;
}
.content_heading .heading,
.content_heading h2 {
  background: none !important;
  padding: 0 !important;
  font-size: 36px !important;
  color: var(--navy) !important;
}
.col1 > p,
.col1 .text {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 14px;
}
.col1 .text {
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-style: italic;
}

.bullet_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 16px 0 24px;
}
.col1 ul:not(.inquiry) {
  margin: 0 0 16px;
}
.col1 ul:not(.inquiry):not(.staff-strip) > li {
  list-style: disc;
  margin: 6px 0 6px 20px;
}
.bullet_list > li,
.categorydiv li,
.thumbdiv li,
.content_links li,
.site-nav li,
.news-list li,
.hostel li {
  list-style: none !important;
  margin-left: 0 !important;
}
.bullet_list > li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px 14px 42px;
  position: relative;
  box-shadow: var(--shadow);
}
.bullet_list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.share {
  display: inline-block;
  margin: 6px 8px 18px 0;
}
.share a,
.apply_now a,
a.aply_now,
input.submit,
.btn-theme,
.site-btn {
  display: inline-block;
  background: var(--navy);
  color: #fff !important;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.share a:hover,
.apply_now a:hover,
.site-btn:hover { background: var(--teal); }

/* Banner / slider (hero styles live in the homepage section below) */
.banner_des { display: none; }
#paginate-slider2,
.pagination { display: none !important; }

.content_links ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 14px 0 8px;
}
.content_links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy);
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  box-shadow: var(--shadow);
}
.content_links li a:hover {
  background: var(--navy);
  color: #fff;
}

/* Homepage blocks */
.home-welcome { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.home-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0;
}
.stat-card {
  background: var(--navy);
  color: #fff;
  border-radius: 14px;
  padding: 18px;
}
.stat-card span { display: block; font-size: 28px; font-family: "Cormorant Garamond", serif; color: var(--gold); }
.stat-card small { color: #c9d8dd; }

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 18px 0 24px;
}
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.info-card img { width: 100%; height: 140px; object-fit: cover; }
.info-card div { padding: 16px; }
.info-card h3 { font-size: 22px; margin-bottom: 8px; }
.info-card p { color: var(--muted); font-size: 14px; margin: 0 0 8px; }

.principal-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  margin: 10px 0 24px;
}
.principal-card img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}
.image_scroll {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.image_scroll .slider1 ul,
.staff-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.image_scroll img {
  width: 110px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
}
.image_scroll .leftarrow,
.image_scroll .rightarrow { display: none; }

/* Sidebar */
.ads, .rtab, .college_gallery {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 18px;
  overflow: hidden;
}
.ads > div:first-child,
.college_gallery h5,
.rtab .tab_navigation {
  background: var(--navy) !important;
  color: #fff !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  font-family: "Cormorant Garamond", serif;
}
.news-list, .ads marquee {
  display: block;
  height: auto !important;
  padding: 8px 0 12px;
}
.news-list a,
.ads marquee a {
  display: block;
  padding: 10px 16px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.news-list a:hover { background: var(--teal-soft); color: var(--navy); }
.rtab .tab_navigation ul { display: flex; }
.rtab .tab_navigation a {
  display: block;
  padding: 10px 14px;
  color: #d7e4e8;
  font-size: 13px;
}
.rtab .tab_navigation li.active a,
.rtab .tab_navigation a:hover { color: var(--gold); }
.rtab_content { display: none; padding: 8px 0 12px; max-height: 240px; overflow: auto; }
.rtab_content.is-open,
.rtab_content[style*="display:block"] { display: block; }
.rtab_content li { padding: 8px 16px; border-bottom: 1px solid var(--line); font-size: 14px; }
.college_gallery { padding-bottom: 12px; }
.college_gallery h5 { margin: 0; }
.gallery-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
}
.gallery-thumbs img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
}
.stepcarousel, #mygallery-paginate { display: none !important; }

/* Tables */
.table_pad, table.teacher, table[border] {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line) !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.table_pad td, .table_pad th, table.teacher td {
  border: 1px solid var(--line) !important;
  padding: 12px 14px;
  font-size: 15px;
}
.td_color td, .table_pad tr:first-child td {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
}

/* Staff / news / gallery */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}
.staff-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  padding-bottom: 16px;
}
.staff-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.staff-card h3 { font-size: 20px; margin: 12px 12px 4px; }
.staff-card p { margin: 0 12px; color: var(--muted); font-size: 13px; }

/* Faculty page redesign */
#content_section.faculty-page {
  display: block;
  max-width: 1200px;
  padding: 28px 20px 64px;
  position: relative;
}
#content_section.faculty-page::before,
#content_section.faculty-page::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  pointer-events: none;
  opacity: .12;
  background:
    radial-gradient(circle at 30% 30%, #1b6b63 0 18%, transparent 19%),
    radial-gradient(circle at 70% 55%, #1b6b63 0 12%, transparent 13%),
    radial-gradient(circle at 40% 75%, #c9a227 0 10%, transparent 11%);
}
#content_section.faculty-page::before { top: 10px; left: 0; }
#content_section.faculty-page::after { bottom: 40px; right: 0; transform: scaleX(-1); }
.faculty-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
}
.faculty-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.faculty-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.faculty-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.faculty-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.faculty-intro-right {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}
.faculty-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0c3b4a;
  color: #fff !important;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(12, 59, 74, .2);
}
.faculty-view-all:hover { background: #14565c; color: #fff !important; }
.faculty-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
  color: #5a9aa8;
  text-align: right;
  position: relative;
  padding-bottom: 8px;
}
.faculty-script::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  border-radius: 2px;
  background: #e8a317;
}
.faculty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 1;
}
.faculty-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.faculty-photo {
  position: relative;
  height: 220px;
  background: #d9e7ec;
  overflow: hidden;
}
.faculty-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.faculty-photo.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.faculty-photo-fallback {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(12, 59, 74, .08);
  color: #0c3b4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}
.faculty-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0c3b4a;
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
}
.faculty-info {
  text-align: center;
  padding: 16px 14px 10px;
  flex: 1;
}
.faculty-info h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #072830;
  line-height: 1.25;
}
.faculty-rule {
  display: block;
  width: 36px;
  height: 2px;
  background: #e8a317;
  margin: 0 auto 10px;
  border-radius: 2px;
}
.faculty-role {
  margin: 0 0 6px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.faculty-degree,
.faculty-specialty-line {
  margin: 0;
  color: #24343c;
  font-size: 13px;
  line-height: 1.45;
}
.faculty-specialty-line { color: #3a4a52; }
.faculty-dept {
  margin: 12px 14px 14px;
  background: #eef3f2;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0c3b4a;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
}
.faculty-dept-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #0c3b4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(12, 59, 74, .08);
}
.faculty-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 28px;
  background: #fff;
  border-radius: 16px;
  color: #24343c;
}

@media (max-width: 1100px) {
  .faculty-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .faculty-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .faculty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faculty-page-intro h1 { font-size: 32px; }
}
@media (max-width: 520px) {
  .faculty-grid { grid-template-columns: 1fr; }
  .faculty-intro-right { flex-wrap: wrap; }
}

.news-feed { display: grid; gap: 16px; }
.news-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  padding: 0;
}
.news-card img { width: 160px; height: 140px; object-fit: cover; }
.news-card div { padding: 16px 16px 16px 0; }
.news-card h3 { font-size: 22px; }

/* News page redesign */
#content_section.news-page {
  display: block;
  max-width: 1100px;
  padding: 28px 20px 64px;
}
.news-page-intro {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  overflow: hidden;
}
.news-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.news-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.news-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #0c3b4a;
}
.news-lead {
  margin: 0;
  max-width: 560px;
  color: #2f3f47;
  font-size: 15px;
  line-height: 1.65;
}
.news-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #0c3b4a;
  color: #0c3b4a !important;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.news-view-all:hover {
  background: #0c3b4a;
  color: #fff !important;
}
.news-intro-bg {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 120px;
  color: rgba(12, 59, 74, .05);
  pointer-events: none;
}
.news-search-note {
  margin: 0 0 16px;
  color: #2f3f47;
  font-size: 14px;
}
.news-stack {
  display: grid;
  gap: 16px;
}
.news-hero-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(12, 59, 74, .07);
  position: relative;
}
.news-hero-card.is-focus {
  box-shadow: 0 0 0 2px rgba(232, 163, 23, .45), 0 12px 30px rgba(12, 59, 74, .08);
}
.news-hero-date {
  background: linear-gradient(180deg, #0c3b4a 0%, #14565c 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 10px;
  gap: 2px;
}
.news-hero-date strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.news-hero-date span,
.news-hero-date em {
  font-style: normal;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .9;
}
.news-hero-body {
  display: block;
  padding: 18px 20px;
  position: relative;
}
.news-hero-logo { display: none; }
.news-hero-content { position: relative; z-index: 1; padding-right: 40px; }
.news-latest-badge {
  position: absolute;
  top: -4px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8a317;
  color: #12343a;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}
.news-tag {
  display: inline-flex;
  align-items: center;
  background: #d7ebf2;
  color: #0a3d4f;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.news-hero-content h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  color: #072830;
  font-weight: 700;
  max-width: 92%;
}
.news-hero-content > p {
  margin: 0 0 14px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
  max-width: 620px;
}
.news-full-details {
  display: none;
  margin: 0 0 14px;
  padding: 12px 14px;
  background: #f6faf9;
  border-radius: 12px;
  color: #24343c;
  font-size: 14px;
  line-height: 1.65;
}
.news-hero-card.is-open .news-full-details { display: block; }
.news-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.news-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #0c3b4a;
  color: #0c3b4a !important;
  background: #fff;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
}
.news-read-btn.is-solid,
.news-read-btn:hover {
  background: #0c3b4a;
  color: #fff !important;
}
.news-attach-link {
  color: #24343c;
  font-size: 13px;
  font-weight: 600;
}
.news-attach-link:hover { color: #0c3b4a; }
.news-hero-deco {
  position: absolute;
  right: 18px;
  bottom: 10px;
  font-size: 84px;
  color: rgba(27, 107, 99, .07);
  pointer-events: none;
  line-height: 1;
}
.news-empty-state {
  margin: 0;
  padding: 28px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  color: #2f3f47;
  border: 1px solid #e6ecea;
}
.news-page .paginate { margin-top: 22px; justify-content: center; }

@media (max-width: 820px) {
  .news-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-hero-card { grid-template-columns: 76px minmax(0, 1fr); }
  .news-hero-body { display: block; }
  .news-hero-content { padding-right: 0; }
  .news-hero-content h2 { font-size: 20px; max-width: none; }
  .news-latest-badge { position: static; margin-bottom: 8px; }
  .news-page-intro h1 { font-size: 32px; }
}
.pic_left { float: none !important; }

.gallery { display: grid; grid-template-columns: 240px 1fr; gap: 18px; }
.gallery_top { display: none; }
.categorydiv ul { display: flex; flex-direction: column; gap: 8px; }
.categorydiv a {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--navy);
  font-weight: 600;
  font-size: 14px;
}
.categorydiv a:hover { background: var(--navy); color: #fff; }
.thumbdiv h3 { font-size: 28px; }
.thumbdiv ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
.thumbdiv img {
  width: 100% !important;
  height: 130px !important;
  object-fit: cover;
  border-radius: 10px;
}

/* Gallery page redesign */
#content_section.gallery-page {
  display: block;
  max-width: 1240px;
  padding: 28px 20px 64px;
}
.gallery-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.gallery-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gallery-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.gallery-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #0c3b4a;
}
.gallery-lead {
  margin: 0;
  max-width: 560px;
  color: #2f3f47;
  font-size: 15px;
  line-height: 1.65;
}
.gallery-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.gallery-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.gallery-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.gallery-sidebar,
.gallery-main {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(12, 59, 74, .08);
}
.gallery-sidebar {
  padding: 10px;
  overflow: hidden;
}
.gallery-side-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 14px;
  color: #0c3b4a;
  border-bottom: 1px solid #eef3f2;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
}
.gallery-side-item:last-child { border-bottom: 0; }
.gallery-side-item:hover { background: #f4faf8; color: #0c3b4a; }
.gallery-side-item.is-active {
  background: #0c3b4a;
  color: #fff !important;
  border-bottom-color: transparent;
}
.gallery-side-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.gallery-side-left i {
  width: 18px;
  text-align: center;
  opacity: .75;
  flex-shrink: 0;
}
.gallery-side-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.gallery-count {
  min-width: 28px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef2f1;
  color: #3a4a52;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.gallery-side-item.is-active .gallery-count {
  background: rgba(255,255,255,.14);
  color: #fff;
}
.gallery-count.is-gold,
.gallery-side-item.is-active .gallery-count.is-gold {
  background: #e8a317;
  color: #12343a;
}
.gallery-main { padding: 18px; }
.gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.gallery-search {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 220px;
  background: #f4f7f6;
  border: 1px solid #e4ece9;
  border-radius: 999px;
  padding: 10px 14px;
  color: #3a4a52;
}
.gallery-search input {
  border: 0 !important;
  outline: none;
  background: transparent !important;
  width: 100%;
  font-size: 14px !important;
  color: #0c3b4a !important;
  padding: 0 !important;
}
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gallery-filters button,
.gallery-back,
.gallery-load-more {
  border: 1px solid #d9e4e1;
  background: #fff;
  color: #0c3b4a;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.gallery-filters button.is-active {
  background: #0c3b4a;
  border-color: #0c3b4a;
  color: #fff;
}
.gallery-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.gallery-album-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gallery-album-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / .92;
  background: #dfe8e6;
}
.gallery-album-card.is-more { display: none; }
.gallery-album-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gallery-album-card:hover img { transform: scale(1.05); }
.gallery-album-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 12px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(8,30,36,.78) 100%);
  color: #fff;
}
.gallery-album-title {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-album-count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,0,0,.42);
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 11px;
  white-space: nowrap;
}
.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.gallery-photo-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #dfe8e6;
}
.gallery-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-empty {
  grid-column: 1 / -1;
  margin: 24px 0;
  text-align: center;
  color: #2f3f47;
}
.gallery-load-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.gallery-load-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gallery-load-more i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #c9d6d2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

@media (max-width: 1100px) {
  .gallery-album-grid,
  .gallery-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .gallery-shell { grid-template-columns: 1fr; }
  .gallery-page-intro { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .gallery-page-intro h1 { font-size: 32px; }
  .gallery-album-grid,
  .gallery-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-script { font-size: 18px; }
}
.hostel ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}
.hostel img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover;
  border-radius: 12px;
}
.numbered_list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 16px 16px 36px;
  box-shadow: var(--shadow);
}
.numbered_list li {
  list-style: decimal !important;
  margin: 8px 0 8px 8px !important;
}

.contactblock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contactblock .block1,
.contactblock .block2 {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  float: none !important;
  width: auto !important;
}

/* Contact page redesign */
#content_section.contact-page {
  display: block;
  max-width: 1180px;
  padding: 28px 20px 64px;
}
.contact-page-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}
.contact-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 10px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-eyebrow::before,
.contact-eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: #c9a227;
}
.contact-page-intro h1 {
  margin: 0 0 10px;
  font-size: 42px;
  color: #0c3b4a;
}
.contact-lead {
  margin: 0;
  color: #2f3f47;
  font-size: 15px;
  line-height: 1.7;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: stretch;
}
.contact-info-card,
.contact-map-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(12, 59, 74, .08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.contact-info-head {
  background: linear-gradient(120deg, #0a3a42 0%, #14565c 55%, #0c464e 100%);
  color: #fff;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.contact-info-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(232,163,23,.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #f0c14b;
  flex-shrink: 0;
}
.contact-info-icon i { font-size: 13px; }
.contact-info-brand strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 600;
}
.contact-info-brand small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .85;
}
.contact-connect {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.contact-connect::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: #e8a317;
}
.contact-details {
  list-style: none;
  margin: 0;
  padding: 8px 8px 4px;
}
.contact-details li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 16px;
  border-bottom: 1px solid #eef3f2;
}
.contact-details li:last-child { border-bottom: 0; }
.contact-detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f4f2;
  color: #0c3b4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
}
.contact-details h3 {
  margin: 0 0 4px;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0c3b4a;
}
.contact-details p {
  margin: 0 0 2px;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.55;
}
.contact-details a { color: #24343c; }
.contact-details a:hover { color: #0c3b4a; }
.contact-info-foot {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #eef7f5;
  border-top: 1px solid #dceae7;
}
.contact-info-foot > div {
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid #d5e5e1;
}
.contact-info-foot > div:last-child { border-right: 0; }
.contact-info-foot i {
  display: block;
  color: #0c3b4a;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-info-foot strong {
  display: block;
  color: #0c3b4a;
  font-size: 13px;
  margin-bottom: 3px;
}
.contact-info-foot span {
  display: block;
  color: #2f3f47;
  font-size: 12px;
  line-height: 1.4;
}
.contact-map-head,
.contact-map-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
}
.contact-map-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-map-title h2 {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0c3b4a;
}
.contact-map-title p {
  margin: 2px 0 0;
  color: #2f3f47;
  font-size: 13px;
}
.contact-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0c3b4a;
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(12, 59, 74, .18);
}
.contact-map-btn:hover {
  background: #14565c;
  color: #fff !important;
}
.contact-map-frame {
  flex: 1;
  min-height: 320px;
  background: #eef3f2;
  border-top: 1px solid #eef3f2;
  border-bottom: 1px solid #eef3f2;
}
.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}
.contact-map-foot p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #24343c;
  font-size: 13.5px;
  line-height: 1.45;
}
.contact-map-foot p i { color: #e07a2f; }

@media (max-width: 980px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-map-frame,
  .contact-map-frame iframe { min-height: 280px; }
}
@media (max-width: 640px) {
  .contact-page-intro h1 { font-size: 32px; }
  .contact-info-head,
  .contact-map-head,
  .contact-map-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-connect { align-self: flex-start; }
  .contact-info-foot { grid-template-columns: 1fr; }
  .contact-info-foot > div {
    border-right: 0;
    border-bottom: 1px solid #d5e5e1;
  }
  .contact-info-foot > div:last-child { border-bottom: 0; }
}
.inquiry li { margin-bottom: 10px; }
.form-control, .inquiry input, .inquiry textarea {
  width: 100%;
  border: 1px solid var(--line) !important;
  border-radius: 10px !important;
  padding: 11px 12px !important;
  font-size: 15px !important;
  color: var(--ink) !important;
  background: #fff !important;
}

.paginate { display: flex; gap: 6px; flex-wrap: wrap; margin: 12px 0 18px; }
.paginate a, .paginate span {
  border-radius: 8px !important;
  padding: 7px 12px !important;
}
.paginate a { background: var(--navy) !important; border-color: var(--navy) !important; }
.paginate span.current { background: var(--gold) !important; border-color: var(--gold) !important; color: var(--navy) !important; }

/* Footer */
.site-footer-wrap {
  background:
    radial-gradient(ellipse at 12% 20%, rgba(201,162,39,.12), transparent 42%),
    radial-gradient(ellipse at 88% 80%, rgba(27,107,99,.35), transparent 46%),
    linear-gradient(180deg, #0a3d3f 0%, #062628 100%);
  color: #e8f0f0;
  width: 100% !important;
  float: none !important;
  position: relative;
  overflow: hidden;
}
.site-footer-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(201,162,39,.06) 0 18%, transparent 19%),
    radial-gradient(circle at 80% 0%, rgba(201,162,39,.05) 0 14%, transparent 15%);
  pointer-events: none;
}
#bottom_seciton,
#bottom_Section {
  background: transparent;
  color: inherit;
  width: 100% !important;
  float: none !important;
  position: relative;
  z-index: 1;
}
#footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 24px 36px;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr 1fr 1.25fr;
  gap: 22px;
  width: auto !important;
  align-items: start;
}
.footer-brand {
  padding-right: 8px;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 14px;
  line-height: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(201,162,39,.55), 0 8px 20px rgba(0,0,0,.35);
}
.footer-logo img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  background: #000;
}
.footer-brand h4 {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 600;
}
.footer-tagline {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(201,162,39,.45);
  color: #f0e2b0;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 200px;
}
#footer h5 {
  color: #fff !important;
  font-size: 17px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold);
  display: flex;
  align-items: center;
  gap: 8px;
}
#footer h5 i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(201,162,39,.55);
  color: var(--gold);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#footer a { color: #d7e6e6; }
#footer a:hover { color: var(--gold); }
#footer li {
  margin: 0 0 9px;
  font-size: 13.5px;
  list-style: none;
  line-height: 1.45;
}
#footer .find_your_way li a,
#footer .help_support li a,
#footer .quick_links li a,
#footer .Addmissoin li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#footer .find_your_way li a::before,
#footer .help_support li a::before,
#footer .quick_links li a::before,
#footer .Addmissoin li a::before {
  content: "\f105";
  font-family: FontAwesome;
  color: var(--gold);
  font-size: 12px;
}
.contact_us {
  background: rgba(4, 28, 30, .55);
  border: 1px solid rgba(201,162,39,.28);
  border-radius: 14px;
  padding: 16px 16px 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.contact_us h5 { border-bottom-color: rgba(201,162,39,.7); }
.contact_us li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #d7e6e6;
}
.contact_us li > i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(27,107,99,.55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  margin-top: 1px;
}
.contact_us li span,
.contact_us li a {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

#pagebottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px 22px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
  width: auto !important;
}
.copyright {
  color: #b9c8ce !important;
  font-size: 12.5px;
  line-height: 1.55;
}
.copyright a { color: #e8f0f0 !important; }
.copyright a:hover { color: var(--gold) !important; }
.footer-motto {
  text-align: center;
}
.motto-line {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 4px;
}
.motto-line::before,
.motto-line::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin: 0 10px;
}
.motto-sub {
  display: block;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c9a227;
}
.footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}
.socail_networks {
  display: flex;
  align-items: center;
  gap: 8px;
}
.socail_networks .servcies {
  color: #d5e0e4;
  font-size: 13px;
  margin-right: 2px;
}
.socail_networks a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}
.socail_networks a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-dark) !important;
}
.socail_networks img { display: none; }
a.top {
  background: transparent;
  color: var(--gold) !important;
  width: auto !important;
  height: auto !important;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--gold);
  text-indent: 0 !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
a.top:hover {
  background: var(--gold);
  color: var(--navy-dark) !important;
}
a.top i { font-size: 11px; }

.ecw {
  position: fixed !important;
  right: 18px !important;
  left: auto !important;
  float: none !important;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
  padding: 0;
}
.ecw a {
  color: #fff !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ecw.call-us { background: #fe3a00; bottom: 148px; }
.ecw.whatsapp { background: #01b901; bottom: 88px; }
.ecw.enquiry { background: #ff9f00; bottom: 28px; }
.ecw.wa-desktop, .wa-desktop { display: flex; }
.ecw .wa-mobile { display: none; }

@media (max-width: 1100px) {
  #footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-brand { grid-column: 1 / -1; }
  .contact_us { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  #content_section,
  .gallery,
  .contactblock,
  .principal-card,
  .news-card,
  .info-grid,
  #footer {
    grid-template-columns: 1fr;
  }
  .content_links ul,
  .stat-row { grid-template-columns: 1fr 1fr; }
  .site-topbar-inner {
    padding: 8px 14px;
    gap: 8px;
  }
  .topbar-left .topbar-chip:last-child,
  .topbar-links,
  .topbar-search { display: none; }
  .topbar-left { gap: 10px; }
  .site-header-inner {
    padding: 10px 14px;
    gap: 10px;
  }
  .site-brand {
    border-right: 0;
    padding-right: 0;
    gap: 10px;
  }
  .site-brand .brand-seal {
    width: 44px;
    height: 44px;
  }
  .site-brand .brand-text strong { font-size: 15px; }
  .site-brand .brand-text em { font-size: 12px; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: auto;
    z-index: 1003;
  }
  /* Menu open: sirf andar wala X dikhe — hamburger hide */
  body.nav-open .nav-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.nav-open .ecw {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html.nav-open,
  html.nav-open body {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
  }
  body.nav-open {
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
  }
  body.nav-open .site-nav,
  body.nav-open .site-nav .nav-list {
    touch-action: pan-y;
    overscroll-behavior: contain;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(7, 40, 48, .48);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
    touch-action: none;
  }
  .nav-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(86vw, 340px);
    max-height: none;
    margin: 0;
    padding: 0;
    background:
      linear-gradient(180deg, #0a3d3f 0%, #072830 100%);
    border: 0;
    border-radius: 0;
    box-shadow: -18px 0 40px rgba(0,0,0,.28);
    z-index: 1002;
    transform: translateX(104%);
    transition: transform .32s cubic-bezier(.22, 1, .36, 1);
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
  }
  .site-nav.is-open {
    display: flex;
    transform: translateX(0);
    pointer-events: auto;
    visibility: visible;
  }

  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 16px 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .mobile-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .mobile-nav-brand img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #000;
    box-shadow: 0 0 0 2px rgba(201,162,39,.5);
  }
  .mobile-nav-brand strong {
    display: block;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }
  .mobile-nav-brand span {
    display: block;
    color: #f0c14b;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 2px;
  }
  .nav-close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.06);
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
  }

  .site-nav .nav-list {
    display: block;
    flex: 1;
    overflow-y: auto;
    padding: 10px 12px 16px;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav .nav-list > li {
    margin: 0 0 4px;
  }
  .site-nav .nav-list > li.has-sub {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
  }
  .site-nav .nav-list > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 14px;
    border-radius: 14px;
    color: #e8f2f2 !important;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
  }
  .site-nav .nav-list > li > a i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: #f0c14b;
    font-size: 13px;
  }
  .site-nav .nav-list > li > a:hover,
  .site-nav .nav-list > li > a.active {
    background: rgba(255,255,255,.1);
    color: #fff !important;
  }
  .site-nav .nav-list > li > a.active::after { display: none; }

  .nav-sub-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    margin-left: 4px;
    border: 0;
    border-radius: 12px;
    background: rgba(255,255,255,.08);
    color: #f0c14b;
    cursor: pointer;
    font-size: 16px;
    transition: transform .2s ease, background .2s ease;
  }
  .has-sub.is-expanded .nav-sub-toggle {
    transform: rotate(180deg);
    background: rgba(201,162,39,.22);
  }

  .site-nav li:hover > .drop { display: none; }
  .site-nav .drop {
    display: none;
    position: static;
    grid-column: 1 / -1;
    min-width: 0;
    margin: 4px 0 8px;
    padding: 6px;
    background: rgba(0,0,0,.22);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    box-shadow: none;
  }
  .site-nav .has-sub.is-expanded .drop {
    display: block;
  }
  .site-nav .drop a {
    color: #d7e6e6 !important;
    padding: 11px 14px 11px 54px;
    font-size: 13.5px;
  }
  .site-nav .drop a:hover {
    background: rgba(255,255,255,.08);
    color: #fff !important;
  }

  .mobile-nav-foot {
    display: grid;
    gap: 8px;
    padding: 14px 16px 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.18);
  }
  .mobile-nav-cta,
  .mobile-nav-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-nav-cta {
    background: var(--gold);
    color: #12343a !important;
  }
  .mobile-nav-call {
    background: rgba(255,255,255,.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.14);
  }
  #pagebottom {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
    padding-bottom: 90px;
  }
  .footer-bottom-right { justify-content: center; }
  .socail_networks { justify-content: center; }
  .footer-tagline { max-width: none; }
  .wa-desktop { display: none !important; }
  .wa-mobile { display: flex !important; }
  .student-login-btn { display: none; }
  .ecw {
    right: 12px !important;
    width: 44px;
    height: 44px;
  }
  .ecw.call-us { bottom: 136px; }
  .ecw.whatsapp { bottom: 80px; }
  .ecw.enquiry { bottom: 24px; }
  .home-top,
  .why-choose-section,
  .home-pillars,
  .home-quick-links ul,
  .home-stats-bar,
  .why-grid,
  .quick-info-row { grid-template-columns: 1fr !important; }
  .why-visual { min-height: 280px; }
  .hero,
  .home-section,
  .hero-highlights,
  .page-home #content_section.home-layout {
    max-width: 100%;
  }
  .hero-inner,
  .page-home #content_section.home-layout {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 480px) {
  .site-brand .brand-text strong {
    font-size: 13.5px;
    line-height: 1.2;
  }
  .topbar-social { display: none; }
  .hero h1 { font-size: 28px; }
  .hero-btn { padding: 12px 18px; font-size: 13.5px; }
}

/* ===== Homepage redesign ===== */
.page-home #content_section.home-layout {
  display: block;
  max-width: 1240px;
  padding: 0 20px 20px;
}
.page-home #wrapper_sec { background: #fbfcfc !important; }

.home-section {
  margin: 0 0 64px;
  scroll-margin-top: 90px;
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-eyebrow .dash {
  display: inline-block;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.section-head.centered {
  display: block;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 34px;
}
.section-head h2,
.about-content h2,
.cta-text h2 {
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 2.6vw, 36px);
  letter-spacing: -.02em;
  color: var(--navy-dark);
  margin: 0;
}
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy) !important;
  border: 1px solid #dbe6e3;
  background: #fff;
  border-radius: 999px;
  padding: 9px 16px;
  transition: all .2s ease;
}
.section-link:hover {
  background: var(--navy);
  color: #fff !important;
  border-color: var(--navy);
}

/* Buttons */
.btn-solid,
.btn-outline,
.btn-gold,
.btn-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s ease;
  white-space: nowrap;
}
.btn-solid {
  background: var(--navy);
  color: #fff !important;
  border: 1px solid var(--navy);
}
.btn-solid:hover { background: var(--teal); border-color: var(--teal); }
.btn-outline {
  background: #fff;
  color: var(--navy) !important;
  border: 1px solid #cfdedb;
}
.btn-outline:hover { border-color: var(--navy); background: var(--teal-soft); }
.btn-gold {
  background: var(--gold);
  color: var(--navy-dark) !important;
  border: 1px solid var(--gold);
}
.btn-gold:hover { background: #e0b62f; }
.btn-light {
  background: rgba(255,255,255,.12);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.35);
}
.btn-light:hover { background: rgba(255,255,255,.22); }

/* Hero */
.hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  height: 66vh;
  max-height: 680px;
  overflow: hidden;
  background: var(--navy-dark);
  isolation: isolate;
}
.hero .hero-media,
.page-home .hero .hero-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--navy-dark);
}
.hero .contentdiv { display: none; height: 100%; }
.hero .contentdiv.is-active { display: block; }
.hero .contentdiv img,
.page-home .hero .contentdiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(4,26,30,.92) 0%, rgba(5,32,36,.74) 42%, rgba(6,38,42,.30) 78%, rgba(6,38,42,.18) 100%);
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 20px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy { max-width: 620px; }
.hero .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f0c14b;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}
.hero .hero-eyebrow .dash {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #f0c14b;
  border-radius: 2px;
}
.hero h1 {
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.1;
  letter-spacing: -.025em;
  color: #fff;
  margin: 0 0 16px;
}
.hero p {
  color: #d9e6e6;
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 0 26px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  transition: all .2s ease;
}
.hero-btn.primary {
  background: var(--gold);
  color: var(--navy-dark) !important;
  border: 1px solid var(--gold);
}
.hero-btn.primary:hover { background: #e0b62f; transform: translateY(-1px); }
.hero-btn.ghost {
  background: rgba(255,255,255,.08);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.4);
  backdrop-filter: blur(4px);
}
.hero-btn.ghost:hover { background: rgba(255,255,255,.18); }

.hero-controls {
  position: absolute;
  left: 20px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.hero .slider-nav {
  position: static;
  transform: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(255,255,255,.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 17px;
  transition: all .2s ease;
}
.hero .slider-nav:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-dark); }
.hero .slider-dots {
  position: static;
  transform: none;
  display: flex;
  gap: 7px;
}
.hero .slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  cursor: pointer;
  transition: all .2s ease;
}
.hero .slider-dots button.is-active {
  width: 24px;
  border-radius: 999px;
  background: var(--gold);
}

/* Hero highlights strip */
.hero-highlights {
  padding: 0 20px;
  margin: -46px auto 56px;
  max-width: 1240px;
  position: relative;
  z-index: 5;
}
.hero-highlights-inner {
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(12,59,74,.12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-right: 1px solid #edf3f1;
}
.highlight:last-child { border-right: 0; }
.highlight i {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 14px;
  background: var(--teal-soft);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.highlight strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: var(--navy-dark);
  line-height: 1.25;
}
.highlight span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.4;
}

/* Quick access */
.quick-access {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
.access-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 104px;
  padding: 16px 8px;
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 16px;
  color: var(--navy) !important;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: all .2s ease;
}
.access-card i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--teal-soft);
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: all .2s ease;
}
.access-card:hover {
  border-color: var(--navy);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(12,59,74,.1);
}
.access-card:hover i { background: var(--navy); color: #f0c14b; }

/* About */
.about-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}
.about-visual { position: relative; }
.about-img-main {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 20px 44px rgba(12,59,74,.14);
}
.about-badge {
  position: absolute;
  right: -14px;
  bottom: 28px;
  background: var(--navy);
  color: #fff;
  border-radius: 18px;
  padding: 18px 22px;
  max-width: 190px;
  box-shadow: 0 16px 34px rgba(12,59,74,.24);
}
.about-badge strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
.about-badge span {
  font-size: 12.5px;
  color: #cfdedd;
  line-height: 1.4;
}
.about-content .lead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 21px;
  color: var(--teal);
  margin: 14px 0 12px;
  line-height: 1.45;
}
.about-content > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 8px;
}
.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin: 26px 0;
}
.point { display: flex; gap: 13px; }
.point i {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2ece9;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.point h4 {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy-dark);
  margin: 2px 0 4px;
}
.point p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Pillars */
.pillars-section {
  background: linear-gradient(180deg, #f2f8f6 0%, #eaf3f0 100%);
  border: 1px solid #e2ece9;
  border-radius: 28px;
  padding: 52px 40px;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pillar-card {
  background: #fff;
  border: 1px solid #e6efec;
  border-radius: 20px;
  padding: 30px 26px;
  transition: all .2s ease;
}
.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(12,59,74,.1);
}
.pillar-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--navy);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 18px;
}
.pillar-card h3 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy-dark);
  margin: 0 0 10px;
}
.pillar-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* Updates (news + notices) */
.updates-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr);
  gap: 20px;
  align-items: stretch;
}
.updates-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  gap: 20px;
}
.updates-main.is-single { grid-template-columns: minmax(0, 1fr); }
.updates-main.is-single .update-card { align-items: center; }
.updates-main.is-single .update-body { min-height: auto; }
.updates-main.is-single .update-more { margin-top: 4px; }
.update-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 18px;
  padding: 22px;
  color: inherit !important;
  transition: all .2s ease;
}
.update-card:hover {
  border-color: #cfe0dc;
  box-shadow: 0 16px 34px rgba(12,59,74,.09);
  transform: translateY(-3px);
}
.update-date {
  flex-shrink: 0;
  width: 62px;
  height: 66px;
  border-radius: 14px;
  background: var(--teal-soft);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.update-date strong {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.update-date em {
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 4px;
  color: var(--teal);
}
.update-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
}
.update-title {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy-dark);
  line-height: 1.45;
  margin-bottom: 8px;
}
.updates-main.is-single .update-title { font-size: 19px; }
.update-text {
  display: block;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 14px;
}
.update-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--teal);
}
.update-empty {
  margin: 0;
  padding: 18px;
  color: var(--muted);
  font-size: 13.5px;
}

.updates-side { display: flex; }
.notice-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--navy);
  border-radius: 20px;
  padding: 24px;
  color: #fff;
}
.notice-card h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.notice-card h3 i { color: var(--gold); font-size: 15px; }
.notice-list { display: grid; gap: 4px; }
.notice-list a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  color: #d7e6e6 !important;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(255,255,255,.12);
}
.notice-list a:last-child { border-bottom: 0; }
.notice-list a i { color: var(--gold); font-size: 13px; margin-top: 2px; }
.notice-list a:hover { color: #fff !important; }
.notice-list .update-empty { color: #b9cccc; padding: 10px 0; }

.notice-foot {
  margin-top: auto;
  padding-top: 16px;
}
.notice-stipend {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(201,162,39,.3);
  border-radius: 14px;
  padding: 12px 14px;
}
.notice-stipend i {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(201,162,39,.18);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.notice-stipend span {
  font-size: 12px;
  line-height: 1.45;
  color: #c6d6d6;
}
.notice-stipend strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
.notice-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 14px;
}
.notice-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--gold) !important;
}
.notice-links a:hover { color: #f0c14b !important; }

/* Principal */
.principal-section {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 16px 38px rgba(12,59,74,.07);
}
.principal-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
  display: block;
}
.principal-text blockquote {
  margin: 8px 0 16px;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.35;
  color: var(--navy-dark);
}
.principal-text > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 16px;
}
.principal-name {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: var(--navy-dark) !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
}
.principal-name span {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--teal);
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Gallery strip */
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.gallery-strip a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.gallery-strip img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gallery-strip a:hover img { transform: scale(1.06); }

/* CTA band */
.home-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background:
    radial-gradient(ellipse at 10% 20%, rgba(201,162,39,.16), transparent 45%),
    linear-gradient(120deg, #0a3d3f 0%, #062628 100%);
  border-radius: 28px;
  padding: 44px 46px;
  margin-bottom: 52px;
}
.cta-text h2 { color: #fff; margin-bottom: 8px; }
.cta-text p {
  margin: 0;
  color: #cfdedd;
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 520px;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Homepage responsive */
@media (max-width: 1100px) {
  .quick-access { grid-template-columns: repeat(4, 1fr); }
  .about-section { grid-template-columns: 1fr; gap: 32px; }
  .about-img-main { height: 380px; }
  .about-badge { right: 18px; }
  .updates-grid { grid-template-columns: 1fr; }
  .principal-section { grid-template-columns: 220px minmax(0, 1fr); gap: 28px; padding: 30px; }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .hero-highlights-inner { grid-template-columns: 1fr 1fr; }
  .highlight:nth-child(2) { border-right: 0; }
  .highlight:nth-child(1), .highlight:nth-child(2) { border-bottom: 1px solid #edf3f1; }
}
@media (max-width: 860px) {
  .hero { min-height: 480px; height: auto; padding: 0; }
  .hero-inner { padding: 86px 20px 78px; }
  .hero p { font-size: 15px; }
  .hero-controls { left: 20px; bottom: 22px; }
  .home-section { margin-bottom: 46px; }
  .pillars-section { padding: 34px 22px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .updates-main { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .updates-main.is-single .update-card { align-items: flex-start; }
  .updates-main.is-single .update-title { font-size: 16px; }
  .principal-section { grid-template-columns: 1fr; text-align: left; }
  .principal-photo img { height: 260px; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .gallery-strip img { height: 150px; }
  .home-cta { padding: 32px 24px; }
  .section-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .quick-access { grid-template-columns: 1fr 1fr; }
  .about-points { grid-template-columns: 1fr; }
  .hero-highlights { margin: -34px auto 42px; }
  .hero-highlights-inner { grid-template-columns: 1fr; }
  .highlight { border-right: 0; border-bottom: 1px solid #edf3f1; }
  .highlight:last-child { border-bottom: 0; }
  .about-badge { position: static; max-width: none; margin-top: 14px; }
  .hero-actions .hero-btn { flex: 1 1 100%; justify-content: center; }
}

/* Facilities page redesign */
#content_section.facilities-page {
  display: block;
  max-width: 1180px;
  padding: 28px 20px 64px;
}
.facilities-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.facilities-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.facilities-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.facilities-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.facilities-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.facilities-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.facilities-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
a.facility-card,
.facility-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  color: inherit !important;
  text-decoration: none !important;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
a.facility-card:hover,
.facility-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(12, 59, 74, .12);
}
.facility-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.facility-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0c3b4a, #1b6b63);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(12, 59, 74, .18);
}
.facility-tag {
  display: inline-flex;
  background: #eef7f5;
  color: #0c3b4a;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.facility-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #072830;
  line-height: 1.25;
}
.facility-card p {
  margin: 0 0 16px;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.65;
  flex: 1;
}
.facility-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0c3b4a;
  font-size: 13px;
  font-weight: 700;
}
.facilities-note {
  margin-top: 22px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #eef7f5;
  border: 1px solid #d7e8e4;
  border-radius: 16px;
  padding: 16px 18px;
  color: #0c3b4a;
}
.facilities-note i {
  color: #c9a227;
  font-size: 18px;
  margin-top: 2px;
}
.facilities-note p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .facilities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facilities-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .facilities-page-intro h1 { font-size: 32px; }
}
@media (max-width: 560px) {
  .facilities-grid { grid-template-columns: 1fr; }
}

/* MES page redesign */
#content_section.mes-page {
  display: block;
  max-width: 1180px;
  padding: 28px 20px 64px;
}
.mes-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.mes-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mes-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.mes-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.mes-lead {
  margin: 0;
  max-width: 620px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.mes-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.mes-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.mes-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.mes-side {
  display: grid;
  gap: 14px;
}
.mes-photo {
  display: block;
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  position: relative;
}
.mes-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.mes-photo span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #0c3b4a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.mes-timing-card,
.mes-contact-mini,
.mes-main {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
}
.mes-timing-card { padding: 16px; }
.mes-timing-card h3 {
  margin: 0 0 12px;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 16px;
  color: #072830;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mes-timing-card h3 i { color: #c9a227; }
.mes-timing-card ul { margin: 0; padding: 0; list-style: none; }
.mes-timing-card li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid #eef3f2;
}
.mes-timing-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.mes-timing-card strong {
  color: #0c3b4a;
  font-size: 14px;
}
.mes-timing-card span {
  color: #24343c;
  font-size: 13px;
  font-weight: 600;
}
.mes-contact-mini { padding: 16px; }
.mes-contact-mini h4 {
  margin: 0 0 6px;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 14px;
  color: #072830;
}
.mes-contact-mini p {
  margin: 0 0 6px;
  color: #24343c;
  font-size: 13px;
  line-height: 1.5;
}
.mes-contact-mini i {
  width: 16px;
  color: #c9a227;
}
.mes-main { padding: 22px 24px 20px; }
.mes-main-head {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef3f2;
}
.mes-main-head h2 {
  margin: 0 0 6px;
  font-size: 28px;
  color: #072830;
}
.mes-main-head p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
}
.mes-rules {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  counter-reset: mesrule;
  display: grid;
  gap: 10px;
}
.mes-rules > li {
  counter-increment: mesrule;
  position: relative;
  padding: 12px 14px 12px 52px;
  background: #f7faf9;
  border: 1px solid #e8efed;
  border-radius: 14px;
  color: #102028;
  font-size: 14.5px;
  line-height: 1.65;
}
.mes-rules > li::before {
  content: counter(mesrule);
  position: absolute;
  left: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0c3b4a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.mes-inline-times {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}
.mes-inline-times li {
  color: #0c3b4a;
  font-weight: 600;
  font-size: 13.5px;
}
.mes-warning {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff7e8;
  border: 1px solid #f0d79a;
  border-radius: 14px;
  padding: 14px 16px;
}
.mes-warning i {
  color: #c9a227;
  font-size: 18px;
  margin-top: 2px;
}
.mes-warning p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 600;
}
.mes-sign {
  margin-top: 18px;
  text-align: right;
  display: grid;
  gap: 2px;
  color: #0c3b4a;
}
.mes-sign span,
.mes-sign em {
  font-style: normal;
  font-size: 13px;
  color: #24343c;
}
.mes-sign strong {
  font-size: 16px;
}

@media (max-width: 900px) {
  .mes-layout { grid-template-columns: 1fr; }
  .mes-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .mes-page-intro h1 { font-size: 32px; }
  .mes-photo img { height: 360px; }
}

/* About / General Information redesign */
#content_section.about-page {
  display: block;
  max-width: 1180px;
  padding: 28px 20px 64px;
}
.about-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.about-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.about-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.about-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.about-intro-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.about-intro-links > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0c3b4a;
  color: #fff !important;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.about-intro-links > a:hover { background: #14565c; color: #fff !important; }
.about-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.about-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.about-block { margin-bottom: 28px; }
.about-block-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.about-kicker {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #0c3b4a;
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.about-block-head h2 {
  margin: 0 0 4px;
  font-size: 32px;
  color: #072830;
}
.about-block-head p {
  margin: 0;
  color: #24343c;
  font-size: 15px;
  font-weight: 600;
}
.about-aim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.about-aim-card,
.about-obj-card,
.about-philo-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
}
.about-aim-card { padding: 20px; }
.about-aim-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, #0c3b4a, #1b6b63);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
}
.about-aim-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #072830;
}
.about-aim-card p,
.about-obj-card p,
.about-philo-card p {
  margin: 0;
  color: #102028;
  font-size: 14.5px;
  line-height: 1.65;
}
.about-obj-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.about-obj-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}
.about-obj-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef7f5;
  color: #0c3b4a;
  border: 1px solid #d7e8e4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.about-philo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.about-philo-card { padding: 18px; }
.about-philo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff7e8;
  color: #c9a227;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.about-philo-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #072830;
}

@media (max-width: 980px) {
  .about-obj-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .about-page-intro,
  .about-intro-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-aim-grid,
  .about-philo-grid,
  .about-obj-grid { grid-template-columns: 1fr; }
  .about-page-intro h1 { font-size: 32px; }
}

/* Principal's Desk redesign */
#content_section.principal-page {
  display: block;
  max-width: 1180px;
  padding: 28px 20px 64px;
}
.principal-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.principal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.principal-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.principal-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.principal-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.principal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #0c3b4a;
  color: #0c3b4a !important;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.principal-back:hover {
  background: #0c3b4a;
  color: #fff !important;
}
.principal-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.principal-profile,
.principal-message {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  overflow: hidden;
}
.principal-photo {
  position: relative;
  background: #d9e7ec;
}
.principal-photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.principal-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0c3b4a;
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
}
.principal-profile blockquote {
  margin: 0;
  padding: 16px 18px 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: #0c3b4a;
  border: 0;
}
.principal-meta {
  padding: 8px 18px 18px;
  display: grid;
  gap: 4px;
}
.principal-meta strong {
  color: #072830;
  font-size: 18px;
}
.principal-meta span,
.principal-meta a {
  color: #24343c;
  font-size: 13.5px;
}
.principal-meta a i { color: #c9a227; margin-right: 4px; }
.principal-message { padding: 22px 24px; }
.principal-message-head {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef3f2;
}
.principal-message-head h2 {
  margin: 0 0 4px;
  font-size: 28px;
  color: #072830;
}
.principal-message-head p {
  margin: 0;
  color: #24343c;
  font-size: 14px;
  font-weight: 600;
}
.principal-copy p {
  margin: 0 0 14px;
  color: #102028;
  font-size: 15px;
  line-height: 1.75;
}
.principal-copy p:last-child { margin-bottom: 0; }
.principal-closing {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef3f2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}
.principal-closing > p {
  margin: 0;
  max-width: 420px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: #0c3b4a;
}
.principal-signoff {
  text-align: right;
  display: grid;
  gap: 2px;
}
.principal-signoff strong {
  color: #072830;
  font-size: 16px;
}
.principal-signoff span,
.principal-signoff em {
  color: #24343c;
  font-style: normal;
  font-size: 13px;
}
.principal-signoff em {
  color: #c9a227;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

@media (max-width: 900px) {
  .principal-layout { grid-template-columns: 1fr; }
  .principal-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .principal-page-intro h1 { font-size: 32px; }
  .principal-closing {
    flex-direction: column;
    align-items: flex-start;
  }
  .principal-signoff { text-align: left; }
}

/* Enquiry / Quick Inquiry redesign */
#content_section.enquiry-page {
  display: block;
  max-width: 1180px;
  padding: 28px 20px 64px;
  position: relative;
}
#content_section.enquiry-page::before,
#content_section.enquiry-page::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  pointer-events: none;
  opacity: .1;
  background:
    radial-gradient(circle at 30% 30%, #1b6b63 0 18%, transparent 19%),
    radial-gradient(circle at 70% 60%, #1b6b63 0 12%, transparent 13%);
}
#content_section.enquiry-page::before { top: 8px; left: 0; }
#content_section.enquiry-page::after { bottom: 30px; right: 0; transform: scaleX(-1); }
.enquiry-page-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 26px;
  position: relative;
  z-index: 1;
}
.enquiry-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 10px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.enquiry-eyebrow span {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #c9a227;
}
.enquiry-page-intro h1 {
  margin: 0 0 10px;
  font-size: 42px;
  color: #072830;
}
.enquiry-lead {
  margin: 0;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.enquiry-layout {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 20px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.enquiry-form-card,
.enquiry-side-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(12, 59, 74, .08);
}
.enquiry-form-card { padding: 24px; }
.enquiry-form-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.enquiry-form-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8f4f2;
  color: #0c3b4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.enquiry-form-head h2 {
  margin: 0 0 4px;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 22px;
  color: #072830;
}
.enquiry-form-head p {
  margin: 0;
  color: #24343c;
  font-size: 13.5px;
}
.enquiry-alert {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff1f0;
  border: 1px solid #f5c2c0;
  color: #a32020;
  font-size: 14px;
  font-weight: 600;
}
.enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.enquiry-field {
  display: grid;
  gap: 6px;
}
.enquiry-field-full { grid-column: 1 / -1; }
.enquiry-field > span:first-child {
  color: #072830;
  font-size: 13px;
  font-weight: 700;
}
.enquiry-field em { color: #c0392b; font-style: normal; }
.enquiry-input {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7faf9;
  border: 1px solid #d9e4e1;
  border-radius: 12px;
  padding: 0 12px;
  min-height: 48px;
}
.enquiry-input i {
  color: #0c3b4a;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}
.enquiry-input input,
.enquiry-input textarea {
  width: 100%;
  border: 0 !important;
  outline: none;
  background: transparent !important;
  padding: 12px 0 !important;
  font-size: 14px !important;
  color: #102028 !important;
  box-shadow: none !important;
}
.enquiry-textarea {
  align-items: flex-start;
  padding-top: 12px;
}
.enquiry-textarea i { margin-top: 4px; }
.enquiry-textarea textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.5;
}
.enquiry-captcha {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eef3f2;
}
.enquiry-captcha-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #072830;
  font-size: 13px;
  font-weight: 700;
}
.enquiry-captcha-label i { color: #1b6b63; }
.enquiry-captcha-label em { color: #c0392b; font-style: normal; }
.enquiry-captcha-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 12px;
  align-items: center;
}
.enquiry-captcha-row img {
  width: 160px;
  height: 48px;
  object-fit: contain;
  background: #f7faf9;
  border: 1px solid #d9e4e1;
  border-radius: 12px;
  cursor: pointer;
  display: block;
}
.enquiry-captcha small {
  display: block;
  margin-top: 6px;
  color: #3a4a52;
  font-size: 12px;
}
.enquiry-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.enquiry-submit,
.enquiry-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1.5px solid #0c3b4a;
}
.enquiry-submit {
  background: #0c3b4a;
  color: #fff;
  min-width: 180px;
}
.enquiry-submit:hover { background: #14565c; }
.enquiry-reset {
  background: #fff;
  color: #0c3b4a;
}
.enquiry-reset:hover { background: #eef7f5; }
.enquiry-side-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.enquiry-help-visual {
  background: linear-gradient(160deg, #eef7f5 0%, #f7faf9 100%);
  border-radius: 18px;
  padding: 8px;
  text-align: center;
  overflow: hidden;
}
.enquiry-help-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  object-fit: cover;
}
.enquiry-reach h3 {
  margin: 0 0 4px;
  font-family: "Outfit", "Segoe UI", sans-serif;
  font-size: 18px;
  color: #072830;
}
.enquiry-reach > p {
  margin: 0 0 12px;
  color: #24343c;
  font-size: 13.5px;
}
.enquiry-reach ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.enquiry-reach li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.enquiry-reach-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f4f2;
  color: #0c3b4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.enquiry-reach strong {
  display: block;
  color: #072830;
  font-size: 13px;
  margin-bottom: 2px;
}
.enquiry-reach a,
.enquiry-reach span {
  color: #24343c;
  font-size: 13.5px;
  line-height: 1.45;
}
.enquiry-hours {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eaf4f8;
  border-radius: 14px;
  padding: 12px 14px;
  color: #0c3b4a;
  font-size: 13px;
  font-weight: 600;
}
.enquiry-hours i { color: #1b6b63; font-size: 16px; }

@media (max-width: 960px) {
  .enquiry-layout { grid-template-columns: 1fr; }
  .enquiry-page-intro h1 { font-size: 32px; }
}
@media (max-width: 640px) {
  .enquiry-grid { grid-template-columns: 1fr; }
  .enquiry-captcha-row { grid-template-columns: 1fr; }
  .enquiry-actions { flex-direction: column; }
  .enquiry-submit,
  .enquiry-reset { width: 100%; }
}

/* Rules & Regulations redesign */
#content_section.rules-page {
  display: block;
  max-width: 1100px;
  padding: 28px 20px 64px;
}
.rules-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.rules-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.rules-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.rules-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.rules-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.rules-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.rules-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.rules-alert {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff7e8;
  border: 1px solid #f0d79a;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 18px;
}
.rules-alert i {
  color: #c9a227;
  font-size: 20px;
  margin-top: 2px;
}
.rules-alert p {
  margin: 0;
  color: #102028;
  font-size: 15px;
  line-height: 1.65;
}
.rules-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}
.rules-info-card,
.rules-punish-card,
.rules-gallery-block {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
}
.rules-info-card { padding: 20px; }
.rules-info-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff7e8;
  color: #c9a227;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 16px;
}
.rules-info-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #072830;
}
.rules-info-card p {
  margin: 0;
  color: #102028;
  font-size: 14.5px;
  line-height: 1.65;
}
.rules-punish-card,
.rules-gallery-block {
  padding: 22px;
  margin-bottom: 18px;
}
.rules-punish-head {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef3f2;
}
.rules-punish-head h2 {
  margin: 0 0 6px;
  font-size: 28px;
  color: #072830;
}
.rules-punish-head p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
}
.rules-punish-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ruleitem;
  display: grid;
  gap: 10px;
}
.rules-punish-list li {
  counter-increment: ruleitem;
  position: relative;
  padding: 12px 14px 12px 52px;
  background: #f7faf9;
  border: 1px solid #e8efed;
  border-radius: 14px;
  color: #102028;
  font-size: 14.5px;
  line-height: 1.6;
}
.rules-punish-list li::before {
  content: counter(ruleitem);
  position: absolute;
  left: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0c3b4a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.rules-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.rules-gallery-item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #eef3f2;
  border: 1px solid #e6ecea;
}
.rules-gallery-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
.rules-helpline {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #0c3b4a;
  color: #fff;
  border-radius: 16px;
  padding: 16px 18px;
}
.rules-helpline i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.rules-helpline strong {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
}
.rules-helpline p {
  margin: 0;
  font-size: 13.5px;
  opacity: .92;
}
.rules-helpline a { color: #fff !important; }

@media (max-width: 820px) {
  .rules-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .rules-info-grid,
  .rules-gallery { grid-template-columns: 1fr; }
  .rules-page-intro h1 { font-size: 32px; }
  .rules-gallery-item img { height: 240px; }
}

/* Research Output redesign */
#content_section.research-page {
  display: block;
  max-width: 1100px;
  padding: 28px 20px 64px;
}
.research-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.research-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.research-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.research-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.research-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.research-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.research-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.research-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.research-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  padding: 22px;
  min-height: 100%;
}
.research-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0c3b4a, #1b6b63);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  box-shadow: 0 10px 20px rgba(12, 59, 74, .16);
}
.research-tag {
  display: inline-flex;
  background: #eef7f5;
  color: #0c3b4a;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.research-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #072830;
}
.research-card p {
  margin: 0;
  color: #102028;
  font-size: 15px;
  line-height: 1.7;
}
.research-note {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #eef7f5;
  border: 1px solid #d7e8e4;
  border-radius: 16px;
  padding: 16px 18px;
}
.research-note i {
  color: #c9a227;
  font-size: 18px;
  margin-top: 2px;
}
.research-note p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .research-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .research-grid { grid-template-columns: 1fr; }
  .research-page-intro h1 { font-size: 32px; }
}

/* Placement Services redesign */
#content_section.placement-page {
  display: block;
  max-width: 980px;
  padding: 28px 20px 64px;
}
.placement-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.placement-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.placement-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.placement-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.placement-lead {
  margin: 0;
  max-width: 520px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.placement-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.placement-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.placement-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  padding: 24px;
}
.placement-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.placement-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0c3b4a, #1b6b63);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(12, 59, 74, .16);
}
.placement-tag {
  display: inline-flex;
  background: #eef7f5;
  color: #0c3b4a;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.placement-card h2 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #072830;
}
.placement-card > p {
  margin: 0 0 18px;
  color: #102028;
  font-size: 16px;
  line-height: 1.7;
}
.placement-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid #eef3f2;
}
.placement-meta > div {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7faf9;
  border-radius: 12px;
  padding: 12px 14px;
  color: #0c3b4a;
  font-size: 13.5px;
  font-weight: 600;
}
.placement-meta i { color: #c9a227; }
.placement-note {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #eef7f5;
  border: 1px solid #d7e8e4;
  border-radius: 16px;
  padding: 16px 18px;
}
.placement-note i {
  color: #c9a227;
  font-size: 18px;
  margin-top: 2px;
}
.placement-note p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .placement-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .placement-page-intro h1 { font-size: 32px; }
  .placement-meta { grid-template-columns: 1fr; }
}

/* Student Welfare redesign */
#content_section.welfare-page {
  display: block;
  max-width: 1100px;
  padding: 28px 20px 64px;
}
.welfare-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.welfare-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.welfare-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.welfare-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.welfare-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.welfare-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.welfare-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.welfare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
a.welfare-card,
.welfare-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  padding: 22px;
  color: inherit !important;
  text-decoration: none !important;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
a.welfare-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(12, 59, 74, .12);
}
.welfare-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0c3b4a, #1b6b63);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  box-shadow: 0 10px 20px rgba(12, 59, 74, .16);
}
.welfare-tag {
  display: inline-flex;
  align-self: flex-start;
  background: #eef7f5;
  color: #0c3b4a;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.welfare-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #072830;
}
.welfare-card p {
  margin: 0 0 16px;
  color: #102028;
  font-size: 15px;
  line-height: 1.7;
  flex: 1;
}
.welfare-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0c3b4a;
  font-size: 13px;
  font-weight: 700;
}
.welfare-note {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #eef7f5;
  border: 1px solid #d7e8e4;
  border-radius: 16px;
  padding: 16px 18px;
}
.welfare-note i {
  color: #c9a227;
  font-size: 18px;
  margin-top: 2px;
}
.welfare-note p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.6;
}

@media (max-width: 820px) {
  .welfare-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .welfare-grid { grid-template-columns: 1fr; }
  .welfare-page-intro h1 { font-size: 32px; }
}

/* Affiliation / Courses shared redesign */
#content_section.info-simple-page {
  display: block;
  max-width: 1100px;
  padding: 28px 20px 64px;
}
.info-simple-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.info-simple-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.info-simple-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.info-simple-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.info-simple-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.info-simple-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #0c3b4a;
  color: #0c3b4a !important;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.info-simple-link:hover {
  background: #0c3b4a;
  color: #fff !important;
}
.info-simple-grid,
.courses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.info-simple-card,
.course-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  padding: 22px;
}
.info-simple-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0c3b4a, #1b6b63);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.info-simple-tag,
.course-badge {
  display: inline-flex;
  background: #eef7f5;
  color: #0c3b4a;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.course-badge.soft {
  background: #fff7e8;
  color: #8a6a12;
}
.info-simple-card h3,
.course-card h2 {
  margin: 0 0 8px;
  color: #072830;
}
.info-simple-card h3 { font-size: 22px; }
.course-card h2 { font-size: 28px; }
.info-simple-card p,
.course-card > p {
  margin: 0;
  color: #102028;
  font-size: 15px;
  line-height: 1.7;
}
.course-card.is-featured {
  background: linear-gradient(165deg, #fff 0%, #f4faf8 100%);
  border-color: #d7e8e4;
}
.course-meta {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.course-meta li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7faf9;
  border-radius: 12px;
  padding: 10px 12px;
  color: #24343c;
  font-size: 13.5px;
}
.course-meta i { color: #c9a227; width: 16px; text-align: center; }
.course-actions,
.info-simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.course-actions a,
.info-simple-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0c3b4a;
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}
.course-actions a:last-child,
.info-simple-actions a:last-child {
  background: #fff;
  color: #0c3b4a !important;
  border: 1.5px solid #0c3b4a;
}
.info-simple-highlight,
.info-simple-note {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 16px;
  padding: 16px 18px;
}
.info-simple-highlight {
  background: #0c3b4a;
  color: #fff;
}
.info-simple-highlight i { color: #f0c14b; font-size: 18px; margin-top: 2px; }
.info-simple-highlight p { margin: 0; font-size: 15px; line-height: 1.6; }
.info-simple-note {
  background: #eef7f5;
  border: 1px solid #d7e8e4;
}
.info-simple-note i { color: #c9a227; font-size: 18px; margin-top: 2px; }
.info-simple-note p { margin: 0; color: #24343c; font-size: 14.5px; line-height: 1.6; }

@media (max-width: 820px) {
  .info-simple-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-simple-grid,
  .courses-grid { grid-template-columns: 1fr; }
  .info-simple-intro h1 { font-size: 32px; }
}

/* Scholarship redesign */
#content_section.scholarship-page {
  display: block;
  max-width: 1100px;
  padding: 28px 20px 64px;
}
.scholarship-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}
.scholarship-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.scholarship-eyebrow span {
  display: inline-block;
  width: 48px;
  height: 1px;
  background: #c9a227;
}
.scholarship-page-intro h1 {
  margin: 0 0 8px;
  font-size: 42px;
  color: #072830;
}
.scholarship-lead {
  margin: 0;
  max-width: 560px;
  color: #24343c;
  font-size: 15px;
  line-height: 1.65;
}
.scholarship-script {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #1b6b63;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
.scholarship-script::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e8a317;
  border-radius: 2px;
}
.scholarship-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.scholarship-card {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 59, 74, .07);
  padding: 22px;
}
.scholarship-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0c3b4a, #1b6b63);
  color: #f0c14b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
  box-shadow: 0 10px 20px rgba(12, 59, 74, .16);
}
.scholarship-tag {
  display: inline-flex;
  background: #eef7f5;
  color: #0c3b4a;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.scholarship-card h3 {
  margin: 0 0 8px;
  font-size: 26px;
  color: #072830;
}
.scholarship-card p {
  margin: 0;
  color: #102028;
  font-size: 15px;
  line-height: 1.7;
}
.scholarship-note {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #eef7f5;
  border: 1px solid #d7e8e4;
  border-radius: 16px;
  padding: 16px 18px;
}
.scholarship-note i {
  color: #c9a227;
  font-size: 18px;
  margin-top: 2px;
}
.scholarship-note p {
  margin: 0;
  color: #24343c;
  font-size: 14.5px;
  line-height: 1.6;
}
.scholarship-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.scholarship-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0c3b4a;
  color: #fff !important;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}
.scholarship-actions a:last-child {
  background: #fff;
  color: #0c3b4a !important;
  border: 1.5px solid #0c3b4a;
}

@media (max-width: 820px) {
  .scholarship-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .scholarship-grid { grid-template-columns: 1fr; }
  .scholarship-page-intro h1 { font-size: 32px; }
}
