.modal-dialog-scrollable {
  height: auto;
}

.service-card{
	/* border:3px solid black; */
	box-shadow: 5px 5px 50px 0px rgba(6,30,52,0.11);
}

.img-box{
	border:3px solid orange
}

.img-box img{
	width:100%
}

/* .twentytwenty-container{
	height:299px!important
} */

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  _margin: 8px 0;
  color: #fff;
}

.before-badge {
  background: var(--brand-blue, #007bff);
}

.after-badge {
  background: var(--brand-green, #28a745);
}

.prep-tips {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prep-tips li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.prep-tips .icon {
  display: inline-flex;
  width: 28px;   /* keeps icons aligned */
  font-size: 1.3rem;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: center;
}

.aquamarine{
	background: aquamarine;
}

nav a.active, .m_active {
  color: #01bb96!important;
}

.pointer {
  cursor: pointer !important;
}


/* Parallax wrapper */
.doctor-parallax {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  text-align: left; 
}

.doctor-parallax .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.doctor-parallax .container {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
}

.doctor-parallax .content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.doctor-parallax .doctor-image img {
  max-height: 400px;
  object-fit: contain;
  /* PNG pops out */
  filter: drop-shadow(0px 6px 12px rgba(0,0,0,0.5));
}

.doctor-parallax .doctor-text {
  flex: 1;
  color: #fff;
}

.doctor-parallax .doctor-text h2 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #00bcd4;
}

.doctor-parallax .doctor-text h3 {
  font-size: 1.5rem;
  margin-top: 0.2rem;
  color: #f0f0f0;
}

.doctor-parallax .doctor-text p {
  line-height: 1.6;
  margin-top: 0.6rem;
  font-size: 1rem;
}

/* Responsive */
@media(max-width:768px){
  .doctor-parallax {
    height: auto;
    padding: 3rem 1rem;
    background-attachment: scroll; /* disable parallax on mobile */
  }
  .doctor-parallax .content {
    flex-direction: column;
    text-align: center;
  }
  .doctor-parallax .doctor-image img {
    max-height: 280px;
  }
}
.service-link h6 {
    color: #01bb96;        /* site color for text */
    transition: color 0.3s;
}

.service-link:hover h6 {
    color: #018a75;        /* slightly darker on hover */
}
.service-link {
    text-decoration: none; /* removes underline */
    color: #01bb96;        /* your site color */
    transition: color 0.3s;
}

.service-link:hover {
    color: #018a75;        /* slightly darker on hover */
    text-decoration: none; /* ensure no underline on hover */
}
