	p{
		font-family: "Poppins", sans-serif;
	}
	a{
		text-decoration:none;
	}
	.rank-math-breadcrumb a{
		color:#fff;
	}
	.highlight-box{
		background:#2a68a9 !important;
	}
	
	.key-highlight h3{
		color:#fff !important;
		font-size:20px;
	}
	.key-highlight p{
		color:#fff !important;
	}
.section-title {
  border-left: 5px solid #0d6efd;
  padding-left: 12px;
  margin-bottom: 25px;
  font-family: "Outfit", sans-serif;
}
.hero {
  background: linear-gradient(90deg, #0d6efd, #084298);
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
	.facility-card h3{
		font-size:20px;
	}
.highlight-box,
.facility-card,
.treatment-card,
.doctor-profile-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.highlight-box:hover,
.facility-card:hover,
.treatment-card:hover,
.doctor-profile-card:hover {
  transform: translateY(-6px);
}
.facility-card img {
  height: 260px;
  width: 100% !important;
  border-radius: 2px;
}
	.facility-card img{
		 width: 100%;
/* 		 object-fit: cover; */
	}

.doctor-profile-card img {
 
  object-fit: cover;
}
.facility-card .content {
  padding: 15px;
}
.facility-card h4 {
  font-size: 18px;
  color: #ca1d73;
}
.facility-card p,
.treatment-card p,
.doctor-profile-card p {
  font-size: 14px;
  color: #555;
/* 	font-weight:500; */
}
.treatment-card {
  padding: 30px;
  height: 100%;
}
.treatment-card h3 {
  font-size: 20px;
   color: #ca1d73;
}
	
	.treatment-card img{
  width:60px !important;
  height:60px !important;
  object-fit:cover; 
	}
	
.doctor-profile-card {
  padding: 30px 20px;
  text-align: center;
}

.doctor-profile-card {
  padding: 30px 20px;
  text-align: center;
}

/* Circle Container */
.doctor-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border: 3px solid #fff;
}

/* Image MUST fill container */
.doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 🔥 KEY */
  display: block;
	object-position: center top;

	 
}


.doctor-name {
  font-weight: 500;
	font-size:18px !important;
	color:#000;
	
}

.doctor-specialty {
  font-size: 14px;
  color: #6c757d;
}
.btn-profile {
  background: #ca1d73;
  color: #fff;
  padding: 8px 30px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
.btn-profile:hover {
  background: #1e4e8c;
  color: #fff;
}
.accordion-button:not(.collapsed) {
  background: #e7f1ff;
  color: #0d6efd;
}
	/* Accordion container */
#faq {
  max-width: 100%;
}

/* Accordion item spacing */
.accordion-item {
  border-radius: 8px;
  overflow: hidden;
}

/* Button text wrapping fix */
.accordion-button {
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 20px;
  white-space: normal;      /* KEY FIX */
  word-break: break-word;   /* KEY FIX */
}

/* Accordion body text */
.accordion-body {
  font-size: 15px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
  .accordion-button {
    font-size: 15px;
    padding: 14px 16px;
  }
  .accordion-body {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .accordion-button {
    font-size: 14px;
    padding: 12px 14px;
  }
  .accordion-body {
    font-size: 13.5px;
  }
}

@media (max-width: 575px) {
  .hero {
    padding: 45px 15px;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero p {
    font-size: 14px;
  }
  .section-title {
    font-size: 20px;
  }
  .facility-card img {
    height: 180px;
  }
  .doctor-img {
    width: 120px;
    height: 120px;
  }
  .doctor-img img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 42px;
  }
}

