/* Sticky Appointment Button CSS */
.sticky-appointment-btn {
  position: fixed;
  bottom: 90px;
  right: 8px;
  z-index: 9999;
  animation: pulse 2s infinite;
}

.appointment-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: rgb(249, 245, 245);
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.appointment-btn:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
  color: rgb(237, 230, 230);
  text-decoration: none;
}

.appointment-btn i {
  font-size: 16px;
}

.appointment-btn span {
  white-space: nowrap;
}



/* Mobile responsive */
@media (max-width: 768px) {
  .sticky-appointment-btn {
    bottom: 15px;
    right: 15px;
  }
  
  .appointment-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
  
 
  
  .appointment-btn i {
    font-size: 18px;
  }
}

/* Hide on very small screens */
@media (max-width: 480px) {
  .sticky-appointment-btn {
    bottom: 300px;
    right: 10px;
  }
}

/* Click effect */
.appointment-btn.clicked {
  transform: scale(0.95);
}

 /* privacy policyy */
      .privacy-policy-content {
        padding: 80px 0;
        background-color: #f8f9fa;
      }
      
      .privacy-policy-wrapper {
        background: #ffffff;
        padding: 60px;
        border-radius: 10px;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
        margin-bottom: 40px;
      }
      
      .privacy-policy-wrapper h4 {
        color: #223035;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 40px;
        padding-bottom: 10px;
        border-bottom: 2px solid #e3f2fd;
        position: relative;
      }
      
      .privacy-policy-wrapper h4:first-child {
        margin-top: 0;
      }
      
      .privacy-policy-wrapper h4:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 50px;
        height: 2px;
        background: linear-gradient(135deg, #282a31 0%, #343138 100%);
      }
      
      .privacy-policy-wrapper p {
        color: #666;
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 20px;
        text-align: justify;
      }
      
      .privacy-policy-wrapper ul {
        margin-bottom: 30px;
        padding-left: 0;
        list-style: none;
      }
      
      .privacy-policy-wrapper ul li {
        color: #555;
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 12px;
        padding-left: 25px;
        position: relative;
      }
      
      .privacy-policy-wrapper ul li:before {
        content: '•'; /* dot symbol */
        position: absolute;
        left: 0;
        top: 0;
        color: #202126;
        font-weight: bold;
        font-size: 20px;
      }
      
      .privacy-policy-wrapper ul li:hover {
        color: #223035;
        transition: color 0.3s ease;
      }
      
      @media (max-width: 768px) {
        .privacy-policy-content {
          padding: 40px 0;
        }
        
        .privacy-policy-wrapper {
          padding: 30px 20px;
          margin: 0 15px;
        }
        
        .privacy-policy-wrapper h4 {
          font-size: 20px;
        }
        
        .privacy-policy-wrapper p {
          font-size: 14px;
        }
        
        .privacy-policy-wrapper ul li {
          font-size: 14px;
        }
      }
    .teem h1 {
      
      font-size: 24px;
    }
/* docter detailesss css */
    
    body {
      
      margin: 0;
      padding: 0;
      color: #333;
    }
    .doctor-profile {
      display: flex;
      align-items: flex-start;
      gap: 30px;
      max-width: 1100px;
      margin: 50px auto;
      padding: 20px;
    }
    .doctor-profile img {
      width: 380px;
      height: 400px;
      border-radius: 4px;
    }
    .doctor-details h2 {
      font-size: 28px;
      font-weight: 700;
      margin: 0;
    }
    .doctor-details h3 {
      font-size: 16px;
      font-weight: 500;
      margin: 5px 0;
      color: #211d1f;
    }
    .doctor-details h4 {
      font-size: 20px;
      margin: 5px 0 20px 0;
      font-weight: 600;
    }
    .doctor-details p {
      font-size: 15px;
      line-height: 1.6;
      font-weight: 400;
      color: #555;
    }
    .doctor-details strong {
      font-weight: 600;
    }
    .expertise, .education {
      margin-top: 25px;
    }
    .expertise h5,
    .education h5 {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: 600;
    }
    .expertise ul {
      list-style: none;
      padding-left: 0;
    }
    .expertise ul li {
      margin: 8px 0;
      font-style: italic;
      color: #201e1f;
    }
    .expertise ul li::before {
      content: "✔";
      color: #242021;
      margin-right: 8px;
    }
    .education ul {
      list-style: disc;
      padding-left: 20px;
    }
    .contact-number {
      float: right;
      font-weight: 600;
      color: #333;
      font-size: 16px;
    }
    .contact-number::before {
      content: "📞 ";
      color: #1b1819;
    }
    

    /* ✅ Mobile Responsive Fix */
    @media (max-width: 768px) {
      .doctor-profile {
        flex-direction: column;
        text-align: center;
      }
      .doctor-profile img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px auto;
      }
      .doctor-details {
        text-align: left;
      }
      .contact-number {
        float: none;
        display: block;
        margin: 10px 0;
        text-align: center;
      }
      .speciality-box {
        flex-direction: column;
        text-align: center;
      }
    }
 
/* Footer color text start*/
/* Contact info text color and margin */
.contact-info {
  color: white;
  margin-top: 20px;
}
.bx-footer_widget.bx-footer_about .title {
  color: white;
}
/* Footer color text end */

.bx-testimonial__content .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--bx-inter-font);
  color: var(--bx-title-color);
}