/* body{
  
} */
#best{
  width: 100%;
  height: 300px;
  background-image: url(../images/stethoscope.jpg);
    background-size: cover;      /* fills the div */
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  
  
}
#best h1{
 color: #fff;
  display: flex;
}
#best P{
    color: #fff;
} 

.inpatient{
    padding-top: 90px;
    margin-left: 50px;
     display:flex;
    align-items:flex-start;
    gap:25px;
}
.inpatient2{
  padding-top: 90px;
    margin-left: 50px;
     display:flex;
    align-items:flex-start;
    gap:25px;
}


.container h1{
    color:#28a745;
    margin-bottom:20px;

}

.inpatient h2{
    margin-top:30px;
    margin-bottom:15px;
    color:#333;
    
}

.inpatient p{
    line-height:1.8;
    color:#555;
    margin-top: 15px;
}
.care{
  background-color: aquamarine;
}

/* .inpatient ul{
    padding-left:20px;
}

.inpatient li{
    margin-bottom:10px;
} */

.footer {
  background: #0b3c49;
  color: #fff;
  padding: 40px 20px 10px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-column h3 {
  margin-bottom: 15px;
  color: #00d1b2;
}

.footer-column p {
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
}

.social-icons a:hover {
  color: #00d1b2;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #ffffff44;
  padding-top: 10px;
  font-size: 14px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
