@media (max-width: 768px) {
  .call-btn {
    right: 25px; /* closer to the edge */
    bottom: 15px; /* slightly higher for thumb reach */
    font-size: 12px; /* smaller font for mobile */
    padding: 8px 12px;
  }

  .appointment-section {
    /* background-size: contain; */
    background-position: top;
    /* background-repeat: no-repeat; */
    padding: 10px 0;
  }
  .top-bar div a {
    font-size: 12px;
  }

  .feature-card h6 {
    font-size: 12px;
  }

  .feature-card small {
    font-size: 10px;
  }
  .desktop-only {
    display: none !important;
  }

  .specialities-section .specialities-left {
    flex: 1;
    width: 100%;
  }


  .specialities-section .specialities-list .item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003366;
  font-weight: 500;
  font-size: 12px;
}
}

/* Show on tablet/desktop */
@media (min-width: 768px) {
  .desktop-only {
    display: inline-block !important;
  }
}
