    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #2c3e50;
    }
    
    .w3-theme {
      background-color: #0077b6 !important;
      color: white !important;
    }
    
    .w3-theme-text {
      color: #0077b6 !important;
    }
    
    .w3-accent {
      color: #efce49 !important;
    }
    
    .logo {
      font-size: 28px;
      font-weight: 700;
    }
    
    .hero-image {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    
    .welcome-section h2 {
      font-size: 32px;
    }
    
    .section-title {
      position: relative;
      margin-bottom: 40px;
    }
    
    .section-title:after {
      content: "";
      display: block;
      width: 80px;
      height: 4px;
      background-color: #efce49;
      margin: 10px auto;
    }
    
    .feature-card h3:before {
     
      color: #efce49;
      margin-right: 10px;
      font-size: 20px;
    }
    
    .testimonial-card {
      position: relative;
    }
    
   
    
    .testimonial-rating {
      color: #efce49;
      margin-bottom: 10px;
      font-size: 18px;
    }
    
    .testimonial-text {
      font-style: italic;
      margin-bottom: 15px;
    }
    
    .testimonial-author {
      font-weight: 600;
      text-align: right;
    }
    
    .footer-column h3 {
      position: relative;
      padding-bottom: 10px;
    }
    
    .footer-column h3:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 2px;
      background-color: #efce49;
    }
    
    .footer-links a {
      transition: all 0.3s ease;
    }
    
    .footer-links a:hover {
      color: #efce49 !important;
      padding-left: 5px;
    }
    
    .footer-links a:before {
      margin-right: 8px;
      color: #efce49;
      opacity: 0;
      transition: all 0.3s ease;
    }
    
    
    .social-links a {
      transition: all 0.3s ease;
    }
    
    .social-links a:hover {
      background-color: #efce49 !important;
      color: #0077b6 !important;
      transform: translateY(-3px);
    }
    
    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
     
      .welcome-section h2 {
        font-size: 26px;
      }
    }
	

  .doctor-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4CAF50;
    margin-bottom: 15px;
  }
  .specialty-badge {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8em;
  }
