@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-color: #8b0000;
  --primary-light: #b30000;
  --secondary-color: #f0c040;
  --secondary-hover: #e0b030;
  --accent-color: #e74c3c;
  --text-dark: #1a1a1a;
  --text-muted: #666;
  --bg-light: #f8faff;
  --bg-white: #ffffff;
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.2);
  --shadow-premium: 0 15px 35px rgba(10, 45, 77, 0.1);
  --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  --font-main: 'Outfit', sans-serif;
  --font-accent: 'Inter', sans-serif;
}

/* ─── CSS Reset & Base ─────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--text-dark);
  line-height: 1.6;
  background: var(--bg-white);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

/* ─── Layout Utilities ────────────────────────────────────── */
.container-premium {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding {
  padding: 50px 0;
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.section-title .underline {
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
  margin: 0 auto;
  border-radius: 2px;
}

/* ─── Top Bar ────────────────────────────────────────────── */
/* .top-bar {
  background: linear-gradient(90deg, #5c0000 0%, #8b0000 50%, #5c0000 100%);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */

.top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-links {
  display: flex;
  gap: 25px;
}

.top-link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.9;
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  color: var(--secondary-color);
}

.top-bar-info {
  display: flex;
  align-items: center;
}

.top-bar-info .top-link i {
  font-size: 16px;
}

@media (max-width: 768px) {
  .top-bar-links {
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .top-bar-links::-webkit-scrollbar {
    display: none;
  }

  .top-link {
    font-size: 11px;
  }
}

/* ─── Header & Navigation ──────────────────────────────────── */
.main-nav {
  background:#909090;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid var(--glass-border);
  transition: var(--transition-smooth);
}

/* Professional CSS Wreath using Data URI for guaranteed loading */
.wreath-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23D4AF37' d='M470.1 230.1c4.9-17.7 7.9-35.4 7.9-53.1 0-8.8-1.5-17.7-4.4-26.1-2.9-8.4-7.4-16.2-13.2-23.1-11.6-13.8-27.9-23.1-45.9-26.1-18-3-36.5-1.5-53.1 4.4-16.6 5.9-31.4 15.7-43.1 28.4-11.7 12.7-20.1 27.9-24.3 44.5 14.5-5.9 29.8-10.3 45.4-13.1 15.6-2.8 31.5-4.1 47.3-3.9 15.8.2 31.5 1.9 46.9 5s30.4 7.6 44.8 13.5c-14.4-5.9-29.4-10.4-44.8-13.5s-31.1-4.8-46.9-5-31.7 1.1-47.3 3.9c-15.6 2.8-30.9 7.2-45.4 13.1 4.2-16.6 12.6-31.8 24.3-44.5 11.7-12.7 26.5-22.5 43.1-28.4 16.6-5.9 35.1-7.4 53.1-4.4 18 3 34.3 12.3 45.9 26.1 5.8 6.9 10.3 14.7 13.2 23.1 2.9 8.4 4.4 17.3 4.4 26.1 0 17.7-3 35.4-7.9 53.1z'/%3E%3Cpath fill='%23D4AF37' d='M41.9 230.1c-4.9-17.7-7.9-35.4-7.9-53.1 0-8.8 1.5-17.7 4.4-26.1 2.9-8.4 7.4-16.2 13.2-23.1 11.6-13.8 27.9-23.1 45.9-26.1 18-3 36.5-1.5 53.1 4.4 16.6 5.9 31.4 15.7 43.1 28.4 11.7 12.7 20.1 27.9 24.3 44.5-14.5-5.9-29.8-10.3-45.4-13.1-15.6-2.8-31.5-4.1-47.3-3.9-15.8.2-31.5 1.9-46.9 5s-30.4 7.6-44.8 13.5c14.4-5.9 29.4-10.4 44.8-13.5s31.1-4.8 46.9-5 31.7 1.1 47.3 3.9c15.6 2.8 30.9 7.2 45.4 13.1-4.2-16.6-12.6-31.8-24.3-44.5-11.7-12.7-26.5-22.5-43.1-28.4-16.6-5.9-35.1-7.4-53.1-4.4-18 3-34.3 12.3-45.9 26.1-5.8 6.9-10.3 14.7-13.2 23.1-2.9 8.4-4.4 17.3-4.4 26.1 0 17.7 3 35.4 7.9 53.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9;
}

/* Transparent Overlay Mode */
.main-nav.transparent-nav {
  position: absolute;
  width: 100%;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  top: 30px;
  /* Allow it to sit below top-bar */
}

/* Scrolled state for transparent nav (optional, but good for UX) */
.main-nav.scrolled {
  position: sticky;
  top: 0;
  background: var(--glass-bg);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo img {
  height: 80px;
  width: auto;
  transition: var(--transition-smooth);
}

.nav-menu {
  display: flex;
  gap: 30px;
}

.has-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--bg-white);
  min-width: 200px;
  box-shadow: var(--shadow-premium);
  border-radius: 8px;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition-smooth);
  z-index: 1001;
  border-top: 3px solid var(--secondary-color);
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  width: 100%;
}

