/* ==========================================================================
   EXCELLENT PROWESS LIMITED - BUSINESS GROWTH ROUNDTABLE
   Exact Replicated Styles & Fonts from Reference Page (politics-and-jollof)
   ========================================================================== */

/* Load Custom Fonts from Reference Site */
@font-face {
  font-family: 'Poly Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://ridnigeria.org/wp-content/uploads/2024/10/PolySans-Neutral.ttf') format('truetype');
}
@font-face {
  font-family: 'Poly Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://ridnigeria.org/wp-content/uploads/2024/10/PolySans-Median.ttf') format('truetype');
}
@font-face {
  font-family: 'Poly Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://ridnigeria.org/wp-content/uploads/2024/10/PolySans-Bulky.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  /* Exact Color System from Reference Site */
  --ref-bg-page: #FFFFFF;
  --ref-bg-soft-blue: #E9F6FC;
  --ref-bg-soft-orange: #FFF7F0;
  --ref-heading-dark: #061D29;
  --ref-text-body: #183547;
  --ref-btn-blue: #02284C;
  --ref-btn-blue-hover: #011931;

  /* Fonts matching Reference Site */
  --ref-font-heading: 'Poly Sans', 'Bricolage Grotesque', -apple-system, sans-serif;
  --ref-font-body: 'Poly Sans', 'Plus Jakarta Sans', -apple-system, sans-serif;

  /* Widths from Reference */
  --container-max-width: 1300px;
  --content-column-width: 68%;
  --content-column-wide: 80%;
  --content-video-width: 75%;
}

/* Reset & Global */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--ref-font-body);
  background-color: var(--ref-bg-page);
  color: var(--ref-text-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Headings matching Reference font-sizes */
h1, h2, h3, h4 {
  font-family: var(--ref-font-heading);
  color: var(--ref-heading-dark);
  font-weight: 600;
  letter-spacing: -0.1px;
}

h1 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 64px;
  text-align: center;
  margin-bottom: 20px;
  color: #061D29;
}

h2 {
  font-size: clamp(22px, 3vw, 26px);
  line-height: 35px;
  color: #061D29;
  margin-bottom: 20px;
  font-weight: 600;
}

h3 {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 28px;
  color: #061D29;
  margin-bottom: 12px;
  font-weight: 600;
}

p {
  font-size: 18px;
  line-height: 27px;
  color: var(--ref-text-body);
  margin-bottom: 20px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Page Layout Container */
.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column-narrow {
  width: var(--content-column-width);
  max-width: var(--content-column-width);
  margin-left: auto;
  margin-right: auto;
}

.column-wide {
  width: var(--content-column-wide);
  max-width: var(--content-column-wide);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Site Header (Reference Replicated) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #E2E8F0;
  padding: 15px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  height: 48px;
  max-height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0); /* Converts white logo to dark/black so it is visible on white background */
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--ref-text-body);
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: var(--ref-btn-blue);
}

.btn-header {
  background-color: var(--ref-btn-blue);
  color: #FFFFFF;
  font-family: var(--ref-font-heading);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  display: inline-block;
}

.btn-header:hover {
  background-color: var(--ref-btn-blue-hover);
  transform: scale(0.98);
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--ref-heading-dark);
  cursor: pointer;
}

/* Page Section Wrappers */
.page-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Hero Section */
.hero-breadcrumb {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  color: var(--ref-text-body);
  margin-bottom: 15px;
}

.hero-lead-text {
  font-size: 18px;
  line-height: 27px;
  color: var(--ref-text-body);
  text-align: center;
  margin-bottom: 50px;
}

