.elementor-19994 .elementor-element.elementor-element-0382001{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-e230e8c{--display:flex;--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-e230e8c:not(.elementor-motion-effects-element-type-background), .elementor-19994 .elementor-element.elementor-element-e230e8c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FEFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-19994 .elementor-element.elementor-element-52c6ba3{padding:0px 0px 0px 0px;text-align:center;}.elementor-19994 .elementor-element.elementor-element-52c6ba3 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:34px;font-weight:600;line-height:36px;letter-spacing:-0.6px;color:var( --e-global-color-8c57cdd );}.elementor-19994 .elementor-element.elementor-element-8f49bf0{--e-image-carousel-slides-to-show:9;}.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-wrapper{display:flex;align-items:center;}.elementor-19994 .elementor-element.elementor-element-74b0d56{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-86bb5bf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-a0dfd2e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-70580d4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-b05e36a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-7b69cca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-194979f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-c9bcd0a{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-c9bcd0a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19994 .elementor-element.elementor-element-3c1572c{--display:flex;}.elementor-19994 .elementor-element.elementor-element-56869df{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-848c013{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-aa2e76b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19994 .elementor-element.elementor-element-fe31ffd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1366px) and (min-width:768px){.elementor-19994 .elementor-element.elementor-element-c9bcd0a{--width:1256.2px;}}@media(max-width:767px){.elementor-19994 .elementor-element.elementor-element-52c6ba3 .elementor-heading-title{font-size:25px;}.elementor-19994 .elementor-element.elementor-element-8f49bf0{--e-image-carousel-slides-to-show:3;width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-735623f *//* =========================================
   1. HERO SECTION BACKGROUND & LAYOUT
   ========================================= */
.lextalk-hero-section {
  position: relative;
  width: 100%;
  
  /* Changed from 100vh to auto, and added explicit top/bottom padding */
  min-height: auto; 
  padding: 120px 5% 80px 5%; 
  
  display: flex;
  align-items: center; 
  background-image: 
    linear-gradient(to right, rgba(8, 20, 36, 0.95) 0%, rgba(8, 20, 36, 0.7) 45%, rgba(8, 20, 36, 0.2) 100%),
    url('https://ik.imagekit.io/lextalkworld/New%20York/newyorkbg?updatedAt=1775672895942');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
}

.lextalk-hero-section * {
  box-sizing: border-box;
}

.lextalk-hero-wrapper {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* =========================================
   2. LEFT SIDE: TYPOGRAPHY & BUTTONS
   ========================================= */
.lextalk-hero-left {
  max-width: 650px;
  flex: 1;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.gold-text {
  background: linear-gradient(90deg, #F3D47F 0%, #C89945 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 30px 0;
  color: #ffffff;
}

/* --- ENHANCED GLASSMORPHISM HERO META --- */
.hero-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.hero-meta p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(10, 25, 47, 0.45); /* Deep slate glass */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 8px 24px 8px 8px; /* Asymmetric padding to hug the icon */
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  width: fit-content;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-meta p:hover {
  transform: translateX(8px); /* Slick slide-right effect on hover */
  border-color: rgba(85, 172, 238, 0.4);
  background: rgba(10, 25, 47, 0.65);
}

.hero-meta i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(85, 172, 238, 0.15); /* Soft glowing circle */
  color: #55acee;
  border-radius: 50%;
  font-size: 1.1rem;
  box-shadow: 0 0 15px rgba(85, 172, 238, 0.2);
}
/* ---------------------------------------- */

.hero-highlight {
  font-family: 'DM Sans', sans-serif;
  border: 1px solid #4a90e2;
  background: rgba(10, 25, 47, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 18px 30px;
  border-radius: 8px;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
  display: inline-block;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.3), inset 0 0 10px rgba(74, 144, 226, 0.2);
  color: #ffffff;
}

.hero-actions {
  display: flex;
  gap: 20px;
}

.hero-actions a {
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
}

.btn-primary {
  background: linear-gradient(90deg, #D4AF37 0%, #E6C25A 100%);
  color: #1a1a1a !important;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(212, 175, 55, 0.4);
}

.btn-secondary {
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-3px);
}


/* =========================================
   3. RIGHT SIDE: SPREAD OUT 3D STACK
   ========================================= */
.lextalk-hero-right {
  flex: 1;
  position: relative;
  
  /* Reduced height from 650px to cut bottom space */
  height: 520px; 
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.ltw-stack-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.ltw-luxury-card {
  position: absolute;
  width: 260px;
  height: 340px;
  background: #0f1423;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.4s ease, border-color 0.4s ease, opacity 0.4s ease;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
}

/* Base Rest Positions */
.ltw-stack-agenda { 
  top: 50px; 
  right: 280px; 
  transform: rotate(-10deg); 
  z-index: 1; 
  opacity: 0.9; 
}
.ltw-stack-speaker { 
  top: 10px; 
  right: 10px; 
  transform: rotate(12deg); 
  z-index: 2; 
  opacity: 0.95; 
}
.ltw-stack-honor { 
  top: 110px; 
  right: 130px; 
  transform: rotate(-2deg); 
  z-index: 5; 
  width: 280px; 
  height: 400px; 
  box-shadow: 0 30px 60px rgba(0,0,0,0.8); 
  border: 1px solid rgba(255,255,255,0.1);
}

/* Individual Card Hover */
.ltw-luxury-card:hover { 
  transform: translateY(-15px) rotate(0deg) !important; 
  z-index: 20 !important; 
  opacity: 1;
  border-color: #D4AF37;
  cursor: pointer;
}

/* Card Internal Styling */
.ltw-card-media {
  height: 50%;
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}

.ltw-card-label {
  position: absolute;
  top: 16px; 
  right: 16px;
  background: #D4AF37;
  color: #1a1a1a;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 1px;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.ltw-label-white {
  background: #ffffff;
  color: #1a1a1a;
}

.ltw-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: linear-gradient(180deg, #121c2d 0%, #080d14 100%);
}

.ltw-meta {
  color: #D4AF37;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ltw-card-content h4 {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.ltw-attendees {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.ltw-avatar-group {
  display: flex;
}

.ltw-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6rem; font-weight: 800; color: white;
  border: 2px solid #0a1019;
  margin-left: -10px;
}

.ltw-avatar:first-child { margin-left: 0; }

.ltw-registered-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 500;
}

/* =========================================
   4. MOBILE RESPONSIVENESS
   ========================================= */
@media (max-width: 1100px) {
  .lextalk-hero-wrapper {
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
  }
  
  .lextalk-hero-section {
    background-image: 
      linear-gradient(to bottom, rgba(8, 20, 36, 0.95) 40%, rgba(8, 20, 36, 0.7) 100%),
      url('https://ik.imagekit.io/lextalkworld/New%20York/newyorkbg?updatedAt=1775672895942');
  }

  .lextalk-hero-left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .hero-actions {
    justify-content: center;
  }

  .lextalk-hero-right {
    width: 100%;
    height: 500px;
  }
  
  .ltw-stack-agenda { right: auto; left: 10%; top: 40px; }
  .ltw-stack-speaker { right: 10%; top: 40px; }
  .ltw-stack-honor { right: auto; left: 50%; margin-left: -140px; top: 100px; }
}

@media (max-width: 768px) {
  .lextalk-hero-section {
    padding: 100px 5% 60px 5%; 
    min-height: auto;
  }
  
  .hero-title { font-size: clamp(2.5rem, 8vw, 3.2rem); }
  .hero-subtitle { font-size: 1.2rem; }
  .hero-highlight { font-size: 1rem; padding: 15px 20px; text-align: center; }
  
  .hero-actions {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    gap: 15px;
  }

  .lextalk-hero-right {
    height: auto;
    margin-top: 20px;
  }

  .ltw-stack-frame {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 30px; 
    padding-top: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; 
    -ms-overflow-style: none;
  }
  
  .ltw-stack-frame::-webkit-scrollbar { display: none; }

  .ltw-luxury-card {
    position: relative;
    flex: 0 0 280px;
    height: 380px;
    top: 0 !important; left: 0 !important; right: 0 !important; margin: 0 !important;
    scroll-snap-align: center;
    transform: none !important;
    opacity: 1 !important;
  }

  .ltw-luxury-card:hover {
    transform: none !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  }
}/* End custom CSS */
/* Start custom CSS for image-carousel, class: .elementor-element-8f49bf0 *//* =========================================
   FADE EDGES (SOFTER + PREMIUM)
   ========================================= */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 {
    -webkit-mask-image: linear-gradient(to right, transparent, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, transparent);
    mask-image: linear-gradient(to right, transparent, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 88%, transparent);
}


/* =========================================
   PREMIUM SQUARE CARD (GLASS + DEPTH)
   ========================================= */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-slide-inner {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 16px !important;
    
    aspect-ratio: 1 / 1 !important; 
    width: 85% !important;
    max-width: 130px;
    
    margin: 24px auto !important;

    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255,255,255,0.5);

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    transition: 
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease,
        border 0.45s ease,
        background 0.45s ease !important;

    position: relative;
    overflow: hidden;
}


/* =========================================
   SUBTLE GRADIENT BORDER GLOW
   ========================================= */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-slide-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;

    background: linear-gradient(135deg, #f59e0b, #ff7a18, #ffb347);

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: opacity 0.4s ease;
}


/* =========================================
   HOVER (FLOAT + PREMIUM GLOW)
   ========================================= */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-slide-inner:hover {
    transform: translateY(-10px) scale(1.05) !important;

    background: rgba(255, 255, 255, 0.95) !important;

    border-color: rgba(245, 158, 11, 0.4) !important;

    box-shadow: 
        0 20px 40px rgba(245, 158, 11, 0.18),
        0 10px 20px rgba(0, 0, 0, 0.08) !important;

    z-index: 10 !important;
    cursor: pointer;
}

/* Show gradient glow */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-slide-inner:hover::before {
    opacity: 1;
}


/* =========================================
   LOGO IMAGE (PREMIUM TRANSITION)
   ========================================= */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-slide-inner img {
    max-width: 72% !important; 
    max-height: 72% !important;

    object-fit: contain !important;

    filter: grayscale(20%) contrast(1.05);
    transition: 
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.4s ease !important;
}


/* =========================================
   LOGO HOVER EFFECT (CLEAN & MODERN)
   ========================================= */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-slide-inner:hover img {
    transform: scale(1.12);
    filter: grayscale(0%) contrast(1.1);
}


/* =========================================
   CONTINUOUS SMOOTH SCROLL
   ========================================= */
.elementor-19994 .elementor-element.elementor-element-8f49bf0 .swiper-wrapper {
    transition-timing-function: linear !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb2dd7c *//* ==========================================================================
   PREMIUM DUAL TRACKS - LIGHT GRAYISH THEME (Hard Reset CSS)
   ========================================================================== */

#premium-dual-tracks-light {
  --bg-main-section: #FAFAFA; /* Crisp, ultra-light background for the whole section */
  --primary-navy: #0F172B; 
  --primary-charcoal: #27272A;
  --accent-gold: #D4AF37; 
  --text-dark-main: #0F172B;
  --text-body-slate: #334155;
  --text-muted: #64748B;
  --border-subtle: rgba(15, 23, 43, 0.06);
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', 'Inter', sans-serif;
  
  background-color: var(--bg-main-section) !important;
  padding: 100px 20px !important;
  font-family: var(--font-body) !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
}

#premium-dual-tracks-light *,
#premium-dual-tracks-light *::before,
#premium-dual-tracks-light *::after {
  box-sizing: inherit !important;
  margin: 0;
  padding: 0;
}

/* Subtle warm background glow behind the section */
#premium-dual-tracks-light::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.pdt-container {
  max-width: 1100px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ==========================================================================
   Heading Area
   ========================================================================== */
.pdt-heading-wrapper {
  text-align: center !important;
  margin-bottom: 70px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.pdt-pre-title {
  display: inline-block !important;
  font-size: 0.95rem !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: var(--text-muted) !important;
  margin-bottom: 16px !important;
}

.pdt-gold {
  color: var(--accent-gold) !important;
}

.pdt-main-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: var(--text-dark-main) !important;
  margin: 0 0 24px 0 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.5px !important;
}

.pdt-title-highlight {
  font-style: italic !important;
  color: var(--accent-gold) !important; 
}

.pdt-heading-divider {
  height: 3px !important;
  width: 80px !important;
  background: linear-gradient(90deg, transparent, var(--accent-gold), transparent) !important;
  margin: 0 auto 24px auto !important;
  border-radius: 2px !important;
}

.pdt-subheading {
  font-size: 1.15rem !important;
  color: var(--text-muted) !important;
  line-height: 1.6 !important;
  max-width: 650px !important;
  margin: 0 auto !important;
}

/* ==========================================================================
   Strict Grid Layout (Forces 2 columns)
   ========================================================================== */
.pdt-cards-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important; 
  gap: 30px !important;
  padding: 10px !important;
}

/* ==========================================================================
   Card Styling (NEW: Mixed Light Gray Background)
   ========================================================================== */
.pdt-card {
  /* Premium mixed light-grayish background */
  background: linear-gradient(145deg, #F8FAFC 0%, #E2E8F0 100%) !important; 
  border-radius: 16px !important; 
  overflow: hidden !important;
  box-shadow: 0 15px 40px rgba(15, 23, 43, 0.05) !important; 
  border: 1px solid var(--border-subtle) !important;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

.pdt-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 25px 50px rgba(15, 23, 43, 0.1), 0 0 20px rgba(212, 175, 55, 0.1) !important;
  border-color: rgba(212, 175, 55, 0.4) !important; 
}

/* ==========================================================================
   Card Headers
   ========================================================================== */
.pdt-card-header {
  padding: 35px 30px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  color: white !important;
  border-bottom: 4px solid var(--accent-gold) !important; 
}

.bg-navy { background: linear-gradient(135deg, #0F172B, #1A2E50) !important; }
.bg-charcoal { background: linear-gradient(135deg, #27272A, #3F3F46) !important; }

.pdt-header-icon {
  background: rgba(255, 255, 255, 0.05) !important;
  width: 65px !important;
  height: 65px !important;
  border-radius: 12px !important; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.pdt-header-icon i {
  font-size: 1.8rem !important;
  color: var(--accent-gold) !important;
}

.pdt-header-text h3 {
  font-family: var(--font-body) !important;
  margin: 0 0 6px 0 !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.5px !important;
  color: #FFFFFF !important;
}

.pdt-theme-label {
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
}

/* ==========================================================================
   Card Body & Lists
   ========================================================================== */
.pdt-card-body {
  padding: 40px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.pdt-list-title {
  margin: 0 0 24px 0 !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: var(--text-dark-main) !important; 
}

.pdt-topic-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 35px 0 !important;
  flex-grow: 1 !important;
}

.pdt-topic-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
  font-size: 1.05rem !important;
  color: var(--text-body-slate) !important; 
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.pdt-bullet {
  color: var(--accent-gold) !important;
  margin-top: 5px !important;
  font-size: 0.95rem !important;
  flex-shrink: 0 !important;
}

/* ==========================================================================
   Card Footer
   ========================================================================== */
.pdt-card-footer {
  margin-top: auto !important;
  border-top: 1px solid #CBD5E1 !important; /* Slightly darker border for the gray bg */
  padding-top: 25px !important;
  text-align: left !important;
}

.pdt-audience {
  font-size: 0.95rem !important;
  color: var(--text-muted) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  font-style: italic !important;
}

/* ==========================================================================
   Global Call to Action Button
   ========================================================================== */
.pdt-global-action {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 60px !important;
}

.pdt-global-btn {
  all: unset !important; 
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 18px 40px !important;
  border-radius: 50px !important; 
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  color: var(--accent-gold) !important;
  background-color: var(--primary-navy) !important; 
  border: 2px solid var(--primary-navy) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 10px 20px rgba(15, 23, 43, 0.15) !important;
}

.pdt-global-btn:hover {
  background-color: var(--accent-gold) !important;
  color: var(--primary-navy) !important;
  border-color: var(--accent-gold) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3) !important;
}

.pdt-global-btn i {
  transition: transform 0.3s ease !important;
}

.pdt-global-btn:hover i {
  transform: translateX(6px) !important;
}

/* ==========================================================================
   Mobile Responsiveness
   ========================================================================== */
@media (max-width: 900px) {
  .pdt-cards-wrapper {
    grid-template-columns: 1fr !important; 
    max-width: 600px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {
  #premium-dual-tracks-light { padding: 60px 15px !important; }
  .pdt-main-title { font-size: 2.2rem !important; }
  .pdt-card-header {
    flex-direction: column !important;
    text-align: center !important;
  }
  .pdt-header-text h3 { font-size: 1.15rem !important; }
  .pdt-global-btn { width: 100% !important; padding: 16px 20px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41115a6 *//* Core Variables & Typography */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:wght@600;800&display=swap');

:root {
    --bg-light: #ffffff; 
    --card-bg: rgba(255, 255, 255, 0.7); 
    --card-border: rgba(0, 0, 0, 0.05); 
    --accent-orange: #F59E0B;
    --text-main: #111827; 
    --text-muted: #4b5563; 
}

/* --- THE MODERN GRID & ANIMATED BLOB BACKGROUND --- */
.lt-ecosystem-wrapper {
    background-color: var(--bg-light);
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 70px 70px;
    background-position: center center;
    padding: 120px 20px;
    font-family: 'DM Sans', sans-serif;
    color: var(--text-main);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden; 
    z-index: 1;
}

/* Abstract Floating Glowing Orbs */
.lt-ecosystem-wrapper::before,
.lt-ecosystem-wrapper::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: -1; 
    pointer-events: none;
    will-change: transform;
}

.lt-ecosystem-wrapper::before {
    top: -10%; right: -5%;
    width: 650px; height: 650px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
    animation: floatGold 14s infinite cubic-bezier(0.4, 0, 0.2, 1) alternate;
}

.lt-ecosystem-wrapper::after {
    bottom: -15%; left: -5%;
    width: 750px; height: 750px;
    background: radial-gradient(circle, rgba(74, 144, 226, 0.08) 0%, transparent 70%);
    animation: floatSoftBlue 18s infinite cubic-bezier(0.4, 0, 0.2, 1) alternate;
}

@keyframes floatGold {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-100px, 80px) scale(1.1); }
    100% { transform: translate(50px, 150px) scale(0.95); }
}

@keyframes floatSoftBlue {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(120px, -100px) scale(1.15); }
    100% { transform: translate(-60px, -150px) scale(0.9); }
}

/* Header Section */
.lt-eco-header {
    text-align: center;
    max-width: 800px;
    margin-bottom: 70px;
    animation: fadeDown 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeDown {
    0% { opacity: 0; transform: translateY(-30px); }
    100% { opacity: 1; transform: translateY(0); }
}

.lt-eco-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 54px);
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(to right, #111827, #374151);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lt-eco-subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
}

/* Grid Layout */
.lt-eco-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1250px;
    width: 100%;
    margin-bottom: 50px;
}

/* Individual Bento Cards */
.lt-eco-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 24px;
    padding: 40px 32px;
    backdrop-filter: blur(30px); 
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.lt-eco-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 25px 50px rgba(245, 158, 11, 0.08), 0 10px 20px rgba(0, 0, 0, 0.04);
}

/* Elevate actual content above the background icon and shimmer */
.lt-eco-card > *:not(.card-bg-icon):not(::after),
.lt-global-banner > *:not(.card-bg-icon) {
    position: relative;
    z-index: 2;
}

/* --- CONTINUOUS SHIMMER SWEEP ANIMATION --- */
.lt-eco-card::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: glassShimmer 7s infinite;
    z-index: 1;
    pointer-events: none;
}

@keyframes glassShimmer {
    0% { left: -100%; }
    15% { left: 200%; }
    100% { left: 200%; } /* Pauses the shimmer before repeating */
}

/* --- FIXED VISIBILITY & ANIMATED BACKGROUND EMOJI --- */
.card-bg-icon {
    position: absolute;
    bottom: -30px;
    right: -30px;
    font-size: 200px;
    line-height: 1;
    opacity: 0.1; /* Increased from 0.02 to make it clearly visible */
    filter: grayscale(60%); /* Less harsh grayscale so it feels natural */
    z-index: 0;
    pointer-events: none;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
    
    /* Continuous slow drift animation */
    animation: slowDrift 8s infinite alternate ease-in-out;
}

@keyframes slowDrift {
    0% { transform: translate(0, 0) rotate(0deg) scale(1); }
    100% { transform: translate(-10px, 10px) rotate(-5deg) scale(1.05); }
}

.lt-eco-card:hover .card-bg-icon {
    opacity: 0.2; /* Pops even more on hover */
    transform: scale(1.15) translate(-15px, -15px) rotate(-10deg);
    animation-play-state: paused; /* Pause idle drift while hovering */
}

/* Accent line at the top of each card */
.lt-eco-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, transparent, var(--accent-orange), transparent);
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 3;
}

.lt-eco-card:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

/* --- CONTINUOUS FLOATING PRIMARY ICON --- */
.card-icon {
    font-size: 36px;
    margin-bottom: 25px;
    background: rgba(245, 158, 11, 0.1);
    color: var(--accent-orange);
    width: 65px; height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid rgba(245, 158, 11, 0.2);
    transition: transform 0.5s ease, background 0.5s ease;
    
    /* Continuous floating effect */
    animation: iconFloat 4s infinite alternate ease-in-out;
}

@keyframes iconFloat {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-8px); }
}

.lt-eco-card:hover .card-icon {
    background: rgba(245, 158, 11, 0.15);
    animation-play-state: paused; /* Pause the float to show the hover state */
    transform: translateY(-8px) scale(1.1) rotate(5deg);
}

.lt-eco-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin-bottom: 25px;
    color: var(--text-main);
    letter-spacing: 0.5px;
}

/* Card Content Structure */
.eco-section { margin-bottom: 25px; }
.eco-section:last-child { margin-bottom: 0; }

.eco-section h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent-orange);
    margin-bottom: 12px;
    font-weight: 700;
}

