﻿/* ==========================================================================
   FACILITIES REDESIGN CSS — Pink Model School
   All 11 pages — unique per-page design systems
   ========================================================================== */

/* ─── SHARED GLOBALS ──────────────────────────────────────────────────── */
.fac-hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
}
.fac-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.6) 60%, rgba(200,155,44,0.25) 100%);
  z-index: 1;
}
.fac-hero .container { position: relative; z-index: 2; }
.fac-hero-tag {
  display: inline-block;
  background: rgba(200,155,44,0.2);
  border: 1px solid rgba(200,155,44,0.5);
  color: #ffd166;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.fac-hero h1 {
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}
.fac-hero h1 span { color: #ffd166; }
.fac-hero p.lead {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  max-width: 540px;
  line-height: 1.85;
  margin-bottom: 32px;
}
.fac-hero-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 14px;
  text-decoration: none; transition: all .3s ease;
}
.fac-hero-btn-primary { background: var(--theme-color2); color: #fff; }
.fac-hero-btn-primary:hover { background: #b8882a; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(200,155,44,0.35); }
.fac-hero-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); margin-left: 12px; }
.fac-hero-btn-outline:hover { background: rgba(255,255,255,0.12); color: #fff; border-color: #fff; }

/* Floating hero stats */
.fac-hero-stat-strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0;
  z-index: 2;
}
.fac-hero-stat { text-align: center; }
.fac-hero-stat-num { font-size: 26px; font-weight: 900; color: #ffd166; line-height: 1; display: block; }
.fac-hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-top: 4px; }

/* Section Label */
.fac-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212, 166, 42, 0.12);
  border: 1px solid rgba(212, 166, 42, 0.22);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.1;
  color: var(--theme-color2);
  margin-bottom: 14px;
}
.fac-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: var(--theme-color2);
  flex-shrink: 0;
}

.trans-hero-tag-ticket {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  padding: 9px 16px 10px !important;
  border-radius: 999px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 26px rgba(20, 43, 111, 0.12);
}

.trans-hero-tag-ticket i,
.theme-btn-custom i {
  margin-right: 0 !important;
  line-height: 1;
}

.theme-btn-custom {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px !important;
  border: 2px solid transparent;
  border-radius: 999px !important;
  line-height: 1.15 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(20, 43, 111, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.theme-btn-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(20, 43, 111, 0.18);
}

.theme-btn-custom[style*="#D4A62A"],
.theme-btn-custom[style*="#d4a62a"],
.trans-hero-tag-ticket[style*="#D4A62A"],
.trans-hero-tag-ticket[style*="#d4a62a"] {
  color: #142B6F !important;
}

.theme-btn-custom[style*="#142B6F"],
.theme-btn-custom[style*="#142b6f"],
.trans-hero-tag-ticket[style*="#142B6F"],
.trans-hero-tag-ticket[style*="#142b6f"] {
  color: #ffffff !important;
}

/* Section titles */
.fac-section-title {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 900; color: var(--theme-color); line-height: 1.25;
  margin-bottom: 16px;
}
.fac-section-title span { color: var(--theme-color2); }

/* ─── CREATIVE IMAGE FRAMES ──────────────────────────────────────────── */

/* Blob frame */
.fac-img-blob {
  position: relative;
  display: inline-block;
}
.fac-img-blob img {
  width: 100%;
  border-radius: 60% 40% 55% 45% / 45% 55% 45% 55%;
  object-fit: cover;
  aspect-ratio: 1;
  box-shadow: 0 30px 70px rgba(30,38,109,0.15);
}
.fac-img-blob::before {
  content: "";
  position: absolute; inset: -12px;
  border-radius: 62% 38% 57% 43% / 47% 53% 47% 53%;
  background: linear-gradient(135deg, rgba(200,155,44,0.15), rgba(30,38,109,0.08));
  z-index: -1;
  animation: blob-morph 8s ease-in-out infinite alternate;
}
@keyframes blob-morph {
  0% { border-radius: 62% 38% 57% 43% / 47% 53% 47% 53%; }
  50% { border-radius: 40% 60% 35% 65% / 60% 40% 60% 40%; }
  100% { border-radius: 55% 45% 60% 40% / 44% 56% 44% 56%; }
}

/* Arch (tall oval) frame */
.fac-img-arch {
  position: relative;
  display: inline-block;
}
.fac-img-arch img {
  width: 100%; max-width: 360px;
  border-radius: 180px 180px 40px 40px;
  object-fit: cover;
  aspect-ratio: 3/4;
  box-shadow: 0 25px 60px rgba(30,38,109,0.18);
}
.fac-img-arch::after {
  content: "";
  position: absolute; top: -16px; left: -16px; right: -16px; bottom: -16px;
  border-radius: 196px 196px 56px 56px;
  border: 3px solid rgba(200,155,44,0.2);
  z-index: -1;
}

/* Tilted card */
.fac-img-tilt {
  transform: rotate(-3deg);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(30,38,109,0.2);
  transition: transform .5s ease;
}
.fac-img-tilt:hover { transform: rotate(0deg); }
.fac-img-tilt img { width: 100%; display: block; object-fit: cover; }

/* Capsule frame */
.fac-img-capsule {
  border-radius: 120px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(30,38,109,0.15);
}
.fac-img-capsule img { width: 100%; display: block; object-fit: cover; aspect-ratio: 3/2; }

/* Overlapping collage */
.fac-img-collage {
  position: relative;
  height: 460px;
}
.fac-img-collage .collage-main {
  position: absolute; top: 0; left: 0;
  width: 68%; aspect-ratio: 4/3;
  border-radius: 24px; object-fit: cover;
  box-shadow: 0 25px 60px rgba(30,38,109,0.18);
}
.fac-img-collage .collage-thumb-1 {
  position: absolute; bottom: 0; right: 0;
  width: 42%; aspect-ratio: 4/3;
  border-radius: 20px; object-fit: cover;
  box-shadow: 0 18px 45px rgba(30,38,109,0.15);
  border: 5px solid #fff;
}
.fac-img-collage .collage-thumb-2 {
  position: absolute; top: 60%; right: 35%;
  width: 30%; aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 15px 35px rgba(30,38,109,0.15);
  border: 4px solid #fff;
}
.fac-img-collage .collage-badge {
  position: absolute; bottom: 30px; left: 20px;
  background: var(--theme-color2); color: #fff;
  font-weight: 800; font-size: 13px;
  padding: 10px 20px; border-radius: 50px;
  box-shadow: 0 8px 20px rgba(200,155,44,0.35);
}

/* Wave-cut frame */
.fac-img-wave-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px 24px 0 24px;
}
.fac-img-wave-frame::after {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 30'%3E%3Cpath fill='%23ffffff' d='M0,20 Q300,0 600,20 T1200,20 L1200,30 L0,30Z'/%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
}
.fac-img-wave-frame img { width: 100%; display: block; object-fit: cover; aspect-ratio: 16/9; }