/* Reference Replicated: 4 Top Images Row (`d1e6056`) */
.hero-images-row {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

.hero-image-card {
  flex: 1;
  min-height: 500px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-color: #F1F5F9;
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: contrast(1.06) brightness(0.97) saturate(1.05);
  image-rendering: -webkit-optimize-contrast;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.hero-image-card:hover img {
  transform: scale(1.04);
  filter: contrast(1.08) brightness(1.00) saturate(1.08);
}

/* High-Impact Statement & YouTube Video Section */
.statement-heading {
  font-size: clamp(22px, 3.5vw, 26px);
  line-height: 35px;
  color: var(--ref-heading-dark);
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}

/* YouTube Video Wrapper (75% Width Centered, matching reference `a7bc034`) */
.video-wrapper-container {
  width: var(--content-video-width);
  max-width: var(--content-video-width);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.video-responsive-box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background-color: #000000;
}

.video-responsive-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 3-Column Video Shorts Grid */
.video-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 880px; /* Sized to perfectly fill the standard 68% narrative column width */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}

.video-responsive-box.vertical-aspect {
  padding-bottom: 177.77%; /* 9:16 Aspect Ratio for Shorts */
}

/* FAQ Accordion Styles matching Reference Theme Colors */
.faq-wrapper {
  margin-top: 20px;
}

.faq-item {
  background-color: var(--ref-bg-soft-blue);
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(2, 40, 76, 0.05);
}

.faq-item:hover {
  box-shadow: 0 4px 15px rgba(6, 29, 41, 0.04);
  background-color: #E2F2FC;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  font-family: var(--ref-font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--ref-heading-dark);
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: color 0.3s ease;
}

.faq-question i {
  font-size: 14px;
  color: var(--ref-btn-blue);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  padding-bottom: 24px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 25px;
  color: var(--ref-text-body);
  margin-bottom: 0;
}

.narrative-block {
  margin-bottom: 60px;
}

/* Wavy Pattern Decoration (Reference: T035-BGG-min.png) */
.wavy-pattern-decoration {
  width: 100%;
  height: 120px;
  margin: 40px 0;
  background-image: url("https://ridnigeria.org/wp-content/uploads/2024/10/T035-BGG-min.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.35;
}

.highlight-quote-box {
  background-color: var(--ref-bg-soft-blue);
  border-left: 4px solid var(--ref-btn-blue);
  border-radius: 8px;
  padding: 25px 30px;
  margin: 30px 0;
}

.highlight-quote-box p {
  font-size: 19px;
  font-weight: 600;
  color: var(--ref-heading-dark);
  margin-bottom: 0;
}

.transformation-badge {
  display: inline-block;
  background-color: var(--ref-bg-soft-orange);
  color: #B45309;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 8px;
  margin-top: 10px;
}

/* Cards Grid Layout (Reference Edition Cards `d279f6c`, `ee1f9c2`) */
.cards-grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.card-edition {
  border-radius: 20px;
  padding: 30px 20px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-edition.bg-blue {
  background-color: var(--ref-bg-soft-blue);
}

.card-edition.bg-orange {
  background-color: var(--ref-bg-soft-orange);
}

.card-edition:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(6, 29, 41, 0.08);
}

.card-edition-title {
  font-size: 22px;
  line-height: 28px;
  color: var(--ref-heading-dark);
  font-weight: 600;
  margin-bottom: 15px;
}

.card-title-badge {
  background-color: var(--ref-btn-blue);
  color: #FFFFFF;
  font-family: var(--ref-font-heading);
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  margin-bottom: 18px;
  line-height: 1.3;
}

.card-edition.card-centered {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.card-edition.card-centered .card-edition-body {
  text-align: center;
  margin-bottom: 0;
}

.step-card-title {
  font-family: var(--ref-font-heading);
  font-size: 21px;
  font-weight: 700;
  color: var(--ref-heading-dark);
  margin: 5px 0 12px 0;
  text-align: center;
}

.card-edition-body {
  font-size: 18px;
  line-height: 27px;
  color: var(--ref-text-body);
  margin-bottom: 25px;
  flex-grow: 1;
}

/* Reference Exact Button Style (`elementor-button`) */
.ref-btn {
  display: inline-block;
  background-color: var(--ref-btn-blue);
  color: #FFFFFF;
  font-family: var(--ref-font-heading);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  border-radius: 8px;
  padding: 19px 40px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  width: fit-content;
}

.ref-btn:hover {
  background-color: var(--ref-btn-blue-hover);
  transform: scale(0.97);
}

/* Track Record Feature Block */
.track-record-box {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.track-record-box.track-record-centered {
  display: block;
  max-width: 920px;
  margin: 40px auto 60px auto;
  text-align: center;
  padding: 35px 40px;
}

.track-record-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.track-record-img-item {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

/* Gallery Tab Filters */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px 0 45px 0;
  flex-wrap: wrap;
}

.gallery-tab {
  background-color: transparent;
  border: 1px solid #E2E8F0;
  color: var(--ref-text-body);
  font-family: var(--ref-font-heading);
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.gallery-tab:hover {
  background-color: #F1F5F9;
  border-color: #CBD5E1;
}

.gallery-tab.active {
  background-color: var(--ref-btn-blue);
  color: #FFFFFF;
  border-color: var(--ref-btn-blue);
}

.gallery-category-group {
  margin-bottom: 60px;
  transition: opacity 0.30s ease, transform 0.30s ease;
}

.gallery-category-group.hidden {
  display: none !important;
}

.gallery-category-header {
  margin-bottom: 20px;
  text-align: left;
}

.gallery-category-title {
  font-family: var(--ref-font-heading);
  font-size: 24px;
  font-weight: 700;
  color: var(--ref-heading-dark);
  border-left: 4px solid var(--ref-btn-blue);
  padding-left: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gallery-card-item {
  transition: opacity 0.30s ease, transform 0.30s ease;
}

.gallery-card-item.hidden {
  display: none !important;
}

.track-record-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) brightness(0.98) saturate(1.03);
  image-rendering: -webkit-optimize-contrast;
}

/* Photo Gallery Cards (4-Column Layout) */
.gallery-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

/* Photo Gallery Cards (3-Column Layout for Staff Training) */
.gallery-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-card-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.gallery-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
}

.gallery-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: contrast(1.04) brightness(0.98) saturate(1.03);
  image-rendering: -webkit-optimize-contrast;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-card-img img[src*="Kaduna 13"],
.gallery-card-img img[src*="kaduna 13"] {
  object-position: center bottom !important;
}

.gallery-card-img:hover img {
  transform: scale(1.06);
  filter: contrast(1.08) brightness(1.00) saturate(1.06);
}

.cta-contact-btn {
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.cta-contact-btn:hover {
  background-color: var(--ref-btn-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(2, 40, 76, 0.25);
}

.gallery-card-footer {
  padding: 15px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  border-top: 1px solid #F1F5F9;
}

.gallery-card-footer .ref-btn {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
}

/* Site Footer */
.site-footer {
  background-color: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  padding: 60px 0 70px 0;
  text-align: center;
}

.sponsors-heading {
  font-family: var(--ref-font-heading);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #061D29;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

/* Sponsors Infinite Marquee Moving Right to Left */
.sponsors-marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

.sponsors-marquee-track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  animation: marqueeRightToLeft 18s linear infinite;
}

.sponsors-marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% / 3));
  }
}

.sponsor-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  max-width: 180px;
  height: 60px;
  flex-shrink: 0;
}

