/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Import Rubik font - MUST be first */

/* ==========================================================================
   Existing Overrides
   ========================================================================== */

#call-to-action > div > a {
  color: black !important;
}

#footer-outer .nectar-button:hover {
  color: black !important;
}

.h4-mulish {
	font-family: Mulish !important;
	font-size: 28px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 36px !important; 
}

/* Override Salient mega menu active heading highlight */
#header-outer:not([data-format="left-header"]) nav > ul > .megamenu > ul > .current-menu-ancestor.menu-item-has-children > a {
  color: inherit !important; /* or your desired color */
}

.lc-sign-in {
	margin-right: 10px !important;
}

/* Center menu under Resources tab */
@media (max-width: 1366px) {
  li.menu-item-493991136 > ul.sub-menu.tracked-pos {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    max-width: calc(100vw - 32px);
  }
}


/* ==========================================================================
   LC Custom Testimonial Slider - Figma Design
   ========================================================================== */

/* Slider Container */
.lc-testimonial-slider {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 96px;
  font-family: 'Rubik', sans-serif;
  overflow: hidden;
}

.lc-testimonial-slider-heading {
  margin-bottom: 32px;
}

/* Track that holds all slides */
.lc-testimonial-track {
  width: 100%;
  overflow: visible;
  position: relative;
}

/* Slides container - flexbox for horizontal layout */
.lc-testimonial-slides {
  display: flex;
  gap: 32px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  align-items: center;
}

/* Individual Testimonial Card */
.lc-testimonial-card {
  flex: 0 0 min(650px, 70vw);
  width: min(650px, 70vw);
  min-width: min(650px, 70vw);
  padding: 64px;
  border-radius: 16px;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s ease;
  background: transparent;
  transform: scale(0.9);
  opacity: 0.7;
}

/* Active/Center Card */
.lc-testimonial-card.is-active {
  background-color: #00468b;
  box-shadow: 0px 20px 38px rgba(0, 0, 0, 0.11);
  transform: scale(1);
  opacity: 1;
}

/* Card Content */
.lc-testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Quote Text */
.lc-testimonial-quote {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  color: #888888;
  transition: color 0.4s ease;
  padding-bottom: 0px !important;
}

.lc-testimonial-card.is-active .lc-testimonial-quote {
  color: #ffffff;
}

/* Author Section */
.lc-testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  text-align: center;
}

/* Author Name */
.lc-testimonial-name {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #888888;
  transition: color 0.4s ease;
  padding-bottom: 0px !important;
}

.lc-testimonial-card.is-active .lc-testimonial-name {
  color: #ffffff;
}

/* Author Title */
.lc-testimonial-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #888888;
  transition: color 0.4s ease;
}

.lc-testimonial-card.is-active .lc-testimonial-title {
  color: #ffffff;
}

/* Company Logo */
.lc-testimonial-logo {
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.lc-testimonial-logo img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(0, 0, 0, 0.13);
  box-shadow: 0 15px 37px rgba(0, 0, 0, 0.15);
  filter: grayscale(100%) brightness(0.8);
  transition: filter 0.4s ease, border-color 0.4s ease;
}

