:root {
  /* Brand Primary & Dark Theme Colors */
  --color-primary-dark: #1F141A;
  /* Deep Plum / Dark Maroon (Hero banners, Stats, Dark sections, Footer) */
  --color-primary-card: #2D1E24;
  /* Soft Dark Plum Card Background */
  --color-btn-dark: #18181B;
  /* Dark CTA Button Background */
  /* Brand Accent Colors */
  --color-accent-copper: #D96B27;
  /* Warm Copper / Rust Orange (Primary Buttons, Headings) */
  --color-accent-amber: #C87D20;
  /* Golden Amber (Header Active / Hover Text) */
  --color-accent-gold: #EAB308;
  /* Gold / Yellow (Badges, Highlight text) */
  /* Light & Warm Background Colors */
  --color-bg-light: #FFFFFF;
  /* Pure White Background */
  --color-bg-subtle: #FAFAFA;
  /* Off-white Background */
  --color-bg-warm: #FDF6EE;
  /* Warm Peach/Cream (Form & Testimonials) */
  --color-bg-input: #F3E8DC;
  /* Warm Input Field Background */
  --color-bg-hover: #FFFBEB;
  /* Light Amber Tint for Dropdown Hover */
  /* Typography & Text Colors */
  --color-text-dark: #1E1E1E;
  /* Main Dark Text / Headings */
  --color-text-muted: #64748B;
  /* Muted / Secondary Body Text */
  --color-text-light: #FFFFFF;
  /* Light Text for dark sections */
  --color-text-dim: #A1A1AA;
  /* Footer / Low emphasis text */
  /* Category & Icon Accent Badges (IndoEDGE & Feature Badges) */
  --color-badge-red: #E11D48;
  /* Crimson / Pink-Red */
  --color-badge-purple: #9333EA;
  /* Deep Purple */
  --color-badge-teal: #0D9488;
  /* Emerald Teal */
  --color-badge-blue: #0284C7;
  /* Sky / Ocean Blue */
  --color-badge-orange: #EA580C;
  /* Vibrant Orange */
  /* Footer Specific Palette */
  --color-footer-bg: #1A0D14;
  /* Dark Plum Maroon Footer Background */
  --color-footer-gold: #C89D56;
  /* Footer Gold Labels & Top Links */
  --color-footer-text: #D1BFB0;
  /* Footer Warm Beige Text Values */
  --color-footer-muted: #9E8878;
  /* Footer Subtitle Text */
  --color-footer-dim: #7A685B;
  /* Footer Copyright Dimmed Text */
  --color-teal-icon: #14967F;
  /* Footer Phone Icon Teal Circle */
}

html,
body,
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif !important;
  scroll-behavior: smooth;
}

/* ==========================================================================
   Global Animated Shimmer Orange Gradient Class for Headings
   ========================================================================== */
@keyframes textShimmerOrange {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

.text-shimmer-orange,
.isgs-o-xx,
.awards-header h2 .o {
  background: linear-gradient(90deg, #E87722 0%, #FFAD5C 40%, #E87722 80%) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: textShimmerOrange 3s linear infinite !important;
  /* display: inline-block; */
}

#indoScotsNumbersSection4 {
  position: relative;
  overflow: visible;
  width: 100%;
  background-color: var(--color-primary-dark, #1F141A);
  --indo-gold: var(--color-accent-amber, #C87D20);
  --tile-bg: #ffffff;
  --tile-text: #111827;
  --tile-sub: #64748B;
}

#indoScotsNumbersSection4 .column {
  flex-shrink: 0;
  width: 145px;
  display: grid;
  grid-template-rows: 145px 145px;
  gap: 0;
  position: relative;
}

#indoScotsNumbersSection4 .stat-card {
  background: var(--tile-bg);
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  border: none;
  width: 145px;
  height: 145px;
}

#indoScotsNumbersSection4 .stat-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--hover-color, var(--indo-gold));
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

#indoScotsNumbersSection4 .stat-card:hover::before {
  height: 100%;
}

#indoScotsNumbersSection4 .card-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#indoScotsNumbersSection4 .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

#indoScotsNumbersSection4 .stat-icon {
  width: 28px;
  height: 28px;
  color: var(--hover-color, var(--indo-gold));
  transition: all 0.4s ease;
}

#indoScotsNumbersSection4 .stat-number {
  font-size: 22px;
  font-weight: 800;
  color: var(--tile-text);
  line-height: 1;
  margin-bottom: 4px;
  transition: color 0.4s ease;
}

#indoScotsNumbersSection4 .stat-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #374151;
  line-height: 1.25;
  transition: color 0.4s ease;
  max-width: 125px;
}

#indoScotsNumbersSection4 .stat-card:hover .stat-icon,
#indoScotsNumbersSection4 .stat-card:hover .stat-number,
#indoScotsNumbersSection4 .stat-card:hover .stat-title {
  color: #ffffff;
}

#indoScotsNumbersSection4 .between-svg {
  position: absolute;
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}

#indoScotsNumbersSection4 .between-svg.svg-top {
  top: 72.5px;
  /* Vertical center of top slot (145px / 2) */
}

#indoScotsNumbersSection4 .between-svg.svg-bottom {
  top: 217.5px;
  /* Vertical center of bottom slot (145px + 72.5px) */
}

#indoScotsNumbersSection4 .tile-top {
  grid-row: 1 / 2;
}

#indoScotsNumbersSection4 .tile-bottom {
  grid-row: 2 / 3;
}

#indoScotsNumbersSection4 .empty-slot {
  background: transparent;
  border: none;
  cursor: default;
}

#indoScotsNumbersSection4 .empty-slot::before {
  display: none !important;
}

@media (max-width: 768px) {


  #indoScotsNumbersSection4 .column {
    width: 150px;
  }

  #indoScotsNumbersSection4 .stat-number {
    font-size: 20px;
  }

  #indoScotsNumbersSection4 .stat-title {
    font-size: 0.8rem;
  }

  #indoScotsNumbersSection4 .between-svg {
    width: 130px;
    max-width: 130px;
  }

  #indoScotsNumbersSection4 .between-svg.svg-top {
    top: 75px;
  }

  #indoScotsNumbersSection4 .between-svg.svg-bottom {
    top: 225px;
  }
}

/* ==========================================================================
   Section 4: IndoEDGE Interactive Bubbles & Blob Image
   ========================================================================== */
.ecg-v2-wrapper {
  --ecg-bg-color: transparent;
  --ecg-bubble-size: 110px;
  --ecg-gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}

.ecg-v2-wrapper * {
  box-sizing: border-box;
}

.ecg-v2-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ecg-gap);
  margin: auto;
  justify-items: center;
}

.ecg-v2-bubble {
  width: var(--ecg-bubble-size);
  height: var(--ecg-bubble-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  text-decoration: none;
  color: inherit;
}

/* Doughnut Ring (Rotating) */
.ecg-v2-doughnut-ring {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(var(--ecg-item-color) 0% 70%,
      color-mix(in srgb, var(--ecg-item-color), white 80%) 70% 100%);
  z-index: 1;
  animation: ecg-rotate-anti-clockwise 10s linear infinite;
}

/* Hover Fill (Solid Background) */
.ecg-v2-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: var(--ecg-item-color);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}

.ecg-v2-bubble:hover::before {
  opacity: 1;
  transform: scale(1.15);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--ecg-item-color), transparent 40%);
}

.ecg-v2-bubble:hover .ecg-v2-doughnut-ring {
  opacity: 0;
  transition: opacity 0.3s;
}

.ecg-v2-bubble-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: absolute;
  inset: 15%;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.ecg-v2-bubble:hover .ecg-v2-bubble-content {
  background-color: transparent;
}

