.elementor-23036 .elementor-element.elementor-element-8a5b58b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-8f2d685{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-392958c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-3772145{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-6523782{background-color:#020101;}.elementor-23036 .elementor-element.elementor-element-15ed5c3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-b248f69{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-cb58066{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-0f91c27{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-ed69bed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-d206cc3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-f6543ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-23036 .elementor-element.elementor-element-cdf1c55{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-9a81e34 *//* =========================================
   FIXED TOP HEADER
   ========================================= */
.lextalk-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px; /* Fixed height */
  background-color: var(--lt-ink); /* Deep Navy */
  border-bottom: var(--lt-rule-dark); /* Subtle bottom border */
  z-index: 1000; /* Stays on top of everything */
  display: flex;
  align-items: center;
}

.lextalk-header-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo Styling */
.header-logo {
  font-family: var(--lt-serif);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.header-logo span {
  color: var(--lt-brass); /* Gold accent for 'World' */
  font-weight: 400; /* Optional: adjust if you want 'World' to be lighter/bolder */
}

/* Right Side Container */
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Meta Text (City & Date) */
.header-meta {
  font-family: var(--lt-mono);
  font-size: 13px;
  color: var(--lt-muted-on-ink);
  letter-spacing: 0.5px;
}

/* Ghost Button Styling */
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lt-sans);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: transparent;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-cta:hover {
  border-color: var(--lt-brass);
  color: var(--lt-brass);
  background: rgba(246, 200, 63, 0.05);
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
   ========================================= */
@media (max-width: 768px) {
  /* Hide the date/location on mobile so it doesn't crowd the button */
  .header-meta {
    display: none; 
  }
  
  .header-logo {
    font-size: 20px;
  }
  
  .header-cta {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* =========================================
   PAGE PADDING FIX
   ========================================= */
/* Since the header is fixed, we need to push the main content down so it isn't hidden behind the header */
.lextalk-landing {
  padding-top: 70px; 
}
.header-logo img {
  display: block;
  width: 150px;
  height: auto;
  max-height: 55px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header-logo img {
    width: 115px;
    max-height: 45px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-148c82d *//* =====================================================
   LexTalk World Hero - Elementor Custom CSS
   ===================================================== */

.lextalk-hero {
    /* Combined dark overlay with your requested background image */
    background: linear-gradient(rgba(10, 15, 20, 0.1), rgba(10, 15, 20, 0.85)), url('https://lextalk.world/wp-content/uploads/2026/09/Registration-Page-Background-Image.png');
    background-color: var(--lt-ink); /* Fallback to your dark var */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    color: #ffffff;
    padding: 104px 0 56px; 
    border-bottom: var(--lt-rule-dark);
}

.lextalk-hero-grid { 
    display: grid; 
    grid-template-columns: 1.1fr 0.9fr; 
    gap: 48px; 
    align-items: start; 
}

.lextalk-case-ref {
    font-family: var(--lt-mono); 
    font-size: 13px; 
    color: var(--lt-brass);
    letter-spacing: 0.05em; 
    margin-bottom: 20px; 
    text-transform: uppercase; 
    font-weight: 600;
}

.lextalk-hero h1 { 
    font-size: clamp(34px, 5.2vw, 58px); 
    color: #ffffff !important; 
    margin-bottom: 20px; 
    max-width: 15ch; 
}

.lextalk-hero-sub { 
    font-size: 18px; 
    color: var(--lt-muted-on-ink) !important; 
    max-width: 46ch; 
    margin-bottom: 32px; 
    font-family: 'Dm sans', sans-serif; 
}

.lextalk-hero-ctas { 
    display: flex; 
    gap: 14px; 
    flex-wrap: wrap; 
    margin-bottom: 28px; 
}

.lextalk-hero-note { 
    font-size: 13px; 
    color: var(--lt-muted-on-ink); 
}

.lextalk-hero-note strong { 
    color: var(--lt-brass); 
    font-weight: 700; 
}

.lextalk-countdown-box {
    background: var(--lt-ink-2); 
    border: var(--lt-rule-dark); 
    border-radius: 8px;
    padding: 24px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.lextalk-countdown-label { 
    font-size: 13px; 
    color: var(--lt-muted-on-ink); 
    margin-bottom: 16px; 
}

.lextalk-countdown-label strong { 
    color: #ffffff; 
    font-weight: 600; 
}

.lextalk-countdown-grid { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px; 
    margin-bottom: 18px; 
}

.lextalk-countdown-unit {
    background: var(--lt-ink); 
    border: var(--lt-rule-gold); 
    border-radius: 4px;
    padding: 12px 6px; 
    text-align: center;
}

.lextalk-countdown-num { 
    font-size: 26px; 
    font-weight: 700; 
    color: #ffffff; 
    display: block; 
}

.lextalk-countdown-word { 
    font-size: 10.5px; 
    color: var(--lt-brass); 
    text-transform: uppercase; 
    margin-top: 4px; 
    display: block; 
    font-weight: 600; 
}

.lextalk-countdown-box .lextalk-btn { 
    width: 100%; 
}

/* =========================================
   FIXED TOP HEADER
   ========================================= */
.lextalk-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px; /* Fixed height */
  background-color: var(--lt-ink); /* Deep Navy */
  border-bottom: var(--lt-rule-dark); /* Subtle bottom border */
  z-index: 1000; /* Stays on top of everything */
  display: flex;
  align-items: center;
}

.lextalk-header-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo Styling */
.header-logo {
  font-family: var(--lt-serif);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.header-logo span {
  color: var(--lt-brass); /* Gold accent for 'World' */
  font-weight: 400; /* Optional: adjust if you want 'World' to be lighter/bolder */
}

/* Right Side Container */
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Meta Text (City & Date) */
.header-meta {
  font-family: var(--lt-mono);
  font-size: 13px;
  color: var(--lt-muted-on-ink);
  letter-spacing: 0.5px;
}

/* Ghost Button Styling */
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lt-sans);
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: transparent;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-cta:hover {
  border-color: var(--lt-brass);
  color: var(--lt-brass);
  background: rgba(246, 200, 63, 0.05);
}

/* =========================================
   RESPONSIVE ADJUSTMENTS
   ========================================= */
@media (max-width: 768px) {
  /* Hide the date/location on mobile so it doesn't crowd the button */
  .header-meta {
    display: none; 
  }
  
  .header-logo {
    font-size: 20px;
  }
  
  .header-cta {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* =========================================
   PAGE PADDING FIX
   ========================================= */
/* Since the header is fixed, we need to push the main content down so it isn't hidden behind the header */
.lextalk-landing {
  padding-top: 70px; 
}

.lextalk-proof-carousel {
  background-color: #FFFFFF; /* Beige background from your screenshot */
  padding: 60px 0;
  text-align: center;
  font-family: inherit;
  overflow: hidden; /* Prevents horizontal scrollbar on the page */
}

.lextalk-proof-label {
  font-size: 32px;
  color: black;
  margin-bottom: 40px;
  font-family: 'Playfair Display', Sans-Serif;
  font-weight: 600;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Optional: Fades out the left and right edges for a polished look */
.carousel-container::before,
.carousel-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}


.carousel-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 30px; /* Space between boxes */
  padding-left: 30px; /* Crucial: Must exactly match the gap for a seamless loop jump */
  animation: infinite-scroll 45s linear infinite;
}

/* Pauses the carousel when a user hovers over it */
.carousel-track:hover {
  animation-play-state: paused;
}

/* The White Box Design */
.logo-box {
  background: #ffffff;
  padding: 20px 40px;
  border-radius: 8px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 90px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.logo-box img {
  max-height: 35px;
  max-width: 140px;
  object-fit: contain;
}

/* The Animation Engine */
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Scrolls exactly halfway through the track (the first set of logos) before resetting */
    transform: translateX(-50%);
  }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .carousel-container::before,
  .carousel-container::after {
    width: 50px;
  }
  .logo-box {
    min-width: 160px;
    height: 70px;
    padding: 15px 20px;
  }
  .logo-box img {
    max-height: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d990116 *//* =========================================================
   PREMIUM 3D COVERFLOW SPEAKER CARDS
========================================================= */

/* --- LexTalk Brand Variables --- */
:root {
  --lt-navy-bg: #0B1120;       /* Deepest Navy for background */
  --lt-card-bg: #151E32;       /* Slightly lighter navy for cards */
  --lt-gold: #E2A829;          /* Signature Gold */
  --lt-text-light: #FFFFFF;
  --lt-text-muted: #8F9BAF;
  
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;
  
  --transition-smooth: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Section Container --- */
.premium-speakers-section {
  background-color: var(--lt-navy-bg);
  padding: 5rem 1.5rem;
  font-family: var(--font-body);
  position: relative; 
  overflow: hidden; 
}

.speakers-container {
  max-width: 1200px; /* Constrain width for the 3D effect */
  margin: 0 auto;
}

/* --- Premium Header Area --- */
.speakers-header-wrapper {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-badge {
  display: inline-block;
  background-color: rgba(226, 168, 41, 0.1);
  color: var(--lt-gold);
  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(226, 168, 41, 0.3);
  margin-bottom: 1.5rem;
}

.speakers-main-heading {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--lt-text-light);
  margin: 0 0 1rem 0;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.speakers-subheading {
  font-size: 1.15rem;
  color: var(--lt-text-muted);
}

/* =========================================================
   CAROUSEL UI & 3D STACKING ARCHITECTURE
========================================================= */

.carousel-ui-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  gap: 1rem;
}

.ltw-carousel-viewport {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 520px; /* Fixed height to hold absolute cards */
  perspective: 1000px; /* Adds 3D depth */
}

.speakers-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- Base Card Styling --- */
.marquee-slide {
  position: absolute; /* Stacks all cards on top of each other centrally */
  width: 320px;
  height: 480px; 
  display: flex;
  flex-direction: column;
  background-color: var(--lt-card-bg);
  border-radius: 20px;
  overflow: hidden;
  
  /* Initial hidden state */
  opacity: 0;
  transform: translateX(0) scale(0.5);
  border: 2px solid transparent;
  pointer-events: none; /* Prevents clicking on hidden cards */
  
  transition: var(--transition-smooth);
  will-change: transform, opacity;
}

/* =========================================================
   DYNAMIC JAVASCRIPT CLASSES (THE COVERFLOW EFFECT)
========================================================= */

/* Center Card (In Focus) */
.marquee-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1.05); /* Pops forward slightly */
  z-index: 10;
  pointer-events: auto;
  border: 2px solid var(--lt-gold);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 25px rgba(226, 168, 41, 0.2);
}

/* 1st Layer Neighbors (Left & Right) */
.marquee-slide.prev-1 {
  opacity: 0.6;
  transform: translateX(-75%) scale(0.85); /* Pull left and scale down */
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}

.marquee-slide.next-1 {
  opacity: 0.6;
  transform: translateX(75%) scale(0.85); /* Pull right and scale down */
  z-index: 5;
  pointer-events: auto;
  cursor: pointer;
}

/* 2nd Layer Neighbors (Far Left & Far Right) */
.marquee-slide.prev-2 {
  opacity: 0.2;
  transform: translateX(-140%) scale(0.7);
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

.marquee-slide.next-2 {
  opacity: 0.2;
  transform: translateX(140%) scale(0.7);
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

/* Hidden Cards (Tucked behind the center) */
.marquee-slide.hidden-card {
  opacity: 0;
  transform: translateX(0) scale(0.4);
  z-index: 0;
}

/* --- Card Content --- */
.speaker-image-container {
  width: 100%;
  height: 320px; 
  position: relative;
  overflow: hidden;
}

.speaker-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: var(--transition-smooth);
}

.speaker-details-panel {
  padding: 1.5rem;
  text-align: center;
  background-color: var(--lt-card-bg);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaker-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--lt-text-light);
  margin: 0 0 0.5rem 0;
  font-weight: 700;
}

.speaker-title {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--lt-gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0;
}

.speaker-details-panel p:nth-of-type(2) {
    color: var(--lt-text-muted);
    font-size: 0.8rem;
    margin-top: 0.5rem;
    text-transform: none;
    letter-spacing: normal;
}

/* --- Social Icons Hover Effect (Only active on center card) --- */
.speaker-social-overlay {
  position: absolute;
  inset: 0; 
  background: linear-gradient(to top, rgba(11, 17, 32, 0.9) 0%, transparent 60%);
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  padding-bottom: 1.5rem; 
  gap: 1rem;
  opacity: 0;
  transition: var(--transition-smooth);
}

.marquee-slide.active:hover .speaker-social-overlay {
  opacity: 1;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--lt-gold);
  color: var(--lt-navy-bg);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.1rem;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.marquee-slide.active:hover .social-icon {
  transform: translateY(0);
}

.social-icon:hover {
  background: #ffffff;
  transform: translateY(-5px) !important;
}

/* =========================================================
   NAVIGATION & PAGINATION
========================================================= */

.carousel-nav-btn {
  background: rgba(255, 255, 255, 0.05);
  color: var(--lt-text-muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  z-index: 20;
}

.carousel-nav-btn:hover {
  background: var(--lt-gold);
  color: var(--lt-navy-bg);
  border-color: var(--lt-gold);
}

.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 3rem;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.carousel-dot.active {
  background-color: var(--lt-gold);
  transform: scale(1.5);
  box-shadow: 0 0 10px rgba(226, 168, 41, 0.5);
}

/* --- Footer Action Area --- */
.speakers-footer-area {
  text-align: center;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: transparent;
  color: var(--lt-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(--transition-smooth);
}

.view-all-btn:hover {
  background-color: var(--lt-gold);
  color: var(--lt-navy-bg);
  border-color: var(--lt-gold);
}

/* =========================================================
   RESPONSIVE BREAKPOINTS
========================================================= */

@media (max-width: 992px) {
  /* Tighter overlap on medium screens */
  .marquee-slide.prev-1 { transform: translateX(-65%) scale(0.85); }
  .marquee-slide.next-1 { transform: translateX(65%) scale(0.85); }
  .marquee-slide.prev-2 { transform: translateX(-120%) scale(0.7); }
  .marquee-slide.next-2 { transform: translateX(120%) scale(0.7); }
}

@media (max-width: 768px) {
  .carousel-ui-wrapper {
    position: relative;
  }
  
  /* Position buttons inside the viewport area to save space */
  .carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #prevBtn { left: 10px; }
  #nextBtn { right: 10px; }

  /* Scale down base card size for mobile */
  .marquee-slide {
    width: 280px;
    height: 420px;
  }
  
  .speaker-image-container {
    height: 280px;
  }

  /* Only show the center card and adjacent cards slightly peeking */
  .marquee-slide.active {
    transform: translateX(0) scale(1);
  }
  
  .marquee-slide.prev-1 { transform: translateX(-80%) scale(0.8); opacity: 0.3; }
  .marquee-slide.next-1 { transform: translateX(80%) scale(0.8); opacity: 0.3; }
  
  /* Hide the 2nd layer entirely on mobile to prevent horizontal overflow */
  .marquee-slide.prev-2, 
  .marquee-slide.next-2 {
    opacity: 0;
    pointer-events: none;
  }
}/* End custom CSS */