/* ========================================
   Laravel Welcome Fallback Styles
   ======================================== */
/*! tailwindcss v4.0.7 | MIT License | https://tailwindcss.com */


/* ========================================
   Theme Tokens And Base
   ======================================== */
:root {
  --navy-950: #010101;
  --navy-900: #010101;
  --navy-800: #010101;
  --navy-700: #010101;
  --navy-100: #e8e8e8;
  --red-500: #c32129;
  --red-600: #c32129;
  --red-100: #f4d6d8;
  --mist: #f4f7fb;
}
@import url('https://fonts.googleapis.com/css2?family=initial:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
font-family: "Poppins" !important;
}
body {
font-family: "Poppins" !important;
  background:
    radial-gradient(circle at top left, rgba(1, 1, 1, 0.04), transparent 32%),
    radial-gradient(circle at top right, rgba(195, 33, 41, 0.05), transparent 20%),
    linear-gradient(180deg, #fbfcfe 0%, #f3f6fb 100%);
  color: var(--navy-900);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.hero-gradient {
  background: linear-gradient(rgba(1, 1, 1, 0.84), rgba(1, 1, 1, 0.8)), url("https://images.unsplash.com/photo-1544027993-37dbfe43562a?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.section-shell {
  position: relative;
  overflow: hidden;
}

.section-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(1, 1, 1, 0.02), transparent 46%, rgba(195, 33, 41, 0.03));
  pointer-events: none;
}

.homepage-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.homepage-section-light {
  background:
    radial-gradient(circle at top left, rgba(8, 31, 58, 0.035), transparent 26%),
    linear-gradient(180deg, #fbfcfe 0%, #f5f8fc 100%);
}

.homepage-section-soft {
  background:
    radial-gradient(circle at top right, rgba(195, 33, 41, 0.035), transparent 18%),
    radial-gradient(circle at bottom left, rgba(8, 31, 58, 0.04), transparent 26%),
    linear-gradient(180deg, #f7f9fc 0%, #eff4f9 100%);
}

.homepage-section-about {
  background:
    radial-gradient(circle at top left, rgba(8, 31, 58, 0.04), transparent 24%),
    linear-gradient(180deg, #f9fbfd 0%, #f4f7fb 100%);
}

.homepage-section-programs {
  background:
    radial-gradient(circle at top center, rgba(195, 33, 41, 0.025), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.homepage-section-faq {
  background:#f5f5f5;
    
}

.homepage-section-insights {
  background:#ffffff;
}

.homepage-section-news {
  background:#f5f5f5;
}

.homepage-section-contact {
  background:
    radial-gradient(circle at top left, rgba(195, 33, 41, 0.06), transparent 18%),
    radial-gradient(circle at bottom right, rgba(8, 31, 58, 0.045), transparent 22%),
    linear-gradient(180deg, #fbfcfe 0%, #f2f6fb 100%);
}

.homepage-insights-list {
  background: transparent;
}

.homepage-contact-grid {
  opacity: 0.03 !important;
}

img[src*="Website-"] {
  display: none !important;
}

.footer-redesign .footer-decoration img[src*="Website-"] {
  display: block !important;
}

.home-about-decoration,
.investment-decoration,
.services-decoration,
.consultation-decoration,
.about-architects-pattern,
.about-vision-pattern,
.about-mission-pattern,
.leadership-pattern,
.our-programs-decoration {
  display: none !important;
}


/* ========================================
   Shared Surface Styles
   ======================================== */
.glass-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.92));
  backdrop-filter: blur(18px);
  border: 1px solid rgba(8, 31, 58, 0.08);
  box-shadow: 0 20px 50px rgba(8, 31, 58, 0.08);
}

.navy-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 252, 0.95));
  border: 1px solid rgba(8, 31, 58, 0.08);
  box-shadow: 0 18px 42px rgba(8, 31, 58, 0.08);
  border-radius: 1.5rem;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
}

.navy-card:hover {
  box-shadow: 0 26px 60px rgba(8, 31, 58, 0.12);
  border-color: rgba(195, 33, 41, 0.14);
  transform: translateY(-6px);
}

.site-card-surface,
.glass-panel,
.navy-card,
.homepage-metric-card,
.home-services-section .service-card,
.service-row-card,
.home-consultation-section .consultation-form-card,
.single-program-page .program-highlight-card,
.about-leadership-section .leadership-card,
.our-programs-image,
.investment-program-image {
  border-radius: 0 !important;
}

.our-programs-image::before,
.investment-program-image::before {
  height: 6px !important;
}

.program-card-flat {
  border-radius: 0 !important;
}

.navy-chip {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.navy-cta {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700));
  box-shadow: 0 18px 38px rgba(1, 1, 1, 0.34);
}