.ecg-v2-bubble i {
  font-size: 35px;
  color: var(--ecg-item-color);
  margin-bottom: 5px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.ecg-v2-bubble:hover i {
  transform: scale(1.2);
  color: #ffffff;
}

/* SVG Text for Curved Titles */
.ecg-v2-text-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: ecg-rotate-text 20s linear infinite;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.ecg-v2-bubble:hover .ecg-v2-text-ring {
  animation-play-state: paused;
}

.ecg-v2-wrapper svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ecg-v2-wrapper path {
  fill: none;
}

.ecg-v2-wrapper text {
  fill: var(--ecg-item-color);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hover Title */
.ecg-v2-hover-title {
  display: none;
  font-weight: 700;
  font-size: 11px;
  margin-top: 5px;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 115%;
  transition: color 0.3s ease;
}

.ecg-v2-bubble:hover .ecg-v2-hover-title {
  display: block;
  animation: ecg-fadeInUp 0.3s forwards;
  color: #ffffff;
}

.ecg-v2-bubble:hover .ecg-v2-text-ring {
  opacity: 0;
}

.ecg-v2-bubble:hover i {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@keyframes ecg-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ecg-rotate-text {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ecg-rotate-anti-clockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* Right Blob Image Container */
.indoedge-image-blob-container {
  position: relative;
  width: 100%;
  max-width: 610px;
  border-radius: 50% 50% 35% 65% / 60% 40% 60% 40%;
  border: 7px solid #22121E;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.indoedge-blob-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}

.indoedge-blob-img.slide-out-left {
  opacity: 0;
  transform: translateX(-40px);
}

.indoedge-blob-img.slide-in-right {
  opacity: 0;
  transform: translateX(40px);
}

.indoedge-blob-img.slide-out-right {
  opacity: 0;
  transform: translateX(40px);
}

.indoedge-blob-img.slide-in-left {
  opacity: 0;
  transform: translateX(-40px);
}

/* Responsive Design */
@media (max-width: 900px) {
  .ecg-v2-grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    width: 100%;
    padding: 0 10px;
  }

  .ecg-v2-wrapper {
    --ecg-bubble-size: 100px;
  }

  .ecg-v2-bubble i {
    font-size: 1.8rem;
  }
}

@media (max-width: 500px) {
  .ecg-v2-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 0 10px;
  }

  .ecg-v2-wrapper {
    --ecg-bubble-size: 110px;
  }

  .ecg-v2-bubble i {
    font-size: 1.6rem;
  }

  .ecg-v2-wrapper text {
    font-size: 0.75rem;
  }
}

/* ==========================================================================
   Section 6: Explore Our Network - Campuses
   ========================================================================== */
@keyframes isgs-fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes isgs-lineGrow {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes isgs-shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

@keyframes isgs-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes isgs-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

.isgs-campuses-xx {
  background: #ffffff;
  padding: 60px 48px 60px;
  position: relative;
  overflow: hidden;
}

.isgs-campuses-xx::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 119, 34, 0.05), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: isgs-float 8s ease-in-out infinite;
}

/* ── Header ── */

.isgs-campuses-header-xx h2 {
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-top: 0px;
}

.isgs-campuses-header-xx h2 .isgs-w-xx {
  color: #1a1a1a;
}

.isgs-campuses-header-xx h2 .isgs-o-xx {
  background: linear-gradient(90deg, #E87722 0%, #FFAD5C 40%, #E87722 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: isgs-shimmer 3s linear infinite;
}

/* ── Carousel outer ── */
.isgs-carousel-outer-xx {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  animation: isgs-fadeSlideUp 0.8s 0.4s both;
}

/* ── Arrow buttons ── */
.isgs-carousel-btn-xx {
  flex: 0 0 34px;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px;
  min-height: 34px;
  background: #E87722;
  border: none;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
  transition: background 0.3s ease, transform 0.2s ease;
}

.isgs-carousel-btn-xx:hover {
  background: #c45e0a;
  transform: scale(1.1);
}

.isgs-carousel-btn-xx svg {
  width: 16px !important;
  height: 16px !important;
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 2.5 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  pointer-events: none;
  flex-shrink: 0;
}

/* ── Track container ── */
.isgs-carousel-container-xx {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.isgs-carousel-track-xx {
  display: flex;
  gap: 20px;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  align-items: stretch;
}

/* ── Campus card ── */
.isgs-campus-card-xx {
  flex: 0 0 calc(25% - 15px);
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(232, 119, 34, 0.12);
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.isgs-campus-card-xx:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(232, 119, 34, 0.18);
}

.isgs-campus-card-xx::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  pointer-events: none;
  z-index: 2;
  transition: border-color 0.4s;
}

.isgs-campus-card-xx:hover::before {
  border-color: rgba(212, 175, 55, 0.55);
}

/* image */
.isgs-campus-image-xx {
  position: relative;
  height: 180px;
  flex-shrink: 0;
  overflow: hidden;
}

.isgs-campus-image-xx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.isgs-campus-card-xx:hover .isgs-campus-image-xx img {
  transform: scale(1.05);
}

/* badges */
.isgs-badges-xx {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 3;
}

.isgs-badge-xx {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.isgs-badge-campus-xx {
  background: rgba(212, 175, 55, 0.9);
  color: #1a0e16;
}

.isgs-badge-preschool-xx {
  background: rgba(212, 175, 55, 0.9);
  color: #1a0e16;
}

.isgs-badge-admissions-xx {
  display: none !important;
  background: rgba(255, 255, 255, 0.92);
  color: #22c55e;
  display: flex;
  align-items: center;
  gap: 5px;
}

.isgs-badge-admissions-xx::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
}

/* content */
.isgs-campus-content-xx {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 18px 18px;
  overflow: hidden;
}

.isgs-location-xx {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #D4AF37;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: -14px;
  flex-shrink: 0;
}

.isgs-location-xx::before {
  content: '📍';
  font-size: 12px;
}

.isgs-campus-title-xx {
  font-size: 14px;
  padding-top: 19px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 13px;
  flex-shrink: 0;
}

.isgs-features-xx {
  list-style: none;
  margin-bottom: 16px;
  flex: 1;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 3px;
}

.isgs-features-xx li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1.4;
}

.isgs-features-xx li::before {
  content: '✓';
  width: 18px;
  height: 18px;
  background: rgba(232, 119, 34, 0.1);
  color: #E87722;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 10px;
}

/* actions */
.isgs-actions-xx {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  margin-top: auto;
}

.isgs-btn-view-xx {
  flex: 1;
  background: linear-gradient(135deg, #E87722 0%, #c45e0a 100%);
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.isgs-btn-view-xx::after {
  content: '→';
  font-size: 14px;
}

.isgs-btn-view-xx:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(232, 119, 34, 0.35);
}

.isgs-btn-phone-xx {
  width: 40px;
  height: 40px;
  background: rgba(232, 119, 34, 0.06);
  border: 1px solid rgba(232, 119, 34, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.isgs-btn-phone-xx:hover {
  border-color: #E87722;
  background: rgba(232, 119, 34, 0.1);
}

.isgs-btn-phone-xx::before {
  content: '📞';
}

/* ── Autoplay pill ── */
.isgs-autoplay-indicator-xx {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(232, 119, 34, 0.08);
  backdrop-filter: blur(8px);
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 11px;
  color: #E87722;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(232, 119, 34, 0.2);
}

.isgs-autoplay-indicator-xx::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E87722;
  animation: isgs-pulse 2s ease-in-out infinite;
}

/* ── Dots ── */
.isgs-carousel-dots-xx {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.isgs-dot-xx {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.isgs-dot-xx.isgs-active-xx {
  background: #E87722;
  width: 28px;
  border-radius: 5px;
}

.isgs-dot-xx:hover {
  background: #FFAD5C;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
  .isgs-campus-card-xx {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media (max-width: 900px) {
  .isgs-campuses-xx {
    padding: 40px 24px 60px;
  }

  .isgs-campus-card-xx {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .isgs-campus-card-xx {
    flex: 0 0 100%;
  }
}

/* ==========================================================================
   Section 7: Awards & Achievements Styles
   ========================================================================== */
#awards {
  background: #22121e;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#awards::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 119, 34, 0.08), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
}

/* ── Header ── */

#awards h2 {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 4px;
  letter-spacing: 0px;
  margin-top: 0px;
}

#awards h2 .w {
  color: #ffffff;
}

#awards h2 .o {
  background: linear-gradient(90deg, #E87722 0%, #FFAD5C 40%, #E87722 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}

/* ── Carousel outer wrapper ── */
.carousel-outer {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  animation: fadeSlideUp 0.8s 0.4s both;
  padding: 28px 16px;
  overflow: visible;
}

/* Desktop padding */
@media (min-width: 768px) {
  .carousel-outer {
    padding: 28px 3em;
    gap: 12px;
  }
}

@media (min-width: 1024px) {
  .carousel-outer {
    padding: 28px 5em;
  }
}

/* ── Carousel Buttons ── */
#awards .carousel-btn {
  flex: 0 0 34px;
  width: 34px !important;
  height: 34px !important;
  background: rgba(232, 119, 34, 0.95) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  position: relative;
  z-index: 20;
  transition: background 0.2s ease, transform 0.15s ease;
  flex-shrink: 0;
  padding: 0 !important;
  line-height: 1 !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

#awards .carousel-btn:active {
  background: #FFAD5C !important;
  transform: scale(0.92);
}

@media (max-width: 480px) {
  #awards .carousel-btn {
    flex: 0 0 30px;
    width: 30px !important;
    height: 30px !important;
  }
}

.carousel-btn svg {
  width: 14px;
  height: 14px;
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 3 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  pointer-events: none;
}

.carousel-btn svg path {
  stroke: #ffffff !important;
  fill: none !important;
}

/* ── Track container ── */
.carousel-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.carousel-track {
  display: flex;
  gap: 12px;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

@media (min-width: 768px) {
  .carousel-track {
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  .carousel-track {
    gap: 20px;
  }
}

/* ── Individual slide ── */
.carousel-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: auto;
}

.carousel-slide img {
  height: 280px;
  width: auto;
  display: block;
  object-fit: contain;
  object-position: center top;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* ── Autoplay pill ── */
.autoplay-indicator {
  position: absolute;
  top: -44px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(232, 119, 34, 0.3);
  white-space: nowrap;
}

.autoplay-indicator::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E87722;
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* Hide autoplay pill on very small screens to avoid overflow */
@media (max-width: 360px) {
  .autoplay-indicator {
    display: none;
  }
}

/* ── Dot indicators ── */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 4px 0 8px;
  position: relative;
  z-index: 1;
}

.carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.carousel-dot.active {
  background: #E87722;
  transform: scale(1.3);
}

/* Only show dots on mobile */
@media (min-width: 769px) {
  .carousel-dots {
    display: none;
  }
}

/* ==========================================================================
   Section 9: Testimonials
   ========================================================================== */
#testimonials {
  position: relative;
  overflow: visible !important;
}

.t-header {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  animation: fadeUp 0.6s 0.05s both;
}

.t-label::before,
.t-label::after {
  content: '';
  width: 32px;
  height: 1.5px;
  background: var(--color-accent-copper, #E87722);
  opacity: 0.5;
}

.t-title em {
  font-style: normal;
  background: linear-gradient(90deg, var(--color-accent-copper, #E87722), #FFAD5C 50%, var(--color-accent-copper, #E87722));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s linear infinite;
}

/* ── Carousel Wrapper ── */
.t-carousel-wrapper {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  z-index: 1;
}

.t-carousel-viewport {
  overflow: hidden !important;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.t-track {
  display: flex;
  gap: 28px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* ── Card base ── */
.t-card {
  border-radius: 24px;
  padding: 28px 26px 24px;
  position: relative;
  border: 1.5px solid transparent;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
  /* transition: transform 0.35s ease, box-shadow 0.35s ease; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  background: #ffffff;
  flex: 0 0 calc((100% - 56px) / 3);
  min-width: calc((100% - 56px) / 3);
}

/* .t-card:hover {
  transform: translateY(-8px);
} */

/* color variants by data-color */
.t-card[data-color="1"] {
  border-color: rgba(232, 67, 26, 0.3);
}

.t-card[data-color="2"] {
  border-color: rgba(194, 24, 91, 0.3);
}

.t-card[data-color="3"] {
  border-color: rgba(0, 137, 123, 0.3);
}

.t-card[data-color="1"]:hover {
  box-shadow: 0 16px 48px rgba(232, 67, 26, 0.15), 0 4px 16px rgba(0, 0, 0, 0.06);
  border-color: rgba(232, 67, 26, 0.5);
}

.t-card[data-color="2"]:hover {
  box-shadow: 0 16px 48px rgba(194, 24, 91, 0.15), 0 4px 16px rgba(0, 0, 0, 0.06);
  border-color: rgba(194, 24, 91, 0.5);
}

.t-card[data-color="3"]:hover {
  box-shadow: 0 16px 48px rgba(0, 137, 123, 0.15), 0 4px 16px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 137, 123, 0.5);
}

.t-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 24px 24px 0 0;
}

.t-card[data-color="1"]::before {
  background: #E8431A;
}

.t-card[data-color="2"]::before {
  background: #C2185B;
}

.t-card[data-color="3"]::before {
  background: #00897B;
}

.t-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0.05;
  pointer-events: none;
}

.t-card[data-color="1"]::after {
  background: #E8431A;
}

.t-card[data-color="2"]::after {
  background: #C2185B;
}

.t-card[data-color="3"]::after {
  background: #00897B;
}

.t-quote-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.t-card[data-color="1"] .t-quote-icon {
  background: #E8431A;
  box-shadow: 0 4px 14px rgba(232, 67, 26, 0.25);
}

.t-card[data-color="2"] .t-quote-icon {
  background: #C2185B;
  box-shadow: 0 4px 14px rgba(194, 24, 91, 0.25);
}

.t-card[data-color="3"] .t-quote-icon {
  background: #00897B;
  box-shadow: 0 4px 14px rgba(0, 137, 123, 0.25);
}

.t-quote-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.t-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-text {
  font-size: 15px;
  line-height: 1.5;
  color: #4a5568;
  margin: 0;
  flex: 1 1 auto;
  /* Pushes author footer to the bottom */
}

/* ── Card Footer Fixed to Bottom ── */
.t-author {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2;
}

.t-card[data-color="1"] .t-author {
  border-top-color: rgba(232, 67, 26, 0.15);
}

.t-card[data-color="2"] .t-author {
  border-top-color: rgba(194, 24, 91, 0.15);
}

.t-card[data-color="3"] .t-author {
  border-top-color: rgba(0, 137, 123, 0.15);
}

.t-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.3;
}

.t-role {
  font-size: 11px;
  color: #718096;
  margin-top: 2px;
}

/* ── Nav Controls ── */
.t-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  margin-top: 30px !important;
  position: relative !important;
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.t-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(232, 119, 34, 0.4) !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  color: var(--color-accent-copper, #E87722) !important;
  position: relative !important;
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0 !important;
  line-height: 1 !important;
  outline: none !important;
  flex-shrink: 0 !important;
}

.t-btn:hover {
  background: var(--color-accent-copper, #E87722) !important;
  background-color: var(--color-accent-copper, #E87722) !important;
  border-color: var(--color-accent-copper, #E87722) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(232, 119, 34, 0.3) !important;
  transform: scale(1.08) !important;
}

.t-btn svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
  display: block !important;
  pointer-events: none !important;
}

.t-dots {
  display: flex !important;
  gap: 7px !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.t-dot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: rgba(232, 119, 34, 0.2) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border: none !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex-shrink: 0 !important;
}

.t-dot.active {
  background: var(--color-accent-copper, #E87722) !important;
  width: 22px !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px rgba(232, 119, 34, 0.25) !important;
}

/* ── Animations ── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .t-card {
    flex: 0 0 calc((100% - 28px) / 2);
    min-width: calc((100% - 28px) / 2);
  }
}

@media (max-width: 600px) {
  #testimonials {
    /* padding: 48px 20px 56px; */
  }

  .t-card {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

/* ==========================================================================
   Section 2 Floating Badge Text Swiper
   ========================================================================== */
#indoScotsNumbersSection4 {
  position: relative;
}

.isgs-badge-slider {
  box-sizing: border-box;
}

.isgs-badge-text-wrapper {
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  width: 100%;
}

.isgs-badge-text-wrapper.fade-out {
  opacity: 0;
  transform: translateY(-8px);
}

.isgs-badge-text-wrapper.fade-in {
  opacity: 0;
  transform: translateY(8px);
}

.isgs-badge-item {
  color: #E87722;
  font-weight: 800;
  font-style: italic;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.isgs-badge-item span {
  display: block;
  white-space: normal;
}

/* ==========================================================================
   Section 10: Management Page & Leadership Section
   ========================================================================== */
.management-section {
  background: #f5f3f0;
  color: #1a1a1a;
  padding: 0;
}

/* ── Banner ── */

/* ── Cards overlap banner ── */

/* ── Row: shared ── */
.management-row {
  display: grid;
  gap: 0;
  margin-bottom: 32px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  align-items: stretch;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
  height: 586px;
}

.management-row:last-child {
  margin-bottom: 0;
}

.management-row:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  transform: translateY(-4px);
}

.management-row-normal {
  grid-template-columns: 1fr 1fr;
}

.management-row-reverse {
  grid-template-columns: 420px 1fr;
}

/* Text block */
.management-row-content {
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  box-sizing: border-box;
  background: #faf6f0;
}

.management-row-content-top {
  flex: 1 1 auto;
}

.management-read-more-wrap {
  flex-shrink: 0;
  padding-top: 28px;
}

/* Read more btn */
.management-read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: transparent;
  border: 1.5px solid #22121e;
  color: #22121e;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.management-read-more-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #22121e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.management-read-more-btn:hover {
  color: #ffffff;
  border-color: #22121e;
}

.management-read-more-btn:hover::before {
  transform: scaleX(1);
}

.management-read-more-btn svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.management-read-more-btn:hover svg {
  transform: translateX(4px);
}

/* Image block */
.management-row-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

.management-row-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.management-row:hover .management-row-image-wrap img {
  transform: scale(1.04);
}

/* ── Modal overlay ── */
.management-tooltip-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 4, 0.5);
  backdrop-filter: blur(6px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.management-tooltip-overlay.management-active {
  display: flex;
  animation: management-fadeIn 0.3s ease;
}

@keyframes management-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.management-tooltip-box {
  background: #ffffff;
  border: 1px solid #ddd6cc;
  max-width: 740px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
  animation: management-slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  scrollbar-width: thin;
  scrollbar-color: #22121e transparent;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

@keyframes management-slideUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.management-tooltip-text-header {
  padding: 32px 40px 24px;
  border-bottom: 1px solid #e8e2d9;
  background: #faf8f5;
  border-radius: 8px 8px 0 0;
}

.management-tooltip-role {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #22121e;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.management-tooltip-name {
  font-size: 1.85rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.management-tooltip-name-divider {
  width: 40px;
  height: 2px;
  background: #22121e;
  margin-top: 14px;
}

.management-tooltip-body {
  padding: 36px 40px;
}

.management-tooltip-body p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #444440;
  margin: 0 0 18px 0;
}

.management-tooltip-body p:last-child {
  margin-bottom: 0;
}

.management-tooltip-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  background: #f0ece5;
  border: 1px solid #ddd6cc;
  color: #555550;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
  z-index: 2;
  line-height: 1;
  border-radius: 4px;
}

.management-tooltip-close:hover {
  background: #22121e;
  border-color: #22121e;
  color: #ffffff;
}

/* ==========================================================================
   Leadership Team Section
   ========================================================================== */
.leadership-section {
  background-color: #22121e;
  /* Deep plum */
  width: 100%;
}

.leadership-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 380px;
}

.leadership-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.leadership-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Bottom banner overlay inside card */
.leadership-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(232, 119, 34, 0.95) 0%, rgba(232, 119, 34, 0.85) 100%);
  padding: 16px 20px;
  color: #ffffff;
  transition: background 0.3s ease;
}

.leadership-card:hover .leadership-overlay {
  background: rgba(232, 119, 34, 0.98);
}

/* ── Mobile ── */
@media (max-width: 768px) {




  .management-row-normal,
  .management-row-reverse {
    grid-template-columns: 1fr;
    height: auto;
  }

  .management-row-normal .management-row-image-wrap,
  .management-row-reverse .management-row-image-wrap {
    min-height: 260px;
    order: -1;
  }

  .management-row-content {
    padding: 32px 24px;
  }

  .management-tooltip-body {
    padding: 24px;
  }
}

/* ==========================================================================
   Section 11: Vision & Mission Columns (Reference Styles Only)
   ========================================================================== */
/* ── Animations ── */
@keyframes shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

@keyframes arrowPulse {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    transform: translateX(5px);
    opacity: 0.6;
  }
}

@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Divider ── */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #A04E10 30%, #E87722 50%, #A04E10 70%, transparent);
}

/* ── Section header badge ── */
.section-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 64px 0;
  animation: fadeSlideDown 0.7s 0.1s both;
  background: #22121e;
}

.section-badge span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(232, 119, 34, 0.45);
  border-radius: 999px;
  padding: 6px 22px;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #E87722;
  font-weight: 700;
}

/* ── Grid ── */

/* ── Column ── */
.vm-col {
  padding: 1px 19px;
  position: relative;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.vm-col.visible {
  opacity: 1;
  transform: translateY(0);
}

.vm-col:first-child {
  border-right: 1px solid rgba(232, 119, 34, 0.14);
}

.vm-col:last-child {
  transition-delay: 0.22s;
}

/* ghost number */
.vm-col::before {
  content: attr(data-num);
  position: absolute;
  top: 28px;
  right: 42px;
  font-size: 120px;
  font-weight: 900;
  color: rgba(232, 119, 34, 0.05);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  transition: color 0.6s ease;
}

.vm-col.visible::before {
  color: rgba(232, 119, 34, 0.07);
}

/* label */
.label {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #E87722;
}

/* heading shimmer */
.vm-col h2 {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #E87722 0%, #FFAD5C 40%, #E87722 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s 1s linear infinite;
}

.vm-col p {
  font-size: 15.5px;
  line-height: 1.88;
  color: rgba(245, 239, 232, 0.72);
}

/* list */
.vm-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.vm-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: rgba(245, 239, 232, 0.85);
  line-height: 1.5;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.vm-col.visible .vm-list li {
  opacity: 1;
  transform: translateX(0);
}

.vm-col.visible .vm-list li:nth-child(1) {
  transition-delay: 0.35s;
}

.vm-col.visible .vm-list li:nth-child(2) {
  transition-delay: 0.48s;
}

.vm-col.visible .vm-list li:nth-child(3) {
  transition-delay: 0.61s;
}

.vm-col.visible .vm-list li:nth-child(4) {
  transition-delay: 0.74s;
}

.vm-list li::before {
  content: '';
  flex-shrink: 0;
  margin-top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #E87722;
  animation: arrowPulse 2s ease-in-out infinite;
}

/* ── Responsive ── */
@media (max-width: 768px) {


  .vm-col:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(232, 119, 34, 0.14);
  }

  .vm-col {
    padding: 60px 28px;
  }

  .section-badge {
    padding: 18px 28px 0;
  }
}

/* ==========================================================================
   Section 12: Philosophy Section
   ========================================================================== */
/* ── Dividers ── */
.divider-subtle {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 119, 34, 0.3) 30%, rgba(232, 119, 34, 0.55) 50%, rgba(232, 119, 34, 0.3) 70%, transparent);
}

