/* ===== RESET & VARIABLES ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #C8921A;
  --gold-light: #F5C842;
  --gold-pale: #FDF3D7;
  --navy: #0B1A38;
  --navy-mid: #122348;
  --navy-light: #1A3060;
  --white: #FFFFFF;
  --off-white: #F8F7F2;
  --text: #1C1C2E;
  --text-muted: #5A5A72;
  --border: rgba(200,146,26,0.2);
  --shadow: 0 8px 40px rgba(11,26,56,0.13);
  --shadow-gold: 0 4px 24px rgba(200,146,26,0.25);
  --radius: 16px;
  --radius-sm: 10px;
  --footer-h: 64px;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Roboto', sans-serif;
  color: var(--text);
  background: var(--off-white);
  padding-bottom: var(--footer-h);
  overflow-x: hidden;
}
h1,h2,h3,h4,h5 { font-family: 'Roboto', sans-serif; }

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--off-white); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 99px; }

/* ===== TOPBAR ===== */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  font-size: 0.78rem;
  padding: 7px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a { color: var(--gold-light); text-decoration: none; transition: color var(--transition); }
.topbar a:hover { color: #fff; }
.topbar-social a { margin-left: 12px; font-size: 0.85rem; }

/* ===== NAVBAR ===== */
.navbar {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 2px 20px rgba(11,26,56,0.09);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.nav-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--gold-light);
  letter-spacing: -1px;
}
.nav-brand-text { display: flex; flex-direction: column; }
.nav-brand-title {
  font-family: 'Roboto', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.nav-brand-sub { font-size: 0.64rem; color: var(--text-muted); letter-spacing: 0.06em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.88rem;
  padding: 7px 14px;
  border-radius: 8px;
  transition: all var(--transition);
}
.nav-links a:hover { background: var(--gold-pale); color: var(--gold); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy) !important;
  font-weight: 600 !important;
  padding: 9px 20px !important;
  border-radius: 30px !important;
  box-shadow: var(--shadow-gold);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 28px rgba(200,146,26,0.4) !important; background: var(--gold-pale) !important; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border: none;
  background: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ===== MOBILE NAV ===== */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 950;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.mobile-nav.open { display: flex; opacity: 1; pointer-events: all; }
.mobile-nav a {
  font-family: 'Roboto', serif;
  font-size: 1.8rem;
  color: var(--white);
  text-decoration: none;
  transition: color var(--transition);
}
.mobile-nav a:hover { color: var(--gold-light); }
.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

/* ===== HERO / SLIDER ===== */
/* ===== HERO ===== */

.hero{
    position:relative;
    background: linear-gradient(135deg,#07152f,#0b1a38);
    padding:80px 0;
    overflow:hidden;
}

.hero-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    flex-wrap:wrap;
}

.hero-content{
    flex:1;
    min-width:300px;
    color:#fff;
}

.hero-image{
    flex:1;
    min-width:300px;
    text-align:center;
}

.hero-image img{
    width:100%;
    max-width:520px;
    border-radius:24px;
    box-shadow:0 20px 50px rgba(0,0,0,0.35);
    object-fit:cover;
}

.hero-badge{
    display:inline-block;
    background:#d4a017;
    color:#07152f;
    font-size:0.72rem;
    font-weight:700;
    letter-spacing:0.1em;
    text-transform:uppercase;
    padding:6px 14px;
    border-radius:30px;
    margin-bottom:18px;
}

.hero-title{
    font-size:clamp(2rem,5vw,3.5rem);
    font-weight:800;
    line-height:1.15;
    margin-bottom:18px;
}

.hero-title span{
    color:#f5c542;
}

.hero-sub{
    font-size:1rem;
    opacity:0.9;
    line-height:1.7;
    margin-bottom:28px;
    max-width:560px;
}

.hero-btns{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.btn-primary{
    background:linear-gradient(135deg,#d4a017,#f5c542);
    color:#07152f;
    font-weight:700;
    padding:13px 28px;
    border:none;
    border-radius:30px;
    cursor:pointer;
    text-decoration:none;
}

.btn-outline{
    background:rgba(255,255,255,0.08);
    color:#fff;
    border:1px solid rgba(255,255,255,0.25);
    padding:12px 26px;
    border-radius:30px;
    text-decoration:none;
}

/* Mobile */

@media(max-width:768px){

    .hero{
        padding:60px 0;
    }

    .hero-wrapper{
        flex-direction:column-reverse;
        text-align:center;
    }

    .hero-sub{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-btns{
        justify-content:center;
    }
}

/* ===== TICKER ===== */
.ticker {
  background: var(--navy);
  color: var(--gold-light);
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-inner {
  display: inline-flex;
  animation: ticker 30s linear infinite;
  gap: 60px;
}
.ticker-inner span { font-size: 0.82rem; font-weight: 500; }
.ticker-inner .dot { color: var(--gold); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== SECTIONS ===== */
section { padding: 72px 20px; }
.container { max-width: 1140px; margin: 0 auto; }
.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-pale);
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.section-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.2;
}
.section-title span { color: var(--gold); }
.section-sub { color: var(--text-muted); font-size: 1rem; max-width: 560px; line-height: 1.7; }
.section-header { margin-bottom: 48px; }
.section-alt { background: var(--white); }

/* ===== CATEGORIES ===== */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.cat-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px 24px;
  border: 1.5px solid var(--border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}
.cat-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: var(--gold); }
.cat-card:hover::before { transform: scaleX(1); }
.cat-icon { font-size: 2.2rem; margin-bottom: 16px; }
.cat-title { font-size: 1.05rem; color: var(--navy); margin-bottom: 10px; }
.cat-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; }

/* ===== COURSES ===== */
.courses-section { background: var(--off-white); }
.course-category { margin-bottom: 52px; }
.course-cat-title {
  font-family: 'Roboto', serif;
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-cat-title::before { content: ''; display: block; width: 4px; height: 22px; background: var(--gold); border-radius: 2px; }
.course-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.course-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 26px;
  border: 1.5px solid rgba(11,26,56,0.07);
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.course-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: var(--gold); }
.course-icon-wrap {
  width: 48px; height: 48px;
  background: var(--gold-pale);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.course-title { font-size: 0.95rem; font-weight: 600; color: var(--navy); line-height: 1.4; flex: 1; }
.course-meta { display: flex; align-items: center; justify-content: space-between; }
.course-duration {
  font-size: 0.78rem;
  color: var(--text-muted);
  background: var(--off-white);
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.course-price {
  font-family: 'Roboto', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gold);
}
.course-enroll-btn {
  width: 100%;
  padding: 11px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: var(--gold-light);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all var(--transition);
  font-family: 'DM Sans', sans-serif;
}
.course-enroll-btn:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  transform: translateY(-1px);
}

/* ===== BENEFITS ===== */
.benefits-section { background: var(--navy); }
.benefits-section .section-title { color: var(--white); }
.benefits-section .section-sub { color: rgba(255,255,255,0.6); }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-top: 40px; }
.benefit-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(200,146,26,0.2);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all var(--transition);
}
.benefit-item:hover { background: rgba(200,146,26,0.12); border-color: var(--gold); transform: translateX(4px); }
.benefit-check {
  width: 28px; height: 28px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--navy);
  flex-shrink: 0;
}
.benefit-text { font-size: 0.87rem; font-weight: 500; color: rgba(255,255,255,0.85); }

