/* ============================================
   FSL – First Solutions Limited
   Md. Mijanur Rahman
   Payroll Officer
   First Solutions Limited
   ============================================ */

:root,
[data-theme="light"] {
  --black: #ffffff;
  --dark: #f4f6fa;
  --dark2: #eef1f8;
  --dark3: #e4e9f2;
  --charcoal: #f0f3fa;

  --gold: #c0392b;
  --gold-lt: #e05444;
  --gold-dk: #96211b;
  --gold-glow: rgba(192, 57, 43, 0.15);

  --navy: #1b3a6b;
  --navy-lt: #2a559e;
  --navy-dk: #0f2245;
  --navy-mid: #1e3d72;

  --silver: #8898aa;
  --white: #111827;
  --off-white: #f4f6fa;
  --grey: #4b5563;
  --grey-lt: #374151;
  --border: rgba(192, 57, 43, 0.18);
  --border-dim: rgba(27, 58, 107, 0.18);

  --topbar-bg: #0f2245;
  --topbar-text: #c8d8e8;

  --card-bg: #ffffff;
  --card-border: rgba(27, 58, 107, 0.15);
  --input-bg: #f4f6fa;
  --text-primary: #111827;
  --text-secondary: #374151;
  --text-muted: #6b7280;

  --radius: 4px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --shadow: 0 8px 40px rgba(27, 58, 107, 0.15);
  --shadow-gold: 0 4px 24px rgba(192, 57, 43, 0.22);
  --font-display: "Montserrat", "Poppins", sans-serif;
  --font-body: "Inter", "Open Sans", system-ui, sans-serif;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --navbar-bg: rgba(255, 255, 255, 0.97);
  --navbar-scrolled: rgba(255, 255, 255, 0.99);
  --nav-link-color: #374151;
  --section-hero-bg: linear-gradient(
    135deg,
    #0f2245 0%,
    #1b3a6b 50%,
    #0f2245 100%
  );
  --page-after-bg: var(--dark);

  --footer-bg: #0a1628;
  --footer-text: #a0aec0;
  --footer-heading: #c0392b;
  --footer-link: #94a3b8;
}

[data-theme="dark"] {
  --black: #0a0c10;
  --dark: #0d1117;
  --dark2: #13181f;
  --dark3: #1a2030;
  --charcoal: #161b24;

  --gold: #c9a84c;
  --gold-lt: #dbbe6f;
  --gold-dk: #a07c2e;
  --gold-glow: rgba(201, 168, 76, 0.18);

  --navy: #1b3a6b;
  --navy-lt: #2a559e;
  --navy-dk: #0f2245;
  --navy-mid: #1e3d72;

  --silver: #8898aa;
  --white: #ffffff;
  --off-white: #f4f6fa;
  --grey: #6b7a8d;
  --grey-lt: #a8bbc8;
  --border: rgba(201, 168, 76, 0.15);
  --border-dim: rgba(136, 152, 170, 0.18);

  --topbar-bg: #0f2245;
  --topbar-text: #c8d8e8;

  --card-bg: #13181f;
  --card-border: rgba(136, 152, 170, 0.18);
  --input-bg: #1a2030;
  --text-primary: #ffffff;
  --text-secondary: #a8bbc8;
  --text-muted: #6b7a8d;

  --navbar-bg: rgba(10, 12, 16, 0.97);
  --navbar-scrolled: rgba(10, 12, 16, 0.99);
  --nav-link-color: #a8bbc8;
  --section-hero-bg: linear-gradient(
    135deg,
    #0a0c10 0%,
    #0e1a3a 50%,
    #0a0c10 100%
  );
  --page-after-bg: var(--dark);

  --footer-bg: #0d1117;
  --footer-text: #6b7a8d;
  --footer-heading: #c9a84c;
  --footer-link: #6b7a8d;

  --shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
  --shadow-gold: 0 4px 24px rgba(201, 168, 76, 0.25);
}