/* ── Section ── */

/* decorative quotation marks */
.philosophy-wrap::before,
.philosophy-wrap::after {
  font-size: 210px;
  color: rgba(232, 119, 34, 0.11);
  position: absolute;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

.philosophy-wrap::before {
  content: '\201C';
  top: -55px;
  left: -40px;
}

.philosophy-wrap::after {
  content: '\201D';
  bottom: -110px;
  right: -40px;
}

#philosophy p {
  font-size: 17px;
  line-height: 2;
  color: #4A3228;
  position: relative;
  z-index: 1;
}

/* ── Responsive ── */
@media (max-width: 768px) {




  .philosophy-wrap::before,
  .philosophy-wrap::after {
    display: none;
  }
}

/* ==========================================================================
   Section 13: Values Section
   ========================================================================== */
/* ── Dividers ── */
.divider-subtle {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 166, 35, 0.3) 30%, rgba(245, 166, 35, 0.55) 50%, rgba(245, 166, 35, 0.3) 70%, transparent);
}

/* ── Section ── */

/* radial glow */
#values::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.04), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* badge */

/* ── Cards grid ── */

/* individual card */
.vc {
  background: transparent;
  border-radius: 18px;
  border: 1px solid rgba(245, 166, 35, 0.35);
  padding: 28px 22px 24px;
  text-align: left;
  position: relative;
  overflow: visible;
  cursor: default;
}

