*{
    margin:0;
    padding:0;
   box-sizing: border-box;
 }
 .navbar {
      background-color: #ffffff;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .navbar-brand img{
         width:100%;
         /* height:200px; */
    }

    .navbar-nav .nav-link,
    .dropdown-item {
      color: #003366 !important;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .dropdown-item:hover {
      color: #e60000 !important;
      transform: translateY(-2px);
    }

    .navbar-brand img {
      height: 50px;
    }

    .contact-info {
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 500;
      color: #003366;
    }

    .contact-info:hover {
      color: #e60000;
    }


 body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f8fafc;
      margin: 0;
      padding: 0;
    }

   
/*  */
    .profile-section {
  background-color: #fff;
  padding: 60px 20px;
}

.profile-image {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.doctor-info {
  padding-left: 20px;
}

.doctor-info h2 {
  font-size: 2rem;
  color: #003c58;
  margin-bottom: 10px;
}

.doctor-info .specialization {
  color: #007bff;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.info-list li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #333;
}

.doctor-info p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  color: #444;
  margin-top: 15px;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-size: 1rem;
  color: #fff;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* Responsive adjustment */
@media (max-width: 768px) {
  .doctor-info {
    padding-left: 0;
    padding-top: 20px;
  }

  .doctor-info h2 {
    font-size: 1.7rem;
  }

  .doctor-info p,
  .info-list li {
    font-size: 0.95rem;
  }
}
/*  */
   .specialties {
  background-color: #f0f4f8;
  padding: 60px 20px;
}

.specialty-item {
  text-align: center;
  padding: 20px;
}


.img-wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
}


.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

    .contact-section {
      background-color: #fff;
      padding: 60px 20px;
    }

    .contact-section h3 {
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      .doctor-hero h1 {
        font-size: 2.2rem;
      }

      .doctor-info h2 {
        font-size: 1.5rem;
      }
    }
     /*  */
 .footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .footer-link:hover {
    color: #00d1b2;
    text-decoration: underline;
    padding-left: 3px;
  }

  .footer-social {
    color: #ffffff;
    margin-right: 15px;
    font-size: 1.4rem;
    transition: transform 0.3s, color 0.3s;
  }

  .footer-social:hover {
    color: #00d1b2;
    transform: scale(1.2);
  }

  .map-responsive {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }

  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 8px;
  }
  /*  */


  @media only screen and (min-width:992px){
   .hero {
      height:80vh;
}
  }