/* Base Styles */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}

h2,h3{
    color: #0b2e4f !important;
}

.importance-image {
  display: block;
  margin: 0 auto;     /* Center the image */
  max-width: 100%;    /* Responsive */
  height: auto;       /* Maintain proportion */
}

/* ===================== DIALYSIS HERO SECTION ===================== */
.dialysis-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.dialysis-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.dialysis-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.45);*/
    z-index: 2;
}

.dialysis-hero-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

.dialysis-hero-title {
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
    font-size: 2.8rem;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
}

/* ===== DESCRIPTION OUTSIDE BANNER ===== */
.dialysis-description-section {
    padding: 15px 0;
    background: #f8f9fa;
    text-align: center;
}

.dialysis-hero-description {
    font-size: 1.2rem;
    max-width: 900px;
    margin: 0 auto;
    color: #000;
    line-height: 1.7;
}


/* Dialysis Info Section */
.dialysis-info-section {
    background: #f8f9fa; 
}

.dialysis-info-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0b2e4f;
}

.dialysis-info-text {
    font-size: 1.15rem;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    color: #000;
}


/* Advantages Section */
.service-advantages {
    background: #f8f9fa;
}

.advantages-box {
    background: #ffffff;
    border-radius: 15px;
    max-width: 850px;
    padding: 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    border-left: 6px solid #0b2e4f; /* Premium healthcare blue stripe */
}

.advantages-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0b2e4f;
}

.advantages-text {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.7;
}

.advantages-list {
    margin: 0;
    padding-left: 25px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #000;
}

.advantages-list li {
    margin-bottom: 12px;
}


/* Main Section Background */
.medical-info-section {
    background: #f8f9fa;
}

/* White Premium Box */
.medical-info-box {
    background: #ffffff;
    border-radius: 15px;
    max-width: 900px;
    padding: 35px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    border-left: 6px solid #0b2e4f; /* Healthcare blue stripe */
}

/* Titles */
.info-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
}

.info-subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0b2e4f;
}

/* Paragraph */
.info-text {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.75;
}

/* Divider */
.info-divider {
    margin: 25px auto;
    width: 60%;
    border-top: 2px solid #d7d7d7;
}

.support-section {
    background: #f4f7fb;
}

.support-box {
    background: #ffffff;
    max-width: 900px;
    border-radius: 15px;
    padding: 35px;
    border-left: 6px solid #0b2e4f; /* Medical blue bar */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.support-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #0b2e4f;
}

/* Bullet List */
.support-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-list li {
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: #000;
    position: relative;
    text-align: left;
}

/* Blue bullet icons */
.support-list li::before {
    content: "•";
    color: #0b2e4f;
    font-weight: bold;
    margin-right: 8px;
}

/* Paragraph Text */
.support-text {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.75;
}


.ride-focus-section {
    background: #f4f7fb;
}

.ride-focus-box {
    background: #ffffff;
    max-width: 850px;
    border-radius: 15px;
    padding: 35px;
    border-left: 6px solid #0b2e4f; /* same medical blue */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.ride-focus-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #0b2e4f;
}

/* Bullet List */
.ride-focus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ride-focus-list li {
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: #000;
    position: relative;
    text-align: left;
}

/* Blue bullet icons */
.ride-focus-list li::before {
    content: "•";
    color: #0b2e4f;
    font-weight: bold;
    margin-right: 8px;
}


.patient-stories-section {
    background: #f9f9f9;
}

.patient-stories-box {
    background: #ffffff;
    max-width: 850px;
    border-radius: 15px;
    padding: 35px;
    border-left: 6px solid #0b2e4f;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.patient-stories-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0b2e4f;
}

/* Each story block */
.patient-story {
    margin-bottom: 25px;
}

.story-text {
    font-size: 1.15rem;
    color: #000;
    line-height: 1.7;
    margin-bottom: 8px;
}

.story-author {
    font-size: 1rem;
    font-weight: 600;
    color: #0b2e4f;
    text-align: right; /* Author name on the right */
}