.dropdown-menu a {
  display: block;
  padding: 10px 25px;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
  transition: var(--transition-smooth);
}

.dropdown-menu a:hover {
  background: var(--bg-light);
  color: var(--secondary-color);
  padding-left: 30px;
}

.nav-link {
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
}

.transparent-nav .nav-link {
  color: #ffffff;
}

.transparent-nav .nav-link.active {
  color: #2196F3;
  /* Bright blue for active HOME as seen in image */
}

.scrolled .nav-link {
  color: var(--primary-color);
}

.scrolled .nav-link.active {
  color: var(--secondary-color);
}

.nav-arrow {
  font-size: 10px;
  opacity: 0.8;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #2196F3;
  transition: var(--transition-smooth);
}

.nav-link:hover {
  color: #2196F3 !important;
}

.nav-link:hover::after {
  width: 100%;
}

/* ─── VARIETY BUTTON STYLE ─────────────────────────────────── */
.btn-variety {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 35px;
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
  cursor: pointer;
}

.btn-variety::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}

.btn-variety span {
  position: relative;
  z-index: 2;
}

.btn-variety i {
  font-size: 18px;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}

.btn-variety:hover {
  color: #ffffff;
  border-color: var(--primary-color);
  box-shadow: 0 10px 20px rgba(10, 45, 77, 0.2);
}

.btn-variety:hover::before {
  left: 0;
}

.btn-variety:hover i {
  transform: translateX(5px);
}

.btn-variety:active {
  transform: scale(0.95);
}

