.navbar {
    padding: 1rem 2rem;
}
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}
.nav-link {
    color: #555 !important;
    padding: 10px 20px;
    text-transform: uppercase;
}
.nav-link:hover {
     color: #007bff !important;
     background-color: rgba(0, 123, 255, 0.1);
}
.navbar-light .navbar-nav .nav-link.active {
    color: #007bff !important;
    
}

.doctor-slider .slick-slide {
    text-align: center;
}
.doctor-img {
    width: 175px; /* Adjust size */
    height: 175px;
    border-radius: 50%; /* Circular image */
    object-fit: cover;
    border: 4px solid #f0f0f0;
    margin: auto;
}
.doctor-img:hover{
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.doctor-name {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}
.location-card {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.location-card h4 {
    margin-bottom: 15px;
}
.location-container {
    background-size: cover;
    background-position: center;
    padding: 30px ;
}
.service-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
transform: scale(1.05);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.service-image {
height: 200px;
object-fit: cover;
transition: opacity 0.3s ease;
}

.service-card:hover .service-image {
opacity: 0.8;
}

.service-title {
font-size: 1.5rem;
font-weight: bold;
}

.service-description {
color: #555;
}
.footer {
background-color:rgb(17, 45, 72);
padding: 10px 0;
}
.footer .social-icons a {
color: #495057;
margin: 0 10px;
font-size: 24px;
text-decoration: none;
}
.footer .social-icons a:hover {
color: #007bff;
}
.battambang-thin {
    font-family: "Battambang", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .battambang-light {
    font-family: "Battambang", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .battambang-regular {
    font-family: "Battambang", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .battambang-bold {
    font-family: "Battambang", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .battambang-black {
    font-family: "Battambang", serif;
    font-weight: 900;
    font-style: normal;
  }
  .imglocation{
    width: 300px;
    height: 300px;
  }