[data-theme="navy"] {
  --black: #0a1628;
  --dark: #0d1f3c;
  --dark2: #122545;
  --dark3: #1a2f55;
  --charcoal: #0f1c38;

  --gold: #e8b84b;
  --gold-lt: #f2ca6a;
  --gold-dk: #c49330;
  --gold-glow: rgba(232, 184, 75, 0.18);

  --navy: #3a7bd5;
  --navy-lt: #5b96e8;
  --navy-dk: #1e4fa0;
  --navy-mid: #2e68c0;

  --silver: #7a9cc0;
  --white: #ffffff;
  --off-white: #e8f0fc;
  --grey: #5a7a9a;
  --grey-lt: #8ab0d0;
  --border: rgba(232, 184, 75, 0.18);
  --border-dim: rgba(58, 123, 213, 0.2);

  --topbar-bg: #060e1e;
  --topbar-text: #8ab0d0;

  --card-bg: #122545;
  --card-border: rgba(58, 123, 213, 0.2);
  --input-bg: #1a2f55;
  --text-primary: #ffffff;
  --text-secondary: #8ab0d0;
  --text-muted: #5a7a9a;

  --navbar-bg: rgba(10, 22, 40, 0.97);
  --navbar-scrolled: rgba(10, 22, 40, 0.99);
  --nav-link-color: #8ab0d0;
  --section-hero-bg: linear-gradient(
    135deg,
    #060e1e 0%,
    #0d1f3c 50%,
    #060e1e 100%
  );
  --page-after-bg: var(--dark);

  --footer-bg: #060e1e;
  --footer-text: #5a7a9a;
  --footer-heading: #e8b84b;
  --footer-link: #5a7a9a;

  --shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
  --shadow-gold: 0 4px 24px rgba(232, 184, 75, 0.25);
}

[data-theme="red"] {
  --black: #0f0505;
  --dark: #150a0a;
  --dark2: #1e0f0f;
  --dark3: #2a1515;
  --charcoal: #1a0c0c;

  --gold: #e85555;
  --gold-lt: #f07070;
  --gold-dk: #c03030;
  --gold-glow: rgba(232, 85, 85, 0.18);

  --navy: #c0392b;
  --navy-lt: #e05444;
  --navy-dk: #8b2020;
  --navy-mid: #a83028;

  --silver: #9a8080;
  --white: #ffffff;
  --off-white: #fdf0f0;
  --grey: #6b5555;
  --grey-lt: #c0a0a0;
  --border: rgba(232, 85, 85, 0.18);
  --border-dim: rgba(200, 80, 80, 0.18);

  --topbar-bg: #1a0808;
  --topbar-text: #d0a0a0;

  --card-bg: #1e0f0f;
  --card-border: rgba(200, 80, 80, 0.2);
  --input-bg: #2a1515;
  --text-primary: #ffffff;
  --text-secondary: #c0a0a0;
  --text-muted: #6b5555;

  --navbar-bg: rgba(15, 5, 5, 0.97);
  --navbar-scrolled: rgba(15, 5, 5, 0.99);
  --nav-link-color: #c0a0a0;
  --section-hero-bg: linear-gradient(
    135deg,
    #0f0505 0%,
    #2a0c0c 50%,
    #0f0505 100%
  );
  --page-after-bg: var(--dark);

  --footer-bg: #0a0303;
  --footer-text: #6b5555;
  --footer-heading: #e85555;
  --footer-link: #6b5555;

  --shadow: 0 8px 40px rgba(0, 0, 0, 0.8);
  --shadow-gold: 0 4px 24px rgba(232, 85, 85, 0.3);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  transition:
    background 0.4s ease,
    color 0.4s ease;
}

/* ══════════════════════════════════════
   PAGE LOADER
   ══════════════════════════════════════ */
#fsl-loader {
  position: fixed;
  inset: 0;
  background: var(--navy-dk);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
#fsl-loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-logo {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  animation: loaderPulse 1.5s ease-in-out infinite;
}
.loader-bar-wrap {
  width: 180px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.loader-bar {
  height: 100%;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.7));
  border-radius: 2px;
  animation: loaderFill 1.6s ease-out forwards;
}
.loader-text {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  animation: loaderFade 1.6s ease-out forwards;
}
.loader-logo img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

@keyframes loaderPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(0.97);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes loaderFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes loaderFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

/* ══════════════════════════════════════
   TOP INFO BAR
   ══════════════════════════════════════ */