/* ─── HERO VIDEO BANNER ─────────────────────────────────────── */
.hero-video-banner {
  position: relative;
  height: 90vh;
  min-height: 600px;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay-blue {
  position: absolute;
  inset: 0;
  background: rgba(10, 45, 77, 0.2);
  /* Blue-ish overlay as seen in second image */
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  color: var(--bg-white);
}

.hero-text-box {
  max-width: 900px;
  padding-left: 50px;
}

.hero-title {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.hero-desc {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
  max-width: 700px;
  font-weight: 400;
}

.hero-btns {
  display: flex;
  gap: 20px;
}

.btn-premium {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  transition: var(--transition-smooth);
  cursor: pointer;
}

.btn-primary {
  background: var(--secondary-color);
  color: var(--primary-color);
  box-shadow: 0 10px 25px rgba(240, 192, 64, 0.3);
}

.btn-primary:hover {
  background: var(--secondary-hover);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(240, 192, 64, 0.4);
}

.btn-outline {
  border: 2px solid var(--bg-white);
  color: var(--bg-white);
}

.btn-outline:hover {
  background: var(--bg-white);
  color: var(--primary-color);
  transform: translateY(-3px);
}

/* ─── LEGACY SECTION ───────────────────────────────────────── */
.legacy-section {
  background: var(--bg-light);
}

/* About Section Vertical Redesign */
.about-vertical-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding-top: 20px;
  width: 100%;
}

.about-content-centered {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.tagline-centered {
  color: var(--primary-color);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  margin-bottom: 25px;
  font-family: var(--font-accent);
}

.description-centered {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 0;
}

.about-image-full-width {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-img-full {
  width: 100%;
  height: clamp(300px, 50vh, 600px);
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  transition: var(--transition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.image-inner-frame {
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 30px;
  z-index: 3;
  pointer-events: none;
  transition: var(--transition-smooth);
}

.about-image-full-width:hover .about-img-full {
  transform: translateY(-10px);
  box-shadow: 0 50px 120px rgba(139, 0, 0, 0.15);
}

.about-image-full-width:hover .image-inner-frame {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-color: var(--secondary-color);
  border-width: 2px;
}

@media (max-width: 768px) {
  .about-vertical-stack {
    gap: 40px;
  }
  
  .about-img-full {
    height: 350px;
    border-radius: 20px;
  }
  
  .image-inner-frame {
    display: none;
  }
}

@media (max-width: 992px) {
  .about-image-premium {
    height: 400px;
    margin-bottom: 40px;
  }

  .experience-badge {
    right: 10px;
    padding: 15px;
  }

  .badge-number {
    font-size: 32px;
  }

  .badge-text {
    font-size: 12px;
  }
}

.legacy-text h3 {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.legacy-text p {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 25px;
}

/* ─── THE ARCHITECTURAL BRACKET RESEARCH SECTION (CRL) ───── */
.research-branded-canvas {
  background: #ffffff;
}

.bracket-visual-area {
  position: sticky;
  top: 120px;
}

.bracket-image-container {
  position: relative;
  padding: 10px;
}

/* L-Shaped Brackets */
.bracket-l-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-top: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
  border-radius: 30px 0 0 0;
  z-index: 1;
}

.bracket-l-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-bottom: 2px solid var(--secondary-color);
  border-right: 2px solid var(--secondary-color);
  border-radius: 0 0 30px 0;
  z-index: 1;
}

.bracket-image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
  z-index: 2;
  border: 1px solid #f1f5f9;
}

.bracket-main-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Minimalist Logo-Only Overlay */
.pure-logo-overlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
}

.logo-glass-circle {
 width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pure-logo-img {
  height:75px;
  width: auto;
  display: block;
  transition: var(--transition-smooth);
}
.pure-logo-img:hover{
    transform: translateY(-8px);
}
@media (max-width: 992px) {
  .bracket-visual-area {
    position: static;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .bracket-l-top, .bracket-l-bottom {
    width: 80px;
    height: 80px;
    border-width: 8px;
  }
  .logo-glass-circle {
    width: 90px;
    height: 90px;
  }
  .pure-logo-img {
    height: 50px;
  }
}

.branded-top-tag {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.branded-main-title {
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 900;
  color: var(--primary-color);
  letter-spacing: -1.5px;
  line-height: 1.1;
}

.branded-text-body p {
  font-size: 16px;
  line-height: 1.9;
  color: #475569;
  margin-bottom: 25px;
  text-align: justify;
}

@media (max-width: 992px) {
  .branded-content-panel {
    padding-left: 0 !important;
  }
}

@media (max-width: 1200px) {
  .vanguard-grid {
    gap: 40px;
  }
  .vanguard-title {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .vanguard-grid {
    grid-template-columns: 1fr;
  }
  .vanguard-visual-panel {
    max-width: 600px;
    margin: 0 auto;
  }
  .vanguard-main-image {
    height: 500px;
  }
  .vanguard-info-panel {
    order: 2;
  }
  .vanguard-visual-panel {
    order: 1;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .vanguard-stats-overlay {
    grid-template-columns: 1fr;
  }
  .vanguard-title {
    font-size: 36px;
  }
  .v-stat-box {
    padding: 15px;
  }
}

/* ─── FEATURE CARDS (Old) ──────────────────────────────────── */

/* ─── FEATURE CARDS (Old) ──────────────────────────────────── */

/* ─── CHAIRMAN SECTION ─────────────────────────────────────── */
.chairman-section {
  background: var(--bg-white);
  position: relative;
  overflow: hidden;
}

.chairman-image-side {
  position: relative;
}

.chairman-image-side {
  position: relative;
}

.chairman-frame {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow-premium);
}

.chairman-frame img {
  width: 100%;
  display: block;
}

.frame-accent {
  position: absolute;
  top: 20px;
  right: -20px;
  /* Moved to right to pull inward */
  width: 100%;
  height: 100%;
  background: #8b0000;
  border-radius: 30px;
  z-index: 1;
  opacity: 0.1;
}

.chairman-tag {
  font-size: 24px;
  font-weight: 800;
  color: #8b0000;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.chairman-quote {
  position: relative;
  margin-bottom: 40px;
}

.quote-icon {
  position: absolute;
  font-size: 60px;
  color: #8b0000;
  opacity: 0.08;
  /* Slightly more visible */
  z-index: 0;
}

.quote-icon.top-left {
  top: -25px;
  left: -20px;
  /* Pulling in to avoid clipping */
}

.quote-icon.bottom-right {
  bottom: -20px;
  right: -10px;
}

.chairman-quote p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
  font-style: normal !important;
}

.chairman-signature {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 25px;
}

.chairman-name {
  font-size: 22px;
  font-weight: 800;
  color: #8b0000;
  margin-bottom: 5px;
}

.chairman-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .chairman-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .chairman-image-side {
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ─── FEATURE CARDS ────────────────────────────────────────── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  background: var(--bg-white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--shadow-premium);
  transition: var(--transition-smooth);
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-10px);
  background: var(--primary-color);
  color: var(--bg-white);
}

.feature-icon {
  font-size: 48px;
  color: var(--secondary-color);
  margin-bottom: 25px;
  transition: var(--transition-smooth);
}

.feature-card:hover .feature-icon {
  color: var(--bg-white);
}

.feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 16px;
  color: var(--text-muted);
  transition: var(--transition-smooth);
}

.feature-card:hover p {
  color: rgba(255, 255, 255, 0.8);
}

/* ─── JOURNEY PATH ─────────────────────────────────────────── */
.journey-section {
  background: var(--primary-color);
  color: var(--bg-white);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.journey-item {
  text-align: center;
  padding: 30px;
  position: relative;
}

.journey-number {
  font-size: 60px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.journey-content {
  position: relative;
  z-index: 2;
}

.journey-icon {
  width: 80px;
  height: 80px;
  background: var(--glass-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--primary-color);
  font-size: 32px;
  box-shadow: var(--shadow-premium);
}

.journey-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* ─── ENHANCED STYLISH STATS SECTION ────────────────────────── */
.stats-premium-section {
  padding: 70px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Floating Blobs for "Stylish" background */
.stats-premium-section::before,
.stats-premium-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  opacity: 0.15;
  animation: blob-float 20s infinite alternate;
}

.stats-premium-section::before {
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: #8b0000;
}

.stats-premium-section::after {
  bottom: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: #2196F3;
  animation-delay: -5s;
}

@keyframes blob-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(50px, 50px) scale(1.1);
  }
}

.stats-header-modern {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.stats-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #8b0000;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.stats-title-modern {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 1.1;
}

.stats-underline {
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #8b0000, #D4AF37);
  margin: 0 auto;
  border-radius: 10px;
}

.stats-modern-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}

.stat-modern-card {
  background: linear-gradient(135deg, #909090 0%, #f1f4f8 100%);
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #8b0000;
}

.stat-modern-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, rgba(139, 0, 0, 0.05), transparent);
  transition: height 0.4s ease;
  z-index: 0;
}

.stat-modern-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(139, 0, 0, 0.1);
  border-bottom-color: #D4AF37;
}

