*{
    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;
    }

    .doctor-hero {
      background: linear-gradient(to right, #007bff, #0056b3);
      color: #fff;
      padding: 60px 0;
      text-align: center;
    }

    .nephrology-hero {
  padding: 0 40px; /* space on left and right */
  margin: 40px 0;
}

.nephrology-wrapper {
  display: flex;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
  max-width: 1200px;
  margin: 0 auto; /* center the section */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nephrology-text {
  flex: 1;
  background-color: #148acb;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nephrology-text h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  margin: 0;
}

.nephrology-image {
  flex: 1;
  position: relative;
}

.nephrology-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, transparent 0%, #148acb 103%);
  z-index: 1;
}

.nephrology-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 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 h2 {
      font-size: 2rem;
      color: #003c58;
    }

    .doctor-info .specialization {
      color: #007bff;
      font-weight: 500;
      margin-bottom: 15px;
    }
.profile-section {
  background-color: #f8f9fa;
}

/* .profile-image {
  border: 5px solid #e9ecef;
  object-fit: cover;
} 

.doctor-info h2 {
  font-size: 2rem;
}

.info-list li {
  margin-bottom: 8px;
}

    .info-list li {
      margin-bottom: 8px;
      font-size: 1rem;
    }

    .btn-primary {
      background-color: #007bff;
      border: none;
      padding: 10px 25px;
      border-radius: 6px;
    } */
/*  */
   
.profile-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.profile-image {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.doctor-info {
  padding-left: 20px;
}

.doctor-info h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1e3d59;
}

.doctor-info .specialization {
  color: #007bff;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.info-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.info-list li {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #333;
}

.doctor-info p {
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
  text-align: justify;
}

.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 adjustments */
@media (max-width: 768px) {
  .doctor-info {
    padding-left: 0;
    padding-top: 20px;
  }

  .doctor-info h2 {
    font-size: 24px;   
  }

  .doctor-info .specialization,
  .doctor-info p,
  .info-list li {
    font-size: 0.95rem;
  }

  .profile-image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}


.specialization {
  font-size: 18px;
  font-weight: 500;
  color: #0d6efd;
  margin-bottom: 15px;
}

.info-list li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
}

.align-justify {
  text-align: justify;
  margin-top: 20px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #444;
}

.btn-primary {
  background-color: #148acb;
  border-color: #148acb;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 6px;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/*  */
.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;
      
    }

    .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;
      }
    }
  








  
  /*  */
  @media only screen and (min-width:992px){
   .hero {
      height:80vh;
}
  }