*{
    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: #f8f9fa;
  padding: 60px 0;
}

.profile-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.doctor-info {
  padding-left: 25px;
}

.doctor-info h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.doctor-info .specialization {
  color: #007bff;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.info-list li {
  font-size: 1rem;
  margin-bottom: 8px;
  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 behavior */
@media (max-width: 768px) {
  .doctor-info {
    padding-left: 0;
    padding-top: 20px;
  }

  .doctor-info h2 {
    font-size: 1.6rem;
  }

  .doctor-info p,
  .info-list li {
    font-size: 0.95rem;
  }
}
/*  */
.specialization {
  font-size: 18px;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 20px;
}

.info-list {
  font-size: 16px;
  margin-bottom: 20px;
}

.info-list li {
  margin-bottom: 8px;
  color: #333;
}

.doctor-info p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #444;
  margin-bottom: 25px;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
  transform: scale(1.03);
}

   /*  */
    .doctor-info .specialization {
      color: #007bff;
      font-weight: 500;
      margin-bottom: 15px;
    }

    .info-list li {
      margin-bottom: 8px;
      font-size: 1rem;
    }

    .btn-primary {
      background-color: #007bff;
      border: none;
      padding: 10px 25px;
      border-radius: 6px;
    }

    .specialties {
      background-color: #f0f4f8;
      padding: 60px 20px;
    }

    .specialty-item {
      text-align: center;
      padding: 20px;
    }

    .specialty-item img {
        width:100%;
      height:300px;
      object-fit: contain;
      margin-bottom: 15px;
    
  /* border-radius: 15px;  */
    }

    .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;
}

  }