/* top accent bar — all yellow */
.vc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: #F5A623;
  z-index: 2;
}

/* icon box — all yellow */
.vc-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: rgba(245, 166, 35, 0.15);
}

.vc-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #F5A623;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vc h3 {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.vc p {
  font-size: 13.5px;
  color: #9090AA;
  line-height: 1.72;
  margin-bottom: 28px;
}

.vc-num {
  position: absolute;
  bottom: 18px;
  right: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(245, 166, 35, 0.30);
}

/* ── Responsive ── */

/* ==========================================================================
   Section 14: Purpose Section
   ========================================================================== */
/* ── Section ── */

.purpose-header .purpose-header
/* ── Cards ── */

.pc {
  background: #ffffff;
  border: 1px solid rgba(232, 119, 34, 0.15);
  border-radius: 20px;
  padding: 36px 28px 48px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pc:hover {
  border-color: #E87722;
  box-shadow: 0 16px 56px rgba(232, 119, 34, 0.16);
  transform: translateY(-8px);
}

/* ghost number */
.pc-ghost {
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: rgba(232, 119, 34, 0.06);
  pointer-events: none;
  user-select: none;
  letter-spacing: -4px;
}

/* top colour bar */
.pc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
}

.pc:nth-child(1)::before {
  background: linear-gradient(90deg, #E87722, #FFAD5C);
}

.pc:nth-child(2)::before {
  background: linear-gradient(90deg, #C0392B, #E74C3C);
}

.pc:nth-child(3)::before {
  background: linear-gradient(90deg, #1A6B9A, #3498DB);
}

.pc:nth-child(4)::before {
  background: linear-gradient(90deg, #1E6B3C, #27AE60);
}

/* badge */
.pc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pc:nth-child(1) .pc-badge {
  color: #E87722;
}

.pc:nth-child(2) .pc-badge {
  color: #E74C3C;
}

.pc:nth-child(3) .pc-badge {
  color: #3498DB;
}

.pc:nth-child(4) .pc-badge {
  color: #27AE60;
}

.pc-badge::before {
  content: '';
  width: 24px;
  height: 2px;
  border-radius: 1px;
}

.pc:nth-child(1) .pc-badge::before {
  background: #E87722;
}

.pc:nth-child(2) .pc-badge::before {
  background: #E74C3C;
}

.pc:nth-child(3) .pc-badge::before {
  background: #3498DB;
}

.pc:nth-child(4) .pc-badge::before {
  background: #27AE60;
}

/* icon */
.pc-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.pc:nth-child(1) .pc-icon {
  background: rgba(232, 119, 34, 0.1);
}

.pc:nth-child(2) .pc-icon {
  background: rgba(231, 76, 60, 0.1);
}

.pc:nth-child(3) .pc-icon {
  background: rgba(52, 152, 219, 0.1);
}

.pc:nth-child(4) .pc-icon {
  background: rgba(39, 174, 96, 0.1);
}

.pc-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pc:nth-child(1) .pc-icon svg {
  stroke: #E87722;
}

.pc:nth-child(2) .pc-icon svg {
  stroke: #E74C3C;
}

.pc:nth-child(3) .pc-icon svg {
  stroke: #3498DB;
}

.pc:nth-child(4) .pc-icon svg {
  stroke: #27AE60;
}

.pc h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.pc p {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}

/* ── Responsive ── */

/* ==========================================================================
   Section 15: IndoEDGE Hero Slider
   ========================================================================== */

.edge-slide {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  z-index: 1;
}

@media (min-width: 640px) {
  .edge-slide {
    background-size: contain;
  }
}

.edge-slide.active {
  transform: translateX(0);
  z-index: 2;
}

.edge-slide.slide-exit-left {
  transform: translateX(-100%);
  z-index: 2;
}

.edge-slide.slide-enter-left {
  transform: translateX(-100%);
}

/* ==========================================================================
   Section 16: IndoEDGE Pillars Row
   ========================================================================== */

.edge-pillars-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #E87722 30%, #E87722 70%, transparent);
}

/* Reversed layout: text on left, image on right */
.edge-row-reverse {
  flex-direction: row-reverse;
}

/* Animated shimmer divider between pillar rows */
.edge-row-divider {
  width: 100%;
  max-width: 1100px;
  height: 2px;
  margin: 64px auto;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right,
      transparent 0%,
      #ff8700 15%,
      #ff8700 85%,
      transparent 100%);
}

/* Shimmer sweep */
.edge-row-divider::after {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right,
      transparent,
      rgba(255, 248, 238, 0.9),
      transparent);
  animation: edge-divider-shimmer 3s ease-in-out infinite;
}

@keyframes edge-divider-shimmer {
  0% {
    left: -40%;
  }

  100% {
    left: 120%;
  }
}

.edge-image-col {
  flex: 0 0 38%;
  max-width: 38%;
}

.edge-text-col {
  flex: 1;
  text-align: left;
}

/* swiper box */
.edge-card-swiper {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.10);
}

