.relative.bg-navy.px-6.py-7.text-white.sm\:px-8 {
    padding: 20px;
}
body.modal-open {
    overflow: hidden;
    height: 100%;
}

.main-blog-content h2{color: #0b1b2f;}
.main-blog-content h3{margin-top: 40px;font-size: 24px;color: #0b1b2f;}
.main-blog-content p{margin-top: 24px;color: #0b1b2f;}

.event-detail-cta {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
  }
  
  
  .gallery-modal {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 40, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .gallery-modal.hidden {
    display: none;
  }
  
  .gallery-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  
  .gallerySwiper {
    width: 90%;
    max-width: 1000px;
  }
  
  .gallerySwiper img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 16px;
  }
  
  input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.mt-12.w-full.rounded-lg.border.border-input.bg-white.px-4.py-3.text-sm.text-navy {
    margin-top: 8px;
  }
  
  .wpcf7-submit {height: 50px;margin-top: 20px;cursor: pointer;}
  
  .mt-4.flex.gap-3.footer-retail-social {
    width: 300px;
  }

  .shadow-card {cursor: pointer;}

  .loader {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    color: #555;
}

.blog-grid {display: contents;}
.blog-card {flex-direction: row;margin-bottom: 40px;}

.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.mb-10{margin-bottom: 20px;}

.animate-marquee span.transition-colors{
  vertical-align: middle;
  display: flex;
}

.text-gold\/90 {
  color: color-mix(in oklab, var(--gold) 90%, transparent);
}
.fill-gold {
  fill: var(--gold);
}

.text-gold\/80 {
  color: 
color-mix(in oklab, var(--gold) 80%, transparent);
}

ul.gold-disc {
  list-style: disc;  
  margin-left: 20px;
}
ul.gold-disc li::marker {
  color: #f0a726;
  font-size: 20px;
}

@media (max-width: 768px) {
  .mt-4.flex.gap-3.footer-retail-social {
        flex-wrap: wrap;
      width: auto;
  }
  .blog-grid {display: contents;}
  .blog-card {flex-direction: column;margin-bottom: 40px;}
}


.scroll-wrapper {
  display: flex;
  gap: 40px;
}

.scroll-left {
  position: sticky;
  top: 100px; /* adjust based on header height */
  height: fit-content;  
}

.scroll-right {  
  scroll-behavior: smooth;
}

/* ✅ Mobile */
@media (max-width: 768px) {

  .scroll-wrapper {
      display: block;
  }

  .scroll-left {
      position: relative;
      top: 0;
      width: 100%;
      margin-bottom: 20px;
  }

  .scroll-right {
      width: 100%;
  }
}

.inner-page-bottom-cta-section{background-image: radial-gradient(ellipse at bottom, var(--color-gold), transparent 60%);}

.opacity-30 {
  opacity: 1.3;
}

marquee {
  width: 100px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 26px;
  left: -2px;  
  min-width: 200px;
  z-index: 999;
}

/* 🔥 SHOW ON HOVER */
li:hover > .sub-menu {
  display: block;
  padding-top: 20px;
}

ul#menu-main-menu {
  display: flex;
}

.main-nav ul {display: none;}

.sub-menu li a.relative.text-sm.font-medium.text-white\/85.transition-colors.hover\:text-gold {
  padding: 10px;
  display: flex;
}

/* ✅ Mobile */
@media (max-width: 768px) {
.ml-1{display: none;}
.sub-menu {box-shadow: none;position: relative;}
.upcomingeventmarquee{display: none;}
.sub-menu li a.relative.text-sm.font-medium.text-white\/85.transition-colors.hover\:text-gold {padding-left: 40px;}
}

/* Default bullet */
.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.4;
  transition: all 0.3s ease;
  width: 14px;
  height: 14px;
}
.swiper-pagination.text-navy .swiper-pagination-bullet { background-color: #0b1b2f;}

/* Active bullet */
.swiper-pagination-bullet-active {
  background-color: #D4AF37; /* Your gold color */
  opacity: 1;
  width: 16px;
  height: 16px;
}

.swiper-pagination.text-navy .swiper-pagination-bullet-active { background-color: #D4AF37;}

/* Optional: Hover effect */
.swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.thank-you .bg-card, .bg-card\/60 {
  background-color: #0e1a2f;
}

.group-hover\:-translate-y-0\.5:is(:where(.group):hover *) {
  --tw-translate-y: calc(var(--spacing) * -.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.legal-content h2 {
  color: var(--navy);
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

/* trusted Logo Section Cs */
.trusted-logos {
  padding-top: 0px;
}
.trusted-logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;   /* FIXED HEIGHT */
  width: 180px;    /* FIXED WIDTH */
  padding: 10px;
}

/* Logo image */
.trusted-logos .logo-item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain; /* keeps aspect ratio */  
  transition: 0.3s ease;
}

#contact-form input,#contact-form textarea,#contact-form select{width: stretch;}
#contact-form .wpcf7-submit{ width: auto;}
.h-0\.5 {
  height: calc(var(--spacing) * .5);
}

.custom-overlay {
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.25),
      transparent
  );
}

.shadow-card {
  cursor: auto;
}

.event-gallery-grid .shadow-card {cursor: pointer;}

.lg\:border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}
.lg\:pl-8 {
  padding-left: calc(var(--spacing) * 8);
}
.lg\:border-white\/15 {
  border-color: 
color-mix(in oklab, var(--color-white) 15%, transparent);
}

/* Css For the All icon  */
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;  
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
/* Hover */
.icon-box:hover {
  background-color: #f0a726;
}
.icon-box::before {  
  width: 24px;
  height: 24px;
  background-color: #f0a726;    
}
.icon-box:hover::before {
  background-color: #0b1b2f; /* navy */
}

.meet-retail-experts.icon-box::before {
  content: "";
  -webkit-mask: url('icon/Active-Chapters.png') no-repeat center;
  mask: url('icon/Active-Chapters.png') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.cross-vertical-insights.icon-box::before {
  content: "";
  -webkit-mask: url('icon/Cross-Vertical-Insights.png') no-repeat center;
  mask: url('icon/Cross-Vertical-Insights.png') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.executive-visibility.icon-box::before {
  content: "";
  -webkit-mask: url('icon/Executive-Visibility.png') no-repeat center;
  mask: url('icon/Executive-Visibility.png') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.peer-intelligence.icon-box::before {
  content: "";
  -webkit-mask: url('icon/Peer-Intelligence.png') no-repeat center;
  mask: url('icon/Peer-Intelligence.png') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.regional-context.icon-box::before {
  content: "";
  -webkit-mask: url('icon/Regional-Context.png') no-repeat center;
  mask: url('icon/Regional-Context.png') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.war-room-conversations.icon-box::before {
  content: "";
  -webkit-mask: url('icon/War-Room-Conversations.png') no-repeat center;
  mask: url('icon/War-Room-Conversations.png') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* ══════ Start TESTIMONIAL SECTION ══════ */

/* ── Section wrapper ── */
.tribe-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ══════════════════════════════════════════
   CAROUSEL WRAPPER
   Arrows sit absolutely on left & right,
   centred vertically over the card area.
══════════════════════════════════════════ */
.tribe-carousel {
  position: relative;
  /* side padding creates space for the arrow buttons */
  padding: 0 52px;
  margin: 0 -52px;   /* cancel out so section edge stays flush */
}

/* ── Arrow buttons ── */
.tribe-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #d4c498;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0a726;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  transition: background .2s, color .2s, box-shadow .2s;
}
.tribe-arrow:hover {
  background: #f0a726;
  color: #fff;
  border-color: #f0a726;
  box-shadow: 0 4px 14px rgba(196,163,90,.35);
}
.tribe-arrow:disabled {
  opacity: .30;
  cursor: default;
  pointer-events: none;
}
.tribe-arrow--prev { left: 4px; }
.tribe-arrow--next { right: 4px; }

/* ══════════════════════════════════════════
   SCROLL OUTER – clips the track and shows
   the right-edge fade hint
══════════════════════════════════════════ */
.tribe-scroll-outer {
  position: relative;
  overflow: hidden;   /* clips whatever bleeds right */
}

/* Right-fade gradient – signals more cards */
.tribe-scroll-outer::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 80px;
  height: 100%;
  /* background: linear-gradient(to right, transparent, #f5f5f5 90%); */
  pointer-events: none;
  z-index: 2;
}

/* ══════════════════════════════════════════
   SCROLL TRACK
══════════════════════════════════════════ */
.tribe-scroll-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  /* No extra padding-bottom – scrollbar is fully hidden */  
  cursor: grab;
  user-select: none;
}
.tribe-scroll-track.is-dragging { cursor: grabbing; }

/* ── Completely hide the scrollbar ── */
.tribe-scroll-track::-webkit-scrollbar { display: none; }
.tribe-scroll-track { scrollbar-width: none; -ms-overflow-style: none; }

/* ══════════════════════════════════════════
   CARD
══════════════════════════════════════════ */
.tribe-card {
  flex: 0 0 320px;
  min-width: 320px;  
  border-radius: 12px;
  padding: 32px 28px 28px;
  scroll-snap-align: start;
  /* box-shadow: 0 1px 4px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.05); */
  transition: box-shadow .25s ease, transform .25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  /* Prevent card from intercepting drag */
  -webkit-user-drag: none;
}
.tribe-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,.10);
  transform: translateY(-2px);
}

.tribe-card .quote-icon {
  font-size: 42px;
  line-height: 1;
  color: #e8e0cc;
  font-family: Georgia, serif;
  margin-bottom: 12px;
  display: block;
  user-select: none;
}

.tribe-card blockquote {
  font-size: 14.5px;
  line-height: 1.65;
  color: #3a3a4a;
  font-style: italic;
  flex: 1;
  margin-bottom: 24px;
}

.tribe-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tribe-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #e8e0cc;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #f0a726;
  text-transform: uppercase;
}
.tribe-author-info strong {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: #0b1b2f;
}
.tribe-author-info span {
  font-size: 12px;
  color: #888;
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 768px) {
  .tribe-section  { padding: 0 20px; }
  .tribe-carousel { padding: 0 44px; margin: 0 -44px; }
  .tribe-card     { flex: 0 0 270px; min-width: 270px; }
}

/* ══════ End TESTIMONIAL SECTION ══════ */

.swiper-button-next, .swiper-button-prev{
  background-color: #0b1b2f;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in oklab, var(--gold) 40%, transparent);
  padding: 24px;  
  border-radius: 360px;
  width: 30px;
  height: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 20px !important;color: #f0a726;font-weight: bold;}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {color: #ffffff;}
.swiper-button-next:after{margin-left: 4px;}
.swiper-button-prev:after{margin-right: 4px;}

.upcoming-events-slider .swiper-slide {border: none;}

@media (max-width: 768px) {
  .swiper-button-next:after, .swiper-button-prev:after{display: none;}
}

.home-event-topics div{display: flex;flex-wrap: wrap;}
.home-event-topics div .items-start h3{font-size: 12px;text-transform: capitalize;}
.home-event-topics div .items-start {
  width: auto;
  border: 1px solid;
  padding: 6px 10px;
  border-radius: 10px;
}

.blog-card-image {
  height: 400px;
  overflow: hidden;
}
.blog-card-body{height: 400px;}
.post-desc {
  height: 250px;
  overflow: hidden;
}

/* Blog Hero Two-Column Layout */
.blog-hero-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Stack on tablet and below */
@media (max-width: 1024px) {
  .blog-hero-two-col {
      grid-template-columns: 1fr;
      gap: 40px;
  }
  .blog-hero-right {
      max-width: 520px;
  }
}

/* RIGHT — featured card */
.ra-feat-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  text-decoration: none;
  display: block;
  transition: transform .25s, border-color .25s;
}
.ra-feat-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.4); }
.ra-feat-card__img {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.ra-feat-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.ra-feat-card:hover .ra-feat-card__img img { transform: scale(1.04); }
.ra-feat-card__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,17,23,.92) 0%, rgba(13,17,23,.35) 50%, transparent 100%);
}
.ra-feat-card__badge-left {
  position: absolute;
  top: 18px; left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 50px;
  background: rgba(13,17,23,.75);
  border: 1px solid rgba(201,168,76,.4);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-gold, #c9a84c);
  backdrop-filter: blur(6px);
}
.ra-feat-card__badge-left svg { width: 13px; height: 13px; }
.ra-feat-card__badge-right {
  position: absolute;
  top: 18px; right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 50px;
  background: rgba(13,17,23,.75);
  border: 1px solid rgba(255,255,255,.15);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  backdrop-filter: blur(6px);
}
.ra-feat-card__badge-right svg { width: 13px; height: 13px; }
.ra-feat-card__body {
  padding: 22px 24px 20px;
}
.ra-feat-card__title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 10px;
}
.ra-feat-card__excerpt {
  font-size: .875rem;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ra-feat-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed rgba(255,255,255,.12);
  padding-top: 14px;
}
.ra-feat-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ra-feat-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  color: rgba(255,255,255,.5);
}
.ra-feat-card__meta-item svg { width: 13px; height: 13px; opacity: .7;color: var(--color-gold, #c9a84c); }
.ra-feat-card__arrow {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(201,168,76,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold, #c9a84c);
  transition: background .2s, border-color .2s;
  flex-shrink: 0;
}
.ra-feat-card:hover .ra-feat-card__arrow { background: var(--color-gold, #c9a84c); border-color: var(--color-gold, #c9a84c); color: var(--color-navy, #0d1117); }    

.inline-cta {
  margin: 2.5rem 0;
  background: var(--navy);
  border-radius: 20px;
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.inline-cta p {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  margin: 0;
    margin-top: 0px;
}
.inline-cta p span {
  color: var(--gold);
}
.inline-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.2s;
  flex-shrink: 0;
}
.prose figure {
  margin: 2.5rem 0;
}
.prose figure .img-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--navy) 0%, #1e3560 60%, #2a4a7a 100%);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.prose figure .img-placeholder .circuit {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: linear-gradient(var(--gold) 1px, transparent 1px), linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 40px 40px;
}
.prose figure .img-label {
  position: relative;
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 1rem;
}
.prose figcaption {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-style: italic;
  color: var(--muted);
  text-align: center;
}

.blog-card .post-desc {
  font-size: 0.9375rem;
  color: var(--muted-foreground);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1.25rem;
}

.mobile-nav ul {
  display: contents;
  flex-direction: column;
}
.mobile-nav .sub-menu {
  top: 0px;
}

.attendees-marquee {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 25s linear infinite;
}

.marquee-group {
  display: flex;
  gap: 40px; /* match gap-10 */
}

/* 🔥 KEY FIX: move exactly HALF (not 100%) */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--scroll-width)));
  }
}

.read-more {
  cursor: pointer;
}

/* Start Blog Podcast and ebook Detail page Css */
.blog-detail-main h2{
  color: var(--navy);
  font-size: var(--text-3xl);
  margin-top: calc(var(--spacing) * 14);
  font-weight: 700;
}
.blog-detail-main p{
  color: var(--navy);
  font-size: 17px;
  margin-top: calc(var(--spacing) * 5);
}
.blog-page.podcast .video-card{overflow: visible;box-shadow: none;}
/* End Blog Podcast and ebook Detail page Css */

.blog-card h2 a {
  color: var(--foreground);
  transition: color 0.2s;
}
.blog-card h2 a:hover {
  color: var(--gold);
}
.blog-card h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}

.wpcf7-acceptance span label{display: inline-flex;}
.wpcf7-acceptance span label input{margin-right: 8px;margin-top: 5px;}