.eco-section p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
}

/* Pill Tags for Roles */
.eco-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eco-tags span {
    background: #f3f4f6; 
    border: 1px solid #e5e7eb;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-main);
    transition: all 0.3s ease;
}

.lt-eco-card:hover .eco-tags span {
    background: #fff;
    border-color: var(--accent-orange);
    color: var(--accent-orange);
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.1);
}

/* --- GLOBAL BANNER --- */
.lt-global-banner {
    max-width: 1250px;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(243, 244, 246, 0.8));
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid var(--card-border);
    border-radius: 28px;
    padding: 0 0 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.lt-global-banner .card-bg-icon {
    font-size: 280px; 
    right: 10%; 
    opacity: 0.05; /* Adjusted for visibility */
    animation: none; /* No drift on the banner, it's too big */
}

.lt-global-banner:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 25px 60px rgba(245, 158, 11, 0.12), 0 10px 20px rgba(0, 0, 0, 0.02);
}

.global-info {
    position: relative;
    max-width: 65%;
    padding: 40px 0;
}

.global-badge {
    background: var(--accent-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.global-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    margin-bottom: 16px;
    color: var(--text-main);
}

.global-info p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* Enhanced Globe Decor for Banner */
.global-visual {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    opacity: 0.8;
}

.globe-ring {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ring-1 { 
    width: 120px; height: 120px; 
    border: 2px dashed var(--accent-orange);
    animation: spinGlobe 12s linear infinite; 
}
.ring-2 { 
    width: 200px; height: 200px; 
    border: 2px solid rgba(245, 158, 11, 0.3);
    animation: spinGlobe 24s linear infinite reverse; 
}
.ring-3 { 
    width: 280px; height: 280px; 
    border: 1px solid rgba(0, 0, 0, 0.08); 
}
.ring-center {
    width: 40px; height: 40px;
    background: var(--accent-orange);
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.5);
    animation: pulseGlow 3s ease-in-out infinite alternate;
}

@keyframes spinGlobe {
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes pulseGlow {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

/* Responsive */
@media (max-width: 1024px) {
    .global-visual { opacity: 0.3; right: -100px; }
}

@media (max-width: 768px) {
    .lt-ecosystem-wrapper { padding: 80px 20px; }
    .lt-eco-title { font-size: clamp(32px, 8vw, 40px); }
    .lt-global-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
    }
    .global-info { max-width: 100%; padding: 0; }
    .global-visual { display: none; }
}

/* =========================================
   ANIMATED STATS BAR
   ========================================= */
.lt-eco-stats-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 35px 50px;
    max-width: 1000px;
    width: 100%;
    margin: -20px auto 60px auto; /* Pulls it up slightly, pushes grid down */
    backdrop-filter: blur(30px); 
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 5;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.lt-eco-stats-bar:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.lt-stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: center;
}

.lt-stat-icon {
    font-size: 42px;
    color: #1a2b4c; /* Deep premium blue from image */
    position: relative;
}

/* The little green checkmark for the briefcase */
.lt-stat-check {
    position: absolute;
    bottom: -5px;
    right: -8px;
    font-size: 16px;
    color: #4CAF50; /* Success green */
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    line-height: 1;
}

.lt-stat-data {
    display: flex;
    flex-direction: column;
}

.lt-stat-number-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.lt-counter, .lt-stat-suffix {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 800;
    color: #1a2b4c;
    line-height: 1;
}

.lt-stat-inline-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a2b4c;
    margin-left: 5px;
}

