/* Global responsive enhancements for SK Lanka Travel */

/* Tablets and below */
@media (max-width: 991.98px) {
  .header-area .logo img { max-height: 60px; }
  .sub-header .info li { font-size: 13px; }
  .main-banner .header-text .banner-category { font-size: 14px; }
  .main-banner .header-text h2, .banner-text { font-size: 32px; line-height: 1.2; }
  .section, .properties.section, .contact.section, .best-deal.section { padding-top: 50px; padding-bottom: 50px; }
  .info-table ul li h4 { font-size: 18px; }
  .tabs-content .nav-tabs .nav-link { font-size: 14px; padding: 8px 12px; }
  .contact-content #map iframe { height: 360px !important; }
  .modal-dialog { margin: 10px; }
}

/* Phones */
@media (max-width: 575.98px) {
  .sub-header { display: none; }
  .header-area .logo img { max-height: 48px; }
  .main-banner .header-text .banner-category { font-size: 12px; }
  .main-banner .header-text h2, .banner-text { font-size: 26px; line-height: 1.15; }
  .section-heading h2 { font-size: 22px; }
  .section-heading h6 { font-size: 12px; }
  .info-table ul { gap: 8px; }
  .info-table ul li h4 { font-size: 16px; }
  .properties .item ul li { display: flex; flex-direction: column; gap: 2px; }
  .properties .item .main-button a,
  .icon-button a,
  .orange-button,
  .btn,
  .btn.btn-primary { width: 100%; text-align: center; }
  .contact-content #map iframe { height: 240px !important; }
  .tripadvisor-section { text-align: center; }
  footer .container p { text-align: center; }
  .modal-dialog { margin: 10px; }
  .modal-content .modal-body { padding: 16px; }
}

/* Improve image behavior on small screens */
img { max-width: 100%; height: auto; }

/* Prevent overflow from long words/links */
body { word-wrap: break-word; overflow-wrap: anywhere; }









