/* 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 */
}


/* Banner Section (unchanged) */
.banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-wrapper .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.banner-wrapper .banner-content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  z-index: 2;
}

.banner-wrapper h1 {
  font-size: 3rem;
  font-weight: 600;
}

.partner-section {
  padding: 60px 20px;
}

.partner-content h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.partner-content p {
  font-size: 22px;
  line-height: 1.8;
  color: #000;
  margin: 0 auto;
}


.importance-section {
  background-color: #f0f8ff;
  padding: 60px 20px;
}

.importance-section .section-main-heading {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.importance-section .section-sub-heading {
  font-size: 22px;
  color: #000;
  line-height: 1.7;
}

.feature-list li {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
}




.wheelchair-service-area {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.wheelchair-service-area .wsa-heading {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.wheelchair-service-area .wsa-subheading {
  font-size: 22px;
  color: #000;
  line-height: 1.7;
}

.wsa-feature-list{
    padding-left: 0px;
}

.wheelchair-service-area .wsa-feature-list li {
  font-size: 20px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
}

.wheelchair-service-area .wsa-coverage-info {
  font-size: 20px;
  color: #000;
  line-height: 1.7;
  background-color: #97bbff;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

.wheelchair-service-area .wsa-coverage-info i {
  color: #007bff;
  vertical-align: middle;
}



.drivers-pride-section {
  background-color: #f0f8ff; /* light blue for differentiation */
  padding: 60px 20px;
  text-align: center;
}

.drivers-pride-section .dps-heading {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.drivers-pride-section .dps-subheading {
  font-size: 20px;
  color: #000;
  line-height: 1.7;
}

.drivers-pride-section .dps-feature-list li {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
}



.flexible-scheduling-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.flexible-scheduling-section .fs-heading {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.flexible-scheduling-section .fs-subheading {
  font-size: 22px;
  color: #000;
  line-height: 1.7;
}

.flexible-scheduling-section .fs-feature-heading {
  font-size: 22px;
  font-weight: 600;
  color: #254b95;
  margin-top: 25px;
}

.flexible-scheduling-section .fs-feature-text {
  font-size: 17px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
}

.fs-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}


.security-hygiene-section {
  background-color: #f0f8ff;
  padding: 60px 20px;
  text-align: center;
}

.security-hygiene-section .sh-heading {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.security-hygiene-section .sh-subheading {
  font-size: 22px;
  color: #000;
  line-height: 1.7;
}

.security-hygiene-section .sh-feature-list li {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
}




.patient-stories-section {
  background-color: #fdfdfd;
  padding: 60px 20px;
  text-align: center;
}

.patient-stories-section .ps-heading {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.patient-stories-section .ps-review {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  text-align: left;
}

.patient-stories-section .ps-text {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 10px;
}

.patient-stories-section .ps-author {
  font-size: 18px;
  font-weight: 600;
  color: #4059a5;
  text-align: right;
}



.advantages-section {
  background-color: #f0f8ff;
  padding: 60px 20px;
  text-align: center;
}

.advantages-section .adv-heading {
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.advantages-section .adv-list li {
  font-size: 20px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: left;
}


/* FAQ Main Section */
.faq-section {
    padding: 70px 0;
    background: #f8f9fa;
}

/* Main Heading */
.faq-section .section-main-heading {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

/* Accordion Box Styling */
.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Accordion Header Button */
.faq-section .accordion-button {
    background: #fff;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 18px 22px;
    border: none;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

/* Hover Effect */
.faq-section .accordion-button:hover {
    background: #eef6ff;
    color: #0056b3;
}

/* Arrow Icon Color */
.faq-section .accordion-button::after {
    color: #0d6efd !important; /* Blue arrow */
    font-size: 16px;
}

/* Open State Styling */
.faq-section .accordion-button:not(.collapsed) {
    background: #e9f2ff;
    color: #000000;
    box-shadow: none;
}

/* FAQ Answer Section */
.faq-section .accordion-body {
    padding: 18px 25px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    background: #fff;
    border-top: 1px solid #eaeaea;
}



.health-journey-section {
    padding: 60px 20px;
    background-color: #ffffff;
}

.health-journey-heading {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.health-journey-text {
    font-size: 20px;
    color: #000;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto;      /* center paragraph */
    text-align: center;
}


/* Extra Large Screens (1600px and above) */
@media (min-width: 1600px) {
  .banner-wrapper h1 {
    font-size: 3.5rem;
  }
  
  .partner-content h2 {
    font-size: 38px;
  }
  
  .partner-content p {
    font-size: 24px;
  }
  
  .importance-section .section-main-heading {
    font-size: 38px;
  }
  
  .importance-section .section-sub-heading {
    font-size: 24px;
  }
  
  .wheelchair-service-area .wsa-heading {
    font-size: 38px;
  }
  
  .wheelchair-service-area .wsa-subheading {
    font-size: 24px;
  }
  
  .drivers-pride-section .dps-heading {
    font-size: 38px;
  }
  
  .flexible-scheduling-section .fs-heading {
    font-size: 38px;
  }
  
  .flexible-scheduling-section .fs-subheading {
    font-size: 24px;
  }
  
  .security-hygiene-section .sh-heading {
    font-size: 38px;
  }
  
  .security-hygiene-section .sh-subheading {
    font-size: 24px;
  }
  
  .patient-stories-section .ps-heading {
    font-size: 38px;
  }
  
  .advantages-section .adv-heading {
    font-size: 38px;
  }
  
  .faq-section .section-main-heading {
    font-size: 38px;
  }
  
  .health-journey-heading {
    font-size: 38px;
  }
  
  .health-journey-text {
    font-size: 24px;
  }
}

/* Large Screens (1200px - 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-wrapper h1 {
    font-size: 2.8rem;
  }
  
  .partner-content h2 {
    font-size: 34px;
  }
  
  .partner-content p {
    font-size: 22px;
  }
}

/* Medium Screens (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-wrapper h1 {
    font-size: 2.5rem;
  }
  
  .partner-content h2 {
    font-size: 32px;
  }
  
  .partner-content p {
    font-size: 20px;
  }
  
  .importance-section .section-main-heading {
    font-size: 32px;
  }
  
  .importance-section .section-sub-heading {
    font-size: 20px;
  }
  
  .feature-list li {
    font-size: 18px;
  }
  
  .wheelchair-service-area .wsa-heading {
    font-size: 32px;
  }
  
  .wheelchair-service-area .wsa-subheading {
    font-size: 20px;
  }
  
  .wheelchair-service-area .wsa-feature-list li {
    font-size: 18px;
  }
  
  .drivers-pride-section .dps-heading {
    font-size: 32px;
  }
  
  .drivers-pride-section .dps-subheading {
    font-size: 18px;
  }
  
  .drivers-pride-section .dps-feature-list li {
    font-size: 18px;
  }
  
  .flexible-scheduling-section .fs-heading {
    font-size: 32px;
  }
  
  .flexible-scheduling-section .fs-subheading {
    font-size: 20px;
  }
  
  .flexible-scheduling-section .fs-feature-heading {
    font-size: 20px;
  }
  
  .flexible-scheduling-section .fs-feature-text {
    font-size: 17px;
  }
  
  .security-hygiene-section .sh-heading {
    font-size: 32px;
  }
  
  .security-hygiene-section .sh-subheading {
    font-size: 20px;
  }
  
  .security-hygiene-section .sh-feature-list li {
    font-size: 18px;
  }
  
  .patient-stories-section .ps-heading {
    font-size: 32px;
  }
  
  .patient-stories-section .ps-text {
    font-size: 18px;
  }
  
  .patient-stories-section .ps-author {
    font-size: 18px;
  }
  
  .advantages-section .adv-heading {
    font-size: 32px;
  }
  
  .advantages-section .adv-list li {
    font-size: 18px;
  }
  
  .faq-section .section-main-heading {
    font-size: 32px;
  }
  
  .faq-section .accordion-button {
    font-size: 19px;
  }
  
  .faq-section .accordion-body {
    font-size: 18px;
  }
  
  .health-journey-heading {
    font-size: 32px;
  }
  
  .health-journey-text {
    font-size: 20px;
  }
}

/* Small Screens (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .banner-wrapper h1 {
    font-size: 2.2rem;
  }
  
  .partner-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .partner-content p {
    font-size: 18px;
  }
  
  .importance-section .section-main-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .importance-section .section-sub-heading {
    font-size: 18px;
  }
  
  .feature-list li {
    font-size: 16px;
  }
  
  .wheelchair-service-area .wsa-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .wheelchair-service-area .wsa-subheading {
    font-size: 18px;
  }
  
  .wheelchair-service-area .wsa-feature-list li {
    font-size: 16px;
  }
  
  .wheelchair-service-area .wsa-coverage-info {
    font-size: 16px;
  }
  
  .drivers-pride-section .dps-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .drivers-pride-section .dps-subheading {
    font-size: 16px;
  }
  
  .drivers-pride-section .dps-feature-list li {
    font-size: 16px;
  }
  
  .flexible-scheduling-section .fs-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .flexible-scheduling-section .fs-subheading {
    font-size: 18px;
  }
  
  .flexible-scheduling-section .fs-feature-heading {
    font-size: 18px;
  }
  
  .flexible-scheduling-section .fs-feature-text {
    font-size: 16px;
  }
  
  .security-hygiene-section .sh-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .security-hygiene-section .sh-subheading {
    font-size: 18px;
  }
  
  .security-hygiene-section .sh-feature-list li {
    font-size: 16px;
  }
  
  .patient-stories-section .ps-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .patient-stories-section .ps-text {
    font-size: 16px;
  }
  
  .patient-stories-section .ps-author {
    font-size: 16px;
  }
  
  .advantages-section .adv-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .advantages-section .adv-list li {
    font-size: 16px;
  }
  
  .faq-section .section-main-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .faq-section .accordion-button {
    font-size: 16px;
  }
  
  .faq-section .accordion-body {
    font-size: 16px;
  }
  
  .health-journey-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .health-journey-text {
    font-size: 18px;
  }
}

/* Extra Small Screens (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .banner-wrapper h1 {
    font-size: 1.8rem;
  }
  
  .banner-wrapper .banner-content {
    width: 90%;
  }
  
  .partner-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .partner-content p {
    font-size: 17px;
  }
  
  .importance-section .section-main-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .importance-section .section-sub-heading {
    font-size: 17px;
  }
  
  .feature-list li {
    font-size: 15px;
  }
  
  .wheelchair-service-area .wsa-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .wheelchair-service-area .wsa-subheading {
    font-size: 17px;
  }
  
  .wheelchair-service-area .wsa-feature-list li {
    font-size: 15px;
  }
  
  .wheelchair-service-area .wsa-coverage-info {
    font-size: 15px;
  }
  
  .drivers-pride-section .dps-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .drivers-pride-section .dps-subheading {
    font-size: 15px;
  }
  
  .drivers-pride-section .dps-feature-list li {
    font-size: 15px;
  }
  
  .flexible-scheduling-section .fs-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .flexible-scheduling-section .fs-subheading {
    font-size: 17px;
  }
  
  .flexible-scheduling-section .fs-feature-heading {
    font-size: 17px;
  }
  
  .flexible-scheduling-section .fs-feature-text {
    font-size: 15px;
  }
  
  .security-hygiene-section .sh-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .security-hygiene-section .sh-subheading {
    font-size: 17px;
  }
  
  .security-hygiene-section .sh-feature-list li {
    font-size: 15px;
  }
  
  .patient-stories-section .ps-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .patient-stories-section .ps-text {
    font-size: 15px;
  }
  
  .patient-stories-section .ps-author {
    font-size: 15px;
  }
  
  .advantages-section .adv-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .advantages-section .adv-list li {
    font-size: 15px;
  }
  
  .faq-section .section-main-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .faq-section .accordion-button {
    font-size: 15px;
    padding: 15px 18px;
  }
  
  .faq-section .accordion-body {
    font-size: 15px;
  }
  
  .health-journey-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .health-journey-text {
    font-size: 17px;
  }
}

/* Mobile Screens (320px - 575px) */
@media (max-width: 575px) {
  .banner-wrapper h1 {
    font-size: 1.5rem;
  }
  
  .banner-wrapper .banner-content {
    width: 95%;
    padding: 0 10px;
  }
  
  .partner-content h2 {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .partner-content p {
    font-size: 16px;
    text-align: center;
  }
  
  .importance-section .section-main-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .importance-section .section-sub-heading {
    font-size: 16px;
    text-align: center;
  }
  
  .feature-list li {
    font-size: 14px;
  }
  
  .wheelchair-service-area .wsa-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .wheelchair-service-area .wsa-subheading {
    font-size: 16px;
    text-align: center;
  }
  
  .wheelchair-service-area .wsa-feature-list li {
    font-size: 14px;
  }
  
  .wheelchair-service-area .wsa-coverage-info {
    font-size: 14px;
    padding: 15px;
    margin-top: 15px;
  }
  
  .drivers-pride-section .dps-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .drivers-pride-section .dps-subheading {
    font-size: 14px;
    text-align: center;
  }
  
  .drivers-pride-section .dps-feature-list li {
    font-size: 14px;
  }
  
  .flexible-scheduling-section .fs-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .flexible-scheduling-section .fs-subheading {
    font-size: 16px;
    text-align: center;
  }
  
  .flexible-scheduling-section .fs-feature-heading {
    font-size: 16px;
  }
  
  .flexible-scheduling-section .fs-feature-text {
    font-size: 14px;
  }
  
  .security-hygiene-section .sh-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .security-hygiene-section .sh-subheading {
    font-size: 16px;
    text-align: center;
  }
  
  .security-hygiene-section .sh-feature-list li {
    font-size: 14px;
  }
  
  .patient-stories-section .ps-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .patient-stories-section .ps-text {
    font-size: 14px;
  }
  
  .patient-stories-section .ps-author {
    font-size: 14px;
  }
  
  .advantages-section .adv-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .advantages-section .adv-list li {
    font-size: 14px;
  }
  
  .faq-section .section-main-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .faq-section .accordion-button {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .faq-section .accordion-body {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .health-journey-heading {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  
  .health-journey-text {
    font-size: 16px;
  }
}

/* Padding adjustments for all sections at different breakpoints */
@media (min-width: 1600px) {
  .partner-section,
  .importance-section,
  .wheelchair-service-area,
  .drivers-pride-section,
  .flexible-scheduling-section,
  .security-hygiene-section,
  .patient-stories-section,
  .advantages-section,
  .faq-section,
  .health-journey-section {
    padding: 80px 10%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .partner-section,
  .importance-section,
  .wheelchair-service-area,
  .drivers-pride-section,
  .flexible-scheduling-section,
  .security-hygiene-section,
  .patient-stories-section,
  .advantages-section,
  .faq-section,
  .health-journey-section {
    padding: 60px 8%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .partner-section,
  .importance-section,
  .wheelchair-service-area,
  .drivers-pride-section,
  .flexible-scheduling-section,
  .security-hygiene-section,
  .patient-stories-section,
  .advantages-section,
  .faq-section,
  .health-journey-section {
    padding: 50px 30px;
  }
  
  .fs-box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .partner-section,
  .importance-section,
  .wheelchair-service-area,
  .drivers-pride-section,
  .flexible-scheduling-section,
  .security-hygiene-section,
  .patient-stories-section,
  .advantages-section,
  .faq-section,
  .health-journey-section {
    padding: 30px 15px;
  }
  
  .fs-box {
    padding: 15px;
    margin-bottom: 15px;
  }
}