.lt-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.lt-stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.1);
}

/* Stats Bar Responsive */
@media (max-width: 900px) {
    .lt-eco-stats-bar {
        flex-direction: column;
        gap: 30px;
        padding: 40px 30px;
        margin-bottom: 50px;
    }
    .lt-stat-item {
        width: 100%;
        justify-content: flex-start;
    }
    .lt-stat-divider {
        width: 100%;
        height: 1px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc13a31 *//* ==========================================================================
   DELEGATE PROFILE INSIGHTS (Deep Navy & Gold Theme)
   ========================================================================== */

#delegate-profile-premium {
  --bg-dark: #080D1A;
  --card-dark: #0D1424;
  --gold-accent: #D4B06A;
  --gold-accent-light: #F0D49C;
  --text-main: #FFFFFF;
  --text-muted: #A0ABC0;
  --border-color: rgba(212, 176, 106, 0.3);
  
  /* Chart Colors */
  --chart-1: #D4B06A; /* Gold */
  --chart-2: #4A90E2; /* Blue */
  --chart-3: #A0ABC0; /* Slate */
  --chart-4: #F0D49C; /* Light Gold */
  --chart-5: #1F2937; /* Navy */
  --chart-6: #B8860B; /* Deep Gold */
  --chart-7: #64748B; /* Steel */
  
  --font-heading: 'Cinzel', serif;
  --font-body: 'Montserrat', sans-serif;
  
  background-color: var(--bg-dark);
  
  /* --- NEW: Highly Visible Modern Grid Overlay --- */
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 70px 70px; /* Size of the grid squares */
  background-position: center center;
  /* ----------------------------------------------- */
  
  position: relative; 
  z-index: 1; 
  padding: 4rem 2rem;
  font-family: var(--font-body);
  color: var(--text-main);
  box-sizing: border-box;
  overflow: hidden;
}

#delegate-profile-premium *, *::before, *::after {
  box-sizing: inherit;
}