.accent-cta {
  background: linear-gradient(135deg, #c3212991, #c32129cf);
  box-shadow: 0 18px 38px rgba(195, 33, 41, 0.28);
}

.accent-ring {
  box-shadow: 0 0 0 1px rgba(195, 33, 41, 0.45), 0 14px 34px rgba(195, 33, 41, 0.18);
}

/* ========================================
   Header And Navigation
   ======================================== */
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease, transform 0.7s ease;
  transform: scale(1.02);
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-slider-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
}

.hero-slider-dot.is-active {
  width: 2rem;
  background: #ffffff;
  border-color: #ffffff;
}

/* Homepage hero styles */
.home-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  max-height: 100vh;
  padding-top: 5.5rem;
}

.home-hero-slide img {
  object-fit: cover;
  object-position: center;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 92%) 21%, rgba(0, 0, 0, 0.56) 40%, rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0.08) 74%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.home-hero-bottom-fade {
  position: absolute;
  inset-x: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.home-hero-content {
  padding: 5rem 0 4.5rem;
}

.home-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  backdrop-filter: blur(18px);
}

.home-hero-title {
  color: #ffffff;
  font-size: clamp(3.5rem, 3.8vw, 6.3rem);
  line-height: 1.02;
  margin-bottom: 1.2rem;
      font-weight: 200;
  letter-spacing: -0.03em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.home-hero-title span {
  color: #e31b23;
}

.home-hero-copy {
  margin: 0 auto 2.25rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.2rem, 1.2vw, 1.28rem);
  line-height: 1.9;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.home-hero-button {
  min-width: 220px;
    padding: 0.5rem 1.6rem;
    font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-hero-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(195, 33, 41, 0.26);
}

@media (max-width: 1024px) {
  .home-hero-section {
    min-height: 80vh;
  }

  .home-hero-content {
    padding: 5rem 1.25rem 4rem;
  }

  .home-hero-title {
    font-size: clamp(3rem, 6vw, 5rem);
  }

  .home-hero-copy {
    font-size: 1.05rem;
  }

  .home-hero-button {
    min-width: 190px;
    padding: 0.95rem 2.2rem;
  }
}

@media (max-width: 640px) {
  .home-hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .home-hero-copy {
    font-size: 0.95rem;
    max-width: 100%;
  }

  .home-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .home-hero-button {
    width: 100%;
  }
}

.home-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2rem;
}

.home-hero-stat {
  min-width: 12rem;
}

.home-hero-stat-value {
  color: #ffffff;
  font-size: clamp(3.4rem, 4.8vw, 5.4rem);
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.home-hero-stat-label {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .home-hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.6rem;
  }

  .home-hero-stat-value {
    font-size: clamp(2.4rem, 6vw, 3.4rem);
  }
}

@media (max-width: 768px) {
  .home-hero-stats {
    grid-template-columns: 1fr;
    gap: 0.875rem;
    margin-top: 1.5rem;
  }

  .home-hero-stat-value {
    font-size: 2.25rem;
  }
}

.homepage-metrics-section {
    background: radial-gradient(circle at top left, rgba(195, 33, 41, 0.13), transparent 30%), radial-gradient(circle at right center, rgba(255, 255, 255, 0.05), transparent 22%), linear-gradient(180deg, #000000 0%, #000000 52%, #000000 100%);
}

.homepage-metrics-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}

.homepage-metrics-glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.9;
}

.homepage-metrics-glow-left {
  top: 2rem;
  left: -5rem;
  width: 12rem;
  height: 12rem;
  background: rgba(195, 33, 41, 0.15);
}

.homepage-metrics-glow-right {
  right: -4rem;
  bottom: 2rem;
  width: 14rem;
  height: 14rem;
  background: rgba(255, 255, 255, 0.06);
}