.lc-testimonial-card.is-active .lc-testimonial-logo img {
  filter: grayscale(0%) brightness(1);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Navigation Container */
.lc-testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

/* Navigation Arrows */
.lc-nav-arrow {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  transition: background-color 0.2s ease;
}

.lc-nav-arrow:hover {
  background-color: rgba(0, 70, 139, 0.05);
}

.lc-nav-arrow:focus {
  outline: 2px solid #00468b;
  outline-offset: 2px;
}

.lc-nav-arrow svg {
  width: 24px;
  height: 24px;
}

.lc-nav-arrow svg path {
  stroke: #333333;
  transition: stroke 0.2s ease;
}

.lc-nav-arrow:hover svg path {
  stroke: #00468b;
}

/* Navigation Dots Container */
.lc-nav-dots {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Individual Dot */
.lc-nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 200px;
  background-color: rgba(0, 70, 139, 0.05);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.lc-nav-dot:hover {
  background-color: rgba(0, 70, 139, 0.2);
  transform: scale(1.2);
}

.lc-nav-dot.is-active {
  background-color: #00468b;
}

.lc-nav-dot:focus {
  outline: 2px solid #00468b;
  outline-offset: 2px;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media screen and (max-width: 1400px) {
  .lc-testimonial-card {
    flex: 0 0 500px;
    width: 500px;
    min-width: 500px;
    padding: 48px;
  }
}

@media screen and (max-width: 1100px) {
  .lc-testimonial-card {
    flex: 0 0 450px;
    width: 450px;
    min-width: 450px;
    padding: 40px;
  }
}

@media screen and (max-width: 900px) {
  .lc-testimonial-card {
    flex: 0 0 380px;
    width: 380px;
    min-width: 380px;
    padding: 32px;
  }

  .lc-testimonial-quote {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 600px) {
  .lc-testimonial-card {
    flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
    padding: 24px;
  }

  .lc-testimonial-nav {
    gap: 8px;
    margin-top: 24px;
  }

  .lc-nav-dots {
    gap: 12px;
  }
}

@media screen and (max-height: 650px) {
  .lc-testimonial-slider {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

 

  .lc-testimonial-slider-heading {
    margin-bottom: 16px !important;
  }
}

/* ==========================================================================
   LC News & Insights Carousel - Figma Design
   ========================================================================== */

/* Section Background */
.lc-news-section {
  background-color: #f2f6f9;
  padding: 96px 0 128px 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Container */
.lc-news-container {
  max-width: none;
  width: 100%;
}

/* Header - outside container, follows main WordPress container width */
.lc-news-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  width: 100%;
  padding-right: 0;
}

.lc-news-header-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.lc-news-title {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #333333;
  margin: 0;
}

.lc-news-subtitle {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 0;
}

/* Navigation Arrows */
.lc-news-nav-arrows {
  display: flex;
  gap: 16px;
  align-items: center;
}

.lc-news-arrow {
  width: 56px;
  height: 56px;
  border: 4px solid #f47920;
  border-radius: 200px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
  padding: 0;
}

.lc-news-arrow:hover {
  background-color: rgba(244, 121, 32, 0.1);
  transform: scale(1.05);
}

.lc-news-arrow:focus {
  outline: 2px solid #f47920;
  outline-offset: 2px;
}

.lc-news-arrow svg {
  width: 24px;
  height: 24px;
}

/* Carousel Container */
.lc-news-carousel {
  overflow: visible;
  width: 100%;
}

.lc-news-track {
  overflow: visible;
  width: 100%;
}

.lc-news-slides {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Blog Card */
.lc-news-card {
  flex: 0 0 360px;
  width: 360px;
  min-width: 360px;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: white;
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
  transform: scale(0.92);
  opacity: 0.7;
}

/* Fully visible cards */
.lc-news-card.is-visible {
  transform: scale(1);
  opacity: 1;
}

/* Partially visible cards (peeking in) */
.lc-news-card.is-partial {
  transform: scale(0.92);
  opacity: 0.7;
}

.lc-news-card.is-visible:hover {
  transform: scale(1) translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.lc-news-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* Card Image */
.lc-news-card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.lc-news-card-image img,
.lc-news-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  display: block;
}

.lc-news-card:hover .lc-news-card-image img {
  transform: scale(1.05);
}

.lc-news-no-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00468b 0%, #0066cc 100%);
}

/* Card Content */
.lc-news-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 210px;
  max-height: 210px;
  flex-shrink: 0;
  background: white;
  overflow: hidden;
  gap: 0;
}

.lc-news-card-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #00468b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/* Tags */
.lc-news-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.lc-news-tag {
  display: inline-flex;
  align-items: center;
  background-color: rgba(0, 70, 139, 0.05);
  padding: 4px 14px;
  border-radius: 200px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #00468b;
}

/* No Posts Message */
.lc-news-no-posts {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #666;
  padding: 40px;
  text-align: center;
}

/* ==========================================================================
   LC News Carousel - Responsive Styles
   ========================================================================== */

@media screen and (max-width: 1200px) {
  .lc-news-card {
    flex: 0 0 320px;
    width: 320px;
    min-width: 320px;
    height: 450px;
  }

  .lc-news-card-image {
    height: 220px;
  }

  .lc-news-card-content {
    height: 230px;
    max-height: 230px;
    padding: 20px;
  }
}

@media screen and (max-width: 900px) {
  .lc-news-section {
    padding: 64px 0 80px 0;
  }

  .lc-news-header {
    flex-direction: column;
    gap: 24px;
  }

  .lc-news-nav-arrows {
    align-self: flex-start;
  }

  .lc-news-title {
    font-size: 28px;
    line-height: 36px;
  }

  .lc-news-card {
    flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .lc-news-section {
    padding: 48px 0 64px 0;
  }

  .lc-news-title {
    font-size: 24px;
    line-height: 32px;
  }

  .lc-news-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .lc-news-arrow {
    width: 48px;
    height: 48px;
  }

  .lc-news-card {
    flex: 0 0 280px;
    width: 280px;
    min-width: 280px;
    height: 420px;
  }

  .lc-news-card-image {
    height: 190px;
  }

  .lc-news-card-content {
    height: 230px;
    max-height: 230px;
    padding: 16px;
    gap: 12px;
  }

  .lc-news-card-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-height: 650px) {
  .lc-news-header {
   margin-bottom: 16px ;
  }

  .lc-news-header-text {
   gap: 8px ;
  }

  .lc-news-card {
    height: 400px ;
  }

  .lc-news-card-image {
    height: 190px ;
  }

  .lc-news-nav-arrows {
    margin-top: 30px;
  }

}

/* ==========================================================================
   LC Compare Our Solutions Table - Figma Design
   ========================================================================== */

.lc-comparison-section {
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0px;
  padding-left: 0px;
}

.lc-comparison-title {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #333333;
  margin: 0 0 125px 0;
}

/* Table Container */
.lc-comparison-table {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 16px;
  overflow: visible;
  position: relative;
}

/* When government is highlighted, policy gets right border */
.lc-comparison-table[data-highlight='government']
  .lc-table-header
  .lc-solution-cell[data-solution='policy']:not(.is-highlighted) {
  border-right: 1px solid #e0e0e0;
}

/* Non-highlighted headers need top border */
.lc-table-header .lc-solution-cell:not(.is-highlighted) {
  border-top: 1px solid #e0e0e0;
}

/* Table Header & Body */
.lc-table-header,
.lc-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.lc-table-header {
  position: relative;
  max-height: 62px;
}

.lc-table-body {
  display: flex;
  flex-direction: column;
}

/* Table Cells */
.lc-table-cell {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header cells - reduced height */
.lc-table-header .lc-table-cell {
  padding: 0px 24px;
}

/* Solution columns in body - horizontal borders */
.lc-table-body .lc-solution-cell {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

/* Feature Column (first column) */
.lc-feature-cell {
  justify-content: flex-start;
  background: #f2f6f9;
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

/* Feature column body rows - border with left inset */
.lc-table-body .lc-feature-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 0;
  height: 1px;
  background-color: #e0e0e0;
}

.lc-table-row:last-child .lc-feature-cell::after {
  display: none;
}

/* Feature column header - top left radius */
.lc-table-header .lc-feature-cell {
  background: #f2f6f9;
  border-radius: 16px 0 0 0;
  border-top: 1px solid #e0e0e0;
}

/* Feature column last row - bottom left radius */
.lc-table-row:last-child .lc-feature-cell {
  border-radius: 0 0 0 16px;
  border-bottom: 1px solid #e0e0e0;
}

.lc-table-row:last-child .lc-solution-cell {
  border-bottom: 1px solid #e0e0e0;
}

.lc-feature-label {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.lc-feature-name {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

/* Solution Columns */
.lc-solution-cell {
  position: relative;
  transition: background-color 0.3s ease;
  max-height: 62px;
}

/* Solution Header */
.lc-solution-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 0;
}

.lc-solution-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.lc-solution-icon img {
  max-width: 20px;
  max-height: 20px;
  margin-bottom: 0px !important;
  object-fit: contain;
}

.lc-solution-icon svg {
  width: 20px;
  height: 20px;
}

/* Highlighted column icon - rounded background */
.lc-solution-cell.is-highlighted .lc-solution-icon {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.25);
}

.lc-solution-name {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

/* Non-highlighted columns body */
.lc-table-body .lc-solution-cell:not(.is-highlighted) {
  background: #ffffff;
}

.lc-solution-cell:not(.is-highlighted) .lc-table-dash {
  color: #333333;
}

/* White vertical border between adjacent non-highlighted columns */
/* When contracting is highlighted: policy and government are adjacent */
.lc-comparison-table[data-highlight='contracting']
  .lc-solution-cell[data-solution='policy']:not(.is-highlighted) {
  border-right: 1px solid #e0e0e0;
}
/* When government is highlighted: contracting and policy are adjacent */
.lc-comparison-table[data-highlight='government']
  .lc-solution-cell[data-solution='contracting']:not(.is-highlighted) {
  border-right: 1px solid #e0e0e0;
}

/* Non-highlighted column headers - colored backgrounds with white text */
.lc-table-header .lc-solution-cell:not(.is-highlighted) .lc-solution-icon,
.lc-table-header .lc-solution-cell:not(.is-highlighted) .lc-solution-name {
  color: #ffffff;
}

/* Non-highlighted checkmarks - colored circle with WHITE check */
.lc-table-body .lc-solution-cell:not(.is-highlighted) .lc-table-check {
  border-radius: 50%;
  padding: 0px !important;
}

/* Hide the inner circle from old SVG structure */
.lc-table-body .lc-solution-cell:not(.is-highlighted) .lc-table-check circle {
  display: none !important;
}

/* White checkmark stroke for non-highlighted columns */
.lc-table-body .lc-solution-cell:not(.is-highlighted) .lc-table-check path {
  stroke: #ffffff !important;
}

/* Contracting column (non-highlighted) */
.lc-table-header
  .lc-solution-cell[data-solution='contracting']:not(.is-highlighted) {
  background-color: #f47920;
}
.lc-table-body
  .lc-solution-cell[data-solution='contracting']:not(.is-highlighted)
  .lc-table-check {
  background-color: #f47920;
}

/* Policy column (non-highlighted) */
.lc-table-header
  .lc-solution-cell[data-solution='policy']:not(.is-highlighted) {
  background-color: #00b4d8;
}
.lc-table-body
  .lc-solution-cell[data-solution='policy']:not(.is-highlighted)
  .lc-table-check {
  background-color: #00b4d8;
}

/* Government column (non-highlighted) - last column gets top-right radius normally */
.lc-table-header
  .lc-solution-cell[data-solution='government']:not(.is-highlighted) {
  background-color: #00468b;
  border-radius: 0 16px 0 0;
}
.lc-table-body
  .lc-solution-cell[data-solution='government']:not(.is-highlighted)
  .lc-table-check {
  background-color: #00468b;
}

/* Last row right corner radius */
.lc-table-row:last-child
  .lc-solution-cell[data-solution='government']:not(.is-highlighted) {
  border-radius: 0 0 16px 0;
}

/* When government is highlighted, policy is adjacent - no rounded corners */
/* (Highlighted column extends beyond, so policy shouldn't have right radius) */

/* Highlighted Column Base Styles */
.lc-solution-cell.is-highlighted {
  position: relative;
  z-index: 2;
  max-height: none;
}

.lc-solution-cell.is-highlighted .lc-solution-icon,
.lc-solution-cell.is-highlighted .lc-solution-name {
  color: #ffffff;
}

.lc-solution-cell.is-highlighted .lc-table-dash {
  color: #ffffff;
}

/* Highlighted checkmarks - white circle with colored check */
.lc-solution-cell.is-highlighted .lc-table-check {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0px !important;
}

/* Hide the inner circle from old SVG structure */
.lc-solution-cell.is-highlighted .lc-table-check circle {
  display: none !important;
}

/* Highlighted Column Header - Elevated, no borders */
.lc-table-header .lc-solution-cell.is-highlighted {
  border-radius: 16px 16px 0 0;
  margin-top: -68px;
  padding-top: 20px;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}

/* Highlighted Column Body Rows - only horizontal borders between rows */
.lc-table-body .lc-solution-cell.is-highlighted {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Last row of highlighted column - no bottom border, extends down */
.lc-table-row:last-child .lc-solution-cell.is-highlighted {
  border-radius: 0 0 16px 16px;
  padding-bottom: 48px;
  margin-bottom: -24px;
  border: none !important;
}

/* Contracting Highlight (Orange) */
.lc-comparison-table[data-highlight='contracting']
  .lc-solution-cell.is-highlighted {
  background-color: #f47920;
}
.lc-comparison-table[data-highlight='contracting']
  .lc-solution-cell.is-highlighted
  .lc-table-check
  path {
  stroke: #f47920 !important;
}

/* Policy Highlight (Cyan) */
.lc-comparison-table[data-highlight='policy'] .lc-solution-cell.is-highlighted {
  background-color: #00b4d8;
}
.lc-comparison-table[data-highlight='policy']
  .lc-solution-cell.is-highlighted
  .lc-table-check
  path {
  stroke: #00b4d8 !important;
}

/* Government Highlight (Dark Blue) */
.lc-comparison-table[data-highlight='government']
  .lc-solution-cell.is-highlighted {
  background-color: #00468b;
}
.lc-comparison-table[data-highlight='government']
  .lc-solution-cell.is-highlighted
  .lc-table-check
  path {
  stroke: #00468b !important;
}

/* Checkmark & Dash */
.lc-table-check {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
}

.lc-table-check svg {
  width: 16px;
  height: 16px;
}

.lc-table-check svg path {
  stroke: inherit;
}

.lc-table-dash {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/* ==========================================================================
   LC Comparison Table - Responsive (Mobile/Tablet)
   ========================================================================== */

@media screen and (max-width: 900px) {
  /* Table body border */
  .lc-table-body {
    border-top: none;
    border-radius: 0 0 16px 16px;
  }
  .lc-comparison-section {
    padding: 48px 0px;
  }

  .lc-comparison-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 100px;
  }

  /* Hide non-highlighted columns on mobile */
  .lc-table-header,
  .lc-table-row {
    grid-template-columns: 1fr 1fr;
  }

  .lc-solution-cell:not(.is-highlighted) {
    display: none;
  }

  /* Adjust highlighted column on mobile - reduce size, no borders at all */
  .lc-table-header .lc-solution-cell.is-highlighted {
    margin-top: -62px;
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px 12px 0 0;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }

  .lc-table-row:last-child .lc-solution-cell.is-highlighted {
    border-radius: 0 0 12px 12px;
    padding-bottom: 24px;
    margin-bottom: -12px;
    border: none;
  }

  /* Ensure highlighted body cells - only horizontal borders */
  .lc-table-body .lc-solution-cell.is-highlighted {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

 

  /* Stack icon and text vertically on mobile */
  .lc-solution-header {
    flex-direction: column;
    gap: 4px;
  }

  /* Adjust feature cell corners on mobile */
  .lc-table-header .lc-feature-cell {
    border-radius: 12px 0 0 0;
  }

  .lc-table-row:last-child .lc-feature-cell {
    border-radius: 0 0 0 12px;
  }

  .lc-table-cell {
    padding: 14px 16px;
  }
  .lc-table-cell .lc-feature-cell {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }

  .lc-table-header {
    max-height: none;
  }
}

@media screen and (max-width: 600px) {
  /* Table body border */
  .lc-table-body {
    border-top: none;
    border-radius: 0 0 16px 16px;
  }
  .lc-comparison-section {
    padding: 32px 0px;
  }

  .lc-comparison-title {
    font-size: 24px;
    line-height: 32px;
  }

  .lc-feature-name {
    font-size: 13px;
  }

  .lc-solution-name {
    font-size: 14px;
  }

  .lc-table-cell {
    padding: 12px 12px;
  }

  .lc-table-cell .lc-feature-cell {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }

  .lc-table-header {
    max-height: none;
  }
}

/* ==========================================================================
   LC Quote Card Testimonial Slider - New Figma Design
   ========================================================================== */

/* Slider Container */
.lc-quote-slider {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 96px 0 48px 64px;
  font-family: 'Rubik', sans-serif;
  overflow: hidden;
  background-color: #00b4df;
}

/* Track that holds all slides */
.lc-quote-track {
  width: 100%;
  overflow: visible;
  position: relative;
}

/* Slides container - flexbox for horizontal layout */
.lc-quote-slides {
  display: flex;
  gap: 48px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Individual Quote Card */
.lc-quote-card {
  flex: 0 0 calc(100vw - 250px);
  width: calc(100vw - 250px);
  min-width: calc(100vw - 475px);
  max-width: 1000px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 16px;
  padding: 56px 56px 28px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0.5;
  transform: scale(0.85);
  transform-origin: center center;
}

/* Active/Center Card */
.lc-quote-card.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Decorative Quote Mark */
.lc-quote-decorative {
  position: absolute;
  top: -60px;
  right: 40px;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 480px;
  line-height: 1;
  color: #f2f6f9;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Card Content */
.lc-quote-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Card Subtitle (e.g., "Don't Take Our Word For It") */
.lc-quote-card-subtitle {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #00468b;
  margin: 0;
  padding-bottom: 0px !important;
}

/* Card Body */
.lc-quote-card-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Quote Text */
.lc-quote-card-text {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #333333;
  margin: 0;
  padding-bottom: 0px !important;
}

/* Divider Line */
.lc-quote-card-divider {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

/* Author Section */
.lc-quote-card-author {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* Author Icon Circle */
.lc-quote-author-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 200px;
  background-color: #a75151;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-quote-author-icon svg {
  width: 24px;
  height: 24px;
}

/* Author Info */
.lc-quote-author-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Author Title (Job Title) */
.lc-quote-author-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #a75151;
  margin: 0;
  padding-bottom: 0px !important;
}

/* Author Company */
.lc-quote-author-company {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0;
}

/* Quote Slider Navigation - Override colors for teal background */
.lc-quote-slider .lc-testimonial-nav {
  margin-top: 40px;
  margin-right: 64px ;
}

.lc-quote-slider .lc-nav-arrow {
  color: #333333;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 200px;
}

.lc-quote-slider .lc-nav-arrow:hover {
  background: #ffffff;
}

.lc-quote-slider .lc-nav-arrow:focus {
  outline-color: #ffffff;
}

.lc-quote-slider .lc-nav-arrow svg path {
  stroke: #333333;
}

.lc-quote-slider .lc-nav-dot {
  background-color: rgba(255, 255, 255, 0.3);
}

.lc-quote-slider .lc-nav-dot:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.lc-quote-slider .lc-nav-dot.is-active {
  background-color: #ffffff;
}

.lc-quote-slider .lc-nav-dot:focus {
  outline-color: #ffffff;
}

/* Custom icon support */
.lc-quote-author-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* ==========================================================================
   LC Quote Card Slider - Responsive Styles
   ========================================================================== */

@media screen and (max-width: 1400px) {
  .lc-quote-card {
    padding: 48px 48px 24px;
  }

  .lc-quote-decorative {
    font-size: 380px;
    top: -60px;
    right: 30px;
  }

  .lc-quote-card-text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1100px) {
  .lc-quote-slider {
    padding: 64px 0 40px 64px;
  }

  .lc-quote-card {
    padding: 40px 40px 24px;
  }

  .lc-quote-decorative {
    font-size: 300px;
    top: -40px;
    right: 20px;
  }

  .lc-quote-card-subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .lc-quote-card-text {
    font-size: 22px;
    line-height: 30px;
  }

  .lc-quote-card-content {
    gap: 24px;
  }

  .lc-quote-card-body {
    gap: 24px;
  }
}

@media screen and (max-width: 900px) {
  .lc-quote-slider {
    padding: 48px 64px 32px 64px;
    overflow: hidden;
  }



  .lc-quote-slides {
    gap: 32px;
  }

  .lc-quote-card {
    flex: 0 0 calc(100vw - 128px);
    width: calc(100vw - 128px);
    min-width: calc(100vw - 128px);
    padding: 32px 32px 20px;
    transform: scale(1);
    opacity: 1;
  }

  .lc-quote-card:not(.is-active) {
    opacity: 0;
  }

  .lc-quote-decorative {
    font-size: 240px;
    top: -30px;
    right: 10px;
  }

  .lc-quote-card-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .lc-quote-card-text {
    font-size: 20px;
    line-height: 28px;
  }

  .lc-quote-author-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .lc-quote-author-icon svg,
  .lc-quote-author-icon img {
    width: 20px;
    height: 20px;
  }

  .lc-quote-author-title,
  .lc-quote-author-company {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 600px) {
  .lc-quote-slider {
    padding: 40px 32px 24px 32px;
  }

  .lc-quote-slides {
    gap: 24px;
  }

  .lc-quote-card {
    flex: 0 0 calc(100vw - 64px);
    width: calc(100vw - 64px);
    min-width: calc(100vw - 64px);
    padding: 24px 24px 16px;
    border-radius: 12px;
  }

  .lc-quote-decorative {
    font-size: 160px;
    top: -20px;
    right: 5px;
  }

  .lc-quote-card-content {
    gap: 16px;
  }

  .lc-quote-card-body {
    gap: 16px;
  }

  .lc-quote-card-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .lc-quote-card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .lc-quote-author-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .lc-quote-author-icon svg {
    width: 18px;
    height: 18px;
  }

  .lc-quote-author-title,
  .lc-quote-author-company {
    font-size: 13px;
    line-height: 20px;
  }

  .lc-quote-slider .lc-testimonial-nav {
    margin-top: 24px;
    margin-right: 64px;
    gap: 8px;
  }
}

@media screen and (max-height: 650px) {

  .lc-quote-card-content {
    gap: 12px !important;
  }

  .lc-quote-card-body {
    gap: 12px !important;
  }

  
  .lc-quote-slider {
    padding-bottom: 0px !important;
    margin-bottom: 16px !important;
  }

  .lc-quote-slider .lc-testimonial-nav {
    margin-top: 24px !important;
    margin-right: 64px !important;
  
  }
}

/* ==========================================================================
   LC Case Study Testimonial Slider - Two-Column Layout
   ========================================================================== */

/* Slider Container */
.lc-case-studies-heading {
  margin-bottom: 48px !important;
}

.lc-case-study-slider {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0px 0 48px 0;
  font-family: 'Rubik', sans-serif;
  overflow: hidden;
  background-color: #ffffff;
}

/* Track that holds all slides */
.lc-case-study-track {
  width: 100%;
  overflow: visible;
  position: relative;
}

/* Slides container - flexbox for horizontal layout */
.lc-case-study-slides {
  display: flex;
  gap: 32px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  align-items: center;
}

/* Individual Case Study Card */
.lc-case-card {
  flex: 0 0 min(897px, 70vw);
  width: min(897px, 70vw);
  min-width: min(897px, 70vw);
  padding: 56px;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s ease, transform 0.4s ease;
  background: #ffffff;
  transform: scale(0.9);
  opacity: 0.6;
}

/* Active/Center Card - Gradient Background */
.lc-case-card.is-active {
  transform: scale(1);
  opacity: 1;
  background: linear-gradient(160deg, #00468b 0%, #00b4df 100%);
}

/* Card Content - Two Column Layout */
.lc-case-content {
  display: flex;
  gap: 24px;
  align-items: stretch;
  height: 100%;
}

/* Left Column - Quote Section */
.lc-case-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

/* Quote Mark */
.lc-case-quote-mark {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 52px;
  height: 52px;
  color: #888888;
  transition: color 0.4s ease;
}

.lc-case-card.is-active .lc-case-quote-mark {
  color: #ffffff;
}

/* Quote Mark Image */
.lc-case-quote-mark-img {
  width: auto;
  height: 96px;
  max-width: 24px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg);
  transition: filter 0.4s ease;
}

.lc-case-card.is-active .lc-case-quote-mark-img {
  filter: brightness(0) invert(1);
}

/* Quote Text */
.lc-case-quote {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #888888;
  margin: 0;
  transition: color 0.4s ease;
  padding-bottom: 0px !important;
}

.lc-case-card.is-active .lc-case-quote {
  color: #ffffff;
}

/* Author Name */
.lc-case-author {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  margin: 0;
  transition: color 0.4s ease;
  padding-bottom: 0px !important;
}

.lc-case-card.is-active .lc-case-author {
  color: #ffffff;
}

/* Company Logo */
.lc-case-logo {
  height: 32px;
  display: flex;
  align-items: center;
}

.lc-case-logo img {
  height: 32px !important;
  width: auto !important;
  max-width: 104px !important;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.6);
  transition: filter 0.4s ease;
}

.lc-case-card.is-active .lc-case-logo img {
  filter: brightness(0) invert(1);
}

/* Vertical Divider */
.lc-case-divider {
  width: 1px;
  background-color: #d9d9d9;
  align-self: stretch;
  flex-shrink: 0;
}

/* Right Column - Challenge/Solution */
.lc-case-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

/* Section (Challenge/Solution) */
.lc-case-section {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* Section Icon */
.lc-case-section-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #888888;
  transition: color 0.4s ease;
}

.lc-case-card.is-active .lc-case-section-icon {
  color: #ffffff;
}

.lc-case-section-icon svg {
  width: 24px;
  height: 24px;
}

/* Section Icon Image */
.lc-case-section-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(0deg);
  transition: filter 0.4s ease;
}

.lc-case-card.is-active .lc-case-section-icon-img {
  filter: brightness(0) invert(1);
}

/* Section Content */
.lc-case-section-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

/* Section Title */
.lc-case-section-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  margin: 0;
  transition: color 0.4s ease;
  padding-bottom: 0px !important;
}

.lc-case-card.is-active .lc-case-section-title {
  color: #ffffff;
}

/* Section Text */
.lc-case-section-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  margin: 0;
  transition: color 0.4s ease;
}

.lc-case-card.is-active .lc-case-section-text {
  color: #ffffff;
}

/* Case Study Slider Navigation */
.lc-case-study-slider .lc-testimonial-nav {
  margin-top: 48px;
  margin-right: 0px !important;
}

.lc-case-study-slider .lc-nav-arrow {
  color: #333333;
}

.lc-case-study-slider .lc-nav-arrow:hover {
  background-color: rgba(0, 70, 139, 0.05);
}

.lc-case-study-slider .lc-nav-arrow svg path {
  stroke: #333333;
}

.lc-case-study-slider .lc-nav-dot {
  background-color: rgba(0, 70, 139, 0.05);
}

.lc-case-study-slider .lc-nav-dot:hover {
  background-color: rgba(0, 70, 139, 0.2);
}

.lc-case-study-slider .lc-nav-dot.is-active {
  background-color: #00468b;
}

/* ==========================================================================
   LC Case Study Slider - Responsive Styles
   ========================================================================== */

@media screen and (max-width: 1400px) {
  .lc-case-card {
    flex: 0 0 min(780px, 70vw);
    width: min(780px, 70vw);
    min-width: min(780px, 70vw);
    padding: 48px;
  }

  .lc-case-quote-mark {
    font-size: 72px;
    line-height: 40px;
    height: 40px;
  }

  .lc-case-quote-mark-img {
    height: 72px;
  }

  .lc-case-quote {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 1100px) {
  .lc-case-study-slider {
    padding: 0px 0 40px 0;
  }

  .lc-case-card {
    flex: 0 0 min(650px, 75vw);
    width: min(650px, 75vw);
    min-width: min(650px, 75vw);
    padding: 40px;
  }

  .lc-case-content {
    gap: 20px;
  }

  .lc-case-left,
  .lc-case-right {
    gap: 20px;
  }

  .lc-case-quote-mark {
    font-size: 60px;
    line-height: 36px;
    height: 36px;
  }

  .lc-case-quote-mark-img {
    height: 60px;
  }

  .lc-case-quote {
    font-size: 15px;
    line-height: 24px;
  }

  .lc-case-section-text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 900px) {
  .lc-case-study-slider {
    padding: 0px 0 32px 0;
  }

  .lc-case-study-slides {
    gap: 24px;
  }

  .lc-case-card {
    flex: 0 0 min(500px, 80vw);
    width: min(500px, 80vw);
    min-width: min(500px, 80vw);
    padding: 32px;
  }

  /* Stack columns vertically on tablet */
  .lc-case-content {
    flex-direction: column;
    gap: 24px;
  }

  .lc-case-divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }

  .lc-case-quote-mark {
    font-size: 48px;
    line-height: 28px;
    height: 28px;
  }

  .lc-case-quote-mark-img {
    height: 48px;
  }

  .lc-case-left,
  .lc-case-right {
    gap: 16px;
  }
}

@media screen and (max-width: 600px) {
  .lc-case-study-slider {
    padding: 0px 16px 24px 16px;
  }

  .lc-case-study-slides {
    gap: 16px;
  }

  .lc-case-card {
    flex: 0 0 min(320px, calc(100vw - 96px));
    width: min(320px, calc(100vw - 96px));
    min-width: min(320px, calc(100vw - 96px));
    padding: 24px;
    border-radius: 12px;
  }

  .lc-case-content {
    gap: 20px;
  }

  .lc-case-quote-mark {
    font-size: 40px;
    line-height: 24px;
    height: 24px;
  }

  .lc-case-quote-mark-img {
    height: 40px;
  }

  .lc-case-quote {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0px !important;
  }

  .lc-case-author {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0px !important;
  }

  .lc-case-section {
    gap: 12px;
  }

  .lc-case-section-icon {
    width: 20px;
    height: 20px;
  }

  .lc-case-section-icon svg {
    width: 20px;
    height: 20px;
  }

  .lc-case-section-icon-img {
    width: 20px;
    height: 20px;
  }

  .lc-case-section-title,
  .lc-case-section-text {
    font-size: 13px;
    line-height: 20px;
  }

  .lc-case-section-content {
    gap: 12px;
  }

  .lc-case-study-slider .lc-testimonial-nav {
    margin-top: 24px;
    margin-right: 0px !important;
  }
}

/* ==========================================================================
   LC Case Study Slider - Max Height Breakpoint (for short screens)
   ========================================================================== */

@media screen and (max-height: 650px) {

  .lc-case-studies-heading {
    margin-bottom: 20px !important;
  }

  .lc-testimonial-nav {
    margin-top: 10px !important;
    margin-right: 0px !important;
  }

  .lc-case-study-slider {
    padding: 0px 24px 24px 24px;
  }

  .lc-case-study-slides {
    gap: 16px;
  }

  /* Inactive cards - scale down more to show less */
  .lc-case-card {
    transform: scale(0.75);
    opacity: 0.5;
  }

  /* Active card - slightly wider but not too wide, with reduced padding */
  .lc-case-card.is-active {
    flex: 0 0 min(800px, 72vw);
    width: min(800px, 72vw);
    min-width: min(800px, 72vw);
    padding: 32px 40px;
    transform: scale(1);
    opacity: 1;
  }

  /* Reduce content gaps */
  .lc-case-content {
    gap: 16px;
  }

  .lc-case-left,
  .lc-case-right {
    gap: 12px;
  }

  /* Smaller quote mark */
  .lc-case-quote-mark {
    font-size: 64px;
    line-height: 36px;
    height: 36px;
  }

  .lc-case-quote-mark-img {
    height: 64px;
  }

  /* Smaller quote text */
  .lc-case-quote {
    font-size: 15px;
    line-height: 22px;
  }

  /* Smaller author */
  .lc-case-author {
    font-size: 14px;
    line-height: 20px;
  }

  /* Smaller logo */
  .lc-case-logo {
    height: 24px;
  }

  .lc-case-logo img {
    height: 24px !important;
    max-width: 80px !important;
  }

  /* Smaller section gaps */
  .lc-case-section {
    gap: 12px;
  }

  .lc-case-section-content {
    gap: 10px;
  }

  /* Smaller section icons */
  .lc-case-section-icon {
    width: 20px;
    height: 20px;
  }

  .lc-case-section-icon svg {
    width: 20px;
    height: 20px;
  }

  .lc-case-section-icon-img {
    width: 20px;
    height: 20px;
  }

  /* Smaller section titles and text */
  .lc-case-section-title {
    font-size: 14px;
    line-height: 20px;
  }

  .lc-case-section-text {
    font-size: 14px;
    line-height: 20px;
  }

  /* Reduce navigation margin to fit buttons */
  .lc-case-study-slider .lc-testimonial-nav {
    margin-top: 20px;
  }

  /* Smaller navigation buttons if needed */
  .lc-case-study-slider .lc-nav-arrow {
    width: 36px;
    height: 36px;
  }

  .lc-case-study-slider .lc-nav-dot {
    width: 8px;
    height: 8px;
  }
}

/* Ensure zero padding-bottom across all breakpoints for testimonial/quote text elements */
.lc-case-author,
.lc-case-quote,
.lc-quote-card-subtitle,
.lc-quote-card-text,
.lc-testimonial-quote,
.lc-testimonial-name {
  padding-bottom: 0px !important;
}
