/* Global Rules */
:root {
  --primary-color: #75cdd9;
  --primary-hover: #5ab8c6;
  --secondary-color: #f0a868;
  --bg-color: #0a1628;
  --accent-color: #4dbfa3;
  --accent-hover: #3da891;
  --body-text-color: #8a9ba8;
  --heading-color: #e8f4f6;
  --bg-secondary: #121e2d;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("../fonts/LibreBaskerville/LibreBaskerville-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("../fonts/LibreBaskerville/LibreBaskerville-Bold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham/Gotham-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham/Gotham-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham/Gotham-Light.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham/Gotham-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham/Gotham-Medium.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham/Gotham-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham/Gotham-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
* {
  font-family: "Gotham";
  box-sizing: border-box;
}
body {
  background-color: var(--bg-color);
  color: #fff;
  overflow-x: hidden;
}
section {
  overflow-x: hidden !important;
}
h1 {
  font-size: 2.25rem;
  font-family: "Libre Baskerville";
  font-weight: 700;
  line-height: 2.9rem;
}
h2 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  line-height: 2.381rem;
  font-family: "Libre Baskerville";
}
h3 {
  font-family: "Libre Baskerville";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.953rem;
}
h4 {
  font-family: "Libre Baskerville";
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.628rem;
}
h5 {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.369rem;
}
h6 {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.172rem;
}
p {
  font-family: "Gotham";
  color: #ffffff8a;
  margin-bottom: 0 !important;
  font-weight: 300;
  font-size: 17px;
}
ul {
  list-style: none;
}
li {
  font-family: "Gotham";
  color: #777;
}

/* ============= Unified Section Header ============= */

/* Legacy support */
.main-head h2 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--heading-color);
  position: relative;
  max-width: 500px;
  margin-bottom: 1.5rem;
}
.main-head h5 {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.main-head p {
  color: var(--body-text-color);
  font-size: 15px;
  line-height: 1.8;
}

/* Universal section label — use across all pages */
.sec-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.sec-label-num {
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--primary-color);
  font-weight: 500;
}
.sec-label-text {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--body-text-color);
  font-weight: 500;
}
.sec-title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.sec-title em {
  font-style: italic;
  color: var(--primary-color);
}
.sec-desc {
  font-size: 15px;
  color: var(--body-text-color);
  line-height: 1.85;
  max-width: 500px;
}

/* ============= Navbar Scroll Glass ============= */
.main-navigation--container {
  transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s;
}
.nav-scrolled {
  background: rgba(10, 22, 40, 0.85) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

/* ============= Stats Counter Bar ============= */
.stats-bar {
  background: var(--bg-secondary);
  border-top: 1px solid rgba(117,205,217,0.1);
  border-bottom: 1px solid rgba(117,205,217,0.1);
  padding: 50px 0;
}
.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stats-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
.stats-bar-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(117,205,217,0.12);
}
.stats-bar-item .counter {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}
.stats-bar-suffix {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}
.stats-bar-item p {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--body-text-color);
  font-weight: 500;
}
@media (max-width: 767px) {
  .stats-bar-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-bar-item:nth-child(2)::after { display: none; }
}
@media (max-width: 480px) {
  .stats-bar-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}

/* ============= Back To Top ============= */
.btt-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 46px;
  height: 46px;
  background: var(--primary-color);
  color: var(--bg-color);
  border: none;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btt-btn.btt-visible {
  opacity: 1;
  transform: translateY(0);
}
.btt-btn:hover {
  background: var(--primary-hover);
}

/* ============= Cursor Glow ============= */
.cursor-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(117,205,217,0.12) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  transition: left 0.08s, top 0.08s;
}
@media (max-width: 767px) { .cursor-glow { display: none; } }

/* ============= Buttons ============= */
.main-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 36px;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--bg-color);
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.main-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.sec-btn {
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  transition: gap 0.2s;
}
.sec-btn:hover {
  gap: 14px;
  color: var(--primary-color);
}