/* ─── STEP FLOW — CONNECTED NODES ─────────────────────────────────────── */
.fac-flow-container {
  display: flex; align-items: flex-start; gap: 0;
  flex-wrap: wrap; justify-content: center;
  position: relative;
}
.fac-flow-item {
  flex: 1; min-width: 180px; max-width: 220px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; position: relative; padding: 0 12px;
}
.fac-flow-item + .fac-flow-item::before {
  content: "";
  position: absolute; top: 38px; right: calc(100% - 12px);
  width: calc(100% - 24px); height: 2px;
  background: linear-gradient(90deg, var(--theme-color2), rgba(200,155,44,0.2));
  z-index: 0;
}
@media (max-width: 768px) {
  .fac-flow-item + .fac-flow-item::before { display: none; }
  .fac-flow-container { flex-direction: column; align-items: center; }
}
.fac-flow-icon {
  width: 76px; height: 76px; border-radius: 50%;
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color2));
  color: #fff; font-size: 28px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 15px 35px rgba(30,38,109,0.2);
  position: relative; z-index: 1;
  transition: transform .3s ease;
}
.fac-flow-item:hover .fac-flow-icon { transform: scale(1.1) rotate(5deg); }
.fac-flow-num {
  position: absolute; top: -6px; right: -6px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--theme-color2); color: #fff;
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.fac-flow-title { font-weight: 800; font-size: 15px; color: var(--theme-color); margin: 14px 0 6px; }
.fac-flow-desc { font-size: 13px; color: #777; line-height: 1.6; }

/* ─── CURVED PROCESS FLOW ──────────────────────────────────────────────── */
.fac-curve-flow {
  position: relative;
  padding: 40px 0;
}
.fac-curve-flow svg.connector-line {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}
.fac-curve-step {
  display: flex; align-items: center; gap: 24px;
  background: #fff; border-radius: 20px; padding: 28px 32px;
  box-shadow: 0 10px 35px rgba(30,38,109,0.06);
  border: 1px solid rgba(30,38,109,0.06);
  position: relative; z-index: 1;
  transition: all .3s ease;
  margin-bottom: 24px;
}
.fac-curve-step:hover { transform: translateX(8px); box-shadow: 0 15px 45px rgba(30,38,109,0.1); }
.fac-curve-step.alt { flex-direction: row-reverse; text-align: right; }
.fac-curve-step.alt:hover { transform: translateX(-8px); }
.fac-curve-step-icon {
  width: 64px; height: 64px; border-radius: 18px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color2));
  color: #fff; font-size: 26px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(30,38,109,0.2);
}
.fac-curve-step-num { font-size: 11px; color: var(--theme-color2); font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.fac-curve-step-title { font-size: 18px; font-weight: 800; color: var(--theme-color); margin: 4px 0; }
.fac-curve-step-desc { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

/* ─── PREMIUM GRID CARDS ─────────────────────────────────────────────── */
.fac-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 35px rgba(30,38,109,0.05);
  border: 1px solid rgba(30,38,109,0.06);
  transition: all .35s cubic-bezier(.25,1,.5,1);
  height: 100%;
  position: relative; overflow: hidden;
}
.fac-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--theme-color), var(--theme-color2));
  opacity: 0; transition: opacity .3s ease;
}
.fac-card:hover { transform: translateY(-8px); box-shadow: 0 25px 55px rgba(30,38,109,0.1); }
.fac-card:hover::before { opacity: 1; }
.fac-card-icon {
  width: 68px; height: 68px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(30,38,109,0.06), rgba(200,155,44,0.08));
  color: var(--theme-color);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; margin-bottom: 20px;
  transition: all .3s ease;
}
.fac-card:hover .fac-card-icon {
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color2));
  color: #fff; transform: rotate(10deg);
}
.fac-card h4 { font-size: 17px; font-weight: 800; color: var(--theme-color); margin-bottom: 10px; }
.fac-card p { font-size: 14px; color: #666; line-height: 1.75; margin: 0; }

/* ─── CHECKLIST STYLE ────────────────────────────────────────────────── */
.fac-checklist { list-style: none; padding: 0; margin: 0; }
.fac-checklist li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid rgba(30,38,109,0.06);
  font-size: 14.5px; color: #444; line-height: 1.7;
}
.fac-checklist li:last-child { border-bottom: none; }
.fac-checklist li .fac-check-icon {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--theme-color), var(--theme-color2));
  color: #fff; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}

/* ─── HIGHLIGHT BAND ─────────────────────────────────────────────────── */
.fac-highlight-band {
  background: linear-gradient(135deg, var(--theme-color) 0%, rgba(30,38,109,0.9) 100%);
  padding: 70px 0; position: relative; overflow: hidden;
}
.fac-highlight-band::before {
  content: "";
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
}
.fac-highlight-stat {
  text-align: center; padding: 20px;
}
.fac-highlight-stat-num {
  font-size: 48px; font-weight: 900; color: #ffd166; line-height: 1; display: block;
}
.fac-highlight-stat-label {
  font-size: 13px; color: rgba(255,255,255,0.7);
  text-transform: uppercase; letter-spacing: 0.5px; margin-top: 8px; display: block;
}

