  .solution-section {
    padding: 80px 20px;
    min-height: 100vh;
  }

  .feature-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.72) 100%);
    width: 100%;
    max-width: 361px;
    height: auto;
    min-height: 114px;
    opacity: 1;
    padding: 25px;
    border-radius: 12px;
    backdrop-filter: blur(36.4px);
    box-shadow: 0px 3px 9.7px 0px rgba(2, 2, 2, 0.12);
    margin-bottom: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-mockup {
    max-width: 100%;
    height: auto;
    max-height: 500px;
  }

  /* Responsive Design */
  @media (max-width: 1200px) {
    .feature-box {
      max-width: 320px;
    }
  }

  @media (max-width: 991px) {
    .solution-section {
      padding: 60px 15px;
    }

    .feature-box {
      text-align: center;
      max-width: 574px;
      margin: 0 auto 25px;
    }
  }

  @media (max-width: 768px) {
    .solution-section {
      padding: 40px 10px;
    }

    .feature-box {
      max-width: 100%;
      padding: 20px;
    }
  }

  @media (max-width: 576px) {
    .solution-section {
      padding: 30px 5px;
    }

    .feature-box {
      padding: 15px;
      margin-bottom: 15px;
    }
  }

  /* Sections */
  #FlushExample {
    height: 100vh;
    overflow-y: scroll
  }

  #accordionFlushExample {
    height: 52vh;
    overflow-y: scroll
  }

  .accordion-item {
    background-color: transparent !important;
    border-top: 1px solid #526577 !important
  }

  .accordion-button {
    background-color: transparent !important
  }

  .accordion-button:focus {
    box-shadow: none !important
  }

  .accordion-button::after {
    background-image: url(https://d2q4gipm2ebkzp.cloudfront.net/img/plus.png) !important
  }

  .fixed-green-line {
    width: 3px;
    height: 100%;
    /* Make it stretch vertically */
    background: #21D496;
    border-radius: 2px;
    position: absolute;
    left: 0px;
    /* or adjust until aligned */
    top: 0;
    z-index: 3;
  }

  .features-list {
    position: relative;
    /* <-- Required */
    height: 400px;
    overflow-y: auto;
    padding-left: 20px;
    scrollbar-width: none;
  }


  .features-list::-webkit-scrollbar {
    display: block;
  }

  /* Fixed grey line that doesn't scroll */
  .features-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 400px;
    background: #555;
    border-radius: 2px;
    z-index: 2;
  }

  @media (max-width: 768px) {
    .features-list {
      height: 350px;
    }

    .features-wrapper::before {
      height: 350px;
    }
  }

  .bg-gradient-dark {
    background: linear-gradient(135deg, #0a0e1a 0%, #1a1f35 100%);
    min-height: 100vh;
  }

  .icon-img {
    width: 18px;
    height: 18px;
  }

  /* Mobile responsiveness */
  @media (max-width: 768px) and (min-width:576px) {
    .comparison-table {
      margin: 0 1rem;
    }

    .comparison-wrapper {
      display: flex;
      justify-content: center;
    }

    .header-cell,
    .table-cell {
      display: block;
      border-right: none;
      padding: 1rem;
    }
  }

  .comparison-table {
    backdrop-filter: blur(20px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.8s ease-out;
    background: linear-gradient(180deg, rgba(10, 9, 21, 0) -11.65%, rgba(0, 0, 0, 0.01) 35.92%, rgba(10, 96, 185, 0.13) 109.63%);
  }

  .table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-cell {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-cell:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }

  .table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    animation: fadeInRow 0.6s ease-out forwards;
    opacity: 0;
  }

  .table-row:last-child {
    border-bottom: none;
  }

  .table-cell {
    padding: 1.5rem 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    min-height: 80px;
    color: #e2e8f0;
    display: flex;
    align-items: center;
  }

  .table-cell:last-child {
    border-right: none;
  }

  @keyframes fadeInRow {
    to {
      opacity: 1;
    }
  }

  /* Mobile Responsiveness - Maintain 3 column structure */
  @media (max-width: 768px) {
    .comparison-table {
      margin: 0;
      border-radius: 15px;
    }

    .table-cell {
      padding: 1rem 0.5rem;
      /* font-size: 0.85rem; */
    }

    /* .table-cell:first-child {
      text-align: center;
    } */

    .feature-badge {
      padding: 0.4rem 0.6rem;
      /* font-size: 0.75rem; */
      gap: 4px;
    }
  }

  @media (max-width: 480px) {

    .table-cell {
      padding: 0.8rem 0.3rem;
      /* font-size: 0.75rem; */
    }

    .feature-badge {
      padding: 0.3rem 0.4rem;
      /* font-size: 0.65rem; */
      gap: 3px;
    }

    .check-icon,
    .cross-icon {
      width: 14px;
      height: 14px;
    }
  }

  .target-audience-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    /* padding: 80px 0; */

  }

  .audience-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    height: 100%;
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
  }

  .card-icon {
    width: 32px;
    height: 32px;
    opacity: 1;

  }

  @keyframes slideInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .benefits-section {
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
    padding: 40px 0;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }


  .cards-container {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }

  .cards-container::-webkit-scrollbar {
    display: none;
  }

  .cards-wrapper {
    display: flex;
    gap: 20px;
    padding: 0 15px;
  }

  .benefit-card {
    background: url('https://d2q4gipm2ebkzp.cloudfront.net/img/our-apps/card section.svg');
    background-size: cover;
    background-position: center;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    width: 300px;
    min-width: 300px;
    height: 372px;
    flex-shrink: 0;
  }

  .benefit-img {
    width: 177px;
    height: 191px;
    object-fit: contain;
  }


  /* Navigation Arrows */
  .carousel-nav.top-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -60px;
    right: 0;
  }

  .carousel-section {
    position: relative;
    padding-top: 80px;
  }

  @media (max-width: 991px) {
    .carousel-nav.top-nav {
      display: none;
    }
  }

  .nav-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .nav-arrow:hover {
    background: #f8f9fa;
    border-color: #5a6c7d;
    transform: scale(1.1);
  }

  .nav-arrow:active {
    transform: scale(0.95);
  }

  .nav-arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .nav-arrow svg {
    width: 24px;
    height: 24px;
    fill: #5a6c7d;
  }

  /* Tablet (md) */
  @media (max-width: 1023px) and (min-width: 991px) {
    .cards-container {
      padding: 0;
    }

    .cards-wrapper {
      margin-left: 50px;
    }
  }

 /* Tablet */
  @media (max-width: 991px) {
    .cards-wrapper {
      flex-wrap: wrap;
      justify-content: center;
    }

    .cards-container {
      overflow-x: visible;
    }

    .benefit-card {
      min-width: calc(50% - 15px);
      flex: 0 0 calc(50% - 15px);
    }

    .carousel-nav {
      display: none;
    }
  }

 /* Mobile */
  @media (max-width: 767.98px) {
    .cards-wrapper {
      flex-direction: column;
      align-items: center;
    }

    .benefit-card {
      min-width: 100%;
      flex: 0 0 100%;
      width: 100%;
      max-width: 350px;
    }
  }


  /* Media Queries */
  @media (min-width:1400px) {
    .robot-img {
      max-width: 350px !important;
      margin-top: 8px;
      position: relative !important;
      margin-left: 88px !important
    }

    .expert-card .card {
      background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/insurance-images/insurance-card-bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 12px;
      height: 250px !important;
      width: auto
    }
  }

  @media (min-width:992px) and (max-width:1395px) {
    .robot-img {
      max-width: 350px !important;
      margin-top: 15px;
      position: relative !important
    }

    .expert-card .card {
      background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/our-apps/our-apps-card.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 12px;
      height: 250px !important;
      width: auto
    }
  }

  @media (max-width:992px) {
    .robot-img {
      max-width: 250px;
      display: block
    }

    .expert-card .card {
      background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/our-apps/our-apps-card.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 12px
    }

    #FlushExample {
      height: auto;
      overflow-y: none !important;
      width: auto
    }
  }

  @media (min-width: 992px) and (max-width: 1024px) {
    .target-img img {
      width: 400px;
    }
  }

  @media (min-width: 350px) and (max-width: 576px) {
    .target-img img {
      width: 360px;
    }
  }