.edge-card-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  z-index: 1;
}

.edge-card-slide.active {
  transform: translateX(0);
  z-index: 2;
}

.edge-card-slide.slide-exit-left {
  transform: translateX(-100%);
  z-index: 2;
}

.edge-card-slide.slide-enter-left {
  transform: translateX(-100%);
}

/* typography */

/* ── Per-row accent colors (data-color 1–9) ── */
.edge-row[data-color="1"] .edge-title,
.edge-row[data-color="1"] .impact-label {
  color: #AC1456;
}

.edge-row[data-color="2"] .edge-title,
.edge-row[data-color="2"] .impact-label {
  color: #00887B;
}

.edge-row[data-color="3"] .edge-title,
.edge-row[data-color="3"] .impact-label {
  color: #1976D2;
}

.edge-row[data-color="4"] .edge-title,
.edge-row[data-color="4"] .impact-label {
  color: #F6A625;
}

.edge-row[data-color="5"] .edge-title,
.edge-row[data-color="5"] .impact-label {
  color: #388D3C;
}

.edge-row[data-color="6"] .edge-title,
.edge-row[data-color="6"] .impact-label {
  color: #5E35B1;
}

.edge-row[data-color="7"] .edge-title,
.edge-row[data-color="7"] .impact-label {
  color: #C2185B;
}

.edge-row[data-color="8"] .edge-title,
.edge-row[data-color="8"] .impact-label {
  color: #00ACC1;
}

.edge-row[data-color="9"] .edge-title,
.edge-row[data-color="9"] .impact-label {
  color: #D44215;
}

.edge-desc {
  font-size: 15.5px;
  color: #2a2a2a;
  line-height: 1.75;
  margin-bottom: 16px;
}

.edge-list {
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.impact-label {
  font-weight: 700;
  color: #C2185B;
  margin-right: 4px;
}

/* responsive */
@media (max-width: 960px) {


  .edge-image-col,
  .edge-text-col {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }

  .edge-card-swiper {
    height: 280px;
  }




}

/* ==========================================================================
   Section 18: IndoInspire Page Full-Page Ambient Gradient
   ========================================================================== */

.page-indoinspire {
  background-color: #ffffff;
  background-image:
    radial-gradient(ellipse 55% 45% at 0% 25%, rgba(254, 243, 199, 0.65) 0%, rgba(255, 251, 235, 0.3) 50%, transparent 80%),
    radial-gradient(ellipse 60% 50% at 100% 70%, rgba(254, 240, 138, 0.55) 0%, rgba(254, 249, 195, 0.25) 50%, transparent 80%),
    radial-gradient(circle 500px at 50% 50%, rgba(253, 230, 138, 0.35) 0%, transparent 75%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-indoinspire section.bg-white,
.page-indoinspire .infov4-root.bg-white,
.page-indoinspire .inspire-intro-section,
.page-indoinspire .inspire-cards-section,
.page-indoinspire .inspire-team-section {
  background-color: transparent !important;
}

.inspire-background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.inspire-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  mix-blend-mode: screen;
}

.inspire-orb-1 {
  width: 400px;
  height: 400px;
  background: #FFD700;
  top: -100px;
  left: -100px;
  animation: inspireFloat 20s ease-in-out infinite;
}

.inspire-orb-2 {
  width: 300px;
  height: 300px;
  background: #FFD700;
  bottom: -50px;
  right: 10%;
  animation: inspireFloat 25s ease-in-out infinite reverse;
}

.inspire-orb-3 {
  width: 350px;
  height: 350px;
  background: #FFD700;
  top: 50%;
  right: -100px;
  animation: inspireFloat 22s ease-in-out infinite;
}

@keyframes inspireFloat {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(30px, -30px);
  }
}

.inspire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  align-items: stretch;
}