.expanded-faqs-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.expanded-faqs-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
}

.accordion-button {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    transition: color 0.3s ease;
}

.accordion-button:hover {
    color: #007bff;
}

.accordion-body {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
}


.extra-benefits-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.extra-benefits-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0b2e4f;
}

.benefits-list li {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 12px;
}

.dialysis-cta-section {
  background-color: #e7e7e7;
    color: #000000;
    padding: 60px 20px;
}

.dialysis-cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.dialysis-cta-section p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.dialysis-cta-section .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-size: 1.1rem;
    padding: 12px 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.dialysis-cta-section .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}



/* Extra Large Screens (1600px and above) */
@media (min-width: 1600px) {
  .dialysis-hero {
    height: 100vh;
  }
  
  .dialysis-hero-title {
    font-size: 3.5rem;
  }
  
  .dialysis-hero-description {
    font-size: 1.4rem;
    max-width: 1000px;
  }
  
  .dialysis-info-title {
    font-size: 2.8rem;
  }
  
  .dialysis-info-text {
    font-size: 1.3rem;
    max-width: 1000px;
  }
  
  .advantages-title {
    font-size: 2.5rem;
  }
  
  .advantages-text,
  .advantages-list,
  .advantages-list li {
    font-size: 1.25rem;
  }
  
  .info-title {
    font-size: 2.3rem;
  }
  
  .info-subtitle {
    font-size: 1.8rem;
  }
  
  .info-text {
    font-size: 1.25rem;
  }
  
  .support-title,
  .ride-focus-title {
    font-size: 1.9rem;
  }
  
  .support-list li,
  .support-text,
  .ride-focus-list li {
    font-size: 1.25rem;
  }
  
  .patient-stories-title {
    font-size: 2rem;
  }
  
  .story-text {
    font-size: 1.25rem;
  }
  
  .story-author {
    font-size: 1.1rem;
  }
  
  .expanded-faqs-section h2,
  .extra-benefits-section h2,
  .dialysis-cta-section h2 {
    font-size: 2.3rem;
  }
  
  .accordion-button {
    font-size: 1.2rem;
  }
  
  .accordion-body {
    font-size: 1.1rem;
  }
  
  .benefits-list li {
    font-size: 1.2rem;
  }
  
  .dialysis-cta-section p {
    font-size: 1.2rem;
    max-width: 800px;
  }
  
  .dialysis-cta-section .btn-primary {
    font-size: 1.2rem;
    padding: 14px 35px;
  }
  
  .advantages-box,
  .medical-info-box,
  .support-box,
  .ride-focus-box,
  .patient-stories-box {
    max-width: 1000px;
    padding: 40px;
  }
}