/* ===== SERVICES ===== */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 26px;
  border: 1.5px solid var(--border);
  transition: all var(--transition);
  text-align: center;
}
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: 16px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.service-title { font-size: 1rem; color: var(--navy); margin-bottom: 10px; }
.service-desc { font-size: 0.87rem; color: var(--text-muted); line-height: 1.7; }

/* ===== TEAM ===== */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 24px; }
.team-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  border: 1.5px solid var(--border);
  transition: all var(--transition);
}
.team-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--navy), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', serif;
  font-size: 1.6rem;
  color: white;
  font-weight: 700;
}
.team-name { font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.team-role { font-size: 0.82rem; color: var(--text-muted); }

/* ===== ABOUT ===== */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.about-img-placeholder {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: white;
}
.about-stat-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--gold);
  color: var(--navy);
  padding: 18px 22px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-gold);
}
.about-stat-num { font-family: 'Roboto', serif; font-size: 2rem; font-weight: 800; line-height: 1; }
.about-stat-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }
.about-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; font-size: 0.95rem; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--navy);
}
.about-feature::before { content: '✓'; color: var(--gold); font-weight: 700; }

/* ===== CONTACT ===== */
.contact-section { background: var(--off-white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--white);
  padding: 20px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
}
.contact-icon {
  width: 42px; height: 42px;
  background: var(--gold-pale);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-item-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-weight: 700; margin-bottom: 4px; }
.contact-item-value { font-size: 0.9rem; color: var(--navy); font-weight: 500; }
.contact-item-value a { color: var(--navy); text-decoration: none; }
.contact-item-value a:hover { color: var(--gold); }
.map-wrap { border-radius: var(--radius); overflow: hidden; margin-top: 20px; border: 2px solid var(--border); }
.map-wrap iframe { display: block; width: 100%; height: 220px; border: none; }

/* ===== INLINE ENQUIRY FORM ===== */
.enquiry-form-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow);
}
.form-title { font-size: 1.4rem; color: var(--navy); margin-bottom: 4px; }
.form-sub { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid rgba(11,26,56,0.12);
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  color: var(--text);
  background: var(--off-white);
  transition: border-color var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-success {
  background: #d4edda;
  color: #155724;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 500;
}
.form-error {
  background: #f8d7da;
  color: #721c24;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  font-size: 0.9rem;
}

/* ===== VIDEOS ===== */
.videos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.video-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: var(--shadow);
  border: 2px solid var(--border);
}
.video-wrap iframe { width: 100%; height: 100%; border: none; }