/* ==========================================================================
   Animated Background (Dark Blue & Gold Shapes)
   ========================================================================== */
#delegate-profile-premium::before,
#delegate-profile-premium::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1; 
  pointer-events: none; 
}

/* Floating Gold Blob */
#delegate-profile-premium::before {
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(212, 176, 106, 0.45) 0%, rgba(212, 176, 106, 0) 70%);
  animation: floatGold 12s infinite ease-in-out alternate;
}

/* Floating Deep Blue Blob */
#delegate-profile-premium::after {
  bottom: -15%;
  left: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(74, 144, 226, 0.35) 0%, rgba(74, 144, 226, 0) 70%);
  animation: floatBlue 15s infinite ease-in-out alternate;
}

@keyframes floatGold {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-80px, 100px) scale(1.2); }
}

@keyframes floatBlue {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(100px, -80px) scale(1.1); }
}

.dp-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10; 
}

/* ==========================================================================
   Scroll Reveal Transition Classes
   ========================================================================== */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.1, 0.7, 0.1, 1), transform 0.8s cubic-bezier(0.1, 0.7, 0.1, 1);
  transition-delay: var(--delay, 0s);
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.dp-header {
  text-align: center;
  margin-bottom: 3rem;
}

.dp-main-title {
  font-family: var(--font-heading);
  color: var(--gold-accent-light);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0;
  text-transform: uppercase;
}

/* CSS Grid Layout */
.dp-layout-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: 
    "footprint seniority"
    "expertise social";
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.area-footprint { grid-area: footprint; }
.area-seniority { grid-area: seniority; }
.area-expertise { grid-area: expertise; }
.area-social { grid-area: social; }

/* Base Card Styles */
.dp-card {
  background-color: var(--card-dark);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, opacity 0.8s ease, transform 0.8s ease;
  backdrop-filter: blur(10px); 
}

.dp-card.is-visible:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 176, 106, 0.6);
  box-shadow: 0 15px 40px rgba(0,0,0,0.7);
}

.dp-card-title {
  color: var(--gold-accent);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.dp-sub-title {
  color: var(--gold-accent);
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-top: -10px;
  margin-bottom: 2rem;
  font-weight: 600;
}

/* ==========================================================================
   Card 1: Map/Footprint (Interactive)
   ========================================================================== */
.dp-map-container {
  flex-grow: 1;
  border-radius: 6px;
  position: relative;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dp-map-content {
  text-align: center;
  z-index: 2;
  background: rgba(8, 13, 26, 0.7);
  padding: 2rem;
  border-radius: 12px;
  backdrop-filter: blur(4px);
  transition: transform 0.4s ease;
}

.dp-huge-stat {
  font-size: 4rem;
  font-weight: 700;
  color: var(--gold-accent-light);
  margin: 0;
  line-height: 1;
  transition: text-shadow 0.4s ease, transform 0.4s ease;
}

.dp-huge-stat span {
  font-weight: 400;
  font-size: 2.5rem;
}

.area-footprint:hover .dp-huge-stat {
  transform: scale(1.05);
  text-shadow: 0 0 20px rgba(212, 176, 106, 0.6);
}

.dp-map-sub {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.dp-map-legend {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0.8rem;
  color: var(--gold-accent);
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(13, 20, 36, 0.85);
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
}

.legend-item i {
  width: 20px;
  text-align: center;
}

/* ==========================================================================
   Card 2: Seniority (Interactive Bars trigger on scroll)
   ========================================================================== */
.dp-seniority-modern-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  flex-grow: 1;
  justify-content: center;
}

.sen-modern-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.3s ease;
  cursor: default;
}

.sen-modern-item:hover {
  transform: translateX(8px);
}

.sen-modern-item:hover .sen-modern-fill {
  filter: brightness(1.3);
  box-shadow: 0 0 15px rgba(212, 176, 106, 0.8);
}

.sen-modern-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sen-text-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.sen-modern-val {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-accent-light);
  min-width: 75px;
  line-height: 1;
}

.sen-modern-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.3;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.sen-modern-item:hover .sen-modern-label {
  color: var(--gold-accent-light);
}

.sen-modern-icon {
  font-size: 1.2rem;
  color: var(--gold-accent);
  opacity: 0.8;
}

.sen-modern-track {
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.sen-modern-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-accent), var(--gold-accent-light));
  border-radius: 50px;
  width: 0;
  box-shadow: 0 0 10px rgba(212, 176, 106, 0.3);
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}

/* Fill animation triggers ONLY when parent card gets the .is-visible class */
@keyframes fillBar {
  from { width: 0; }
  to { width: var(--target-width); }
}

.area-seniority.is-visible .sen-modern-fill {
  animation: fillBar 1.2s cubic-bezier(0.1, 0.7, 0.1, 1) forwards;
  animation-delay: var(--fill-delay, 0s);
}

.dp-card-footer {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 1.5rem;
  font-style: italic;
}

/* ==========================================================================
   Card 3: Legal Expertise (DONUT CHART WITH ROTATION)
   ========================================================================== */
.dp-chart-layout {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-grow: 1;
}

.dp-donut-wrapper {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  cursor: crosshair;
}

@keyframes slowRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.dp-donut-chart::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 50%;
  background: conic-gradient(
    var(--chart-1) 0% 25%,
    var(--chart-2) 25% 45%,
    var(--chart-3) 45% 60%,
    var(--chart-4) 60% 75%,
    var(--chart-5) 75% 85%,
    var(--chart-6) 85% 95%,
    var(--chart-7) 95% 100%
  );
  animation: slowRotate 20s linear infinite;
}

.dp-donut-chart:hover {
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(212, 176, 106, 0.6);
}

.dp-donut-chart:hover::before {
  animation-play-state: paused; 
}

.dp-donut-hole {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 65%;
  background-color: var(--card-dark);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: inset 0 4px 10px rgba(0,0,0,0.5);
  transition: transform 0.4s ease;
  z-index: 2; 
}

.dp-donut-chart:hover .dp-donut-hole {
  transform: translate(-50%, -50%) scale(0.95);
}

.hole-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1;
}

.hole-text {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

.dp-chart-legend {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.dp-chart-legend li {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 0.4rem;
  transition: transform 0.2s ease, color 0.2s ease;
  cursor: default;
}

.dp-chart-legend li:hover {
  transform: translateX(8px);
  color: var(--gold-accent-light);
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-right: 10px;
  flex-shrink: 0;
  transition: box-shadow 0.3s ease;
}

.dp-chart-legend li:hover .legend-color {
  box-shadow: 0 0 10px currentColor;
}

.c-gold { background-color: var(--chart-1); }
.c-blue { background-color: var(--chart-2); }
.c-slate { background-color: var(--chart-3); }
.c-lightgold { background-color: var(--chart-4); }
.c-navy { background-color: var(--chart-5); }
.c-deepgold { background-color: var(--chart-6); }
.c-steel { background-color: var(--chart-7); }

.legend-text {
  flex-grow: 1;
  color: inherit; 
}

.legend-val {
  font-weight: 700;
  color: var(--text-main);
}

/* ==========================================================================
   Card 4: Social Proof 
   ========================================================================== */
.dp-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1rem;
  flex-grow: 1;
  align-content: center;
}

.soc-item {
  text-align: center;
  transition: transform 0.3s ease;
  cursor: default;
}

.soc-item:hover {
  transform: translateY(-5px) scale(1.05);
}

.soc-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-accent-light);
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.soc-item:hover .soc-number {
  color: #FFF;
  text-shadow: 0 0 15px rgba(212, 176, 106, 0.8);
}

