.breadcrumb-hero {
  position: relative;
  background: url("https://fpimages.withfloats.com/actual/67eb988c5c6c9a06f379a5bb.jpg") center/cover no-repeat;
  padding: 80px 0;
  overflow: hidden;
}

.breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 60, 0.6);
}

.md-5{
        margin-bottom: 32px;

}

.breadcrumb-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Left Content */
.breadcrumb-content {
  color: #fff;
  max-width: 55%;
}

.breadcrumb-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.breadcrumb-info {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.breadcrumb-link {
  color: #d6f5e6;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

/* Right Circular Image */
.breadcrumb-image {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #e6f5ef;
  background: #fff;
}

.breadcrumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Soft Curve Effect */
.breadcrumb-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
 background: url("https://content.jdmagicbox.com/v2/comp/navi-mumbai/f2/022pxx22.xx22.211130125829.z1f2/catalogue/mayuresh-super-specialty-hospital-vashi-sector-19a-navi-mumbai-hospitals-z88fgl0gpu.jpg") center/cover no-repeat;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}

/* Responsive */
@media (max-width: 992px) {
  .breadcrumb-container {
    flex-direction: column;
    text-align: center;
  }

  .breadcrumb-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .breadcrumb-image {
    width: 260px;
    height: 260px;
  }

  .breadcrumb-hero::after {
    display: none;
  }
}


.top-categories-section {
    padding: 42px 0;
    background: #ffffff;
}

/* Heading */
.section-tag {
    display: block;
    font-size: 14px;
    color: #00a7ff;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #0b2c5f;
}

/* Card */
.category-card {
    background: #c7c7c7;
    border-radius: 10px;
  padding: 14px 9px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: translateY(-8px);
}

/* Icon Circle */
.icon-box {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 45px;
}

/* Text */
.category-card h6 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.category-card p {
    font-size: 14px;
    font-weight: 600;
    color: #1a73ff;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }
}

.about-hospital-section {
  background: #eef6ff;
  padding: 35px 0;
}

.about-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-content {
  padding-left: 30px;
}

.about-content .small-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0077b6;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.why-choose-area {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.custom-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.choose-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
}

.choose-image img {
    width: 100%;
    border-radius: 10px;
}

.choose-heading .sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #7a2e5a;
    margin-bottom: 15px;
}

.choose-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.choose-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 15px;
    color: #333;
}

.choose-list li span {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 48%;
}

.choose-list i {
    color: #1793d0;
}

.choose-list .with-border {
    border-top: 1px solid #e5e5e5;
}