#topInfoBar {
  background: var(--topbar-bg);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  padding: 0.42rem 0;
  transition:
    max-height 0.4s ease,
    opacity 0.35s ease,
    padding 0.35s ease;
  max-height: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1001;
}
#topInfoBar.hidden {
  max-height: 0;
  opacity: 0;
  padding: 0;
}
.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.topbar-left {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.topbar-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--topbar-text);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.25s;
}
.topbar-item:hover {
  color: var(--gold-lt);
}
.topbar-item .ticon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0.65rem;
  flex-shrink: 0;
  transition: background 0.25s;
}
.topbar-item:hover .ticon {
  background: rgba(255, 255, 255, 0.2);
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.72rem;
  color: var(--topbar-text);
}
.topbar-social {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.topbar-social a {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: var(--topbar-text);
  text-decoration: none;
  transition: 0.25s;
}
.topbar-social a:hover {
  background: var(--gold);
  color: #fff;
}
.topbar-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.15);
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  margin-right: 4px;
  animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

/* ══════════════════════════════════════
   NAVBAR
   ══════════════════════════════════════ */
.navbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--navbar-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 0.7rem 0;
  transition: var(--transition);
  box-shadow: var(--shadow);
}
.navbar.scrolled {
  background: var(--navbar-scrolled);
  border-bottom: 2px solid var(--gold);
  padding: 0.55rem 0;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.logo-text-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.logo-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.logo-tagline {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.09em;
  text-transform: capitalize;
}
.logo-img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  border-radius: 6px;
  flex-shrink: 0;
  display: block;
}
.logo:hover .logo-img {
  opacity: 0.88;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.nav-links a {
  text-decoration: none;
  color: var(--nav-link-color);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius);
  transition: var(--transition);
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
  transition:
    left 0.3s ease,
    right 0.3s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after {
  left: 0.85rem;
  right: 0.85rem;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}
.nav-links .nav-cta {
  background: var(--gold);
  color: #fff !important;
  font-weight: 700;
  padding: 0.5rem 1.3rem;
  margin-left: 0.5rem;
  border-radius: var(--radius);
  letter-spacing: 0.06em;
}
.nav-links .nav-cta::after {
  display: none;
}
.nav-links .nav-cta:hover {
  background: var(--gold-lt);
  transform: translateY(-1px);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gold);
  transition: var(--transition);
  border-radius: 1px;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ══════════════════════════════════════
   UTILITIES
   ══════════════════════════════════════ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.center {
  text-align: center;
}
.gold {
  color: var(--gold);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.2;
  color: var(--text-primary);
}
.section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: inline-block;
}
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}
.section-sub {
  color: var(--grey-lt);
  max-width: 560px;
  margin: 0 auto 3rem;
}

/* ══════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════ */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-dk), var(--gold));
  color: #fff;
  font-weight: 700;
  font-size: 0.83rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 2.1rem;
  border-radius: var(--radius);
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid var(--gold);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 2.1rem;
  border-radius: var(--radius);
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid var(--border-dim);
}
.btn-outline:hover {
  background: var(--dark2);
  border-color: var(--gold);
  transform: translateY(-2px);
}
.btn-outline-light {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.85rem 2.1rem;
  border-radius: var(--radius);
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

/* ══════════════════════════════════════
   HERO SLIDER
   ══════════════════════════════════════ */
.hero-clean {
  position: relative;
  width: 100%;
  height: 82vh;
  min-height: 480px;
  max-height: 780px;
  overflow: hidden;
  background: #080b14;
}
.hero-clean .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.hero-clean .slide.active {
  opacity: 1;
}
.hero-clean::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(to top, rgba(10, 12, 16, 0.8), transparent);
  pointer-events: none;
  z-index: 2;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(27, 58, 107, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  backdrop-filter: blur(6px);
}
.slide-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.slide-arrow.prev {
  left: 24px;
}
.slide-arrow.next {
  right: 24px;
}
.slide-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.sdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: 0.3s;
}
.sdot.active {
  background: var(--gold);
  border-color: var(--gold);
  width: 26px;
  border-radius: 5px;
}

/* ══════════════════════════════════════
   HERO INFO STRIP
   ══════════════════════════════════════ */