.homepage-metric-card {
  background:
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)), linear-gradient(135deg, rgb(195 33 41), rgba(1, 1, 1, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.homepage-metric-card:hover {
  transform: translateY(-6px);
  border-color: rgba(195, 33, 41, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 60px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(195, 33, 41, 0.08);
}

.homepage-metric-card-topline {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 5.5rem;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #c32129, rgba(195, 33, 41, 0.15));
}

.homepage-metric-card-orb {
  position: absolute;
  top: -2.5rem;
  right: -2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(195, 33, 41, 0.24), transparent 68%);
  filter: blur(10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.homepage-metric-card:hover .homepage-metric-card-orb {
  transform: scale(1.06);
  opacity: 1;
}

.homepage-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 9999px;
  border: 1px solid rgba(195, 33, 41, 0.24);
  background: linear-gradient(180deg, rgba(195, 33, 41, 0.2), rgba(195, 33, 41, 0.08));
  color: #ffffff;
  box-shadow:
    0 0 0 6px rgba(195, 33, 41, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.homepage-metric-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.homepage-metric-number {
  margin-top: 0.25rem;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 0.95;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.04em;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.homepage-metric-divider {
  margin-top: 1.3rem;
  width: 5rem;
  height: 2px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #c32129 0%, rgba(255, 255, 255, 0.12) 100%);
}

@media (max-width: 768px) {
  .homepage-metrics-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .homepage-metric-card-topline {
    left: 1.5rem;
  }
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #d71920;
}

.nav-link::after {
  display: none;
}

/* Header centered logo + top navigation */
#header {
  overflow: visible;
}

.site-header-custom {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 54px;
  background: #000000;
}

#navContainer.header-container {
  width: min(1180px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.desktop-header-nav {
  display: none;
  width: 100%;
}

.nav-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav-left,
.header-nav-right {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
  min-width: 0;
  flex: 1 1 0;
}

.header-nav-left {
  justify-content: flex-end;
  margin-right: 92px;
}

.header-nav-right {
  justify-content: flex-start;
  margin-left: 92px;
}

.header-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
}

.header-dropdown .dropdown-panel {
  display: block !important;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 260px;
  padding: 10px 0;
  border-radius: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 90;
}

.header-dropdown:hover .dropdown-panel,
.header-dropdown:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

button.nav-link {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}
#top {
    scroll-margin-top: 100px;
        scroll-behavior: smooth;

}
.header-logo-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -35%);

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  overflow: hidden;
}

.header-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.menu-toggle {
  margin-left: auto;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: none;
}

.header-cta-link {
  color: #d71920;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.header-cta-link:hover {
  color: #ffffff;
}

@media (min-width: 1025px) {
  .desktop-header-nav {
    display: flex;
    align-items: center;
  }

  .menu-toggle {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header-nav-left,
  .header-nav-right {
    gap: 16px;
  }

  .header-nav-left {
    margin-right: 70px;
  }

  .header-nav-right {
    margin-left: 70px;
  }

  .header-logo-wrapper {
    width: 52px;
    height: 52px;
  }

  .header-logo {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1024px) {
  .site-header-custom {
    height: 54px;
  }

  #navContainer.header-container {
    width: min(1180px, calc(100% - 32px));
    justify-content: flex-end;
  }

  .desktop-header-nav {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex !important;
  }

  .header-logo-wrapper {
    width: 52px;
    height: 52px;
  }

  .header-logo {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  #navContainer.header-container {
    width: min(1180px, calc(100% - 24px));
  }

  .header-logo-wrapper {
    width: 50px;
    height: 50px;
  }

  .header-logo {
    width: 28px;
    height: 28px;
  }
}

.mobile-link {
  display: inline-flex;
  width: 100%;
  color: #f8fafc;
  transition: all 0.25s ease;
}

.mobile-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.mobile-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 1.25rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  cursor: pointer;
}

.mobile-summary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.mobile-submenu {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1rem;
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] .mobile-summary span {
  transform: rotate(45deg);
}

.mobile-cta {
  width: 100%;
  text-align: center;
}

.dropdown-panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(1, 1, 1, 0.08);
  box-shadow: 0 22px 50px rgba(1, 1, 1, 0.12);
}

.dropdown-item {
  width: 100%;
  color: var(--navy-900);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
  color: var(--navy-900);
}

.dropdown-item:hover {
  background: rgba(1, 1, 1, 0.05);
  color: var(--red-500);
}

.dropdown-icon {
  color: var(--navy-900);
  background: rgba(1, 1, 1, 0.08);
}

.dropdown-item:hover .dropdown-icon {
  color: #ffffff;
  background: var(--red-500);
}

.faq-richtext > * + * {
  margin-top: 0.9rem;
}

.faq-richtext p {
  margin: 0;
}

.faq-richtext ul,
.faq-richtext ol {
  margin: 0.9rem 0;
  padding-left: 1.4rem;
}

.faq-richtext ul {
  list-style: disc;
}

.faq-richtext ol {
  list-style: decimal;
}

.faq-richtext li {
  margin: 0.35rem 0;
}

.faq-richtext li::marker {
  color: var(--red-500);
}

.faq-richtext a {
  color: var(--navy-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-richtext strong {
  color: var(--navy-900);
  font-weight: bold;
}

#header,
#header *,
#header.is-scrolled,
#header.is-scrolled * {
  transition-duration: 0s;
}

#header.is-scrolled #navContainer {
  background: transparent;
  backdrop-filter: none;
  border-color: transparent;
  box-shadow: none;
}

#header.is-scrolled .nav-link {
  color: #ffffff;
}

