    body {
      background-color: #f9f9f9;
      color: #333;
    }
    .navbar {
      background-color: #ffffff;
    }
    .navbar-brand {
      font-weight: bold;
    }
    .hero {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem 0;
      background-color: #ffffff;
    }
    .hero .slides {
      flex: 1 1 70%;
      background-color: #ddd;
      min-height: 300px;
    }
    .hero .hero-text {
      flex: 1 1 30%;
      padding: 2rem;
      background-color: #f5f5f5;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .row-section {
      padding: 4rem 0;
      background-color: #ffffff;
      margin-top: 1rem;
    }
    .contact-box {
      background-color: #ffffff;
      border-radius: 8px;
    }
    .contact-box h4 {
      margin-bottom: 1rem;
    }
    .map-container {
      border-radius: 8px;
      overflow: hidden;
    }
    .login-box {
      background-color: #ffffff;
      border-radius: 8px;
      width: 100%;
      max-width: 400px;
    }
    .register-box {
      background-color: #ffffff;
      border-radius: 8px;
      width: 100%;
      max-width: 500px;
    }
    .map-container {
      border-radius: 8px;
      overflow: hidden;
    }
    .department-info {
      background-color: #ffffff;
      border-radius: 8px;
    }
    .carousel-inner img {
      border-radius: 8px;
      object-fit: cover;
    }
    .hero h2 {
      font-weight: 600;
    }
    .hero p {
      margin: 1rem 0;
    }
    .why-choose-us .icon {
  font-size: 2rem;
    }
    .why-choose-us h2 {
      font-weight: 600;
    }
    .icon-box {
      background: #ffffff;
      border-radius: 8px;
      height: 100%;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .icon-box h5 {
      font-weight: 600;
      margin-top: 0.5rem;
    }
    .icon-box p {
      color: #555;
    }
    .for-clinics {
      background-color: #f8f9fa; /* Light grey for separation */
    }
    .for-clinics h2 {
      font-weight: 600;
    }
    .for-clinics p {
      max-width: 700px;
      margin: 0 auto;
      color: #555;
    }
    .footer {
      background-color: #343a40; /* Bootstrap dark grey */
    }
    .footer a {
      color: #ffffff;
      text-decoration: none;
      margin: 0 5px;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer h5 {
      font-weight: 600;
    }
    .footer p {
      color: #ddd;
    }
    .reset-password-box {
      background-color: #ffffff;
      border-radius: 8px;
      width: 100%;
      max-width: 400px;
    }
    .verify-box {
      background-color: #ffffff;
      border-radius: 8px;
      width: 100%;
      max-width: 400px;
    }
    .otp-input {
      width: 60px;
      height: 60px;
      text-align: center;
      font-size: 1.5rem;
      margin: 0 5px;
    }
    .ts-wrapper.rtl .ts-control {
      padding-right: 2.25rem !important;
      direction: rtl;
      text-align: right;
    }
    .ss-main {
      height: 38px;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.375rem;
    }
    .ss-arrow {
      display: none !important;
    }
    html[dir="rtl"] .ss-main .ss-single {
      padding-right: 1.75rem !important;
      padding-left: 0.5rem !important;
      direction: rtl !important;
      text-align: right !important;
    }
    .spinner {
      border: 2px solid #f3f3f3;
      border-top: 2px solid #3498db;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      animation: spin 0.6s linear infinite;
      display: inline-block;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