.hero-info-strip {
  background: var(--dark2);
  border-top: 1px solid var(--border-dim);
  padding: 52px 0 44px;
  border-bottom: 3px solid var(--gold);
}
.hero-info-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: center;
}
.hero-info-text h2 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--text-primary);
  margin-bottom: 0.85rem;
}
.hero-info-text p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 540px;
}
.hero-info-text p a {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
}
.hero-info-text p a:hover {
  color: var(--gold);
}
.hero-stats-circles {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: nowrap;
}
.stat-circle {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dk), var(--gold));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.stat-circle:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-gold);
}
.stat-circle .num {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.stat-circle .lbl {
  font-size: 0.59rem;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.04em;
  margin-top: 5px;
  padding: 0 10px;
  line-height: 1.4;
}
.hero-info-btns {
  display: flex;
  gap: 1rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════
   TICKER
   ══════════════════════════════════════ */
.ticker-wrap {
  background: linear-gradient(
    90deg,
    var(--navy-dk),
    var(--navy),
    var(--navy-dk)
  );
  overflow: hidden;
  padding: 0.7rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
}
.ticker-track span {
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 1.5rem;
}
.ticker-track .sep {
  padding: 0;
  color: var(--gold-lt);
  opacity: 0.9;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ══════════════════════════════════════
   INTRO SECTION
   ══════════════════════════════════════ */
.intro-section {
  padding: 100px 0;
  background: var(--dark);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.intro-text p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  line-height: 1.8;
}
.intro-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: 0.3s;
}
.feature-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.feature-card:hover::before {
  opacity: 1;
}
.feature-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}
.feature-card h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}
.feature-card p {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ══════════════════════════════════════
   SERVICES PREVIEW
   ══════════════════════════════════════ */
.services-preview {
  padding: 100px 0;
  background: var(--charcoal);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}
.service-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.service-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 55%);
}
.service-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service-body h3 {
  font-size: 1.08rem;
  color: var(--gold);
}
.service-body p {
  font-size: 0.84rem;
  color: var(--text-secondary);
  flex: 1;
  line-height: 1.65;
}
.learn-more {
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: 0.3s;
}
.service-card:hover .learn-more {
  gap: 0.6rem;
}
.service-card-cta {
  background: linear-gradient(135deg, var(--dark2), var(--dark3));
  border: 1px solid rgba(201, 168, 76, 0.3);
  align-items: center;
  justify-content: center;
}
.service-card-cta:hover {
  background: linear-gradient(
    135deg,
    rgba(192, 57, 43, 0.07),
    rgba(27, 58, 107, 0.1)
  );
}
.service-cta-inner {
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.service-cta-icon {
  font-size: 2.5rem;
  color: var(--gold);
  display: block;
  margin-bottom: 1rem;
}
.service-cta-inner h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
}
.service-cta-inner p {
  font-size: 0.84rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

/* ══════════════════════════════════════
   PARTNERS STRIP
   ══════════════════════════════════════ */
.partners-strip {
  padding: 80px 0;
  background: var(--dark2);
}
.partners-carousel-wrap {
  overflow: hidden;
  padding: 1.5rem 0;
  position: relative;
}
.partners-carousel-wrap::before,
.partners-carousel-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.partners-carousel-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--dark2), transparent);
}
.partners-carousel-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--dark2), transparent);
}
.partners-carousel-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  animation: partnersScrollSlow 55s linear infinite;
  width: max-content;
}
.partners-carousel-track:hover {
  animation-play-state: paused;
}
@keyframes partnersScrollSlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.partner-logo-slide {
  background: var(--dark3);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 0.85rem 1.75rem;
  white-space: nowrap;
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-secondary);
  transition: var(--transition);
  flex-shrink: 0;
  min-width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo-slide:hover {
  border-color: var(--gold);
  color: var(--text-primary);
  background: rgba(192, 57, 43, 0.05);
}
.partner-logo-slide img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  display: block;
}

/* ══════════════════════════════════════
   CTA BAND
   ══════════════════════════════════════ */
.cta-band {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    var(--navy-dk) 0%,
    var(--navy-mid) 50%,
    var(--navy) 100%
  );
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 80% at 50% 50%,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 70%
  );
}
.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cta-content h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.cta-content p {
  color: rgba(255, 255, 255, 0.78);
}
.cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════
   FOOTER
   ══════════════════════════════════════ */