.soc-number sup {
  font-size: 1rem;
}

.soc-label {
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 1.4;
  color: var(--text-muted);
  transition: color 0.3s ease;
}

.soc-item:hover .soc-label {
  color: var(--text-main);
}

.center-text {
  text-align: center;
}

/* ==========================================================================
   Footer Action 
   ========================================================================== */
.dp-footer-action {
  text-align: center;
  margin-top: 3rem;
}

.dp-download-btn {
  display: inline-block;
  background-color: var(--gold-accent);
  color: var(--bg-dark);
  font-weight: 700;
  padding: 1rem 2.5rem;
  text-decoration: none;
  font-size: 1.1rem;
  border-radius: 4px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.dp-download-btn:hover {
  background-color: var(--gold-accent-light);
  box-shadow: 0 0 20px rgba(212, 176, 106, 0.4);
  transform: translateY(-3px);
}

.dp-footer-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 1rem;
  font-style: italic;
}

/* ==========================================================================
   Responsive adjustments 
   ========================================================================== */
@media (max-width: 1024px) {
  .dp-layout-grid {
    grid-template-columns: 1fr;
    grid-template-areas: 
      "footprint"
      "seniority"
      "expertise"
      "social";
  }
}

@media (max-width: 768px) {
  .dp-chart-layout {
    flex-direction: column;
    gap: 2rem;
  }
  
  .dp-donut-chart {
    width: 180px;
    height: 180px;
  }
}

/* Mobile Fixes */
@media (max-width: 600px) {
  .dp-huge-stat { font-size: 2.5rem; }
  .dp-huge-stat span { font-size: 1.8rem; }
  .dp-card { padding: 1.5rem; }
  
  .sen-text-group { gap: 0.8rem; }
  .sen-modern-val { font-size: 1.8rem; min-width: 55px; }
  .sen-modern-label { font-size: 0.75rem; }
  
  .dp-map-container {
    flex-direction: column;
    padding: 1.5rem;
  }
  .dp-map-content {
    width: 100%;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
  .dp-map-legend {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-050da7f *//* --- Light Theme Variables --- */
:root {
  --vid-bg: #F8FAFC; 
  --vid-text-dark: #0F172B; 
  --vid-text-muted: #64748B; 
  --vid-accent: #FFB000; 
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;
  
  --vid-shadow: 0 25px 50px rgba(15, 23, 43, 0.15);
  --vid-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.premium-video-section {
  background-color: var(--vid-bg);
  padding: 2rem 1.5rem;
  font-family: var(--font-body);
  overflow: hidden; /* Prevents badge overhang from causing scrollbars */
}

.video-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- Header Styling --- */
.video-header {
  text-align: center;
  margin-bottom: 4rem;
}

.video-badge {
  display: inline-block;
  background-color: var(--vid-text-dark);
  color: var(--vid-accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(15, 23, 43, 0.1);
}

.video-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--vid-text-dark);
  margin: 0 0 1rem 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.video-subtitle {
  font-size: 1.15rem;
  color: var(--vid-text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Video Showcase Wrapper --- */
.video-showcase-wrapper {
  position: relative;
  width: 100%;
  max-width: 960px; /* Kept slightly narrower so badges can hang off */
  margin: 0 auto;
}

/* --- Floating 3D Badges --- */
.floating-badge {
  position: absolute;
  background: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--vid-text-dark);
  box-shadow: 0 10px 25px rgba(15, 23, 43, 0.12);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  z-index: 5;
}

.floating-badge i {
  color: var(--vid-accent);
  font-size: 1.2rem;
}

.badge-left {
  top: 15%;
  left: 0;
  animation: floatLeftBadge 6s ease-in-out infinite;
}

.badge-right {
  bottom: 20%;
  right: 0;
  animation: floatRightBadge 6s ease-in-out infinite 1.5s; 
}

/* --- The Video Player Container --- */
.video-player-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--vid-shadow);
  background-color: var(--vid-text-dark);
  z-index: 2;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.video-player-inner:hover {
  transform: scale(1.02); 
}

.lextalk-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Premium Custom Overlay --- */
.premium-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 43, 0.35); /* Dark wash to make UI pop */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.video-player-inner:hover .premium-video-overlay {
  background: rgba(15, 23, 43, 0.5); 
}

/* --- Clean Play Icon (No Background) --- */
.play-button-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- Clean Play Icon (Forced to override theme defaults) --- */
.play-btn-transparent {
  background: transparent !important; /* Kills the pink background */
  background-color: transparent !important;
  border: none !important;
  color: var(--vid-accent) !important; /* Forces your Signature Gold */
  font-size: 5rem !important; /* Keeps it massive and cinematic */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  z-index: 2 !important;
  transition: var(--vid-transition) !important;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5)) !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Hover state for the transparent button */
.video-player-inner:hover .play-btn-transparent {
  transform: scale(1.15) !important;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7)) !important;
  color: #FFFFFF !important; /* Shifts to white on hover */
}

/* --- Caption Bar --- */
.caption-glass-bar {
  position: absolute;
  bottom: 2rem;
  background: rgba(15, 23, 43, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.caption-glass-bar p {
  color: #FFFFFF;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}


/* =========================================
   POPUP MODAL CSS (The cinematic Lightbox)
   ========================================= */
.video-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.4s ease;
  padding: 1rem; /* Gives breathing room on mobile */
}

.video-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 43, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.close-modal-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
}

.close-modal-btn:hover {
  background: var(--vid-accent);
  color: var(--vid-text-dark);
  border-color: var(--vid-accent);
  transform: rotate(90deg);
}

.modal-video-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  transform: scale(0.95) translateY(20px);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-modal-overlay.active .modal-video-container {
  transform: scale(1) translateY(0);
}

#modal-video-element {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
}

/* --- Animations --- */
@keyframes floatLeftBadge {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -15px); }
}

@keyframes floatRightBadge {
  0%, 100% { transform: translate(50%, 0); }
  50% { transform: translate(50%, -15px); }
}

/* --- Mobile Responsiveness --- */
@media (max-width: 900px) {
  .badge-left { animation: floatMobile 6s ease-in-out infinite; left: 1rem; }
  .badge-right { animation: floatMobile 6s ease-in-out infinite 1.5s; right: 1rem; }
}

@keyframes floatMobile {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 600px) {
  .premium-video-section {
    padding: 4rem 1rem;
  }
  
  .floating-badge { 
    display: none; /* Hidden on phones for clean look */
  }
  
  .video-player-inner {
    border-radius: 12px;
  }
  
  .play-btn-transparent { 
    font-size: 3.5rem; /* Scaled down for mobile */
  }
  
  .caption-glass-bar { 
    bottom: 1rem; 
    padding: 0.5rem 1rem; 
    width: 90%; 
    text-align: center; 
  }
  
  .caption-glass-bar p { 
    font-size: 0.8rem; 
  }
  
  /* Mobile Modal adjustments */
  .close-modal-btn { 
    top: 1rem; 
    right: 1rem; 
    width: 35px; 
    height: 35px; 
    font-size: 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ceae0a5 *//* ==========================================================================
   IMAGE-FIRST OVERLAY DELEGATES SLIDER CSS (Bulletproof)
   ========================================================================== */

#lx-delegates-overlay-section {
  --del-bg: #F8FAFC; /* Clean, premium light gray background */
  --del-text-dark: #0F172B;
  --del-text-muted: #64748B;
  --del-accent: #D4AF37; /* Premium Gold */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', 'Inter', sans-serif;

  background-color: var(--del-bg) !important;
  padding: 100px 0 !important; 
  font-family: var(--font-body) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  position: relative !important;
}

#lx-delegates-overlay-section *,
#lx-delegates-overlay-section *::before,
#lx-delegates-overlay-section *::after {
  box-sizing: inherit !important;
  margin: 0;
  padding: 0;
}