.sponsor-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(20%);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.sponsor-logo-item img.footer-ep-logo {
  filter: brightness(0) !important;
}

.sponsor-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.sponsor-logo-item:hover img.footer-ep-logo {
  filter: brightness(0) !important;
  opacity: 1;
}

/* Footer Social Media Links */
.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 45px;
  padding-top: 35px;
  border-top: 1px solid #F1F5F9;
}

.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--ref-bg-soft-blue);
  color: var(--ref-btn-blue);
  font-size: 18px;
  text-decoration: none;
  border: 1px solid rgba(2, 40, 76, 0.08);
  transition: all 0.25s ease;
}

.social-icon-link:hover {
  background-color: var(--ref-btn-blue);
  color: #FFFFFF;
  border-color: var(--ref-btn-blue);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(2, 40, 76, 0.18);
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background-color: rgba(6, 29, 41, 0.94);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.lightbox-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-modal img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animation Classes */
.animated {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animated.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ====== LAGOS BGR FLIER SECTION ====== */
.lagos-flier-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lagos-flier-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}

.lagos-flier-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 29, 41, 0.92) 0%, rgba(2, 15, 24, 0.96) 100%);
  z-index: 1;
}

.lagos-flier-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.lagos-flier-logo img {
  height: 55px;
  width: auto;
  object-fit: contain;
  filter: brightness(100); /* Ensure logo is white on dark background */
}

