/* Supplemental responsive overrides for Samco layout */

@media (max-width: 991px) {
  :root {
    --site-header-height: 88px;
  }

  .main-header .header-link-box .header-enquiry-box {
    padding: 5px 8px;
    max-width: 138px;
    border-radius: 10px;
  }

  .main-header .header-enquiry-box__body {
    gap: 0;
  }

  .main-header .header-enquiry-box__heading,
  .main-header .header-enquiry-box__cta--desktop {
    display: none;
  }

  .main-header .header-enquiry-box__cta--mobile {
    display: inline;
  }

  .main-header .header-enquiry-box__footer {
    gap: 5px;
  }

  .main-header .header-enquiry-box__icon {
    width: 28px;
    height: 28px;
  }

  .main-header .header-enquiry-box__icon svg {
    width: 16px;
    height: 16px;
  }
  .banner-section .content-box { padding-top: 40px; padding-bottom: 60px; }
  .page-banner--hero .page-banner__content { padding-top: 40px; padding-bottom: 60px; }
  .book-btn { right: 16px; bottom: 16px; }
  .banner-slider-arrow { display: none; }
}

@media (max-width: 767px) {
  .main-header .logo-box .logo img { max-height: 56px; }

  .main-header .header-link-box .header-enquiry-box {
    padding: 4px 7px;
    max-width: 122px;
    border-radius: 10px;
  }

  .main-header .header-enquiry-box__cta--mobile {
    font-size: 7.5px;
    letter-spacing: 0.02em;
  }

  .main-header .header-enquiry-box__icon {
    width: 26px;
    height: 26px;
  }

  .main-header .header-enquiry-box__icon svg {
    width: 15px;
    height: 15px;
  }

  .featured-section .btn-box .btn-style-one { width: 100%; }
  .franchise-support-section { padding: 64px 0; }
  .franchise-support-section .support-column { padding: 22px 16px; }
  .franchise-support-section .support-column h4 { margin-bottom: 20px; }
  .support-list li { padding: 14px; font-size: 13px; }
  .support-column__note { font-size: 12px; }
  .franchise-snapshot-stats .row {
    margin-left: 0;
    margin-right: 0;
  }
  .franchise-snapshot-stats .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .default-table th,
  .default-table td,
  .revenue-table th,
  .revenue-table td { padding: 12px 14px; font-size: 14px; }

  .occasion-section,
  .included-section,
  .addon-services-section,
  .catering-functions-section {
    padding: 64px 0;
  }

  .catering-function-card__title {
    font-size: 16px;
  }

  .catering-function-card__detail {
    font-size: 13px;
  }

  .occasion-section .row,
  .testimonials-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .occasion-section .row > [class*="col-"],
  .testimonials-section .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .included-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .addon-services-intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .addon-service-card {
    min-height: 0;
    padding: 18px 16px;
  }

  .addon-service-card h3 {
    font-size: 16px;
  }

  .testimonials-section .testimonial-block .inner-box {
    padding: 28px 20px 24px;
  }
}