/* Large Screens (1200px - 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
  .dialysis-hero {
    height: 85vh;
  }
  
  .dialysis-hero-title {
    font-size: 3rem;
  }
  
  .dialysis-hero-description {
    font-size: 1.25rem;
    max-width: 950px;
  }
  
  .dialysis-info-title {
    font-size: 2.5rem;
  }
  
  .dialysis-info-text {
    font-size: 1.2rem;
    max-width: 950px;
  }
  
  .advantages-box,
  .medical-info-box,
  .support-box,
  .ride-focus-box,
  .patient-stories-box {
    max-width: 900px;
    padding: 35px;
  }
}

/* Medium Screens (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .dialysis-hero {
    height: 80vh;
  }
  
  .dialysis-hero-title {
    font-size: 2.5rem;
  }
  
  .dialysis-hero-description {
    font-size: 1.15rem;
    max-width: 850px;
  }
  
  .dialysis-info-title {
    font-size: 2.2rem;
  }
  
  .dialysis-info-text {
    font-size: 1.1rem;
    max-width: 850px;
  }
  
  .advantages-title {
    font-size: 2rem;
  }
  
  .advantages-text,
  .advantages-list,
  .advantages-list li {
    font-size: 1.1rem;
  }
  
  .info-title {
    font-size: 1.8rem;
  }
  
  .info-subtitle {
    font-size: 1.5rem;
  }
  
  .info-text {
    font-size: 1.1rem;
  }
  
  .support-title,
  .ride-focus-title {
    font-size: 1.6rem;
  }
  
  .support-list li,
  .support-text,
  .ride-focus-list li {
    font-size: 1.1rem;
  }
  
  .patient-stories-title {
    font-size: 1.7rem;
  }
  
  .story-text {
    font-size: 1.1rem;
  }
  
  .story-author {
    font-size: 1rem;
  }
  
  .expanded-faqs-section h2,
  .extra-benefits-section h2,
  .dialysis-cta-section h2 {
    font-size: 1.8rem;
  }
  
  .accordion-button {
    font-size: 1.05rem;
  }
  
  .accordion-body {
    font-size: 1rem;
  }
  
  .benefits-list li {
    font-size: 1.05rem;
  }
  
  .dialysis-cta-section p {
    font-size: 1.05rem;
    max-width: 750px;
  }
  
  .dialysis-cta-section .btn-primary {
    font-size: 1.05rem;
    padding: 11px 28px;
  }
  
  .advantages-box,
  .medical-info-box,
  .support-box,
  .ride-focus-box,
  .patient-stories-box {
    max-width: 850px;
    padding: 30px;
  }
}

/* Small Screens (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .dialysis-hero {
    height: 70vh;
  }
  
  .dialysis-hero-title {
    font-size: 2.2rem;
  }
  
  .dialysis-hero-description {
    font-size: 1.1rem;
    max-width: 750px;
    padding: 0 15px;
  }
  
  .dialysis-info-title {
    font-size: 1.9rem;
  }
  
  .dialysis-info-text {
    font-size: 1.05rem;
    max-width: 750px;
    padding: 0 15px;
  }
  
  .advantages-title {
    font-size: 1.8rem;
  }
  
  .advantages-text,
  .advantages-list,
  .advantages-list li {
    font-size: 1.05rem;
  }
  
  .info-title {
    font-size: 1.7rem;
  }
  
  .info-subtitle {
    font-size: 1.4rem;
  }
  
  .info-text {
    font-size: 1.05rem;
  }
  
  .support-title,
  .ride-focus-title {
    font-size: 1.5rem;
  }
  
  .support-list li,
  .support-text,
  .ride-focus-list li {
    font-size: 1.05rem;
  }
  
  .patient-stories-title {
    font-size: 1.6rem;
  }
  
  .story-text {
    font-size: 1.05rem;
  }
  
  .story-author {
    font-size: 0.95rem;
  }
  
  .expanded-faqs-section h2,
  .extra-benefits-section h2,
  .dialysis-cta-section h2 {
    font-size: 1.7rem;
  }
  
  .accordion-button {
    font-size: 1rem;
  }
  
  .accordion-body {
    font-size: 0.95rem;
  }
  
  .benefits-list li {
    font-size: 1rem;
  }
  
  .dialysis-cta-section p {
    font-size: 1rem;
    max-width: 650px;
  }
  
  .dialysis-cta-section .btn-primary {
    font-size: 1rem;
    padding: 10px 25px;
  }
  
  .advantages-box,
  .medical-info-box,
  .support-box,
  .ride-focus-box,
  .patient-stories-box {
    max-width: 750px;
    padding: 25px;
    margin: 0 15px;
  }
}

/* Extra Small Screens (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .dialysis-hero {
    height: 60vh;
  }
  
  .dialysis-hero-title {
    font-size: 1.8rem;
  }
  
  .dialysis-hero-description {
    font-size: 1rem;
    max-width: 550px;
    padding: 0 15px;
  }
  
  .dialysis-info-title {
    font-size: 1.7rem;
  }
  
  .dialysis-info-text {
    font-size: 1rem;
    max-width: 550px;
    padding: 0 15px;
  }
  
  .advantages-title {
    font-size: 1.6rem;
  }
  
  .advantages-text,
  .advantages-list,
  .advantages-list li {
    font-size: 1rem;
  }
  
  .info-title {
    font-size: 1.5rem;
  }
  
  .info-subtitle {
    font-size: 1.3rem;
  }
  
  .info-text {
    font-size: 1rem;
  }
  
  .support-title,
  .ride-focus-title {
    font-size: 1.4rem;
  }
  
  .support-list li,
  .support-text,
  .ride-focus-list li {
    font-size: 1rem;
  }
  
  .patient-stories-title {
    font-size: 1.5rem;
  }
  
  .story-text {
    font-size: 1rem;
  }
  
  .story-author {
    font-size: 0.9rem;
  }
  
  .expanded-faqs-section h2,
  .extra-benefits-section h2,
  .dialysis-cta-section h2 {
    font-size: 1.5rem;
  }
  
  .accordion-button {
    font-size: 0.95rem;
  }
  
  .accordion-body {
    font-size: 0.9rem;
  }
  
  .benefits-list li {
    font-size: 0.95rem;
  }
  
  .dialysis-cta-section p {
    font-size: 0.95rem;
    max-width: 500px;
  }
  
  .dialysis-cta-section .btn-primary {
    font-size: 0.95rem;
    padding: 9px 22px;
  }
  
  .advantages-box,
  .medical-info-box,
  .support-box,
  .ride-focus-box,
  .patient-stories-box {
    max-width: 550px;
    padding: 20px;
    margin: 0 auto;
    border-left-width: 4px;
  }
  
  .expanded-faqs-section,
  .extra-benefits-section,
  .dialysis-cta-section {
    padding: 50px 15px;
  }
}

/* Mobile Screens (320px - 575px) */
@media (max-width: 575px) {
  .dialysis-hero {
    height: 50vh;
  }
  
  .dialysis-hero-title {
    font-size: 1.5rem;
    padding: 0 10px;
  }
  
  .dialysis-hero-description {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0 15px;
    line-height: 1.6;
  }
  
  .dialysis-info-title {
    font-size: 1.4rem;
    padding: 0 15px;
  }
  
  .dialysis-info-text {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0 15px;
    line-height: 1.6;
  }
  
  .advantages-title {
    font-size: 1.4rem;
  }
  
  .advantages-text,
  .advantages-list,
  .advantages-list li {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .info-title {
    font-size: 1.3rem;
  }
  
  .info-subtitle {
    font-size: 1.1rem;
  }
  
  .info-text {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .support-title,
  .ride-focus-title {
    font-size: 1.2rem;
  }
  
  .support-list li,
  .support-text,
  .ride-focus-list li {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .patient-stories-title {
    font-size: 1.3rem;
  }
  
  .story-text {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .story-author {
    font-size: 0.85rem;
  }
  
  .expanded-faqs-section h2,
  .extra-benefits-section h2,
  .dialysis-cta-section h2 {
    font-size: 1.3rem;
  }
  
  .accordion-button {
    font-size: 0.9rem;
    padding: 12px 15px;
  }
  
  .accordion-body {
    font-size: 0.85rem;
    padding: 12px 15px;
    line-height: 1.6;
  }
  
  .benefits-list li {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .dialysis-cta-section p {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0 15px;
    line-height: 1.6;
  }
  
  .dialysis-cta-section .btn-primary {
    font-size: 0.9rem;
    padding: 8px 20px;
  }
  
  .advantages-box,
  .medical-info-box,
  .support-box,
  .ride-focus-box,
  .patient-stories-box {
    max-width: 100%;
    padding: 20px 15px;
    margin: 0 auto;
    border-left-width: 3px;
    border-radius: 10px;
  }
  
  .expanded-faqs-section,
  .extra-benefits-section,
  .dialysis-cta-section {
    padding: 40px 10px;
  }
  
  .info-divider {
    margin: 20px auto;
    width: 80%;
  }
  
  .advantages-list,
  .support-list,
  .ride-focus-list,
  .benefits-list {
    padding-left: 20px;
  }
}