.stat-modern-card:hover::after {
  height: 100%;
}

.stat-modern-card>* {
  position: relative;
  z-index: 1;
}

.stat-icon-wrapper {
  width: 65px;
  height: 65px;
  background: #f8faff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #8b0000;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 54px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ─── HAPPENINGS SECTION ───────────────────────────────────── */
.happenings-section {
  background: var(--bg-white);
}

.news-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.news-featured {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-premium);
  height: 100%;
}

.news-featured img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.news-featured:hover img {
  transform: scale(1.05);
}

.news-featured-content {
  padding: 30px;
  background: var(--bg-white);
}

.news-date {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: var(--bg-light);
  border-radius: 15px;
  transition: var(--transition-smooth);
}

.news-item:hover {
  transform: translateX(10px);
  background: var(--bg-white);
  box-shadow: var(--shadow-premium);
}

.news-thumb {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

/* ─── ORBIT SECTION (Why Choose Us) ───────────────────────── */
.orbit-section {
  background: var(--bg-light);
  overflow: hidden;
}

.orbit-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  height: 600px;
}

.orbit-center {
  width: 300px;
  height: 300px;
  background: var(--bg-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-premium);
  position: relative;
  z-index: 5;
}

.orbit-center img {
  width: 80%;
  height: auto;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.orbit-item {
  position: absolute;
  width: 250px;
  background: var(--bg-white);
  padding: 20px;
  border-radius: 15px;
  box-shadow: var(--shadow-premium);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: var(--transition-smooth);
}

.orbit-item:hover {
  transform: scale(1.1);
}

.orbit-item i {
  font-size: 24px;
  color: var(--secondary-color);
}

/* ─── MODERN GLASS ACCREDITATION ───────────────────────────── */
.accreditation-modern {
  background: #f8f9fa;
  position: relative;
  z-index: 1;
}

.accreditation-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ─── COMPACT MODERN ACCREDITATION ────────────────────────── */
.accreditation-modern {
  background: #fdfdfd;
  padding: 80px 0;
}

.accreditation-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.accreditation-item {
  perspective: 1000px;
}

.glass-logo-card {
  background: linear-gradient(135deg, #909090 0%, #f1f4f8 100%);
  /* Soft gradient shade */
 
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  width: 100%;
  position: relative;
}

.logo-status {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: #8b0000;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(139, 0, 0, 0.2);
}

.glass-logo-card img {

  max-height: 110px;
  object-fit: contain;
  transition: all 0.5s ease;
  opacity: 0.9;
  width: 100%;
}

.glass-logo-card:hover {
  transform: translateY(-8px);
  border-color: #2196F3;
  box-shadow: 0 15px 35px rgba(33, 150, 243, 0.1);
}

.glass-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}


.stat-icon-wrapper i {
  font-size: 40px;
}

.ls-3 {
  letter-spacing: 3px;
}

.fw-900 {
  font-weight: 900;
}

.color-primary {
  color: var(--primary-color);
}

/* ─── VIDEO TESTIMONIALS ──────────────────────────────────── */
.video-testimonials-section {
  position: relative;
  background: url('../img/rajas6.png') center/cover no-repeat fixed;
  overflow: hidden;
}

.testimonials-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.6), rgba(10, 10, 10, 0.9));
  z-index: 1;
}

