.elementor-17743 .elementor-element.elementor-element-68728ca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17743 .elementor-element.elementor-element-a7514bb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17743 .elementor-element.elementor-element-9556889.elementor-element{--align-self:center;}.elementor-17743 .elementor-element.elementor-element-9556889{text-align:center;font-family:"DM Sans", Sans-serif;font-weight:400;color:#050346;}.elementor-17743 .elementor-element.elementor-element-45f3e96{--display:flex;}.elementor-17743 .elementor-element.elementor-element-45f3e96.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px) and (min-width:768px){.elementor-17743 .elementor-element.elementor-element-45f3e96{--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://ik.imagekit.io/lextalkworld/New%20York/manhattan-financial-district-with-skyscrapers-brooklyn-bridge.jpg');
  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-2f3d686 *//* Container & Body Font (DM Sans) */
.lextalk-agenda-container {
  max-width: 1200px;
  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);
}

/* Day Headers - Card Type 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);
}

/* Heading Font (Playfair Display) */
.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;
}

.lextalk-session-card:hover {
  box-shadow: 0 10px 25px rgba(15, 20, 35, 0.08);
  border-color: #E2A829; /* Gold Border on Hover */
}

.lextalk-time {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0F1423; /* Dark Navy Text for readability */
  padding-right: 20px;
  border-right: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
}

.lextalk-details {
  padding-left: 24px;
}

.lextalk-badge {
  display: inline-block;
  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;
}

/* Heading Font for Session Titles */
.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 for Mobile View */
@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;
  }
}/* End custom CSS */