.footer {
  background: var(--footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 80px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.footer-brand p {
  font-size: 0.84rem;
  color: var(--footer-text);
  line-height: 1.75;
}
.footer-logo-img {
  height: 52px;
  width: 52px;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}
.footer-links-col h4,
.footer-contact-col h4 {
  font-size: 0.73rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--footer-heading);
  margin-bottom: 1.25rem;
  font-family: var(--font-body);
  font-weight: 700;
}
.footer-links-col ul {
  list-style: none;
}
.footer-links-col ul li {
  margin-bottom: 0.6rem;
}
.footer-links-col ul a {
  text-decoration: none;
  color: var(--footer-link);
  font-size: 0.84rem;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.footer-links-col ul a::before {
  content: "›";
  color: var(--footer-heading);
  opacity: 0;
  transition: 0.2s;
}
.footer-links-col ul a:hover {
  color: #fff;
  padding-left: 8px;
}
.footer-links-col ul a:hover::before {
  opacity: 1;
}
.footer-contact-col p {
  font-size: 0.84rem;
  color: var(--footer-text);
  margin-bottom: 0.6rem;
  line-height: 1.6;
}
.footer-bottom {
  padding: 1.5rem 0 0;
  text-align: center;
  color: var(--footer-text);
  font-size: 0.76rem;
}

/* ══════════════════════════════════════
   THEME SWITCHER IN FOOTER
   ══════════════════════════════════════ */
/* .theme-switcher-section {
  background: var(--footer-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.5rem 0;
}
.theme-switcher-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.theme-switcher-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--footer-text);
  opacity: 0.8;
}
.theme-btns {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}
.theme-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  border-radius: 20px;
  border: 1.5px solid transparent;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  cursor: pointer;
  transition: all 0.25s ease;
  background: rgba(255, 255, 255, 0.06);
  color: var(--footer-text);
}
.theme-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.theme-btn.active {
  border-color: currentColor;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.theme-btn .swatch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.theme-btn[data-theme-target="light"] .swatch {
  background: linear-gradient(135deg, #ffffff, #c0392b);
}
.theme-btn[data-theme-target="dark"] .swatch {
  background: linear-gradient(135deg, #0a0c10, #c9a84c);
}
.theme-btn[data-theme-target="navy"] .swatch {
  background: linear-gradient(135deg, #0a1628, #3a7bd5);
}
.theme-btn[data-theme-target="red"] .swatch {
  background: linear-gradient(135deg, #1e0f0f, #e85555);
}
.theme-btn[data-theme-target="light"].active {
  border-color: #c0392b;
}
.theme-btn[data-theme-target="dark"].active {
  border-color: #c9a84c;
}
.theme-btn[data-theme-target="navy"].active {
  border-color: #3a7bd5;
}
.theme-btn[data-theme-target="red"].active {
  border-color: #e85555;
} */

/* ══════════════════════════════════════
   PAGE HERO (Sub-pages)
   ══════════════════════════════════════ */
.page-hero {
  padding: 160px 0 80px;
  background: var(--section-hero-bg);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 80% at 50% 50%,
    rgba(27, 58, 107, 0.3) 0%,
    transparent 70%
  );
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, var(--dark) 0%, transparent 100%);
}
.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  position: relative;
  z-index: 1;
  color: #fff !important;
}
.page-hero p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  margin: 1rem auto 0;
  position: relative;
  z-index: 1;
}
.page-hero .section-eyebrow {
  color: var(--gold);
}
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  font-size: 0.77rem;
  position: relative;
  z-index: 1;
}
.breadcrumb a {
  color: var(--gold);
  text-decoration: none;
}
.breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

/* ══════════════════════════════════════
   ABOUT PAGE
   ══════════════════════════════════════ */
