.elementor-22810 .elementor-element.elementor-element-68728ca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22810 .elementor-element.elementor-element-ff08f88{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22810 .elementor-element.elementor-element-ff08f88.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-22810 .elementor-element.elementor-element-ff08f88{--width:811.8px;}}/* Start custom CSS for html, class: .elementor-element-f6c1896 */@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:wght@400;600;700;800&display=swap');

/* Wrapper - Replace background URL with your actual legal/NYC image */
.lextalk-hero-wrapper {
  position: relative;
  background-image: url('https://lextalk.world/wp-content/uploads/2026/05/Meeting-Agenda_-Images-–-Browse-845391-Stock-Photos-Vectors-and-Video-_-Adobe-Stock.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px;
  display: flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  color: #ffffff;
  overflow: hidden;
  min-height: 80vh;
}

.lextalk-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  /* Deep slate to transparent gradient */
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.75) 50%, rgba(15, 23, 42, 0.2) 100%);
  z-index: 1;
}

.lextalk-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.lextalk-pre-heading {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #60a5fa;
  border-radius: 50px;
  color: #93c5fd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: 'DM Sans', sans-serif;
}

.lextalk-main-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.lextalk-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #cbd5e1;
  margin: 0 0 32px 0;
  padding-left: 16px;
  border-left: 4px solid #3b82f6;
}

.lextalk-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #f8fafc;
}

.lextalk-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lextalk-meta-item svg {
  width: 24px;
  height: 24px;
  color: #60a5fa;
}

.lextalk-meta-divider {
  color: #64748b;
}

.lextalk-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.lextalk-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.lextalk-btn-primary {
  background-color: #2563eb;
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.39);
}

.lextalk-btn-primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .lextalk-hero-wrapper {
    padding: 80px 20px;
    min-height: auto;
  }
  
  .lextalk-hero-overlay {
    background: rgba(15, 23, 42, 0.85); /* Solid transparent dark on mobile */
  }

  .lextalk-main-title {
    font-size: 36px;
  }

  .lextalk-hide-mobile {
    display: none;
  }

  .lextalk-tagline {
    font-size: 20px;
  }

  .lextalk-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .lextalk-meta-divider {
    display: none;
  }

  .lextalk-actions {
    flex-direction: column;
    width: 100%;
  }

  .lextalk-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-671647b *//* =========================================
   LEXTALK AGENDA & TABS CSS
   ========================================= */

/* --- GOOGLE FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');

/* Container & Body Font */
.lextalk-agenda-container {
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'DM Sans', sans-serif;
}

/* --- TAB BUTTONS --- */
.lextalk-tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 16px;
}

.lextalk-tab-btn {
  background: none;
  border: none;
  padding: 16px 60px;
  min-width: 200px;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.lextalk-tab-btn:hover {
  background-color: #f1f5f9;
  color: #0F1423;
}

.lextalk-tab-btn.active {
  background-color: #0F1423; /* Dark Navy Background */
  color: #E2A829; /* Gold Text */
  box-shadow: 0 4px 12px rgba(15, 20, 35, 0.3);
}

/* --- TAB CONTENT PANELS (THE FIX FOR HALL B) --- */
.lextalk-tab-content {
  display: none; /* Hides Hall B until active */
  animation: ltwFadeIn 0.4s ease-in-out forwards;
}

.lextalk-tab-content.active {
  display: block; /* Shows the active hall */
}

@keyframes ltwFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- DAY HEADERS (Card Layout) --- */
.lextalk-day-header {
  margin-bottom: 32px;
  background-color: #ffffff;
  border-left: 6px solid #E2A829; /* Gold Left Border */
  border-top: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.lextalk-day-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F1423; /* Dark Navy Text */
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.lextalk-day-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

/* --- GRID LAYOUT FOR SESSIONS --- */
.lextalk-agenda-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* --- SESSION CARDS --- */
.lextalk-session-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.lextalk-session-card:hover {
  box-shadow: 0 10px 25px rgba(15, 20, 35, 0.08);
  border-color: #E2A829; /* Gold Border on Hover */
  transform: translateY(-2px);
}

.lextalk-time {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0F1423; /* Dark Navy Text */
  padding-right: 20px;
  border-right: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}

.lextalk-details {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lextalk-badge {
  display: inline-block;
  align-self: flex-start;
  background-color: #E2A829; /* Gold Background */
  color: #0F1423; /* Dark Navy Text */
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lextalk-session-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0F1423; /* Dark Navy Text */
  margin: 0;
  line-height: 1.4;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
  .lextalk-tabs {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .lextalk-tab-btn {
    width: 100%;
    min-width: unset;
    padding: 14px 24px;
  }

  .lextalk-day-header {
    padding: 20px;
  }

  .lextalk-session-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }
  
  .lextalk-time {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 12px;
  }
  
  .lextalk-details {
    padding-left: 0;
    padding-top: 8px;
  }
}

/* Speaker Grid Container */
.lextalk-speakers-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 20px;
    justify-content: flex-start;
}

/* Individual Speaker Block */
.lextalk-speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px; 
}

/* Speaker Headshot */
.lextalk-speaker img {
    width: 120px;
    height: 120px;
    border-radius: 16px; 
    object-fit: cover;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #E2A829;
}

/* Speaker Name */
.lextalk-speaker h5 {
    font-size: 14px;
    font-weight: 700;
    color: #0F1423;
    margin: 0 0 4px 0;
    font-family: inherit;
}

/* Speaker Designation / Title */
.lextalk-speaker p {
    font-size: 12px;
    color: #475569;
    margin: 0;
    line-height: 1.4;
    font-family: inherit;
}/* End custom CSS */