.lx-del-container {
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* --- Header Styling --- */
.lx-del-header {
  text-align: center !important;
  margin-bottom: 60px !important;
  padding: 0 20px !important;
}

.lx-del-badge {
  display: inline-block !important;
  font-size: 0.85rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: var(--del-text-dark) !important;
  margin-bottom: 16px !important;
  background: #FFFFFF !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 15px rgba(15, 23, 43, 0.05) !important;
  border: 1px solid rgba(15, 23, 43, 0.05) !important;
}

.lx-del-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: var(--del-text-dark) !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px !important;
}

.lx-del-subtitle {
  font-size: 1.15rem !important;
  color: var(--del-text-muted) !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* --- Marquee Track & Animations --- */
.lx-del-marquee-wrapper {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.lx-del-track {
  display: flex !important;
  gap: 30px !important; 
  width: max-content !important; 
  padding: 20px 0 !important; 
  animation: delScrollLeft 45s linear infinite !important;
}

.lx-del-track:hover {
  animation-play-state: paused !important;
}

@keyframes delScrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 15px)); } 
}

/* --- The Image-First Portrait Card --- */
.lx-overlay-card {
  position: relative !important;
  width: 320px !important; /* Perfect portrait ratio */
  height: 420px !important; 
  flex-shrink: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background-color: #E2E8F0 !important;
  box-shadow: 0 15px 35px rgba(15, 23, 43, 0.08) !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  /* Adds a very subtle constant inner shadow so white images don't bleed */
  border: 1px solid rgba(15, 23, 43, 0.05) !important;
}

.lx-overlay-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 25px 50px rgba(15, 23, 43, 0.15) !important;
}

/* The Delegate Image */
.lx-card-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important; 
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.lx-overlay-card:hover .lx-card-img {
  transform: scale(1.06) !important; 
}

/* --- The Hover Overlay --- */
.lx-card-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  /* Deep cinematic gradient so white text is always readable */
  background: linear-gradient(to top, rgba(15, 23, 43, 0.95) 0%, rgba(15, 23, 43, 0.7) 60%, transparent 100%) !important;
  padding: 50px 25px 25px 25px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  
  /* Initial State (Hidden & Pushed Down) */
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.lx-overlay-card:hover .lx-card-overlay {
  /* Hover State (Revealed & Slid Up) */
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Overlay Text Styling */
.lx-overlay-name {
  font-family: var(--font-heading) !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 4px 0 !important;
}

.lx-overlay-role {
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  color: #E2E8F0 !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
}

.lx-overlay-divider {
  width: 30px !important;
  height: 2px !important;
  background-color: var(--del-accent) !important;
  margin-bottom: 12px !important;
  transition: width 0.4s ease !important;
}

.lx-overlay-card:hover .lx-overlay-divider {
  width: 50px !important; /* Expands slightly */
}

.lx-overlay-company {
  font-family: var(--font-body) !important;
  font-size: 0.85rem !important;
  color: var(--del-accent) !important; /* Gold */
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* ==========================================================================
   Mobile Responsiveness (Overlay Always Visible)
   ========================================================================== */
@media (max-width: 1024px) {
  /* On tablets and mobile, hover doesn't exist, so force the overlay to stay open */
  .lx-card-overlay {
    opacity: 1 !important;
    transform: translateY(0) !important;
    /* Make the gradient a bit softer if it's always on */
    background: linear-gradient(to top, rgba(15, 23, 43, 0.9) 0%, rgba(15, 23, 43, 0.5) 65%, transparent 100%) !important;
  }
  
  .lx-overlay-divider {
    width: 50px !important;
  }
}

@media (max-width: 768px) {
  #lx-delegates-overlay-section {
    padding: 60px 0 !important;
  }
  
  .lx-del-title {
    font-size: 2.2rem !important;
  }

  .lx-overlay-card {
    width: 280px !important; 
    height: 380px !important; 
  }

  .lx-del-marquee-wrapper {
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fdea67 *//* ==========================================================================
   IMAGE-FIRST OVERLAY DELEGATES SLIDER CSS (Bulletproof)
   ========================================================================== */

#lx-delegates-overlay-section {
  --del-bg: #F8FAFC; /* Clean, premium light gray background */
  --del-text-dark: #0F172B;
  --del-text-muted: #64748B;
  --del-accent: #D4AF37; /* Premium Gold */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', 'Inter', sans-serif;

  background-color: var(--del-bg) !important;
  padding: 40px 0 !important; 
  font-family: var(--font-body) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  position: relative !important;
}

#lx-delegates-overlay-section *,
#lx-delegates-overlay-section *::before,
#lx-delegates-overlay-section *::after {
  box-sizing: inherit !important;
  margin: 0;
  padding: 0;
}

.lx-del-container {
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* --- Header Styling --- */
.lx-del-header {
  text-align: center !important;
  margin-bottom: 60px !important;
  padding: 0 20px !important;
}

.lx-del-badge {
  display: inline-block !important;
  font-size: 0.85rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: var(--del-text-dark) !important;
  margin-bottom: 16px !important;
  background: #FFFFFF !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 15px rgba(15, 23, 43, 0.05) !important;
  border: 1px solid rgba(15, 23, 43, 0.05) !important;
}

.lx-del-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: var(--del-text-dark) !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px !important;
}

.lx-del-subtitle {
  font-size: 1.15rem !important;
  color: var(--del-text-muted) !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* --- Marquee Track & Animations --- */
.lx-del-marquee-wrapper {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.lx-del-track {
  display: flex !important;
  gap: 30px !important; 
  width: max-content !important; 
  padding: 20px 0 !important; 
  animation: delScrollLeft 45s linear infinite !important;
}

.lx-del-track:hover {
  animation-play-state: paused !important;
}

@keyframes delScrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 15px)); } 
}

/* --- The Image-First Portrait Card --- */
.lx-overlay-card {
  position: relative !important;
  width: 320px !important; /* Perfect portrait ratio */
  height: 420px !important; 
  flex-shrink: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background-color: #E2E8F0 !important;
  box-shadow: 0 15px 35px rgba(15, 23, 43, 0.08) !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  /* Adds a very subtle constant inner shadow so white images don't bleed */
  border: 1px solid rgba(15, 23, 43, 0.05) !important;
}

.lx-overlay-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 25px 50px rgba(15, 23, 43, 0.15) !important;
}

/* The Delegate Image */
.lx-card-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important; 
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.lx-overlay-card:hover .lx-card-img {
  transform: scale(1.06) !important; 
}

/* --- The Hover Overlay --- */
.lx-card-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  /* Deep cinematic gradient so white text is always readable */
  background: linear-gradient(to top, rgba(15, 23, 43, 0.95) 0%, rgba(15, 23, 43, 0.7) 60%, transparent 100%) !important;
  padding: 50px 25px 25px 25px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  
  /* Initial State (Hidden & Pushed Down) */
  opacity: 0 !important;
  transform: translateY(20px) !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.lx-overlay-card:hover .lx-card-overlay {
  /* Hover State (Revealed & Slid Up) */
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Overlay Text Styling */
.lx-overlay-name {
  font-family: var(--font-heading) !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 4px 0 !important;
}

.lx-overlay-role {
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  color: #E2E8F0 !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
}

.lx-overlay-divider {
  width: 30px !important;
  height: 2px !important;
  background-color: var(--del-accent) !important;
  margin-bottom: 12px !important;
  transition: width 0.4s ease !important;
}

.lx-overlay-card:hover .lx-overlay-divider {
  width: 50px !important; /* Expands slightly */
}

.lx-overlay-company {
  font-family: var(--font-body) !important;
  font-size: 0.85rem !important;
  color: var(--del-accent) !important; /* Gold */
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* ==========================================================================
   Mobile Responsiveness (Overlay Always Visible)
   ========================================================================== */
@media (max-width: 1024px) {
  /* On tablets and mobile, hover doesn't exist, so force the overlay to stay open */
  .lx-card-overlay {
    opacity: 1 !important;
    transform: translateY(0) !important;
    /* Make the gradient a bit softer if it's always on */
    background: linear-gradient(to top, rgba(15, 23, 43, 0.9) 0%, rgba(15, 23, 43, 0.5) 65%, transparent 100%) !important;
  }
  
  .lx-overlay-divider {
    width: 50px !important;
  }
}

@media (max-width: 768px) {
  #lx-delegates-overlay-section {
    padding: 60px 0 !important;
  }
  
  .lx-del-title {
    font-size: 2.2rem !important;
  }

  .lx-overlay-card {
    width: 280px !important; 
    height: 380px !important; 
  }

  .lx-del-marquee-wrapper {
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5df6f1b *//* --- Premium Dark Theme Variables --- */
:root {
  --sp-bg-dark: #0F172B; /* Deep Navy core background */
  --sp-panel-bg: rgba(255, 255, 255, 0.03); /* Frosted glass panel */
  --sp-text-light: #FFFFFF;
  --sp-text-muted: #94A3B8; /* Slate grey for readability */
  --sp-accent: #FFB000; /* Signature Gold */
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;
  
  --sp-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.4);
  --sp-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.6);
  --sp-transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Section Container --- */
.premium-speakers-section {
  background-color: var(--sp-bg-dark);
  
  /* --- NEW: Highly Visible Modern Grid Overlay --- */
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 70px 70px; /* Size of the grid squares */
  background-position: center center;
  /* ----------------------------------------------- */

  padding: 2rem 1.5rem;
  font-family: var(--font-body);
  position: relative; 
  z-index: 1; 
  overflow: hidden; 
}

/* ==========================================================================
   Animated Background (Gold & Blue Floating Blobs)
   ========================================================================== */
.premium-speakers-section::before,
.premium-speakers-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px); /* Heavy blur for the glowing effect */
  z-index: -1; /* Keeps the glow securely behind the cards */
  pointer-events: none; /* Prevents interference with clicks/hover */
}