#header.is-scrolled .nav-link:hover {
  color: #d71920;
}

.menu-toggle {
  color: #ffffff;
  transition: none;
}

#header.is-scrolled .menu-toggle {
  color: #ffffff;
}

/* ========================================
   Bottom Ticker And Preview Overlay
   ======================================== */
.ticker {
  width: 100%;
  height: 100px;
  overflow: visible;
  --ticker-item-gap: 14px;
  background: #010101;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px 0 20px;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerRunLoop 15s linear infinite;
  will-change: transform;
  align-items: center;
}

.ticker-group {
  display: flex;
  width: 26vw;
  padding: 0 24px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-evenly;
  flex-shrink: 0;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-item {
  width: 100px;
  height: 86px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease, z-index 0.35s ease;
  cursor: pointer;
}

.ticker-item-program {
  width: 120px;
}

.ticker-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
  transform-origin: bottom center;
}

.ticker-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.ticker-item:hover {
  z-index: 66;
}

.ticker-item:hover .ticker-card {
  transform: translateY(-42px) scale(1.18);
}

.ticker-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transition: box-shadow 0.45s ease, border-color 0.35s ease;
}

.ticker-face-front {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: linear-gradient(155deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05));*/

}

.ticker-face-front::before {
  content: "";
  position: absolute;
  inset: 1px;
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));*/
  pointer-events: none;
}

.ticker-face-front::after {
  content: "";
  position: absolute;
  top: -22px;
  right: -10px;
  width: 84px;
  height: 84px;
  border-radius: 9999px;
  /*background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);*/
  pointer-events: none;
}

.ticker-face-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
  transform-origin: center;
}

.ticker-feature-image {
  width: auto !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover !important;
  object-position: left center;
  
}

.ticker-feature-content-reversed {
  justify-content: flex-start !important;
  padding-left: 10px;
  padding-right: 0;
}

.ticker-feature-content-reversed .ticker-feature-image {
  right: 0;
  object-position: right center;
  rotate:180deg;
}

.ticker-feature-plane-reversed {
  left: auto !important;
  right: 0;
}

.ticker-feature-text-reversed {
  text-align: left;
}

.ticker-passport-shell {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(1, 1, 1, 0.12), rgba(1, 1, 1, 0.12)),
    var(--ticker-passport-bg, url('./images/bg.png')) center/cover no-repeat;
}

.ticker-passport-shell-plain {
  background: transparent !important;
}

.ticker-passport-badge {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 8px;
  border-radius: 9999px;
  background: rgba(1, 1, 1, 0.86);
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(1, 1, 1, 0.18);
}

.ticker-passport-frame {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  /*background:#6e6e6e;*/

}

.ticker-passport-frame::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 10px;
  pointer-events: none;
}

.ticker-passport-accent {
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #010101, #010101, #c32129);
  opacity: 0.9;
}

.ticker-face-front .ticker-passport-image {
  position: relative;
  z-index: 1;
  width: 66%;
  height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(1, 1, 1, 0.16));
}

.ticker-item:hover .ticker-face-front img {
  transform: scale(1.05);
  filter: brightness(1.04);
}

.ticker-item:hover .ticker-face-front .ticker-passport-image {
  transform: scale(1.045);
  filter: brightness(1.03) drop-shadow(0 14px 22px rgba(1, 1, 1, 0.2));
}



.ticker-card-title {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: calc(100% + 8px);
  z-index: 20;
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 9999px;
  background: rgba(1, 1, 1, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 24px rgba(1, 1, 1, 0.18);
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.ticker-item:hover .ticker-card-title {
  opacity: 1;
  transform: translateY(-4px);
}

@keyframes tickerRunLoop {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-80vw);
  }
}
/* ========================================
   Floating Action Buttons
   ======================================== */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 112px;
  z-index: 145;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(18, 140, 126, 0.34);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 24px 44px rgba(18, 140, 126, 0.42);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 14px;
    bottom: 104px;
    width: 56px;
    height: 56px;
  }
}

.homepage-footer {
  background:
    radial-gradient(circle at top right, rgba(195, 33, 41, 0.14), transparent 20%),
    radial-gradient(circle at bottom left, rgba(8, 31, 58, 0.2), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #07111f 56%, #05070b 100%);
}

.homepage-footer .border-t {
  border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .homepage-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .homepage-section-contact .px-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.font-display{
font-family: "Poppins" !important;
}
