/* Responsive */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .visual-column {
    display: none;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 4rem 0;
    min-height: 70vh;
  }

  .search-form {
    padding: 0 1rem;
  }

  .stats-container {
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: 20px;
  }
  .stat-item {
    padding: 8px;
    border-radius: 10px;
    width: 100%;
  }
  .stat-value {
    font-size: 20px;
  }
  .stat-label {
    margin-top: unset;
  }
  .hero-title {
    font-size: 40px;
    grid-gap: 5px;
    flex-direction: column;
  }
  .hero-description {
    font-size: 17px;
    max-width: 97%;
  }

  .categories-grid {
    grid-template-columns: 1fr;
  }
  .search-button-text {
    display: none;
  }
  .badge {
    font-size: 10px;
    padding: 6px 12px;
    margin-bottom: 20px;
  }
  .hospital-details {
    font-size: var(--mini-size);
    padding: 0px;
    margin-top: 10px;
  }
  .payment-icons {
    flex-direction: row;
    width: 100%;
  }
  .payment-method-item {
    padding: 10px 0px;
  }
  .payment-method-item a {
    grid-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .payment-text {
    font-size: 12px;
  }
  .payment-icon {
    width: 35px !important;
    height: 35px !important;
  }
  .one-line-intro-text {
    color: #161616 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 29px !important;
  }
  .breadcrumb-wrap {
    margin-bottom: 20px;
    padding: 0px;
  }
  .goto-home-button {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
  }
  .website-btn {
    border-radius: 8px !important;
    padding: 10px 15px !important;
    border: 2px solid white !important;
  }
  .category-wise-posts-group.grid-three {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
  .template-sub-header h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .template-sub-header p {
    font-size: 15px;
  }
  .caution-warning-item-content img {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 3rem 0;
    min-height: 60vh;
  }

  .search-input {
    padding: 1rem 1rem 1rem 1rem;
    font-size: 1rem;
  }

  .search-button {
    padding: 10px 15px;
  }
}