.inspire-card {
  position: relative;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 20px;
  padding: 36px 32px 40px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.inspire-card--light {
  background: #ffffff;
  color: #1a1a1a;
  border-color: #2c1a23;
  border-width: 2px;
}

.inspire-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.inspire-card:hover::before {
  opacity: 1;
}

.inspire-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 215, 0, 0.05) 0%, transparent 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.inspire-card:hover::after {
  opacity: 1;
}

.inspire-card--dark:hover {
  border-color: rgba(255, 215, 0, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.1);
}

.inspire-card--light:hover {
  border-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Icon styles */
.inspire-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.inspire-icon-svg {
  width: 100%;
  height: 100%;
  stroke: #FFD700;
  stroke-width: 1.5;
  fill: none;
  filter: drop-shadow(0 0 16px rgba(255, 215, 0, 0.3));
  transform-origin: center center;
}

/* Vision Card Spinning / Rotating Animation */
.inspire-icon-rotate {
  animation: inspireRotate 12s linear infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  display: block;
}

.inspire-card:hover .inspire-icon-rotate {
  animation-duration: 4s;
}

@keyframes inspireRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Core Philosophy Card Scale In / Scale Out Animation */
.inspire-icon-pulse {
  animation: inspireScalePulse 3s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  display: block;
}

.inspire-card:hover .inspire-icon-pulse {
  animation-duration: 1.5s;
}

@keyframes inspireScalePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

/* Commitment Card Bounce Animation */
.inspire-icon-bounce {
  animation: inspireBounce 2.5s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  display: block;
}

.inspire-card:hover .inspire-icon-bounce {
  animation-duration: 1.2s;
}

@keyframes inspireBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-12px);
  }

  60% {
    transform: translateY(-6px);
  }
}

/* Title */
.inspire-card-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

/* Content styles */
.inspire-card-content {
  flex-grow: 1;
}

.inspire-card-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.inspire-card-text:last-child {
  margin-bottom: 0;
}

/* Highlight text */

/* Bottom accent line */
.inspire-card-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFD700, transparent);
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 1024px) {
  .inspire-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }



  .inspire-card {
    padding: 32px 28px;
  }
}

@media (max-width: 768px) {
  .inspire-grid {
    grid-template-columns: 1fr;
  }

  .inspire-card-title {
    font-size: 26px;
  }

  .inspire-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }



  .inspire-card {
    padding: 30px 24px;
  }
}

/* ==========================================================================
   Section 19: IndoInspire Areas of Responsibility
   ========================================================================== */

.infov4-root {
  padding: 48px 24px;
  width: 100%;
  box-sizing: border-box;
}

.infov4-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.infov4-heading {
  text-align: center;
  margin: 0 0 32px 0;
  color: #222;
}

/* ── Grid: Desktop Default (> 1500px) = 3 cards in row ── */
.infov4-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.infov4-item {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  height: 355px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 2px solid var(--curr-color);
}

.infov4-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 20px var(--curr-color-alpha);
  border: 2px solid var(--curr-color);
}

/* ── Number Background ── */
.infov4-num-wrap {
  position: absolute;
  top: -30px;
  left: 5px;
  z-index: 0;
}

.infov4-number {
  font-size: 10rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0.25;
  user-select: none;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s ease;
}

.infov4-item:hover .infov4-number {
  transform: scale(1.1) translateX(10px);
  opacity: 0.35;
}

/* Updated colors */
.infov4-item-1 {
  --curr-color: #E8472A;
  --curr-color-alpha: rgba(232, 71, 42, 0.3);
}

.infov4-item-2 {
  --curr-color: #2A8C3F;
  --curr-color-alpha: rgba(42, 140, 63, 0.3);
}

.infov4-item-3 {
  --curr-color: #7B3FA0;
  --curr-color-alpha: rgba(123, 63, 160, 0.3);
}

.infov4-item-4 {
  --curr-color: #F0A500;
  --curr-color-alpha: rgba(240, 165, 0, 0.3);
}

.infov4-item-1 .infov4-number {
  color: #E8472A;
}

.infov4-item-2 .infov4-number {
  color: #2A8C3F;
}

.infov4-item-3 .infov4-number {
  color: #7B3FA0;
}

.infov4-item-4 .infov4-number {
  color: #F0A500;
}

/* ── Cover/Swash Effect ── */
.infov4-cover-wrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -5em;
  pointer-events: none;
  z-index: 1;
}

.infov4-cover {
  position: absolute;
  background: #fff;
  width: 18em;
  height: 8em;
  border-radius: 50% 50% 0 0;
  transition: all 0.5s ease;
}

.infov4-item:hover .infov4-cover {
  border-radius: 100%;
  height: 10em;
}

/* ── Content ── */
.infov4-content {
  margin-top: 70px;
  position: relative;
  z-index: 2;
  padding: 0 10px 10px 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.infov4-icon {
  position: absolute;
  top: -70px;
  left: 85%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: all 0.3s ease;
}

.infov4-item-1 .infov4-icon {
  color: #E8472A;
}

.infov4-item-2 .infov4-icon {
  color: #2A8C3F;
}

.infov4-item-3 .infov4-icon {
  color: #7B3FA0;
}

.infov4-item-4 .infov4-icon {
  color: #F0A500;
}

.infov4-item:hover .infov4-icon {
  transform: translateX(-50%) translateY(-10px) rotate(8deg) scale(1.15);
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
}

.infov4-title {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #222;
  line-height: 1.2;
  transition: transform 0.3s ease;
}

.infov4-item:hover .infov4-title {
  transform: translateX(5px);
  color: #000;
}

.infov4-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 5px;
  font-weight: 500;
}

.infov4-list {
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
}

.infov4-list-item {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}

.infov4-list-item::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.infov4-item:hover .infov4-list-item::before {
  transform: scale(1.8);
}

.infov4-item-1 .infov4-list-item::before {
  color: #E8472A;
}

.infov4-item-2 .infov4-list-item::before {
  color: #2A8C3F;
}

.infov4-item-3 .infov4-list-item::before {
  color: #7B3FA0;
}

.infov4-item-4 .infov4-list-item::before {
  color: #F0A500;
}

.infov4-footer {
  font-size: 12px;
  font-weight: 600;
  margin-top: auto;
  color: #444;
  border-top: 1px solid #f0f0f0;
  padding-top: 5px;
}

/* ── When >1500px (3 columns), center the 4th single card ── */
@media screen and (min-width: 1501px) {
  .infov4-grid>.infov4-item:nth-child(4) {
    grid-column: 2;
  }
}

/* ── Breakpoint 1: 1000px <= width <= 1500px -> 2 cards in a row ── */
@media screen and (max-width: 1500px) and (min-width: 1000px) {
  .infov4-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 1020px;
    gap: 32px;
  }

  .infov4-grid>.infov4-item:nth-child(4) {
    grid-column: auto !important;
  }
}

/* ── Breakpoint 2: width < 1000px -> 1 card in a row ── */
@media screen and (max-width: 999px) {
  .infov4-root {
    padding: 36px 20px;
  }

  .infov4-grid {
    grid-template-columns: 1fr !important;
    max-width: 520px;
    margin: 0 auto;
    gap: 28px;
  }

  .infov4-item {
    height: auto;
    min-height: 380px;
  }
}

/* ── Breakpoint 3: Mobile <= 600px ── */
@media screen and (max-width: 600px) {
  .infov4-root {
    padding: 32px 16px;
  }

  .infov4-grid {
    gap: 24px;
    max-width: 100%;
    width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
  }

  .infov4-item {
    height: auto;
    min-height: auto;
    width: 100%;
  }

  .infov4-number {
    font-size: 8rem;
  }

  .infov4-content {
    margin-top: 80px;
    padding-left: 24px;
    padding-right: 16px;
  }

  .infov4-title {
    font-size: 1.05rem;
  }
}

/* ==========================================================================
   Section 20: IndoInspire Leadership Team & Impact
   ========================================================================== */

/* ── 3-Leader Cards Grid ── */