/* ===== FIXED ENQUIRY SIDE BTN ===== */
.side-enquiry-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, var(--gold), var(--gold-light));
  color: var(--navy);
  font-weight: 700;
  font-size: 0.8rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg);
  padding: 20px 12px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  box-shadow: -4px 0 20px rgba(200,146,26,0.35);
  z-index: 800;
  border: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all var(--transition);
  font-family: 'DM Sans', sans-serif;
}
.side-enquiry-btn:hover {
  background: linear-gradient(180deg, var(--navy), var(--navy-light));
  color: var(--gold-light);
  padding-right: 18px;
}

/* ===== FIXED FOOTER ===== */
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--footer-h);
  background: var(--navy);
  border-top: 2px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 800;
  gap: 12px;
}
.fixed-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
}
.fixed-footer-name {
  font-family: 'Roboto', serif;
  font-size: 1rem;
  color: var(--gold-light);
  white-space: nowrap;
}
.fixed-footer-sub { font-size: 0.7rem; color: rgba(255,255,255,0.5); }
.fixed-footer-links { display: flex; gap: 18px; }
.fixed-footer-links a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 0.8rem;
  transition: color var(--transition);
}
.fixed-footer-links a:hover { color: var(--gold-light); }
.fixed-footer-cta {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-call-btn {
  background: rgba(255,255,255,0.1);
  color: white;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
}
.footer-call-btn:hover { background: rgba(255,255,255,0.2); }
.footer-enquiry-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all var(--transition);
  white-space: nowrap;
}
.footer-enquiry-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(200,146,26,0.4); }

/* ===== MODAL ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11,26,56,0.7);
  backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--white);
  border-radius: 20px;
  padding: 36px 32px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(30px);
  transition: transform var(--transition);
  box-shadow: 0 24px 80px rgba(11,26,56,0.3);
}
.modal-overlay.open .modal-box { transform: translateY(0); }
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px; height: 32px;
  background: var(--off-white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.modal-close:hover { background: var(--gold-pale); }
.modal-header { margin-bottom: 24px; }
.modal-header h3 { font-size: 1.5rem; color: var(--navy); margin-bottom: 4px; }
.modal-header p { font-size: 0.88rem; color: var(--text-muted); }
.modal-course-badge {
  background: var(--gold-pale);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 16px;
  border: 1px solid var(--border);
}

/* ===== GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.gallery-item {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--transition);
  background: var(--navy);
}
.gallery-item:hover { transform: scale(1.03); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: opacity var(--transition); }
.gallery-item:hover img { opacity: 1; }

/* ===== PAGE FOOTER ===== */
.page-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.65);
  padding: 56px 20px 24px;
}
.page-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.page-footer h4 { font-family: 'Roboto', serif; color: var(--white); margin-bottom: 16px; font-size: 1rem; }
.page-footer p { font-size: 0.87rem; line-height: 1.7; margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.87rem; transition: color var(--transition); display: flex; align-items: center; gap: 8px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-links a::before { content: '›'; color: var(--gold); }
.footer-contact-item { display: flex; gap: 10px; font-size: 0.87rem; margin-bottom: 10px; }
.footer-contact-icon { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  transition: all var(--transition);
  border: 1px solid rgba(255,255,255,0.1);
}
.footer-social a:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.8rem;
}
.footer-bottom a { color: var(--gold-light); text-decoration: none; }

/* ===== STATS BAR ===== */
.stats-bar { background: var(--gold); padding: 32px 20px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-num { font-family: 'Roboto', serif; font-size: 2.2rem; font-weight: 800; color: var(--navy); line-height: 1; }
.stat-label { font-size: 0.8rem; color: var(--navy-mid); font-weight: 600; margin-top: 5px; letter-spacing: 0.04em; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-content { padding: 5px 24px 36px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-img-wrap { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .page-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .fixed-footer-links { display: none; }
  .fixed-footer-brand .fixed-footer-sub { display: none; }
  .form-row { grid-template-columns: 1fr; }
  section { padding: 52px 16px; }
  .side-enquiry-btn { padding: 16px 10px; font-size: 0.72rem; }
  .about-features { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero { height: 120vw; min-height: 280px; }
  .hero-btns .btn-outline { display: block; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .fixed-footer { padding: 0 14px; }
  .footer-enquiry-btn { padding: 9px 14px; font-size: 0.78rem; }
  .footer-call-btn { display: none; }
}
.team-image img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    display:block;
    margin:0 auto 15px;
}
@media(max-width:768px){

    .hero{
        padding:60px 0;
    }

    .hero-wrapper{
        flex-direction:column;
        text-align:left;
    }

    /* Hide image on mobile */
    .hero-image{
        display:none;
    }

    .hero-content{
        width:100%;
    }

    .hero-sub{
        margin:0 0 25px;
    }

    .hero-btns{
        justify-content:flex-start;
    }
}