.about-content {
  padding: 100px 0;
  background: var(--dark);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-text p {
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
  line-height: 1.8;
}
.about-visual {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-visual::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
}
.about-visual .big-num {
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--gold);
  display: block;
}
.about-values {
  padding: 80px 0;
  background: var(--charcoal);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.value-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.value-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  opacity: 0;
  transition: 0.3s;
}
.value-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: var(--shadow-gold);
}
.value-card:hover::after {
  opacity: 1;
}
.value-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.value-card h3 {
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.value-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ══════════════════════════════════════
   SERVICES PAGE
   ══════════════════════════════════════ */
.services-full {
  padding: 100px 0;
  background: var(--dark);
}
.service-full-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: var(--transition);
}
.service-full-card:hover {
  border-color: var(--gold);
}
.service-full-header {
  background: var(--dark2);
  padding: 1.8rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.service-full-card:hover .service-full-header {
  border-bottom-color: var(--border);
}
.service-full-icon {
  font-size: 2rem;
}
.service-full-header h2 {
  font-size: 1.35rem;
  color: var(--gold);
  flex: 1;
}
.service-toggle {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 300;
  transition: var(--transition);
}
.service-full-body {
  padding: 0 2.5rem;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    padding 0.3s;
}
.service-full-body.open {
  max-height: 900px;
  padding: 2rem 2.5rem;
}
.service-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}
.service-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.87rem;
  color: var(--text-secondary);
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--border-dim);
}
.service-list li::before {
  content: "◆";
  color: var(--gold);
  font-size: 0.48rem;
  flex-shrink: 0;
}
.service-full-body p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
  line-height: 1.8;
}

/* ══════════════════════════════════════
   MANAGEMENT PAGE
   ══════════════════════════════════════ */
.management-section {
  padding: 100px 0;
  background: var(--dark);
}
.management-intro {
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
  color: var(--text-secondary);
}
.management-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.mgmt-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.mgmt-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  opacity: 0;
  transition: 0.3s;
}
.mgmt-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.mgmt-card:hover::before {
  opacity: 1;
}
.mgmt-photo-placeholder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--dark2);
  margin: 0 auto 1.25rem;
  border: 3px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
  font-weight: 700;
  overflow: hidden;
}
.mgmt-photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mgmt-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  color: var(--text-primary);
}
.mgmt-card .title {
  font-size: 0.79rem;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.mgmt-card .bio {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
  display: none;
}
.mgmt-card.expanded .bio {
  display: block;
}
.btn-details {
  background: linear-gradient(135deg, var(--navy-dk), var(--navy));
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.77rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 1rem;
}
.btn-details:hover {
  background: linear-gradient(135deg, var(--gold-dk), var(--gold));
  color: #fff;
  transform: scale(1.03);
}

/* ══════════════════════════════════════
   PARTNERS PAGE
   ══════════════════════════════════════ */
.partners-section {
  padding: 100px 0;
  background: var(--dark);
}
.partners-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.partner-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: var(--transition);
}
.partner-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.partner-card-name {
  font-weight: 600;
  font-size: 0.87rem;
  color: var(--text-secondary);
  letter-spacing: 0.04em;
}
.partner-logo-box {
  width: 160px;
  height: 90px;
  background: linear-gradient(135deg, #f0f4fb, #e8edf5);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  overflow: hidden;
  transition: var(--transition);
}
.partner-card:hover .partner-logo-box {
  box-shadow: 0 0 0 2px var(--gold);
}
.partner-logo-box span {
  font-weight: 700;
  font-size: 0.84rem;
  color: #1a2a4a;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.5rem;
}

.partner-logo-box {
  width: 220px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  overflow: hidden;
  background: #f0f4fb;
  border-radius: 8px;

  border: 2px solid #d1d9e6;
}

.partner-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/* ══════════════════════════════════════
   GALLERY PAGE
   ══════════════════════════════════════ */
.gallery-section {
  padding: 100px 0;
  background: var(--dark);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3;
  cursor: pointer;
  border: 1px solid var(--card-border);
  transition: border-color 0.3s;
}
.gallery-item:hover {
  border-color: var(--gold);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  color: var(--gold);
  font-size: 2rem;
}
.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}
.gallery-filter {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  color: var(--text-secondary);
  padding: 0.55rem 1.25rem;
  border-radius: 20px;
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: 0.3s;
}
.gallery-filter.active,
.gallery-filter:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.gallery-item.hidden {
  display: none;
}

/* ══════════════════════════════════════
   CONTACT PAGE
   ══════════════════════════════════════ */