.inspire-leader-card {
  background: #fbc404;
  border-radius: 20px;
  padding: 10px 10px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(251, 196, 4, 0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.inspire-leader-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 36px rgba(251, 196, 4, 0.35);
}

.inspire-leader-img-box {
  width: 100%;
  height: 270px;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 18px;
}

.inspire-leader-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.inspire-leader-info {
  text-align: center;
  padding: 0 12px;
  color: #111111;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.inspire-leader-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111111;
}

.inspire-leader-role {
  font-size: 12px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 4px;
}

.inspire-leader-dept {
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}

.inspire-leader-qual {
  font-size: 11px;
  line-height: 1.5;
  color: #222222;
  font-weight: 500;
  margin-top: auto;
}

/* ── The Inspire Impact Sub-block ── */

/* ── Responsive ── */
@media (max-width: 992px) {
  .inspire-leader-card:last-child {
    grid-column: span 2;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .inspire-leader-card:last-child {
    grid-column: auto;
    max-width: 100%;
  }
}

/* ==========================================================================
   Section 21: IndoInspire Intended Outcomes
   ========================================================================== */
.io-section {
  background-color: #22121e;
  background-image:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(201, 116, 138, 0.14) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 100%, rgba(143, 184, 214, 0.12) 0%, transparent 60%);
  padding: 88px 24px 96px;
  position: relative;
  overflow: hidden;
}

/* ── Moving dot-grid ─────────────────────────────────────── */
.io-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  animation: io-grid-drift 25s linear infinite;
  pointer-events: none;
}

@keyframes io-grid-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 36px 36px;
  }
}

/* ── Ambient blobs ───────────────────────────────────────── */
.io-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.16;
  pointer-events: none;
  animation: io-blob-drift 14s ease-in-out infinite alternate;
}

.io-blob-1 {
  width: 520px;
  height: 520px;
  background: #c9748a;
  top: -180px;
  left: -160px;
  animation-delay: 0s;
}

.io-blob-2 {
  width: 420px;
  height: 420px;
  background: #8fb8d6;
  bottom: -140px;
  right: -140px;
  animation-delay: -5s;
}

.io-blob-3 {
  width: 300px;
  height: 300px;
  background: #d4a853;
  top: 40%;
  left: 44%;
  animation-delay: -10s;
}

@keyframes io-blob-drift {
  from {
    transform: translate(0, 0) scale(1);
  }

  to {
    transform: translate(36px, 28px) scale(1.12);
  }
}

/* ── Header ─────────────────────────────────────────────── */
.io-header {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.io-header.io-visible {
  opacity: 1;
  transform: translateY(0);
}

.io-header h2 {
  color: #f5eef2;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.io-header h2 em {
  color: #c9748a;
  font-style: italic;
}

/* ── Grid ────────────────────────────────────────────────── */
.io-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

/* ── Card ────────────────────────────────────────────────── */
.io-card {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 32px 30px 28px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: default;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.io-card.io-visible {
  opacity: 1;
  transform: translateY(0);
}

.io-card:nth-child(1) {
  transition-delay: 0.1s;
}

.io-card:nth-child(2) {
  transition-delay: 0.22s;
}

.io-card:nth-child(3) {
  transition-delay: 0.34s;
}

.io-card:nth-child(1):hover {
  border-color: rgba(201, 116, 138, 0.45);
  box-shadow: 0 20px 50px -12px rgba(201, 116, 138, 0.22);
}

.io-card:nth-child(2):hover {
  border-color: rgba(232, 168, 124, 0.45);
  box-shadow: 0 20px 50px -12px rgba(232, 168, 124, 0.22);
}

.io-card:nth-child(3):hover {
  border-color: rgba(143, 184, 214, 0.45);
  box-shadow: 0 20px 50px -12px rgba(143, 184, 214, 0.22);
}

.io-card:hover {
  transform: translateY(-8px);
}

/* shimmer sweep */
.io-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
  transform: skewX(-15deg);
  transition: left 0.65s ease;
  z-index: 1;
}

.io-card:hover::before {
  left: 160%;
}

/* bottom accent bar */
.io-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  transition: width 0.45s ease;
  border-radius: 0 0 24px 24px;
  z-index: 2;
}

.io-card:nth-child(1)::after {
  background: linear-gradient(90deg, #c9748a, #e8a87c);
}

.io-card:nth-child(2)::after {
  background: linear-gradient(90deg, #e8a87c, #d4a853);
}

.io-card:nth-child(3)::after {
  background: linear-gradient(90deg, #8fb8d6, #c9748a);
}

.io-card:hover::after {
  width: 100%;
}

/* ── Background icon ───── */
.io-bg-icon {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 140px;
  height: 140px;
  opacity: 0.07;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 0;
}

.io-bg-icon svg {
  width: 100%;
  height: 100%;
}

.io-card:nth-child(1) .io-bg-icon svg {
  stroke: #c9748a;
}

.io-card:nth-child(2) .io-bg-icon svg {
  stroke: #e8a87c;
}

.io-card:nth-child(3) .io-bg-icon svg {
  stroke: #8fb8d6;
}

.io-card:hover .io-bg-icon {
  opacity: 0.18;
  animation: io-icon-pulse 1.6s ease-in-out infinite;
}

@keyframes io-icon-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.18;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.26;
  }
}

/* ── Card glow ───────────────────────────────────────────── */
.io-card-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0;
  transition: opacity 0.5s ease;
  top: -60px;
  right: -60px;
  pointer-events: none;
  z-index: 0;
}

.io-card:hover .io-card-glow {
  opacity: 0.25;
}

.io-card:nth-child(1) .io-card-glow {
  background: #c9748a;
}

.io-card:nth-child(2) .io-card-glow {
  background: #e8a87c;
}

.io-card:nth-child(3) .io-card-glow {
  background: #8fb8d6;
}

/* ── Title ───────────────────────────────────────────────── */
.io-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #f5eef2;
  line-height: 1.35;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

/* ── Animated divider ────────────────────────────────────── */
.io-divider {
  height: 2px;
  width: 36px;
  border-radius: 100px;
  margin-bottom: 14px;
  transition: width 0.45s ease;
  position: relative;
  z-index: 1;
}

.io-card:hover .io-divider {
  width: 72px;
}