.video-testimonials-section .container {
  position: relative;
  z-index: 2;
}

.testimonials-title-light {
  color: #D4AF37 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.testi-next,
.testi-prev {
  color: #D4AF37 !important;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.testi-next:hover,
.testi-prev:hover {
  background: #D4AF37;
  color: #000 !important;
}

.testi-next::after,
.testi-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.testi-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.testi-pagination .swiper-pagination-bullet-active {
  background: #D4AF37;
  opacity: 1;
}

.video-testimonial-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-content-wrapper {
  display: flex;
  min-height: 420px;
}

.testimonial-video-box {
  flex: 0 0 58%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.testimonial-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
  opacity: 0.85;
}

.play-trigger-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.play-circle {
  width: 90px;
  height: 90px;
  background: #ffffff;
  color: #8b0000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.video-testimonial-card:hover .play-circle {
  transform: scale(1.1);
  background: #8b0000;
  color: #fff;
}

.testimonial-info-box {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: #fff;
}

.testimonial-info-box .student-name {
  font-size: 38px;
  font-weight: 800;
  color: #8b0000;
  line-height: 1.1;
  margin-bottom: 12px;
}

.testimonial-info-box .student-meta {
  font-size: 13px;
  font-weight: 700;
  color: #D4AF37;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 35px;
  display: block;
}

.testimonial-quote {
  position: relative;
  padding-left: 30px;
}

.quote-mark {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 24px;
  color: #e0e0e0;
  opacity: 0.8;
}

.testimonial-quote p {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4a4a;
  font-style: italic;
  margin: 0;
}

@media (max-width: 991px) {
  .testimonial-content-wrapper {
    flex-direction: column;
  }

  .testimonial-video-box {
    flex: 0 0 300px;
  }

  .testimonial-info-box {
    padding: 35px 25px;
  }

  .testimonial-info-box .student-name {
    font-size: 28px;
  }
}

/* Hover effects removed as requested */

/* Glass Modal Styling */
.video-modal-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden !important;
  border: none;
  max-height: 85vh;
  /* Force height to stay within viewport */
}

.video-modal-glass .modal-body {
  overflow: hidden !important;
  padding: 0;
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  z-index: 1050;
  transition: all 0.3s ease;
}

.modal-close-btn:hover {
  background: #8b0000;
  transform: rotate(90deg);
}

/* ─── PREMIUM FOOTER ──────────────────────────────────────── */
/* --- PREMIUM FOOTER ---------------------------------------- */
.site-footer {
  background: linear-gradient(160deg, #0d0d1a 0%, #0f1c2e 50%, #0a0a18 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 0, 0, 0.08) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  border-radius: 50%;
  pointer-events: none;
}



.footer-body {
  padding: 80px 0 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.4fr 1.5fr;
  gap: 50px;
  align-items: start;
}

.footer-brand .footer-logo {
  height: 75px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(1.1);
}

.footer-tagline {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 30px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-pill {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-pill:hover {
  background: #8b0000;
  border-color: #8b0000;
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(139, 0, 0, 0.4);
}

.footer-heading {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, #8b0000);
  border-radius: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 13px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.footer-arrow {
  font-size: 8px;
  color: #D4AF37;
  flex-shrink: 0;
}

.footer-links a:hover {
  color: #D4AF37;
  transform: translateX(5px);
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}

.contact-icon {
  width: 36px;
  height: 36px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D4AF37;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-list a:hover {
  color: #D4AF37;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 22px 0;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-copy,
.footer-tech {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.footer-partner {
  color: #D4AF37;
  font-weight: 700;
}

/* --- AWARDS & RECOGNITION ----------------------------------- */
.awards-recognition-section {
  padding: 70px 0;
  background: #909090;
  text-align: center;
}

.awards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  margin: 0 auto;
  align-items: start;
}

.award-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--transition-smooth);
  text-decoration: none;
}

.award-item:hover {
  transform: translateY(-8px);
}

.wreath-wrapper {
  position: relative;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.wreath-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
  z-index: 1;
}

.wreath-inner {
  position: relative;
  z-index: 2;
  width: 62%;
  height: 62%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.1);
}

.award-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: var(--transition-smooth);
}

.award-item:hover .award-logo-img {
  transform: scale(1.1);
}

.award-subtitle {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width:238px;
}

/* --- GLOBAL RESPONSIVE --------------------------------------- */
@media (max-width: 1100px) {
  .awards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .hero-content {
    padding-left: 40px;
  }

  .legacy-grid {
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .hero-title {
    font-size: 40px;
  }

  .stats-grid,
  .stats-modern-grid,
  .journey-grid {
    grid-template-columns: 1fr 1fr;
  }

  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .wreath-wrapper {
    width: 140px;
    height: 140px;
  }

  .legacy-image-stack {
    height: auto;
  }

  .image-main {
    width: 100%;
    height: auto;
  }

  .image-sub {
    display: none;
  }

  .accreditation-grid-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .accreditation-box {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {

  .stats-grid,
  .stats-modern-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Sticky Footer Fix ---------------------------------------- */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-footer {
  margin-top: auto;
}

/* ─── MODERN INSTITUTIONS SECTION ──────────────────────────── */
.institutions-modern {
  background: var(--bg-light);
}

.inst-card-modern {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-premium);
  cursor: pointer;
}

.inst-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.inst-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.inst-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 100%);
  transition: var(--transition-smooth);
}

.inst-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  transition: transform 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp:10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  /* 2 lines * 1.4 line-height */
}

.inst-logo-wrap,
.inst-explore {
  display: none !important;
}

.inst-content-glass {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  height: 40%;
}

.inst-title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  /* No clamp for the name */
}

.inst-badge {
  background: transparent;
  color: #fff;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Default 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}

.inst-explore {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inst-explore:hover {
  color: var(--secondary-color);
}

/* Hover States */
.inst-card-modern:hover .inst-bg-img {
  transform: scale(1.1);
}

.inst-card-modern:hover .inst-content-glass {
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  justify-content: center;
}

.inst-card-modern:hover .inst-title {
  color: #fff;
  /* Removed highlight */
}

.inst-card-modern:hover .inst-badge {
  -webkit-line-clamp: unset;
  /* Show full content on hover */
  display: block;
  background: transparent;
}

/* ─── SWIPER CUSTOM STYLES ────────────────────────────────── */
.institutions-slider {
  padding: 20px 0 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: auto;
  /* Reverted debug height */
}

.inst-next,
.inst-prev {
  color: var(--primary-color) !important;
  background: var(--bg-white);
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  box-shadow: var(--shadow-premium);
  transition: var(--transition-smooth);
}

.inst-next::after,
.inst-prev::after {
  font-size: 20px !important;
  font-weight: 800;
}

.inst-next:hover,
.inst-prev:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.inst-pagination .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.3;
}

.inst-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 5px;
}