/* Floating Signature Gold Blob (Top Right) */
.premium-speakers-section::before {
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 176, 0, 0.25) 0%, rgba(255, 176, 0, 0) 70%);
  animation: spFloatGold 14s infinite ease-in-out alternate;
}

/* Floating Deep Blue Blob (Bottom Left) */
.premium-speakers-section::after {
  bottom: -15%;
  left: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(74, 144, 226, 0.2) 0%, rgba(74, 144, 226, 0) 70%);
  animation: spFloatBlue 18s infinite ease-in-out alternate;
}

@keyframes spFloatGold {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-80px, 100px) scale(1.2); }
}

@keyframes spFloatBlue {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(100px, -80px) scale(1.1); }
}

/* --- Inner Container --- */
.speakers-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10; /* Keeps all text and cards strictly above the animated glow */
}

/* --- Premium Header Area --- */
.speakers-header-wrapper {
  text-align: center;
  margin-bottom: 5rem;
}

/* Upgraded Glassy Gold Badge */
.section-badge {
  display: inline-block;
  background-color: rgba(255, 176, 0, 0.1); /* Faint gold glass */
  color: var(--sp-accent);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 176, 0, 0.3);
  margin-bottom: 1.5rem;
}

.speakers-main-heading {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--sp-text-light);
  margin: 0 0 1rem 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.speakers-subheading {
  font-size: 1.15rem;
  color: var(--sp-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* --- Unified 3-Column Grid --- */
.speakers-unified-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-bottom: 4rem;
}

/* --- The Interactive Speaker Card --- */
.unified-speaker-card {
  position: relative;
  cursor: pointer;
  z-index: 1; 
  transition: var(--sp-transition);
}

.unified-speaker-card:hover {
  z-index: 10;
}

/* --- Image Container (Dark Wash Overlay) --- */
.speaker-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4; 
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--sp-bg-dark);
  box-shadow: var(--sp-shadow-soft);
}

/* Deep Navy Tint Overlay */
.speaker-image-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(15, 23, 43, 0.5); /* Stronger dark wash for dark theme */
  transition: var(--sp-transition);
  z-index: 1;
  pointer-events: none; 
}

.speaker-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(60%) contrast(110%); 
  transition: var(--sp-transition);
}

/* Hover: Remove wash, restore color, slight zoom */
.unified-speaker-card:hover .speaker-image-container::after {
  background-color: rgba(15, 23, 43, 0); 
}

.unified-speaker-card:hover .speaker-image-container img {
  filter: saturate(100%) contrast(100%);
  transform: scale(1.05);
}

/* --- Hidden Social Overlay --- */
.speaker-social-overlay {
  position: absolute;
  inset: 0; 
  background: linear-gradient(to top, rgba(15, 23, 43, 0.95) 0%, transparent 60%);
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  padding-bottom: 4.5rem; 
  gap: 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--sp-transition);
  z-index: 2; 
}

.unified-speaker-card:hover .speaker-social-overlay {
  opacity: 1;
  transform: translateY(0);
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--sp-text-light);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none;
  font-size: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--sp-accent);
  color: var(--sp-bg-dark);
  border-color: var(--sp-accent);
  transform: translateY(-4px);
}

/* --- Overlapping Glass Details Panel --- */
.speaker-details-panel {
  position: relative;
  background: var(--sp-panel-bg);
  backdrop-filter: blur(16px); /* Frosted glass effect */
  -webkit-backdrop-filter: blur(16px);
  margin: -3.5rem 1.5rem 0 1.5rem; 
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: var(--sp-shadow-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08); /* Faint white rim */
  z-index: 3;
  transition: var(--sp-transition);
}

.unified-speaker-card:hover .speaker-details-panel {
  transform: translateY(-8px); 
  box-shadow: var(--sp-shadow-hover);
  border-color: rgba(255, 176, 0, 0.4); /* Glows gold on hover */
  background: rgba(255, 255, 255, 0.06); /* Slightly brighter glass */
}

/* Text Formatting */
.speaker-text-group {
  flex: 1;
  padding-right: 1rem; 
}

.speaker-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--sp-text-light);
  margin: 0 0 0.25rem 0;
  font-weight: 700;
  transition: color 0.3s ease;
}

.unified-speaker-card:hover .speaker-name {
  color: var(--sp-accent); /* Name subtly shifts to gold on hover */
}