.io-card:nth-child(1) .io-divider {
  background: linear-gradient(90deg, #c9748a, transparent);
}

.io-card:nth-child(2) .io-divider {
  background: linear-gradient(90deg, #e8a87c, transparent);
}

.io-card:nth-child(3) .io-divider {
  background: linear-gradient(90deg, #8fb8d6, transparent);
}

/* ── Description ─────────────────────────────────────────── */
.io-card-desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #b89aad;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

/* ── Animated stat bar ───────────────────────────────────── */
.io-stat {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  z-index: 1;
}

.io-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.io-stat-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b89aad;
  font-weight: 500;
}

.io-stat-value {
  font-size: 0.85rem;
  font-weight: 700;
}

.io-card:nth-child(1) .io-stat-value {
  color: #c9748a;
}

.io-card:nth-child(2) .io-stat-value {
  color: #e8a87c;
}

.io-card:nth-child(3) .io-stat-value {
  color: #8fb8d6;
}

.io-bar-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 100px;
  overflow: hidden;
}

.io-bar-fill {
  height: 100%;
  border-radius: 100px;
  width: 0%;
  transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.io-card.io-visible .io-bar-fill {
  width: var(--bar-w, 75%);
}

.io-card:nth-child(1) .io-bar-fill {
  background: linear-gradient(90deg, #c9748a, #e8a87c);
}

.io-card:nth-child(2) .io-bar-fill {
  background: linear-gradient(90deg, #e8a87c, #d4a853);
}

.io-card:nth-child(3) .io-bar-fill {
  background: linear-gradient(90deg, #8fb8d6, #c9748a);
}

/* ── Footer dots ─────────────────────────────────────────── */
.io-dots {
  display: flex;
  gap: 6px;
  margin-top: 16px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.io-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: io-dot-pulse 2.2s ease-in-out infinite;
}

.io-dot:nth-child(2) {
  animation-delay: 0.3s;
  opacity: 0.55;
}

.io-dot:nth-child(3) {
  animation-delay: 0.6s;
  opacity: 0.28;
}

.io-card:nth-child(1) .io-dot {
  background: #c9748a;
}

.io-card:nth-child(2) .io-dot {
  background: #e8a87c;
}

.io-card:nth-child(3) .io-dot {
  background: #8fb8d6;
}

@keyframes io-dot-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

/* ── Floating particles inside card ─────────────────────── */
.io-particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.io-card:hover .io-particle {
  opacity: 1;
}

.io-particle-1 {
  width: 5px;
  height: 5px;
  bottom: 55px;
  left: 28px;
  animation: io-float-a 3s ease-in-out infinite;
}

.io-particle-2 {
  width: 4px;
  height: 4px;
  bottom: 80px;
  left: 55px;
  animation: io-float-b 2.5s ease-in-out infinite 0.5s;
}

.io-particle-3 {
  width: 3px;
  height: 3px;
  bottom: 45px;
  left: 78px;
  animation: io-float-a 3.5s ease-in-out infinite 1s;
}

.io-card:nth-child(1) .io-particle {
  background: #c9748a;
}

.io-card:nth-child(2) .io-particle {
  background: #e8a87c;
}

.io-card:nth-child(3) .io-particle {
  background: #8fb8d6;
}

@keyframes io-float-a {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes io-float-b {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-8px) translateX(5px);
  }
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .io-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .io-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }

  .io-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
}

/* ==========================================================================
   Section 22: Gallery Hero
   ========================================================================== */

/* ==========================================================================
   Section 23: Gallery Stacked Category Cards Grid
   ========================================================================== */

.gallery-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  group: "";
}

.gallery-category-item:hover

/* Stack Wrapper */
.gallery-stack-wrap {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 4 / 3;
  margin: 0 auto;
}

/* Background stacked photo sheets with subtle tilt */
.gallery-stack-card {
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.gallery-stack-card-3 {
  transform: rotate(-3.5deg) scale(0.97);
  z-index: 1;
}

.gallery-stack-card-2 {
  transform: rotate(3deg) scale(0.985);
  z-index: 2;
}

.gallery-stack-main {
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #cbd5e1;
  box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.12), 0 4px 10px -2px rgba(0, 0, 0, 0.06);
  z-index: 3;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gallery-category-item:hover .gallery-stack-card-3 {
  transform: rotate(-6deg) scale(0.96) translate(-6px, 2px);
}

.gallery-category-item:hover .gallery-stack-card-2 {
  transform: rotate(5deg) scale(0.98) translate(6px, -2px);
}

.gallery-category-item:hover .gallery-stack-main {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 35px -6px rgba(0, 0, 0, 0.18), 0 8px 16px -4px rgba(0, 0, 0, 0.1);
}

.gallery-stack-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #0f172a;
}

.gallery-stack-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  display: block;
}

.gallery-category-item:hover .gallery-stack-img {
  transform: scale(1.06);
}

/* Bottom banner overlay inside photo */
.gallery-stack-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 38px 12px 14px;
  background: linear-gradient(to top, rgba(30, 20, 20, 0.85) 0%, rgba(30, 20, 20, 0.65) 60%, rgba(30, 20, 20, 0) 100%);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: background 0.3s ease;
  pointer-events: none;
}

.gallery-category-item:hover .gallery-stack-banner {
  background: linear-gradient(to top, rgba(20, 10, 10, 0.92) 0%, rgba(20, 10, 10, 0.75) 65%, rgba(20, 10, 10, 0) 100%);
}

/* ── Responsive ── */

@media (max-width: 640px) {




  .gallery-stack-wrap {
    max-width: 340px;
  }
}

/* ==========================================================================
   Section 24: Gallery Fullscreen Lightbox & Thumbnail Strip
   ========================================================================== */
.gallery-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(10, 10, 12, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Top Action Toolbar */
.gallery-modal-topbar {
  position: absolute;
  top: 18px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.gallery-modal-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}

.gallery-modal-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffc53a;
  transform: scale(1.05);
}

/* Counter / Category Title Top Left */
.gallery-modal-info {
  position: absolute;
  top: 24px;
  left: 28px;
  color: #f1f5f9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-modal-counter {
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  color: #ffd700;
  font-weight: 600;
}

/* Main Image Display Stage */
.gallery-modal-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 80px 20px;
  overflow: hidden;
  user-select: none;
}

.gallery-modal-main-img {
  max-width: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  transition: transform 0.25s ease, opacity 0.2s ease;
  cursor: zoom-in;
}

.gallery-modal-main-img.is-zoomed {
  transform: scale(1.6);
  cursor: zoom-out;
}

/* Navigation Chevrons */
.gallery-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 64px;
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 5;
  transition: all 0.25s ease;
}

.gallery-modal-nav:hover {
  background: #ffffff;
  color: #d96b27;
  transform: translateY(-50%) scale(1.08);
}

.gallery-modal-prev {
  left: 24px;
}

.gallery-modal-next {
  right: 24px;
}

/* Bottom Thumbnail Strip */
.gallery-modal-thumbnails-wrap {
  width: 100%;
  height: 96px;
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: safe center;
  padding: 8px 16px;
  overflow-x: auto;
  gap: 12px;
  z-index: 10;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.gallery-modal-thumbnails-wrap::-webkit-scrollbar {
  height: 6px;
}

.gallery-modal-thumbnails-wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.gallery-thumb-item {
  flex: 0 0 auto;
  height: 72px;
  width: 96px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  background: #000000;
}

.gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-thumb-item:hover {
  opacity: 0.85;
}

.gallery-thumb-item.is-active {
  opacity: 1;
  border-color: #ffd700;
  transform: scale(1.04);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-modal-stage {
    padding: 60px 16px 10px;
  }

  .gallery-modal-main-img {
    max-height: calc(100vh - 170px);
  }

  .gallery-modal-nav {
    width: 36px;
    height: 48px;
    font-size: 16px;
  }

  .gallery-modal-prev {
    left: 8px;
  }

  .gallery-modal-next {
    right: 8px;
  }

  .gallery-modal-thumbnails-wrap {
    height: 80px;
    padding: 6px 10px;
    gap: 8px;
  }

  .gallery-thumb-item {
    height: 58px;
    width: 78px;
  }
}

/* ==========================================================================
   Section 25: Indo Chronicles Hero
   ========================================================================== */

/* ==========================================================================
   Section 26: Indo Chronicles Newsletters Section
   ========================================================================== */

/* Intro Paragraph */

.chronicles-intro p {
  margin-bottom: 20px;
}

.chronicles-intro p:last-child {
  margin-bottom: 0;
}

/* 2-Column Newsletter Pair Grid */

.chronicles-card-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.chronicles-card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}

/* Overlapping Magazine Stack */
.chronicles-stack-wrap {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 330px;
  margin: 0 auto;
}

/* Back Magazine (Large) */
.chronicles-mag-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 310px;
  background: #ffffff;
  border: 1px solid #701a38;
  padding: 4px;
  box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.18), 0 4px 10px -2px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.chronicles-mag-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Front Magazine (Small offset left, vertically centered) */
.chronicles-mag-front {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 190px;
  height: 235px;
  background: #ffffff;
  border: 1px solid #701a38;
  padding: 4px;
  box-shadow: 0 16px 30px -4px rgba(0, 0, 0, 0.25), 0 6px 14px -2px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  overflow: hidden;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.chronicles-mag-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hover effect */
.chronicles-card-item:hover .chronicles-mag-back {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 35px -6px rgba(0, 0, 0, 0.22);
}

.chronicles-card-item:hover .chronicles-mag-front {
  transform: translateY(calc(-50% - 8px)) translateX(-4px) scale(1.03);
  box-shadow: 0 24px 40px -6px rgba(0, 0, 0, 0.32);
}

/* Responsive adjustments */
@media (max-width: 900px) {


  .chronicles-stack-wrap {
    max-width: 340px;
    height: 300px;
  }

  .chronicles-mag-back {
    width: 220px;
    height: 280px;
  }

  .chronicles-mag-front {
    width: 170px;
    height: 210px;
  }
}

/* ==========================================================================
   Section 27: 3D FlipBook Modal (3DFlipBook Powered)
   ========================================================================== */
.flipbook-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(30, 32, 34, 0.96);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.flipbook-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Close Button Top Right */
.flipbook-close-btn {
  position: absolute;
  top: 14px;
  right: 20px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.2s ease;
}

.flipbook-close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #ff8700;
  transform: scale(1.1);
}

/* 3D FlipBook Container */
.flipbook-container-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flipbook-instance-container {
  width: 100%;
  height: 100%;
}