/* ─── PARENT TRUST SECTION ───────────────────────────────────────────── */
.fac-trust-card {
  background: linear-gradient(135deg, #f8f9ff, #fff8e7);
  border: 2px solid rgba(200,155,44,0.15);
  border-radius: 24px; padding: 40px;
  position: relative; overflow: hidden;
  box-shadow: 0 15px 45px rgba(30,38,109,0.06);
}
.fac-trust-card::before {
  content: '"';
  position: absolute; top: -10px; right: 24px;
  font-size: 160px; font-family: Georgia, serif;
  color: rgba(200,155,44,0.07); line-height: 1;
  pointer-events: none;
}

/* ─── CTA SECTION ────────────────────────────────────────────────────── */
.fac-cta-section {
  background: linear-gradient(135deg, var(--theme-color) 0%, #2a3480 100%);
  padding: 90px 0; text-align: center; position: relative; overflow: hidden;
}
.fac-cta-section::before {
  content: "";
  position: absolute; top: -50px; right: -50px;
  width: 300px; height: 300px; border-radius: 50%;
  background: rgba(200,155,44,0.1);
}
.fac-cta-section::after {
  content: "";
  position: absolute; bottom: -80px; left: -80px;
  width: 350px; height: 350px; border-radius: 50%;
  background: rgba(200,155,44,0.07);
}
.fac-cta-section h2 { font-size: clamp(24px,4vw,42px); font-weight: 900; color: #fff; margin-bottom: 16px; }
.fac-cta-section p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 32px; line-height: 1.8; }

/* ═══════════════════════════════════════════

/* ========================================== */
/* EXTRACTED FROM update_css.ps1 */
/* ========================================== */


/* ==========================================================================
   ULTRA-CREATIVE TRANSPORT THEME STYLES
   ========================================================================== */

/* Section background tints & typography overrides */
.trans-section-hero {
  background: linear-gradient(135deg, #FFF8EA 0%, #F8FBFF 100%) !important;
}
.trans-section-route {
  background: #ffffff !important;
}
.trans-section-safety {
  background: #FFFDF6 !important;
}
.trans-section-trust {
  background: #F7F5FF !important;
}
.trans-section-timeline {
  background: #F4F8FC !important;
}
.trans-section-benefits {
  background: #ffffff !important;
}
.trans-section-story {
  background: #FFF8EA !important;
}
.trans-section-note {
  background: #ffffff !important;
}
.trans-section-enquiry {
  background: linear-gradient(135deg, #10245C 0%, #1A2F78 100%) !important;
}

/* 1. Hero Canvas & Animated Bus */
.trans-hero-canvas {
  position: relative;
  height: 380px;
  background: #fff;
  border: 4px dashed rgba(30, 38, 109, 0.12);
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(20, 43, 111, 0.06);
}
.trans-hero-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(30, 38, 109, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 38, 109, 0.02) 1px, transparent 1px);
  background-size: 20px 20px;
}
.trans-hero-road-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.trans-hero-road-line {
  fill: none;
  stroke: #D4A62A;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 12 12;
}
.trans-hero-bus {
  position: absolute;
  width: 50px; height: 50px;
  background: #ffd166;
  border: 3px solid #142B6F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #142B6F;
  z-index: 5;
  box-shadow: 0 8px 20px rgba(212, 166, 42, 0.35);
  animation: drive-hero-bus 12s infinite linear;
}
@keyframes drive-hero-bus {
  0% { left: 10%; top: 70%; transform: rotate(0deg); }
  25% { left: 30%; top: 30%; transform: rotate(-25deg); }
  50% { left: 55%; top: 65%; transform: rotate(20deg); }
  75% { left: 75%; top: 25%; transform: rotate(-15deg); }
  100% { left: 90%; top: 60%; transform: rotate(10deg); }
}

.trans-hero-cloud {
  position: absolute;
  color: rgba(20, 43, 111, 0.06);
  font-size: 40px;
  z-index: 1;
  animation: float-clouds 20s infinite linear;
}
@keyframes float-clouds {
  0% { transform: translateX(-100px); }
  100% { transform: translateX(1200px); }
}

.trans-hero-landmark {
  position: absolute;
  background: #fff;
  border: 2px solid #dfe4ea;
  border-radius: 50%;
  width: 54px; height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #142B6F;
  z-index: 3;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

/* 2. Journey Infographic Curved Roadmap */
.trans-infographic-canvas {
  position: relative;
  padding: 60px 0;
}
.trans-infographic-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.trans-info-path {
  fill: none;
  stroke: #D4A62A;
  stroke-width: 6;
  stroke-dasharray: 10 10;
  opacity: 0.35;
}
.trans-info-step-node {
  background: #fff;
  border: 4px solid #D4A62A;
  width: 70px; height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #142B6F;
  box-shadow: 0 10px 25px rgba(212, 166, 42, 0.15);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.trans-info-step-node:hover {
  transform: scale(1.15);
  background: #142B6F;
  color: #ffd166;
  border-color: #ffd166;
}

/* 3. Safety First Orbit Wheel */
.trans-safety-wheel-container {
  position: relative;
  height: 560px;
  margin: 45px auto 25px;
  max-width: 820px;
}
.trans-safety-wheel-bg-rings {
  position: absolute;
  width: 470px;
  height: 470px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed rgba(20, 43, 111, 0.08);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.trans-safety-wheel-bg-rings::before {
  content: "";
  position: absolute;
  top: 50px; bottom: 50px; left: 50px; right: 50px;
  border: 2px dashed rgba(212, 166, 42, 0.12);
  border-radius: 50%;
}
.trans-safety-center-shield {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 128px; height: 128px;
  border-radius: 50%;
  background: #142B6F;
  border: 6px solid #D4A62A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
  box-shadow: 0 15px 35px rgba(20, 43, 111, 0.2);
  animation: pulse-shield 2s infinite ease-in-out;
}
@keyframes pulse-shield {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.05); }
  100% { transform: translate(-50%, -50%) scale(1); }
}

.trans-safety-orbit-item {
  position: absolute;
  width: 210px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  padding: 12px 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 43, 111, 0.05);
  box-shadow: 0 12px 30px rgba(20, 43, 111, 0.04);
  backdrop-filter: blur(4px);
}
.trans-safety-item-top {
  top: 8%;
  left: 50%;
}
.trans-safety-item-right {
  top: 37%;
  left: 83%;
}
.trans-safety-item-bottom-right {
  top: 82%;
  left: 68%;
}
.trans-safety-item-bottom-left {
  top: 82%;
  left: 32%;
}
.trans-safety-item-left {
  top: 37%;
  left: 17%;
}
.trans-safety-orbit-item h6 {
  margin-bottom: 4px;
  line-height: 1.15;
}
.trans-safety-orbit-item p {
  line-height: 1.45;
}
.trans-safety-orbit-icon {
  width: 58px; height: 58px;
  background: #fff;
  border: 4px solid #142B6F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 22px;
  color: #142B6F;
  box-shadow: 0 8px 20px rgba(20, 43, 111, 0.08);
  transition: all 0.3s;
}
.trans-safety-orbit-item:hover .trans-safety-orbit-icon {
  background: #D4A62A;
  border-color: #D4A62A;
  color: #fff;
  transform: scale(1.15);
}

/* 4. Parent Trust Highway Signs */
.trans-post-signboard {
  background: #142B6F;
  border: 3px solid #D4A62A;
  border-radius: 16px;
  padding: 28px;
  color: #fff;
  box-shadow: 0 12px 30px rgba(20, 43, 111, 0.1);
  position: relative;
  transition: all 0.3s;
}
.trans-post-signboard::after {
  content: "";
  position: absolute;
  bottom: -40px; left: 50%;
  width: 12px; height: 40px;
  background: #7f8c8d;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.6;
}
.trans-post-signboard:hover {
  transform: translateY(-8px) rotate(-1deg);
  background: #1E3A8A;
  box-shadow: 0 18px 40px rgba(30, 58, 138, 0.2);
}
.trans-post-signboard.green-theme {
  background: #27ae60;
  border-color: #fff;
}
.trans-post-signboard.green-theme:hover {
  background: #2ecc71;
}

/* 5. Pickup & Drop S-timeline */
.trans-s-timeline-container {
  position: relative;
  padding: 40px 0;
}
.trans-s-timeline-road {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 12px;
  background: #747d8c;
  transform: translateX(-50%);
  border-left: 2px dashed #fff;
  z-index: 1;
}
.trans-s-timeline-node {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  min-height: 118px;
}
.trans-s-timeline-node:last-child {
  margin-bottom: 0;
}
.trans-s-timeline-node > [class*="col-"] {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trans-s-timeline-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 52px; height: 52px;
  background: #ffd166;
  border: 4px solid #142B6F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #142B6F;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.trans-s-timeline-node:hover .trans-s-timeline-circle {
  transform: translate(-50%, -50%) scale(1.12);
  background: #D4A62A;
  color: #fff;
}

/* 6. Benefits Bubble Cards */
.trans-benefit-bubble {
  background: #fff;
  border-radius: 30px 10px 30px 30px;
  border: 2px solid #dfe4ea;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.03);
  transition: all 0.3s;
}
.trans-benefit-bubble:hover {
  transform: translateY(-6px);
  border-color: #D4A62A;
  box-shadow: 0 15px 40px rgba(212, 166, 42, 0.15);
}

/* 7. Arched and collage frames */
.trans-collage-container {
  position: relative;
  height: 420px;
}
.trans-arch-photo {
  border-radius: 160px 160px 20px 20px;
  border: 8px solid #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  overflow: hidden;
  height: 380px;
  width: 100%;
}
.trans-arch-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.trans-circle-photo {
  position: absolute;
  bottom: 0; left: -30px;
  width: 150px; height: 150px;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  overflow: hidden;
  z-index: 3;
}
.trans-circle-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.trans-tilt-photo {
  position: absolute;
  top: 20px; right: -30px;
  width: 180px; height: 180px;
  border-radius: 24px;
  border: 6px solid #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  overflow: hidden;
  transform: rotate(5deg);
  z-index: 3;
}
.trans-tilt-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* 8. Caution Notice Board */
.trans-caution-board {
  background: #FFF4C7;
  border: 4px solid #D4A62A;
  border-radius: 16px;
  padding: 30px;
  color: #142B6F;
  box-shadow: 0 12px 35px rgba(212, 166, 42, 0.08);
  font-family: 'Outfit', sans-serif;
  position: relative;
}
.trans-caution-board::before {
  content: "";
  position: absolute;
  top: 10px; bottom: 10px; left: 10px; right: 10px;
  border: 2px dashed #D4A62A;
  pointer-events: none;
}

/* 9. Enquiry Card Form */
.trans-enquiry-form-card {
  background: linear-gradient(135deg, #10245C 0%, #1A2F78 100%);
  border: 6px solid #D4A62A;
  border-radius: 30px;
  padding: 45px;
  color: #fff;
  box-shadow: 0 25px 60px rgba(20, 43, 111, 0.3);
  position: relative;
  overflow: hidden;
}
.trans-enquiry-form-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(212, 166, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 166, 42, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.trans-form-field {
  width: 100%;
  padding: 12px 18px;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.trans-form-field:focus {
  border-color: #D4A62A;
  background: rgba(255,255,255,0.15);
  outline: none;
  box-shadow: 0 0 10px rgba(212, 166, 42, 0.2);
}
.trans-form-field::placeholder {
  color: rgba(255,255,255,0.5);
}

@media (max-width: 768px) {
  .trans-safety-wheel-container {
    height: auto;
    max-width: 100%;
    margin-top: 20px;
  }
  .trans-safety-wheel-bg-rings {
    display: none;
  }
  .trans-safety-center-shield {
    position: relative;
    top: auto; left: auto;
    transform: none !important;
    margin: 0 auto 30px;
  }
  .trans-safety-orbit-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: min(100%, 360px) !important;
    margin: 0 auto 18px;
    padding: 18px 20px;
  }
  
  .trans-s-timeline-road {
    left: 20px;
  }
  .trans-s-timeline-circle {
    left: 20px;
    top: 28px;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .trans-s-timeline-node:hover .trans-s-timeline-circle {
    transform: translateX(-50%) scale(1.08);
  }
  .trans-s-timeline-node {
    min-height: auto;
    padding-left: 58px;
    margin-bottom: 30px;
  }
  .trans-s-timeline-node > [class*="col-"] {
    min-height: auto;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .trans-circle-photo, .trans-tilt-photo {
    position: relative;
    left: auto; right: auto;
    top: auto;
    margin: 15px auto;
    transform: none;
    width: 100%;
    max-width: 250px;
    height: 180px;
    border-radius: 16px;
  }
  .trans-collage-container {
    height: auto;
  }
}

/* ========================================== */
/* EXTRACTED FROM update_css_infra.ps1 */
/* ========================================== */


/* ==========================================================================
   CAMPUS INFRASTRUCTURE STORYTELLING STYLES
   ========================================================================== */

/* 1. Background transitions */
.bg-infra-hero {
  background: linear-gradient(135deg, #FFF8EA 0%, #F4F8FF 100%) !important;
}
.bg-infra-intro {
  background: #ffffff !important;
}
.bg-infra-zones {
  background: #F3F7FF !important;
}
.bg-infra-highlights {
  background: #FFF8EA !important;
}
.bg-infra-classrooms {
  background: #ffffff !important;
}
.bg-infra-movement {
  background: linear-gradient(135deg, #F7F5FF 0%, #FFFFFF 100%) !important;
}
.bg-infra-clean {
  background: #F6FBF8 !important;
}
.bg-infra-safety {
  background: #FFFDF6 !important;
}
.bg-infra-gallery {
  background: #ffffff !important;
}
.bg-infra-why {
  background: #F4F8FC !important;
}
.bg-infra-cta {
  background: linear-gradient(135deg, #10245C 0%, #1A2F78 100%) !important;
}

/* 2. Blueprint / Grid Pattern */
.infra-blueprint-grid {
  position: relative;
}
.infra-blueprint-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(30, 38, 109, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 38, 109, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 1;
}

/* 3. Arch Image & Collage Frames */
.infra-arch-frame {
  border-radius: 200px 200px 30px 30px;
  border: 10px solid #fff;
  box-shadow: 0 25px 55px rgba(20, 43, 111, 0.12);
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.85;
}
.infra-arch-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.infra-arch-frame:hover img {
  transform: scale(1.05);
}

.infra-floating-label {
  position: absolute;
  background: #fff;
  border: 2px solid #D4A62A;
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 800;
  font-size: 13px;
  color: #142B6F;
  box-shadow: 0 10px 25px rgba(212, 166, 42, 0.18);
  z-index: 5;
  white-space: nowrap;
}

/* 4. Highlight Bubbles (Circular) */
.infra-bubble-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.infra-bubble-node {
  width: 90px; height: 90px;
  background: #FFF8EA;
  border: 4px solid #D4A62A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #142B6F;
  box-shadow: 0 10px 25px rgba(212, 166, 42, 0.15);
  animation: float-slow 4s infinite ease-in-out;
}
@keyframes float-slow {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* 5. Asymmetric Campus Zone Blocks */
.infra-zone-block {
  background: #fff;
  border: 2px solid rgba(20, 43, 111, 0.08);
  border-radius: 40px 12px 40px 12px;
  padding: 35px;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.infra-zone-block:hover {
  transform: translateY(-8px);
  border-color: #D4A62A;
  box-shadow: 0 20px 45px rgba(212, 166, 42, 0.12);
}
.infra-zone-block::before {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 120px; height: 120px;
  background: rgba(212, 166, 42, 0.05);
  border-radius: 50%;
  transition: all 0.3s;
}
.infra-zone-block:hover::before {
  background: rgba(20, 43, 111, 0.05);
  transform: scale(1.2);
}

/* 6. Semi-Circular Orbit Infographic */
.infra-semi-orbit-container {
  position: relative;
  height: 340px;
  margin-top: 50px;
}
.infra-semi-orbit-arc {
  position: absolute;
  top: 50px; left: 10%; right: 10%;
  height: 250px;
  border: 6px dashed rgba(20, 43, 111, 0.12);
  border-radius: 150px 150px 0 0;
  pointer-events: none;
}
.infra-semi-orbit-node {
  position: absolute;
  width: 150px;
  text-align: center;
  transform: translateX(-50%);
}
.infra-semi-orbit-icon {
  width: 54px; height: 54px;
  background: #fff;
  border: 4px solid #D4A62A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 20px;
  color: #142B6F;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  transition: all 0.3s;
}
.infra-semi-orbit-node:hover .infra-semi-orbit-icon {
  background: #142B6F;
  border-color: #142B6F;
  color: #fff;
  transform: scale(1.15);
}

/* 7. Checklist floating cards */
.infra-checklist-capsule {
  background: #fff;
  border-left: 6px solid #27ae60;
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
}
.infra-checklist-capsule:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 25px rgba(39, 174, 96, 0.12);
}

/* 8. Stacked vertical panel list */
.infra-stacked-panel {
  background: #fff;
  border: 2px solid #dfe4ea;
  border-radius: 16px;
  padding: 24px 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.3s;
}
.infra-stacked-panel:hover {
  border-color: #D4A62A;
  box-shadow: 0 10px 25px rgba(212, 166, 42, 0.08);
  transform: translateY(-4px);
}
.infra-stacked-panel-icon {
  width: 50px; height: 50px;
  border-radius: 12px;
  background: rgba(30, 58, 138, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1E3A8A;
}

@media (max-width: 768px) {
  .infra-semi-orbit-arc {
    display: none;
  }
  .infra-semi-orbit-container {
    height: auto;
  }
  .infra-semi-orbit-node {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 20px auto;
    width: 100%;
    max-width: 250px;
  }
  .infra-floating-label {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 10px auto;
    display: block;
    width: fit-content;
  }
  .infra-circle-photo, .infra-tilt-photo {
    position: relative;
    left: auto; right: auto;
    top: auto;
    margin: 15px auto;
    transform: none;
    width: 100%;
    max-width: 250px;
    height: 180px;
  }
}

/* ========================================== */
/* EXTRACTED FROM update_css_smart.ps1 */
/* ========================================== */


/* ==========================================================================
   SMART CLASSROOMS DIGITAL LEARNING STYLES
   ========================================================================== */

/* 1. Background utility classes */
.bg-smart-hero {
  background: linear-gradient(135deg, #F3F7FF 0%, #FFF8EA 100%) !important;
}
.bg-smart-showcase {
  background: #ffffff !important;
}
.bg-smart-features {
  background: #F3F7FF !important;
}
.bg-smart-flow {
  background: linear-gradient(135deg, #10245C 0%, #1A2F78 100%) !important;
}
.bg-smart-teacher {
  background: #FFF8EA !important;
}
.bg-smart-benefits {
  background: #ffffff !important;
}
.bg-smart-balance {
  background: #F7F5FF !important;
}
.bg-smart-trust {
  background: #F4F8FC !important;
}
.bg-smart-gallery {
  background: #ffffff !important;
}
.bg-smart-cta {
  background: linear-gradient(135deg, #10245C 0%, #1A2F78 100%) !important;
}

/* 2. Interactive Smart Board display mock */
.smart-board-frame {
  position: relative;
  border: 10px solid #142B6F;
  border-radius: 28px;
  background: #0c102a;
  overflow: hidden;
  aspect-ratio: 1.6;
  box-shadow: 
    0 25px 60px rgba(20, 43, 111, 0.2),
    0 0 40px rgba(212, 166, 42, 0.15);
  transition: all 0.5s ease;
}
.smart-board-frame:hover {
  transform: translateY(-5px);
  box-shadow: 
    0 30px 70px rgba(20, 43, 111, 0.25),
    0 0 50px rgba(212, 166, 42, 0.25);
}
.smart-board-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.95;
}
.smart-board-glare {
  position: absolute;
  top: -150%; left: -150%;
  width: 300%; height: 300%;
  background: linear-gradient(45deg, transparent 45%, rgba(255,255,255,0.08) 50%, transparent 55%);
  pointer-events: none;
  animation: shine-board 6s infinite linear;
}
@keyframes shine-board {
  0% { transform: translate(0,0); }
  100% { transform: translate(100%, 100%); }
}

/* 3. Glassmorphism feature cards */
.smart-glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 12px 35px rgba(20, 43, 111, 0.03);
  transition: all 0.3s ease;
  height: 100%;
}
.smart-glass-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.9);
  border-color: #D4A62A;
  box-shadow: 0 20px 45px rgba(212, 166, 42, 0.12);
}
.smart-glass-icon {
  width: 54px; height: 54px;
  background: rgba(30, 58, 138, 0.06);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #142B6F;
  margin-bottom: 25px;
  transition: all 0.3s;
}
.smart-glass-card:hover .smart-glass-icon {
  background: #D4A62A;
  color: #fff;
}

/* 4. Digital Circuit Pathway Node */
.smart-circuit-container {
  position: relative;
  padding: 60px 0;
}
.smart-circuit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.smart-circuit-path-line {
  fill: none;
  stroke: rgba(212, 166, 42, 0.25);
  stroke-width: 6;
  stroke-linecap: round;
}
.smart-circuit-path-fill {
  fill: none;
  stroke: #D4A62A;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 8 8;
  animation: march-dash 40s infinite linear;
}
@keyframes march-dash {
  0% { stroke-dashoffset: 1000; }
  100% { stroke-dashoffset: 0; }
}

.smart-circuit-node {
  background: #142B6F;
  border: 4px solid #D4A62A;
  width: 76px; height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffd166;
  margin: 0 auto 20px;
  box-shadow: 0 0 25px rgba(212, 166, 42, 0.3);
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.smart-circuit-node:hover {
  transform: scale(1.18);
  box-shadow: 0 0 35px rgba(212, 166, 42, 0.5);
  background: #1E3A8A;
}

/* 5. Traditional & Digital Balance Scale */
.smart-balance-box {
  background: #fff;
  border: 3px solid #dfe4ea;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  position: relative;
  transition: all 0.3s;
}
.smart-balance-box:hover {
  border-color: #D4A62A;
  box-shadow: 0 15px 35px rgba(212, 166, 42, 0.08);
}
.smart-balance-pivot {
  width: 90px; height: 90px;
  background: #142B6F;
  border: 6px solid #D4A62A;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(20, 43, 111, 0.15);
}

/* 6. Benefits bubbles */
.smart-benefit-capsule {
  background: #fff;
  border: 2px solid #dfe4ea;
  border-radius: 30px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.02);
  transition: all 0.3s;
}
.smart-benefit-capsule:hover {
  border-color: #D4A62A;
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(212, 166, 42, 0.08);
}

/* 7. Layered Trust Cards */
.smart-trust-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(20, 43, 111, 0.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  transition: all 0.3s;
}
.smart-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(20, 43, 111, 0.08);
}

@media (max-width: 768px) {
  .smart-circuit-svg {
    display: none;
  }
  .smart-circuit-container {
    height: auto;
  }
  .smart-circuit-node {
    margin: 20px auto;
  }
}

/* ========================================== */
/* EXTRACTED FROM update_css_smart_studio.ps1 */
/* ========================================== */


/* ==========================================================================
   DIGITAL LEARNING STUDIO SMART CLASSROOMS
   ========================================================================== */

/* 1. Bento and widgets layout */
.smart-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
}
.smart-bento-item-large {
  grid-column: span 7;
}
.smart-bento-item-small {
  grid-column: span 5;
}
@media (max-width: 991px) {
  .smart-bento-item-large, .smart-bento-item-small {
    grid-column: span 12;
  }
}

.smart-subject-tile {
  background: #fff;
  border: 2px solid rgba(20, 43, 111, 0.06);
  border-radius: 35px 12px 35px 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.02);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
}
.smart-subject-tile:hover {
  transform: translateY(-6px);
  border-color: #D4A62A;
  box-shadow: 0 15px 35px rgba(212, 166, 42, 0.12);
}
.smart-subject-tile-math { border-left: 6px solid #1E3A8A; }
.smart-subject-tile-science { border-left: 6px solid #27ae60; }
.smart-subject-tile-english { border-left: 6px solid #8e44ad; }
.smart-subject-tile-evs { border-left: 6px solid #e67e22; }
.smart-subject-tile-gk { border-left: 6px solid #2980b9; }

/* 2. Interactive whiteboard mockup top controls bar */
.smart-board-controls-bar {
  background: #142B6F;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.smart-board-controls-bar span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smart-board-controls-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff4757;
  display: inline-block;
}
.smart-board-controls-dot.yellow { background: #ffa502; }
.smart-board-controls-dot.green { background: #2ed573; }

/* 3. Interactive Lesson Demo Panels */
.smart-lesson-panel {
  background: #fff;
  border: 3px solid #dfe4ea;
  border-radius: 24px;
  padding: 30px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  transition: all 0.3s;
}
.smart-lesson-panel:hover {
  border-color: #D4A62A;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(212, 166, 42, 0.08);
}
.smart-lesson-cursor {
  position: absolute;
  bottom: 20px; right: 20px;
  font-size: 24px;
  color: #D4A62A;
  animation: cursor-bounce 2s infinite ease-in-out;
  pointer-events: none;
}
@keyframes cursor-bounce {
  0% { transform: scale(1); }
  50% { transform: scale(1.15) translate(-4px, -4px); }
  100% { transform: scale(1); }
}

/* 4. Radial Teacher Hub Layout */
.smart-radial-container {
  position: relative;
  height: 480px;
  margin: 40px auto;
  max-width: 480px;
}
.smart-radial-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 140px; height: 140px;
  border-radius: 50%;
  background: #142B6F;
  border: 6px solid #D4A62A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
  box-shadow: 0 15px 35px rgba(20, 43, 111, 0.2);
}
.smart-radial-leaf {
  position: absolute;
  width: 160px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.smart-radial-leaf-icon {
  width: 58px; height: 58px;
  background: #fff;
  border: 4px solid #D4A62A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 20px;
  color: #142B6F;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: all 0.3s;
}
.smart-radial-leaf:hover .smart-radial-leaf-icon {
  background: #142B6F;
  border-color: #142B6F;
  color: #fff;
  transform: scale(1.15);
}

/* 5. Before vs After Compare panels */
.smart-compare-box {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  border: 2px solid rgba(20, 43, 111, 0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  transition: all 0.3s;
  height: 100%;
}
.smart-compare-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(20,43,111,0.06);
}
.smart-compare-box.traditional {
  border-left: 6px solid #7f8c8d;
}
.smart-compare-box.smart {
  border-left: 6px solid #D4A62A;
  background: linear-gradient(135deg, #fff 0%, #fffbf0 100%);
}

/* 6. Floating orbs capsules benefits */
.smart-floating-orb-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 30px 0;
}
.smart-floating-orb {
  background: #fff;
  border: 2px solid #D4A62A;
  border-radius: 40px;
  padding: 16px 32px;
  font-weight: 800;
  color: #142B6F;
  box-shadow: 0 10px 25px rgba(212, 166, 42, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s;
  animation: float-orb 6s infinite ease-in-out;
}
.smart-floating-orb:nth-child(even) {
  animation-delay: -3s;
}
@keyframes float-orb {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
.smart-floating-orb:hover {
  transform: scale(1.08) !important;
  background: #142B6F;
  border-color: #142B6F;
  color: #fff;
  box-shadow: 0 15px 30px rgba(20,43,111,0.25);
}

/* 7. Layered Trust Story Cards */
.smart-trust-story-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 30px;
  border-left: 6px solid #D4A62A;
  box-shadow: 0 8px 25px rgba(0,0,0,0.03);
  margin-bottom: 20px;
  transition: all 0.3s;
}
.smart-trust-story-card:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 30px rgba(212, 166, 42, 0.1);
}

@media (max-width: 768px) {
  .smart-radial-container {
    height: auto;
    max-width: 100%;
  }
  .smart-radial-center {
    position: relative;
    top: auto; left: auto;
    transform: none !important;
    margin: 0 auto 30px;
  }
  .smart-radial-leaf {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    margin-bottom: 25px;
    padding: 0 15px;
  }
}

/* ========================================== */
/* EXTRACTED FROM update_css_medical.ps1 */
/* ========================================== */


/* ==========================================================================
   MEDICAL CARE & HYGIENE WELLNESS STYLES
   ========================================================================== */

/* 1. Background utility classes */
.bg-well-hero {
  background: linear-gradient(135deg, #F6FBF8 0%, #F3F7FF 55%, #FFF8EA 100%) !important;
}
.bg-well-showcase {
  background: #ffffff !important;
}
.bg-well-circle {
  background: #F3F7FF !important;
}
.bg-well-aid {
  background: #FFFDF6 !important;
}
.bg-well-hygiene {
  background: #F6FBF8 !important;
}
.bg-well-routine {
  background: #ffffff !important;
}
.bg-well-comfort {
  background: linear-gradient(135deg, #F7F5FF 0%, #FFFFFF 100%) !important;
}
.bg-well-habits {
  background: #FFF8EA !important;
}
.bg-well-trust {
  background: #F4F8FC !important;
}
.bg-well-gallery {
  background: #ffffff !important;
}
.bg-well-notice {
  background: #FFFDF6 !important;
}
.bg-well-cta {
  background: linear-gradient(135deg, #10245C 0%, #1A2F78 100%) !important;
}

/* 2. Wellness Blob Image Frame */
.well-blob-frame {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: #EAF7EF;
  border: 8px solid #F6FBF8;
  overflow: hidden;
  box-shadow: 
    0 20px 45px rgba(39, 174, 96, 0.12),
    0 0 35px rgba(20, 43, 111, 0.08);
  transition: all 0.5s ease;
  animation: blob-bounce 8s infinite ease-in-out;
}
@keyframes blob-bounce {
  0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
  50% { border-radius: 40% 60% 70% 30% / 50% 60% 30% 70%; }
  100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}
.well-blob-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* 3. Wellness Care Circle Radial Center */
.well-radial-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 150px; height: 150px;
  border-radius: 50%;
  background: #142B6F;
  border: 6px solid #D4A62A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
  box-shadow: 0 15px 35px rgba(20, 43, 111, 0.2);
}
.well-radial-pulse {
  position: absolute;
  width: 100%; height: 100%;
  border-radius: 50%;
  border: 4px solid rgba(212, 166, 42, 0.4);
  animation: pulse-ring 2.5s infinite ease-in-out;
}
@keyframes pulse-ring {
  0% { transform: scale(0.95); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* 4. First Aid Kit inspired cards */
.well-kit-card {
  background: #fff;
  border: 2px solid rgba(20, 43, 111, 0.06);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.02);
  transition: all 0.3s;
  border-top: 6px solid #ff4757;
}
.well-kit-card:hover {
  transform: translateY(-6px);
  border-color: #ff4757;
  box-shadow: 0 15px 35px rgba(255, 71, 87, 0.12);
}

/* 5. Hygiene Bubble Cards */
.well-bubble-card {
  background: linear-gradient(135deg, #ffffff 0%, #F6FBF8 100%);
  border: 2px solid rgba(39, 174, 96, 0.1);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  transition: all 0.3s ease;
}
.well-bubble-card:hover {
  transform: translateY(-5px);
  border-color: #27ae60;
  box-shadow: 0 15px 35px rgba(39, 174, 96, 0.08);
}
.well-bubble-icon {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: #EAF7EF;
  color: #27ae60;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

/* 6. Routine wave step */
.well-wave-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 0;
}
.well-wave-step {
  background: #fff;
  border: 2px solid #EAF7EF;
  border-radius: 30px;
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.02);
  transition: all 0.3s;
  min-width: 180px;
  flex: 1;
}
.well-wave-step:hover {
  border-color: #D4A62A;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(212, 166, 42, 0.08);
}

/* 7. Checklist tabs */
.well-tab-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 2px solid rgba(20, 43, 111, 0.06);
  box-shadow: 0 8px 20px rgba(0,0,0,0.01);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 15px;
}
.well-tab-card:hover {
  border-color: #D4A62A;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(212, 166, 42, 0.08);
}

/* 8. Trust stories */
.well-trust-story-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 30px;
  border-left: 6px solid #D4A62A;
  box-shadow: 0 8px 25px rgba(0,0,0,0.02);
  margin-bottom: 20px;
  transition: all 0.3s;
}
.well-trust-story-card:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 30px rgba(212, 166, 42, 0.1);
}

/* 9. Premium Care Notice Panel */
.well-notice-panel {
  background: #fffbf5;
  border: 3px double #D4A62A;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.03);
}

@media (max-width: 768px) {
  .well-wave-step {
    min-width: 100%;
  }
}

/* ========================================== */
/* EXTRACTED FROM update_css_auditorium_creative.ps1 */
/* ========================================== */


/* ==========================================================================
   CREATIVE BROADWAY STAGE - AUDITORIUM & EVENTS
   ========================================================================== */

/* 1. 3D Stage Deck */
.stage-3d-container {
  perspective: 1000px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.stage-3d-deck {
  transform: rotateX(20deg) rotateY(-10deg);
  transform-style: preserve-3d;
  background: linear-gradient(180deg, #10245C 0%, #081230 100%);
  border: 4px solid #D4A62A;
  border-top-width: 12px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 
    0 30px 60px rgba(0,0,0,0.4),
    0 0 50px rgba(250, 204, 21, 0.2);
  position: relative;
  transition: all 0.5s ease;
}
.stage-3d-deck:hover {
  transform: rotateX(15deg) rotateY(-5deg) translateY(-5px);
  box-shadow: 
    0 35px 70px rgba(0,0,0,0.5),
    0 0 70px rgba(250, 204, 21, 0.35);
}
.stage-3d-screen {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5;
  border: 3px solid #1E3A8A;
}
.stage-3d-screen img {
  width: 100%; height: 100%;
  object-fit: cover;
}
/* Front footlights row */
.stage-footlights-row {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
  padding: 0 10px;
}
.stage-footlight-bulb {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #ffb300;
  box-shadow: 0 0 10px #ffb300, 0 0 20px #ffb300;
  animation: shine-bulb 2s infinite alternate;
}
.stage-footlight-bulb:nth-child(even) {
  animation-delay: 1s;
}
@keyframes shine-bulb {
  0% { opacity: 0.4; }
  100% { opacity: 1; box-shadow: 0 0 15px #ffd54f, 0 0 30px #ffb300; }
}

/* 2. Broadway Marquee Billboard Card */
.stage-marquee-card {
  background: #0a0e29;
  border: 4px solid #142B6F;
  outline: 3px solid #D4A62A;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  transition: all 0.3s;
}
.stage-marquee-card:hover {
  transform: scale(1.03);
  outline-color: #B91C1C;
  box-shadow: 0 20px 45px rgba(185, 28, 28, 0.2);
}
/* Flashing marquee border dots */
.stage-marquee-bulbs {
  position: absolute;
  inset: -6px;
  pointer-events: none;
  border: 2px dotted #ffd166;
  border-radius: 22px;
  animation: blink-marquee 1s infinite alternate;
}
@keyframes blink-marquee {
  0% { border-color: #ffd166; opacity: 0.6; }
  100% { border-color: #ff4757; opacity: 1; }
}

/* 3. Vintage Ticket Stubs */
.stage-vintage-ticket {
  background: #fffdf5;
  border: 2px solid #D4A62A;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  box-shadow: 0 8px 25px rgba(212, 166, 42, 0.08);
  transition: all 0.3s;
}
.stage-vintage-ticket:hover {
  transform: translateY(-5px);
  border-color: #B91C1C;
  box-shadow: 0 12px 30px rgba(185, 28, 28, 0.1);
}
/* Perforated lines and punch notches */
.stage-ticket-notch-top {
  position: absolute;
  top: -10px; left: 25%;
  width: 20px; height: 20px;
  background: #F3F7FF;
  border-radius: 50%;
  border: 2px solid #D4A62A;
  border-top-color: transparent;
}
.stage-ticket-notch-bottom {
  position: absolute;
  bottom: -10px; left: 25%;
  width: 20px; height: 20px;
  background: #F3F7FF;
  border-radius: 50%;
  border: 2px solid #D4A62A;
  border-bottom-color: transparent;
}
.stage-ticket-perforation {
  position: absolute;
  left: 25%; top: 15px; bottom: 15px;
  width: 2px;
  border-left: 2px dashed rgba(212, 166, 42, 0.5);
}
.stage-ticket-barcode {
  writing-mode: vertical-lr;
  font-family: 'Courier New', Courier, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.4;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* 4. Interactive Footlight Toggle Switches */
.stage-switches-container {
  background: #fff8ea;
  border-radius: 30px;
  padding: 35px;
  border: 2px dashed rgba(212, 166, 42, 0.4);
}
.stage-switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(212, 166, 42, 0.2);
}
.stage-switch-row:last-child {
  border-bottom: none;
}
.stage-switch-label {
  font-weight: 800;
  color: #142B6F;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.stage-toggle-btn {
  width: 50px; height: 26px;
  border-radius: 13px;
  background: #cbd5e1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.stage-toggle-btn::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.stage-toggle-btn.active {
  background: #B91C1C;
}
.stage-toggle-btn.active::after {
  left: 27px;
}

/* 5. Polaroid Scattered Stack */
.stage-polaroid-stack {
  position: relative;
  height: 380px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.stage-polaroid {
  background: #fff;
  border-radius: 4px;
  padding: 12px 12px 35px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  position: absolute;
  width: 260px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.stage-polaroid img {
  width: 100%; height: 180px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.stage-polaroid-caption {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: #142B6F;
  text-align: center;
  margin-top: 15px;
  font-size: 13.5px;
}
.stage-polaroid-1 {
  transform: rotate(-8deg);
  left: 0; top: 10px;
  z-index: 1;
}
.stage-polaroid-2 {
  transform: rotate(5deg);
  right: 0; top: 30px;
  z-index: 2;
}
.stage-polaroid-3 {
  transform: rotate(-3deg);
  left: 30px; bottom: 10px;
  z-index: 3;
}
.stage-polaroid:hover {
  transform: rotate(0) scale(1.08) translateY(-10px);
  z-index: 10;
  box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}

/* ========================================== */
/* EXTRACTED FROM update_css_gallery.ps1 */
/* ========================================== */


/* ==========================================================================
   SCHOOL MEMORIES GALLERY STYLES
   ========================================================================== */

/* 1. Category Filter Buttons */
.gal-filter-btn {
  background: #fff;
  color: #142B6F;
  border: 2px solid rgba(20, 43, 111, 0.1);
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 800;
  transition: all 0.3s ease;
  font-size: 14.5px;
}
.gal-filter-btn:hover, .gal-filter-btn.active {
  background: #142B6F;
  color: #fff;
  border-color: #142B6F;
  box-shadow: 0 8px 20px rgba(20,43,111,0.15);
}

/* 2. Masonry items & mixed shapes */
.gal-masonry-grid {
  column-count: 3;
  column-gap: 25px;
}
@media (max-width: 991px) {
  .gal-masonry-grid {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .gal-masonry-grid {
    column-count: 1;
  }
}

.gal-item {
  break-inside: avoid;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
}

/* Tilted Polaroid */
.gal-item-polaroid {
  background: #fff;
  padding: 12px 12px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.05);
  transform: rotate(-2deg);
}
.gal-item-polaroid:hover {
  transform: rotate(0) scale(1.04);
}

/* Circular highlights */
.gal-item-circle {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #D4A62A;
  box-shadow: 0 10px 25px rgba(212,166,42,0.1);
}
.gal-item-circle:hover {
  transform: scale(1.05);
}

/* Film strip block */
.gal-item-filmstrip {
  background: #111;
  padding: 20px 10px;
  border-top: 12px dashed #ffb300;
  border-bottom: 12px dashed #ffb300;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.gal-item-filmstrip img {
  opacity: 0.9;
}
.gal-item-filmstrip:hover img {
  opacity: 1;
}

/* Hover overlay */
.gal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 43, 111, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: inherit;
}
.gal-item:hover .gal-overlay {
  opacity: 1;
}

/* 3. Stacked photo albums */
.gal-album-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  transition: all 0.4s;
  position: relative;
  height: 100%;
}
.gal-album-stack {
  position: relative;
  height: 220px;
  margin-bottom: 20px;
}
.gal-album-photo {
  position: absolute;
  width: 80%; height: 180px;
  object-fit: cover;
  border-radius: 12px;
  border: 4px solid #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.4s;
}
.gal-album-photo:nth-child(1) {
  transform: rotate(-6deg);
  left: 0; z-index: 1;
}
.gal-album-photo:nth-child(2) {
  transform: rotate(4deg);
  right: 0; z-index: 2;
}
.gal-album-photo:nth-child(3) {
  transform: rotate(0deg);
  left: 10%; z-index: 3;
}
.gal-album-card:hover .gal-album-photo:nth-child(1) {
  transform: rotate(-12deg) translate(-15px, -10px);
}
.gal-album-card:hover .gal-album-photo:nth-child(2) {
  transform: rotate(10deg) translate(15px, -10px);
}
.gal-album-card:hover .gal-album-photo:nth-child(3) {
  transform: scale(1.05) translateY(-5px);
}

/* 4. Custom lightbox */
.gal-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 18, 92, 0.95);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.gal-lightbox.active {
  opacity: 1;
  pointer-events: all;
}
.gal-lightbox-content {
  max-width: 90%;
  max-height: 80%;
  position: relative;
  text-align: center;
}
.gal-lightbox-img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 16px;
  border: 4px solid #fff;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}
.gal-lightbox-close {
  position: absolute;
  top: -50px; right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}
.gal-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  width: 50px; height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.gal-lightbox-nav:hover {
  background: #D4A62A;
}
.gal-lightbox-prev { left: -70px; }
.gal-lightbox-next { right: -70px; }

@media (max-width: 768px) {
  .gal-lightbox-prev { left: 10px; }
  .gal-lightbox-next { right: 10px; }
}

/* ========================================== */
/* EXTRACTED FROM update_css_contact.ps1 */
/* ========================================== */


/* ==========================================================================
   CONTACT US STYLES
   ========================================================================== */

/* 1. Hero visual contact collage */
.con-hero-visual {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.con-hero-frame {
  border-radius: 30px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  aspect-ratio: 1.4;
  background: #fff;
}
.con-hero-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* 2. Premium Contact Cards */
.con-card {
  background: #fff;
  border: 2px solid rgba(20, 43, 111, 0.06);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.02);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.con-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: #D4A62A;
  transition: all 0.3s;
}
.con-card:hover {
  transform: translateY(-6px);
  border-color: #142B6F;
  box-shadow: 0 15px 35px rgba(20, 43, 111, 0.08);
}
.con-card:hover::before {
  background: #142B6F;
  height: 6px;
}
.con-card-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  background: rgba(30, 58, 138, 0.06);
  color: #142B6F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.con-card:hover .con-card-icon {
  background: #D4A62A;
  color: #fff;
}

/* 3. Form and input styling */
.con-form-card {
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.03);
  border: 1px solid rgba(20, 43, 111, 0.06);
}
.con-form-group {
  margin-bottom: 20px;
}
.con-form-input {
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 14.5px;
  transition: all 0.3s;
  width: 100%;
}
.con-form-input:focus {
  border-color: #142B6F;
  box-shadow: 0 0 0 4px rgba(20, 43, 111, 0.1);
  outline: none;
}
.con-side-panel {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  border-left: 6px solid #D4A62A;
  box-shadow: 0 8px 25px rgba(0,0,0,0.02);
}

/* 4. Map Container card */
.con-map-card {
  border: 6px solid #fff;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  overflow: hidden;
  position: relative;
  background: #fff;
}
.con-map-badge {
  position: absolute;
  top: 20px; left: 20px;
  background: #142B6F;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(20,43,111,0.25);
  border: 2px solid #D4A62A;
  z-index: 2;
}

/* 5. FAQ Accordions */
.con-faq-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 25px;
  border: 2px solid rgba(20, 43, 111, 0.06);
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.con-faq-card:hover {
  border-color: #D4A62A;
}
.con-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con-faq-title {
  color: #142B6F;
  font-weight: 800;
  font-size: 15.5px;
  margin: 0;
}
.con-faq-arrow {
  font-size: 14px;
  color: #D4A62A;
  transition: transform 0.3s;
}
.con-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.con-faq-card.active .con-faq-body {
  max-height: 200px;
  margin-top: 15px;
}
.con-faq-card.active .con-faq-arrow {
  transform: rotate(180deg);
}

/* ========================================== */
/* EXTRACTED FROM update_css_career.ps1 */
/* ========================================== */


/* ==========================================================================
   CAREER PAGE STYLES
   ========================================================================= */

/* 1. Why Work With Us Cards */
.car-why-card {
  background: #fff;
  border: 2px solid rgba(20, 43, 111, 0.05);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.01);
  transition: all 0.3s ease;
  position: relative;
}
.car-why-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 4px;
  background: #D4A62A;
  border-radius: 2px 2px 0 0;
  opacity: 0;
  transition: all 0.3s;
}
.car-why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(20,43,111,0.06);
  border-color: rgba(20,43,111,0.1);
}
.car-why-card:hover::after {
  opacity: 1;
}

/* 2. Job Opening Cards */
.car-job-card {
  background: #fff;
  border: 1px solid rgba(20, 43, 111, 0.06);
  border-radius: 18px;
  padding: 25px;
  transition: all 0.3s;
  height: 100%;
}
.car-job-card:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 30px rgba(20,43,111,0.06);
}
.car-job-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

/* 3. Qualities connected bubbles */
.car-bubble-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.car-qual-bubble {
  width: 140px; height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  color: #142B6F;
  font-size: 13.5px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  border: 3px solid #D4A62A;
  background: #fff;
  transition: all 0.3s;
  animation: float-bubble 4s infinite alternate ease-in-out;
}
.car-qual-bubble:nth-child(even) {
  animation-delay: 2s;
  border-color: #1E3A8A;
}
.car-qual-bubble:hover {
  transform: scale(1.1) rotate(5deg);
  border-color: #B91C1C;
  box-shadow: 0 15px 35px rgba(185,28,28,0.15);
}
@keyframes float-bubble {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

/* ========================================== */
/* EXTRACTED FROM update_css_more.ps1 */
/* ========================================== */


/* ==========================================================================
   MORE SUBMENU DROPDOWN & STICKY HEADER FIXES
   ========================================================================== */

/* Fix More dropdown cutting issue on right edge */
.navbar-nav .nav-item.dropdown:last-child .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
@media (max-width: 1199px) {
  .navbar-nav .nav-item.dropdown:last-child .dropdown-menu {
    right: auto !important;
    left: 0 !important;
  }
}

/* Page-specific styling for More pages */

/* A. RBSE Corner Dashboard */
.rbse-dashboard-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(20, 43, 111, 0.08);
  box-shadow: 0 10px 25px rgba(0,0,0,0.02);
  padding: 30px;
  transition: all 0.3s;
  height: 100%;
}
.rbse-dashboard-card:hover {
  transform: translateY(-5px);
  border-color: #D4A62A;
  box-shadow: 0 15px 35px rgba(20,43,111,0.06);
}

/* B. School Calendar Month Grid */
.cal-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}
.cal-month-card {
  background: #fff;
  border: 2px solid rgba(20,43,111,0.06);
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  transition: all 0.3s;
}
.cal-month-card:hover {
  transform: translateY(-4px);
  border-color: #D4A62A;
  box-shadow: 0 15px 35px rgba(20,43,111,0.06);
}
.cal-date-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.05);
}
.cal-date-row:last-child {
  border-bottom: none;
}
.cal-date-badge {
  background: #FFF8EA;
  border: 1px solid #D4A62A;
  color: #142B6F;
  font-weight: 800;
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.cal-date-badge span {
  font-size: 16px;
  line-height: 1.1;
}

/* C. News & Events Magazine */
.news-mag-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid rgba(20,43,111,0.06);
  transition: all 0.3s;
  height: 100%;
}
.news-mag-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(20,43,111,0.08);
}
.news-mag-img {
  width: 100%; height: 200px;
  object-fit: cover;
}

/* D. Circulars Pinned Notice Board */
.not-pinned-board {
  background: #fffdf5;
  border: 2px solid #ecdcae;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}
.not-tape {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 100px; height: 26px;
  background: rgba(212, 166, 42, 0.3);
  border: 1px dashed rgba(212, 166, 42, 0.6);
  backdrop-filter: blur(2px);
}
.not-notice-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.not-notice-row:last-child {
  border-bottom: none;
}

/* E. Downloads resource list */
.dl-res-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(20,43,111,0.06);
  border-radius: 16px;
  padding: 15px 25px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.dl-res-row:hover {
  border-color: #D4A62A;
  box-shadow: 0 8px 25px rgba(20,43,111,0.05);
}
.dl-badge {
  background: #142B6F;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.dl-badge.pdf { background: #b91c1c; }
.dl-badge.doc { background: #1e3a8a; }

/* Managed Glimpses galleries */
.managed-glimpses-gallery .managed-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.managed-glimpses-gallery .managed-gallery-card {
  position: relative;
  margin: 0;
  min-height: 280px;
  aspect-ratio: 1.18 / 1;
  padding: 10px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(20, 43, 111, 0.08);
  box-shadow: 0 18px 45px rgba(16, 36, 92, 0.1);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.managed-glimpses-gallery .managed-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 4px solid #D4A62A;
  pointer-events: none;
  z-index: 2;
}

.managed-glimpses-gallery .managed-gallery-card img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border-radius: 18px;
  object-fit: cover !important;
  object-position: center;
  transform: none !important;
}

.managed-glimpses-gallery .managed-gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(16, 36, 92, 0.14);
}

@media (max-width: 991px) {
  .managed-glimpses-gallery .managed-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .managed-glimpses-gallery .managed-gallery-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .managed-glimpses-gallery .managed-gallery-card {
    min-height: 240px;
  }
}

/* Normalize creative gallery/collage sections that looked uneven with mixed photo sizes. */
.sp-gallery-stage,
.safe-gallery-stage,
.lab-gallery-collage,
.cl-gallery-stage,
.lib-gallery-stage,
.gallery-collage {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
  min-height: auto !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.sp-gallery-main,
.sp-gallery-circle,
.sp-gallery-circle.small,
.sp-tilt-card,
.safe-gallery-main,
.safe-circle,
.safe-circle.one,
.safe-circle.two,
.safe-monitor-card,
.lab-gallery-main,
.lab-gallery-orb,
.lab-tilt-card,
.cl-gallery-main,
.cl-gallery-circle,
.cl-tilt-img,
.lib-gallery-main,
.lib-gallery-circle,
.lib-gallery-circle.small,
.lib-tilt-page,
.gallery-blob,
.gallery-round,
.gallery-tilt {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 280px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 10px !important;
  border-radius: 26px !important;
  clip-path: none !important;
  transform: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(20, 43, 111, 0.08) !important;
  outline: 0 !important;
  box-shadow: 0 18px 45px rgba(16, 36, 92, 0.1) !important;
  overflow: hidden !important;
}

.sp-gallery-main img,
.sp-gallery-circle img,
.sp-tilt-card img,
.safe-gallery-main img,
.safe-circle img,
.safe-monitor-card img,
.lab-gallery-main img,
.lab-gallery-orb img,
.lab-tilt-card img,
.cl-gallery-main img,
.cl-gallery-circle img,
.cl-tilt-img img,
.lib-gallery-main img,
.lib-gallery-circle img,
.lib-tilt-page img,
.gallery-blob img,
.gallery-round img,
.gallery-tilt img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 18px !important;
  clip-path: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

.safe-gallery-icon,
.lab-gallery-note,
.gallery-tilt::before {
  display: none !important;
}

@media (max-width: 991px) {
  .sp-gallery-stage,
  .safe-gallery-stage,
  .lab-gallery-collage,
  .cl-gallery-stage,
  .lib-gallery-stage,
  .gallery-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  .sp-gallery-stage,
  .safe-gallery-stage,
  .lab-gallery-collage,
  .cl-gallery-stage,
  .lib-gallery-stage,
  .gallery-collage {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .sp-gallery-main,
  .sp-gallery-circle,
  .sp-gallery-circle.small,
  .sp-tilt-card,
  .safe-gallery-main,
  .safe-circle,
  .safe-circle.one,
  .safe-circle.two,
  .safe-monitor-card,
  .lab-gallery-main,
  .lab-gallery-orb,
  .lab-tilt-card,
  .cl-gallery-main,
  .cl-gallery-circle,
  .cl-tilt-img,
  .lib-gallery-main,
  .lib-gallery-circle,
  .lib-gallery-circle.small,
  .lib-tilt-page,
  .gallery-blob,
  .gallery-round,
  .gallery-tilt {
    height: 240px !important;
  }
}

