#services .card {
  border-radius: 12px;
  transition: 0.3s ease;
}

#services .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Section Background */
.rehab-section {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tag */
.rehab-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-top: 10px;
    border-radius: 5px;
    background: #f34a21;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.6px;
    font-size: 13px;
}

/* Title */
.rehab-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
}
.rehab-features i {
  color: #f34a21;
  font-size: 16px;
}

/* Paragraph */
.rehab-text {
  color: #556076;
  line-height: 1.8;
  font-size: 16px;
}

/* Features */
.rehab-features p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #243047;
}

.rehab-features span {
  color: #1e3a8a;
  font-weight: bold;
  margin-right: 8px;
}

/* Button */
.rehab-btn {
  display: inline-block;
   background: linear-gradient(90deg, #f34a21, #ff7a59);
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 12px 24px rgba(30, 58, 138, 0.18);
}

.rehab-btn:hover {
  background: linear-gradient(45deg, #17306f, #0ea5e9);
  color: #fff;
  transform: translateY(-2px);
}

/* Image */
.rehab-img {
  width: 600px;
  height: 500px;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .rehab-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .rehab-section .col-lg-6:first-child {
    margin-top: 0 !important;
  }

  .rehab-title {
    font-size: 28px;
    line-height: 1.25;
  }

  .rehab-tag {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 4px 0;
    white-space: normal;
  }

  .rehab-text {
    font-size: 15px;
  }

  .rehab-img {
    border-radius: 16px;
  }

  .rehab-features .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .rehab-features p {
    margin-bottom: 12px;
  }

  .rehab-btn {
    width: 100%;
    text-align: center;
    padding: 12px 18px;
  }
}


/* Section */
.help-section {
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.1), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

/* Image */
.help-image-card {
  height: 420px;
  padding: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.help-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

@media (max-width: 991.98px) {
  .help-image-card {
    height: 320px;
  }
}

@media (max-width: 575.98px) {
  .help-image-card {
    height: 240px;
  }
}

/* Tag */
.help-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #292467;
  font-weight: 700;
  letter-spacing: 1.6px;
  font-size: 13px;
  margin-bottom: 10px;
}

/* Title */
.help-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0f172a;
}

/* Text */
.help-text {
  color: #556076;
  line-height: 1.8;
}

/* Feature Box */
.help-box {
  background: linear-gradient(90deg, #f34a21, #ff7a59);
  color: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  transition: 0.3s ease;
  box-shadow: 0 16px 30px rgba(30, 58, 138, 0.15);
}

.help-box i {
  font-size: 18px;
}

.help-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(15, 118, 110, 0.22);
}

/* Responsive */
@media (max-width: 768px) {
  .help-title {
    font-size: 28px;
  }

  .help-box {
    padding: 14px 16px;
  }
}


.stats-section {
  position: relative;
  background: url('/image/04.jpg') center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
}

.stats-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 30, 60, 0.85); /* dark blue overlay */
  z-index: 1;
}

.stats-section .container {
  position: relative;
  z-index: 2;
}

.stats-box {
  position: relative;
}

.stats-box h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stats-box p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #d1d5db;
}

/* vertical divider */
.stats-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}

.stats-box:last-child::after {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-box {
    margin-bottom: 30px;
  }

  .stats-box::after {
    display: none;
  }

  .stats-box h2 {
    font-size: 36px;
  }
}
