.home-setion-start{
    background-image: url('./../images/Our Location.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 70vh;
}

.h3head p a {
    color: #0000EE;
    font-weight: 600;
}


.margin-property { 
    margin-top: 150px !important;
    margin-bottom: 150px !important;
    color: #ffffff;
}
.margin-property h1 {
    color: #ffffff;
}
  .treatment-section {
    padding: 40px 0;
  }
  .sticky-box {
    position: sticky;
    top: 20px;
  }
  .departments-box {
    background: #B5E2FF;
    color: black;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .departments-box h3 {
    margin-bottom: 15px;
  }
  .departments-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
  }
  .departments-box ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
  }
  .departments-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
  }
  .dept-btn {
    background:#011CC1;
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }
  .dept-btn a {
    color: white;
    text-decoration: none;
  }
  .enquiry-form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .enquiry-form h3 {
    margin-bottom: 15px;
  }
  .enquiry-form input,
  .enquiry-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .enquiry-form button {
    background: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
  }
  .treatment-content h1, .treatment-content h2 {
    color: #000;
  }
  .treatment-content p {
    margin-bottom: 15px;
  }
  .treatment-content ul {
    margin-bottom: 15px;
  }

  /* Districts Section */
  .districts-section {
    background-color: #007acc;
    color: #fff;
    padding: 40px 20px;
  }
  .districts-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
  }
  .districts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .districts-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .districts-column li {
    margin: 8px 0;
  }
  .districts-column li a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
  }
  .districts-column li a:hover {
    color: #ffd700;
    transform: translateX(5px);
  }

  /* WhatsApp Icon */
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .whatsapp-float img {
    width: 35px;
    height: 35px;
  }
  .whatsapp-float:hover {
    background-color: #1ebe5b;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .districts-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 576px) {
    .districts-grid {
      grid-template-columns: 1fr;
    }
  }
  
/*new*/
.contact-card {
    background-image: url('./../images/Our Location.webp');
    background-size:cover;
    background-position:center center;
    color: white;
    padding: 50px;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
}
.h3head h3, .h3head h2{
    color:#ce0809;
    font-weight: 700;
}