.contact-section {
  padding: 100px 0;
  background: var(--dark);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
}
.contact-info h3 {
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.contact-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-glow);
  border: 1px solid var(--border-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-info-item h4 {
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
  font-family: var(--font-body);
  font-weight: 700;
}
.contact-info-item p,
.contact-info-item a {
  font-size: 0.87rem;
  color: var(--text-secondary);
  text-decoration: none;
  line-height: 1.6;
}
.contact-info-item a:hover {
  color: var(--gold);
}
.contact-map {
  width: 100%;
  height: 250px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  margin-top: 2rem;
  overflow: hidden;
  background: var(--dark3);
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(0.3);
  opacity: 0.85;
}
.contact-form {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}
.contact-form h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--gold);
}
.contact-form > p {
  color: var(--text-muted);
  font-size: 0.84rem;
  margin-bottom: 2rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background: var(--input-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.87rem;
  transition: var(--transition);
  outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
}
.form-group textarea {
  height: 130px;
  resize: vertical;
}
.form-group select option {
  background: var(--card-bg);
  color: var(--text-primary);
}
.form-submit {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, var(--gold-dk), var(--gold));
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.87rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
}
.form-submit:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

/* ══════════════════════════════════════
   SCROLL REVEAL ANIMATION
   ══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════════════
   MOBILE NAV OVERLAY (backdrop)
   ══════════════════════════════════════ */
