h1,h2,h3,h4,h5,h6 { font-family: 'Degular', sans-serif; }
    img { max-width: 100%; height: auto; }
    section { width: 100%; position: relative; }
    .row { margin: 0; }
    .custom-card-bg {
      background-color: #f4f7fc !important;
      border: none;
    }
    /* Smooth hover effect for buttons/links */
    .btn-link-custom {
      color: #0d47a1;
      text-decoration: none;
      font-weight: 600;
    }
    .btn-link-custom:hover {
      text-decoration: underline;
      color: #0a3375;
    }
    /* Ensure images fill their container elegantly */
    .card-img-cover {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    
#solution-delivery::before
 {
    content: "";
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    height: calc(100% + 300px);
    background: #F4F8FC;
    clip-path: polygon(0 40%, /* Starts lower on the left edge */ 100% 0%, /* Shoots up sharply to the top right corner */ 100% 100%, /* Wraps straight down the right side */ 0% 100% /* Connects across the bottom back to the start */);
    -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
:root {
  --font-primary: 'Degular', sans-serif;
  --color-primary: #ffffff;
  --color-secondary: #f4f8fc;
  --color-1: #ffffff;
  --color-2: #f4f8fc;
  --color-3: #000000;
  --color-4: #1f7fce;
  --color-5: #262626;
  --color-6: #494949;
  --color-7: #1f7bca;
  --color-8: #0c335a;
  --color-9: #696969;
  --color-10: #cdcfd1;
  --color-11: #0b3359;
}

  :root {
    --font-primary: 'Degular', 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --color-white: #ffffff;
    --color-bg-light: #f4f8fc;
    --color-text-dark: #262626;
    --color-text-muted: #494949;
    --color-primary: #1f7fce;
    --color-primary-2: #1f7bca;
    --color-navy: #0c335a;
    --color-navy-2: #0b3359;
    --color-gray: #696969;
    --color-gray-2: #cdcfd1;
  }

  body {
    font-family: var(--font-body);
    color: var(--color-text-dark);
    margin: 0;
  }

  .container { max-width: 1280px; }

  /* HERO */
  .hero-section {
    position: relative;
    min-height: 850px;
    color: #fff;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 27, 44, 0.85) 0%, rgba(11, 27, 44, 0.4) 40%, rgba(11, 27, 44, 0) 70%);
  }
  .logo-img { height: 50px; }
  .nav-links {
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 400;
  }
  .nav-links li { cursor: pointer; }
  .btn-book-demo {
    background: var(--color-primary);
    color: #fff;
    border-radius: 30px;
    padding: 0;
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 600;
    overflow: hidden;
  }
  .btn-book-demo .btn-label { padding: 10px 18px; }
  .btn-book-demo .btn-icon { height: 41px; width: 44px; }

  .hero-content {
    margin-top: 180px;
    max-width: 700px;
  }
  .hero-eyebrow {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .hero-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
  }

  /* MAIN CONTENT */
  .main-content {
    padding-top: 80px;
  }

  .content-section {
    margin-bottom: 110px;
  }

  .section-eyebrow {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-dark);
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .section-title {
    font-size: 36px;
    font-weight: 500;
    color: var(--color-text-dark);
    line-height: 1.2;
    margin: 0;
  }
  .section-body {
    font-size: 17px;
    color: var(--color-text-muted);
    line-height: 1.7;
  }
  .section-image img {
    border-radius: 12px;
  }

  .section-divider {
    position: relative;
    margin: 40px 0 80px;
    text-align: center;
  }
  .section-divider hr {
    border: 0;
    border-top: 1px solid rgb(0 0 0 / 50%);
    margin: 0px 100px;
    width: 85%;
  }
  .divider-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    z-index:2;
  }

  /* INFO CARDS */
  .info-card {
    background: #fff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    text-align: center;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .info-card-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(31, 123, 202, 0.12) 121.93%);
    padding: 28px 32px 30px;
    box-shadow: inset 0px 25px 47px #1f7bca00;
    border: 12px solid #d2e6ff;
    border-radius: 30px;
    border: 0px solid;
    border-image-source: linear-gradient(180deg, #DFECF7 0%, #FFFFFF 100%);
  }
  .info-card-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-text-dark);
    margin-bottom: 24px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .info-card-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    overflow: hidden;
  }
  .info-card-icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
  .info-list {
    list-style: none;
    padding: 20px 32px;
    text-align: left;
    color: var(--color-text-muted);
    font-size: 16px;
    flex: 1;
  }
  .info-list li {
    padding: 12px 0;
    border-bottom: none;
    position: relative;
    padding-left: 28px;
  }
  .info-list li::before {
    content: "";
    background-image: url("/images/case-studies/healthcare-rcm-cost-of-collection-reduction/check-circle.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .info-cards-row {
    align-items: stretch !important;
  }
  .info-cards-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .info-cards-row .info-card {
    flex: 1;
  }

  .solution-cards-row {
    align-items: stretch !important;
  }
  .solution-cards-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .solution-cards-row .solution-card {
    flex: 1;
  }

  /* SOLUTION CARDS */
  .solution-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
  }
  .solution-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 8px 24px rgba(31, 123, 202, 0.4);
  }
  .solution-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }
  .solution-num {
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 64px;
    font-weight: 700;
    color: #c0ccd85e;
    line-height: 1;
  }
  .solution-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-text-dark);
    margin-bottom: 12px;
  }
  .solution-card p {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0;
  }

  /* IMPACT TABLE */
  .impact-table {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  }
  .impact-table [class*="col-"] {
    padding: 0;
  }
  .impact-header {
    background: var(--color-primary);
    color: #fff;
    padding: 18px 24px;
    font-weight: 600;
    text-align: left;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .impact-table .col-md-6:first-child .impact-header {
      background: var(--color-navy);
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
  }
  .impact-table .col-md-12:first-child .impact-header {
      background: var(--color-navy);
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
  }
  .impact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: var(--color-text-muted);
  }
  .impact-list li {
    padding: 16px 20px 16px 48px;
    border-bottom: none;
    position: relative;
  }
  .impact-list li:nth-child(even) {
    background: var(--color-secondary);
  }
  .col-md-12 .impact-list li:nth-child(even) {
        background: none;
  }
  .results-achieved .impact-list li:nth-child(even) {
    background:none !important;
  }
  .impact-list li::before {
    content: "";
    background: url("/images/case-studies/healthcare-rcm-cost-of-collection-reduction/check-circle.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
  }

  /* INFO BANNER */
  .info-banner {
    background: #e8f1fa;
    border-left: 4px solid var(--color-primary);
    padding: 20px 24px;
    border-radius: 8px;
    color: var(--color-text-dark);
  }
  .info-banner a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
  }

  /* CONTACT PILLS */
  .contact-pill {
    display: block;
    background: #fff;
    border: 1px solid #e4eaf1;
    border-radius: 30px;
    padding: 14px 24px;
    text-align: center;
    color: var(--color-text-dark);
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  }
  .contact-pill i { color: var(--color-primary); margin-right: 8px; }

  /* CASE CARDS */
  .case-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    height: 100%;
  }
  .case-img {
    height: 280px;
    background-size: cover;
    background-position: center;
  }
  .case-card .case-body { padding: 24px; }
  .case-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-text-dark);
    margin: 0;
  }
  .case-card-sm {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  }
  .case-img-sm {
    width: 180px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
  }
  .case-card-sm .case-body { padding: 20px; }
  .case-card-sm h6 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-text-dark);
    margin-bottom: 10px;
  }
  .learn-more {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
  }

  /* CTA SECTION */
  .cta-section {
    background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-primary) 100%);
    border-radius: 24px;
    color: #fff;
    z-index:1;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .cta-eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0.85;
  }
  .cta-title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .cta-text {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.7;
  }
  .btn-cta-primary {
    background: #fff;
    color: var(--color-navy);
    border-radius: 30px;
    padding: 14px 28px;
    font-weight: 600;
    text-decoration: none;
  }
  .btn-cta-link {
    color: #fff;
    padding: 14px 0;
    text-decoration: none;
    font-weight: 500;
  }
  .cta-image {
    min-height: 400px;
    background-image: url('/images/case-studies/healthcare-rcm-cost-of-collection-reduction/case-study-cta.png');
    background-size: cover;
    background-position: center;
  }

  /* FOOTER */
  .footer-section {
    background: #fff;
    padding: 60px 0 30px;
    color: var(--color-text-muted);
  }
  .footer-logo { height: 44px; }
  .footer-text { font-size: 14px; line-height: 1.6; }
  .footer-heading {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 18px;
  }
  .footer-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
  }
  .footer-list li { padding: 6px 0; }
  .footer-divider {
    margin: 40px 0 20px;
    border-color: #e4eaf1;
  }

  @media (max-width: 768px) {
    .hero-title { font-size: 36px; }
    .section-title { font-size: 28px; }
    .cta-title { font-size: 32px; }
    .nav-links { display: none; }
  }

  .feature-container {
      background-color: #F4F8FC;
      border: 1px solid #F4F8FC;
      border-radius: 2rem;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    }

    /* Circular icon style with custom shadow */
    .icon-circle {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      box-shadow: 0 10px 25px rgba(25, 118, 210, 0.35);
    }

    /* Individual color schemes for the icons */
    .icon-blue-light {
      background: linear-gradient(135deg, #2196f3, #1976d2);
    }
    .icon-blue-dark {
      background: linear-gradient(135deg, #10315b, #0a2240);
      box-shadow: 0 10px 25px rgba(10, 34, 64, 0.35);
    }

    /* Typography fixes */
    .feature-title {
      color: #212529;
      font-weight: 700;
      font-size: 1.35rem;
    }
    .feature-text {
      color: #495057;
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .impact-table p {
      text-align: left;
      margin-left:30px;
      margin-top:15px;
    }
    .case-study {
      position : relative;
      z-index: 2;
    }

    /* Responsive vertical dividers */
    @media (min-width: 992px) {
      .border-lg-end {
        border-right: 1px solid #dee2e6 !important;
      }
    }