.lagos-flier-badge span {
  display: inline-block;
  background: var(--ref-btn-blue);
  color: #FFFFFF;
  font-family: var(--ref-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 30px;
}

.lagos-flier-title {
  font-family: var(--ref-font-heading);
  font-size: clamp(42px, 8vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  color: #FFFFFF;
  letter-spacing: -1px;
  margin: 0;
  text-transform: uppercase;
}

.lagos-flier-tagline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

.lagos-flier-tagline p {
  font-family: var(--ref-font-heading);
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  line-height: 1.6;
}

.lagos-flier-tagline p.lagos-highlight {
  color: #D97706;
}

.lagos-flier-cta {
  margin-top: 20px;
}

.lagos-cta-btn {
  display: inline-block;
  font-family: var(--ref-font-heading);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 18px 50px;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lagos-cta-btn:hover {
  background-color: #FFFFFF;
  color: var(--ref-heading-dark);
  transform: scale(1.03);
}

.lagos-flier-sponsors {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.lagos-sponsors-label {
  font-family: var(--ref-font-heading);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.lagos-sponsors-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.lagos-sponsors-row img {
  height: 35px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.lagos-sponsors-row img:hover {
  opacity: 1;
}

/* Responsive Media Queries matching Reference Breakpoints */
@media (max-width: 1024px) {
  .column-narrow, .column-wide, .video-wrapper-container {
    width: 90%;
    max-width: 90%;
  }

  .hero-image-card {
    min-height: 356px;
  }

  .cards-grid-row {
    grid-template-columns: 1fr;
  }

  .gallery-grid-4col {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid-3col {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .track-record-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .video-grid-3col {
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  body {
    overflow-x: hidden;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-images-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-image-card {
    flex: 1 1 48%;
    min-height: 200px;
  }

  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .column-narrow, .column-wide, .video-wrapper-container {
    width: 100%;
    max-width: 100%;
  }

  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #E2E8F0;
    z-index: 999;
  }

  .header-nav.active {
    display: flex;
  }

  .wavy-pattern-decoration {
    height: 70px;
    margin: 20px 0;
  }

  .mobile-nav-toggle {
    display: block;
    cursor: pointer;
  }

  .page-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cards-grid-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-edition {
    min-height: auto;
    padding: 25px 18px;
  }

  .ref-btn {
    padding: 16px 30px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }

  .gallery-grid-4col {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .track-record-box {
    padding: 25px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .track-record-imgs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .highlight-quote-box {
    padding: 20px;
  }

  .highlight-quote-box p {
    font-size: 17px;
  }

  .statement-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-breadcrumb {
    font-size: 11px;
  }

  .hero-lead-text {
    font-size: 16px;
    line-height: 24px;
  }

  .sponsors-grid {
    gap: 20px 30px;
  }

  .sponsor-logo-item {
    max-width: 120px;
    height: 45px;
  }

  .site-footer {
    padding: 40px 0 50px 0;
  }

  .lightbox-modal img {
    max-width: 95vw;
    max-height: 80vh;
  }

  .video-responsive-box {
    border-radius: 8px;
  }

  .brand-logo {
    height: 38px;
    max-height: 38px;
  }

  .gallery-tabs {
    gap: 8px;
    margin: 20px 0 30px 0;
  }

  .gallery-tab {
    padding: 10px 16px;
    font-size: 13px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 16px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-answer p {
    font-size: 15px;
    line-height: 23px;
  }

  .lagos-flier-content {
    padding: 60px 20px;
    gap: 22px;
  }

  .lagos-flier-logo img {
    height: 40px;
  }

  .lagos-cta-btn {
    padding: 16px 35px;
    font-size: 13px;
    letter-spacing: 2px;
  }

  .lagos-sponsors-row {
    gap: 20px;
  }

  .lagos-sponsors-row img {
    height: 28px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-images-row {
    flex-direction: column;
    gap: 8px;
  }

  .hero-image-card {
    flex: 1 1 100%;
    min-height: 220px;
  }

  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .card-edition {
    padding: 22px 16px;
  }

  .card-edition-title {
    font-size: 19px;
  }

  .card-edition-body {
    font-size: 16px;
    line-height: 24px;
  }

  .ref-btn {
    padding: 14px 24px;
    font-size: 14px;
  }

  .gallery-card-footer {
    padding: 12px;
  }

  .sponsors-heading {
    font-size: 17px;
  }

  .sponsor-logo-item {
    max-width: 100px;
    height: 40px;
  }

  .payment-details-card {
    padding: 24px 18px !important;
  }

  .whatsapp-confirm-btn {
    width: 100%;
    font-size: 15px !important;
    padding: 14px 20px !important;
  }
}

/* Payment & WhatsApp Confirmation Button Hover Effects */
.whatsapp-confirm-btn:hover {
  background-color: #1eb954 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45) !important;
}

.payment-details-card button:hover {
  background-color: var(--ref-btn-blue-hover) !important;
}