.speaker-title {
  font-size: 0.9rem;
  color: var(--sp-text-muted);
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

/* Dark Theme Logo Treatment */
.speaker-company-logo {
  flex-shrink: 0;
}

.speaker-company-logo img {
  max-width: 60px;
  max-height: 35px;
  object-fit: contain;
  /* Turns logos pure white and slightly faded for the dark theme */
  filter: brightness(0) invert(1) opacity(70%); 
  transition: all 0.3s ease;
}

.unified-speaker-card:hover .speaker-company-logo img {
  filter: brightness(0) invert(1) opacity(100%); /* Pops to solid white */
}

/* --- Footer Action Area --- */
.speakers-footer-area {
  text-align: center;
  margin-top: 2rem;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: transparent;
  color: var(--sp-text-light);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: var(--sp-transition);
}

.view-all-btn i {
  transition: transform 0.3s ease;
}

.view-all-btn:hover {
  background-color: var(--sp-accent);
  color: var(--sp-bg-dark);
  box-shadow: 0 10px 25px rgba(255, 176, 0, 0.2);
  border-color: var(--sp-accent);
}

.view-all-btn:hover i {
  transform: translateX(5px);
}

/* --- Responsive Breakpoints --- */
@media (max-width: 1024px) {
  .speakers-unified-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media (max-width: 640px) {
  .speakers-unified-grid {
    grid-template-columns: 1fr; 
    gap: 3rem; 
  }
  
  .speaker-details-panel {
    margin: -3.5rem 1rem 0 1rem; 
  }
}
.speaker-company-logo{
    display:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b6dd0d *//* =========================================
   SPONSORS & PARTNERS (ULTRA-WIDE CARDS)
   ========================================= */

/* --- GOOGLE FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Playfair+Display:wght@700;800&display=swap');

/* --- MAIN SECTION --- */
.lt-sponsor-section {
    padding: 80px 20px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}

/* --- PREMIUM HEADING --- */
.lt-sponsor-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    font-weight: 800;
    color: #0D1B2A;
    letter-spacing: -0.5px;
    margin: 0 0 50px 0;
    position: relative;
    display: inline-block;
}

.lt-sponsor-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #D4AF37, #F59E0B);
    border-radius: 10px;
}

/* --- TIER WRAPPERS (Spacing between tiers) --- */
.lt-tier-wrapper {
    margin-bottom: 70px;
}

.lt-tier-wrapper:last-child {
    margin-bottom: 0;
}

/* --- TIER PILLS --- */
.lt-tier-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    border-radius: 50px;
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Pill Colors & Glows */
.tier-presenting {
    background: linear-gradient(135deg, #FFB02E 0%, #F59E0B 50%, #D97706 100%);
    color: #0D1B2A;
}

.tier-cocktail {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 50%, #6D28D9 100%);
    color: #ffffff;
}

.tier-platinum {
    background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 50%, #D1D5DB 100%);
    color: #1F2937;
    border-color: #9CA3AF;
}

.tier-diamond {
    background: linear-gradient(135deg, #ffffff 0%, #e0f7fa 100%);
    color: #006064;
    border-color: #80deea;
}

/* Pill Shimmer Animation */
@keyframes ltPillShine {
    0% { left: -150%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

.lt-tier-pill::before {
    content: '';
    position: absolute;
    top: 0; left: -150%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-25deg);
    animation: ltPillShine 4s infinite;
}

/* --- LOGO CONTAINERS --- */
.lt-logo-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
}

/* --- LOGO CARDS (FIXED CROPPING) --- */
.lt-logo-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px !important; /* Forces padding to stay tight */
    box-sizing: border-box !important; /* CRUCIAL: Stops padding from pushing logo out of bounds */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

/* Hover Lift Effect for Cards */
.lt-logo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(13, 27, 42, 0.08);
    border-color: rgba(245, 158, 11, 0.3);
}

/* --- THE WIDE CARD SIZES --- */
.card-presenting {
    width: 100%;
    max-width: 600px; 
    height: 260px;    
}

.card-standard {
    width: 100%;
    max-width: 480px; 
    height: 200px;    
}

/* --- LOGO IMAGES (BULLETPROOF FIT) --- */
.lt-logo-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important; /* Forces entire logo to fit inside without cropping */
    display: block !important;
    margin: 0 auto !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Interactive zoom on the logo itself when card is hovered */
.lt-logo-card:hover .lt-logo-img {
    transform: scale(1.06); 
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
    .lt-sponsor-section {
        padding: 60px 15px;
    }
    .lt-sponsor-title {
        font-size: 2.5rem;
   }
    .card-presenting {
        max-width: 100%;
        height: 200px;
    }
    .card-standard {
        max-width: 100%;
        height: 160px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bd3937 *//* ==========================================================================
   ULTRA-PREMIUM INFINITE MARQUEE (Light Theme - Bulletproof)
   ========================================================================== */

#lx-premium-testimonials-light {
  --testi-bg-light: #F8FAFC; /* Clean off-white background */
  --testi-card-bg: #FFFFFF; /* Pure white cards */
  --testi-gold: #FFB000; /* Signature Gold */
  --testi-text-dark: #0F172B; /* Deep Navy for headings */
  --testi-text-muted: #64748B; /* Slate grey for subtitles */
  --testi-text-body: #334155; /* Dark gray for review text */
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', 'Inter', sans-serif;
  
  background-color: var(--testi-bg-light) !important;
  padding: 100px 0 !important; /* No horizontal padding so marquee bleeds to edges */
  font-family: var(--font-body) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#lx-premium-testimonials-light *,
#lx-premium-testimonials-light *::before,
#lx-premium-testimonials-light *::after {
  box-sizing: inherit !important;
  margin: 0;
  padding: 0;
}

.lx-testi-container {
  width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

/* --- Header Section --- */
.lx-testi-header {
  text-align: center !important;
  margin-bottom: 60px !important;
  padding: 0 20px !important; /* Keeps header constrained */
}

.lx-testi-badge {
  display: inline-block !important;
  font-size: 0.85rem !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: var(--testi-text-dark) !important; /* Dark badge text for light mode */
  margin-bottom: 16px !important;
  background: #FFFFFF !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 10px rgba(15, 23, 43, 0.05) !important;
  border: 1px solid rgba(15, 23, 43, 0.05) !important;
}

.lx-testi-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  color: var(--testi-text-dark) !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.5px !important;
}

.lx-testi-subtitle {
  font-size: 1.15rem !important;
  color: var(--testi-text-muted) !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  line-height: 1.6 !important;
}

/* --- Marquee Animations & Wrapper --- */
.lx-marquee-wrapper {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  width: 100% !important;
  overflow: hidden !important;
  /* Fades out the left and right edges smoothly (Works exactly the same in light mode) */
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.lx-marquee-track {
  display: flex !important;
  gap: 30px !important;
  width: max-content !important; 
}

@keyframes lxScrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 15px)); } 
}

@keyframes lxScrollRight {
  0% { transform: translateX(calc(-50% - 15px)); }
  100% { transform: translateX(0); }
}

.track-left { animation: lxScrollLeft 35s linear infinite !important; }
.track-right { animation: lxScrollRight 35s linear infinite !important; }

.lx-marquee-track:hover {
  animation-play-state: paused !important; /* Pauses on hover */
}

/* --- The Review Cards --- */
.lx-review-card {
  width: 400px !important; 
  flex-shrink: 0 !important;
  background-color: var(--testi-card-bg) !important;
  border-radius: 16px !important;
  padding: 30px !important;
  border: 1px solid rgba(15, 23, 43, 0.04) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 43, 0.04) !important; /* Soft premium shadow */
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.lx-review-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 40px rgba(15, 23, 43, 0.08) !important;
  border-color: rgba(255, 176, 0, 0.3) !important; /* Subtle gold hover rim */
}

/* Light Theme Instagram Variant */
.lx-review-card.ig-style {
  background: linear-gradient(145deg, #FFFFFF 0%, #FFF5F7 100%) !important; /* Very faint warm tint */
  border-top: 2px solid rgba(225, 48, 108, 0.4) !important; /* Instagram pink accent line at top */
}

.lx-card-top {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

.lx-avatar {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 2px solid var(--testi-gold) !important;
}

.lx-review-card.ig-style .lx-avatar {
  border: 2px solid transparent !important;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) border-box !important;
}

.lx-user-info {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.lx-user-info h4 {
  font-family: var(--font-heading) !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: var(--testi-text-dark) !important;
  margin: 0 0 2px 0 !important;
}

.lx-user-info span {
  font-size: 0.85rem !important;
  color: var(--testi-text-muted) !important;
  font-weight: 500 !important;
}

/* Social Icons */
.lx-social-icon {
  font-size: 1.5rem !important;
  opacity: 0.9 !important;
}

.lx-social-icon.instagram { color: #E1306C !important; }
.lx-social-icon.linkedin { color: #0077B5 !important; }
.lx-social-icon.quote { color: var(--testi-gold) !important; font-size: 1.2rem !important; opacity: 0.5 !important; }

/* Review Text */
.lx-review-text {
  font-size: 1rem !important;
  color: var(--testi-text-body) !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  #lx-premium-testimonials-light {
    padding: 60px 0 !important;
  }
  
  .lx-testi-title {
    font-size: 2.2rem !important;
  }

  .lx-review-card {
    width: 320px !important; 
    padding: 20px !important;
  }

  .lx-marquee-wrapper {
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad0dd92 *//* --- Section Container --- */
.pre-footer-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* Light blue background matching the mockup */
  background-color: #def0fb; 
}

/* --- Main CTA Area --- */
.cta-main-area {
  position: relative;
  padding: 70px 5% 60px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Keeps the absolute-positioned star inside */
}

.cta-content-container {
  max-width: 800px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2; /* Keeps text above the star graphic */
}

/* --- Typography --- */
.cta-heading {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #102a43;
  line-height: 1.15;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.cta-subheading {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.15rem;
  color: #486581;
  margin-bottom: 35px;
  font-weight: 500;
}

/* --- Buttons --- */
.cta-button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta-btn {
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.btn-solid-gold {
  background: linear-gradient(90deg, #D4AF37 0%, #E6C25A 100%);
  color: #1a1a1a;
  border: 1px solid transparent;
}

.btn-solid-gold:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
}

.btn-outline-blue {
  background-color: transparent;
  color: #102a43;
  border: 2px solid #627d98; /* Slate blue border */
}

.btn-outline-blue:hover {
  background-color: rgba(98, 125, 152, 0.1);
  border-color: #102a43;
  transform: translateY(-2px);
}

/* --- Decorative Sparkle --- */
.cta-sparkle {
  position: absolute;
  right: 5%;
  bottom: -10%;
  width: 250px;
  height: 250px;
  z-index: 1;
  pointer-events: none; /* Allows clicking through it if needed */
  /* Slow rotation animation for a premium feel */
  animation: spinSparkle 20s linear infinite;
}

@keyframes spinSparkle {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.05); }
  100% { transform: rotate(360deg) scale(1); }
}

/* --- Bottom Organizer Strip --- */
.cta-bottom-strip {
  background-color: #ffffff;
  padding: 18px 5%;
  text-align: center;
  border-top: 1px solid #d1e5f4;
}

.cta-bottom-strip p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: #486581;
  margin: 0;
}

.cta-bottom-strip strong {
  color: #102a43;
  font-weight: 700;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .cta-heading {
    font-size: 2.4rem;
  }
  .cta-subheading {
    font-size: 1.05rem;
  }
  .cta-button-group {
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
  .cta-sparkle {
    width: 150px;
    height: 150px;
    right: -5%;
    bottom: -5%;
    opacity: 0.4; /* Fade it a bit more on mobile so it doesn't distract */
  }
}/* End custom CSS */