.nav-overlay {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.nav-close-btn {
  display: none !important;
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */

@media (max-width: 1024px) {
  .intro-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .services-grid,
  .management-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .partners-full-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-info-inner {
    gap: 36px;
  }
  .stat-circle {
    width: 108px;
    height: 108px;
  }
  .stat-circle .num {
    font-size: 1.45rem;
  }
  .intro-section,
  .about-content,
  .services-full,
  .management-section,
  .partners-section,
  .gallery-section,
  .contact-section {
    padding: 80px 0;
  }
  .cta-band {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
    z-index: 1002;
    position: relative;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 55px;
    right: 0px;
    bottom: 0;
    width: 280px;
    height: 400px;
    max-width: 85vw;
    background: var(--navbar-scrolled);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1.5rem 1.5rem 2rem;
    gap: 0.15rem;
    border-left: 2px solid var(--gold);
    overflow-y: auto;
    z-index: 1001;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.35);
  }
  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    font-size: 0.93rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius);
    border-bottom: 1px solid var(--border-dim);
    width: 100%;
    display: block;
  }
  .nav-links a::after {
    display: none;
  }
  .nav-links .nav-cta {
    margin-left: 0;
    margin-top: 0.75rem;
    text-align: center;
    display: block;
    border-bottom: none;
  }

  .topbar-inner {
    padding: 0 16px;
  }
  .topbar-left {
    gap: 0.75rem;
  }
  .topbar-item:nth-child(3) {
    display: none;
  }
  .topbar-right span {
    display: none;
  }

  .hero-info-strip {
    padding: 36px 0 32px;
  }
  .hero-info-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-info-text h2 {
    font-size: 1.3rem;
  }
  .hero-stats-circles {
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  .stat-circle {
    width: 98px;
    height: 98px;
  }
  .stat-circle .num {
    font-size: 1.25rem;
  }
  .stat-circle .lbl {
    font-size: 0.52rem;
  }
  .hero-info-btns {
    justify-content: center;
    flex-wrap: wrap;
  }

  .intro-section,
  .about-content,
  .services-full,
  .management-section,
  .partners-section,
  .gallery-section,
  .contact-section {
    padding: 60px 0;
  }
  .about-values,
  .services-preview,
  .partners-strip {
    padding: 60px 0;
  }
  .cta-band {
    padding: 50px 0;
  }
  .page-hero {
    padding: 110px 0 55px;
  }
  .page-hero h1 {
    font-size: 2rem;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .management-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-list {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .partners-full-grid {
    grid-template-columns: 1fr 1fr;
  }
  .intro-features {
    grid-template-columns: 1fr 1fr;
  }

  .cta-band .container {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .cta-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cta-content h2 {
    font-size: 1.6rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 1.75rem;
  }

  .footer {
    padding: 60px 0 0;
  }
}

@media (max-width: 480px) {
  .topbar-inner {
    padding: 0 12px;
  }
  .topbar-left {
    gap: 0.5rem;
  }
  .topbar-item:nth-child(2),
  .topbar-item:nth-child(3) {
    display: none;
  }
  .topbar-item:nth-child(1) {
    font-size: 0.67rem;
  }
  .topbar-right {
    gap: 0.5rem;
  }
  .topbar-right .topbar-divider {
    display: none;
  }

  .nav-container {
    padding: 0 14px;
  }
  .logo-name h3 {
    font-size: 0.82rem;
  }
  .logo-tagline {
    display: none;
  }
  .logo-img {
    height: 40px;
    width: 40px;
  }

  .hero-stats-circles {
    gap: 10px;
  }
  .stat-circle {
    width: 85px;
    height: 85px;
  }
  .stat-circle .num {
    font-size: 1.1rem;
  }
  .stat-circle .lbl {
    font-size: 0.48rem;
    padding: 0 6px;
  }
  .hero-info-text h2 {
    font-size: 1.2rem;
  }
  .hero-info-text p {
    font-size: 0.85rem;
  }

  .intro-section,
  .about-content,
  .services-full,
  .management-section,
  .partners-section,
  .gallery-section,
  .contact-section {
    padding: 50px 0;
  }
  .about-values,
  .services-preview,
  .partners-strip {
    padding: 50px 0;
  }
  .cta-band {
    padding: 40px 0;
  }
  .page-hero {
    padding: 100px 0 50px;
  }
  .page-hero h1 {
    font-size: 1.6rem !important;
  }
  .section-title {
    font-size: 1.45rem !important;
  }
  .hero-title {
    font-size: 1.9rem !important;
  }

  .services-grid {
    grid-template-columns: 1fr !important;
  }
  .management-grid {
    grid-template-columns: 1fr !important;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .partners-full-grid {
    grid-template-columns: 1fr !important;
  }
  .intro-features {
    grid-template-columns: 1fr 1fr !important;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 1.75rem;
  }
  .footer {
    padding: 50px 0 0;
  }
  .intro-grid,
  .about-grid {
    gap: 2rem;
  }

  .service-full-header {
    padding: 1.1rem 1.25rem;
    gap: 0.85rem;
  }
  .service-full-header h2 {
    font-size: 1rem;
  }
  .service-full-icon {
    font-size: 1.5rem;
  }
  .service-full-body.open {
    padding: 1.25rem;
  }
  .service-full-body {
    padding: 0 1.25rem;
  }

  .about-visual {
    padding: 2rem 1.5rem;
  }

  .contact-form {
    padding: 1.25rem;
  }
  .contact-grid {
    gap: 30px;
  }

  .mgmt-card {
    padding: 1.5rem;
  }
  .mgmt-photo-placeholder {
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
  }

  .btn-primary,
  .btn-outline,
  .btn-outline-light {
    font-size: 0.79rem;
    padding: 0.7rem 1.4rem;
  }

  .partner-logo-slide {
    font-size: 0.77rem;
    padding: 0.65rem 1rem;
    min-width: 120px;
  }

  .theme-switcher-inner {
    gap: 0.75rem;
    flex-direction: column;
    align-items: center;
  }
  .theme-btns {
    gap: 0.5rem;
  }
  .theme-btn {
    font-size: 0.65rem;
    padding: 0.4rem 0.75rem;
  }

  .cta-content h2 {
    font-size: 1.35rem;
  }
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
  .cta-actions a {
    width: 100%;
    text-align: center;
    max-width: 260px;
  }

  .gallery-filter {
    font-size: 0.72rem;
    padding: 0.45rem 0.9rem;
  }

  div[style*="grid-template-columns:repeat(3,1fr)"] {
    display: flex !important;
    flex-direction: column !important;
  }
}

@media (max-width: 360px) {
  .stat-circle {
    width: 76px;
    height: 76px;
  }
  .stat-circle .num {
    font-size: 1rem;
  }
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .values-grid {
    grid-template-columns: 1fr !important;
  }
  .intro-features {
    grid-template-columns: 1fr !important;
  }
  .page-hero h1 {
    font-size: 1.4rem !important;
  }
  .nav-links {
    width: 200px;
    max-width: 90vw;
    right: -250px;
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .nav-links.open {
    display: flex;
    right: 0;
  }
}
@media screen and (max-width: 968px) {
  .card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .card {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**New Add for nav 
Management **/

@media (max-width: 768px) {
  .container > div:last-child {
    grid-template-columns: 1fr !important;
    padding: 0 1rem !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .container > div:last-child {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
