﻿/* Extracted from footer.php for cacheable delivery */

/* --- tw-mobile-critical --- */
/* ====================================================
   TRAVHAWK CRITICAL OVERRIDES v14
   ==================================================== */

/* ===== BUTTONS: teal bg, white text ===== */
.tw-hdr-cta,
.tw-btn--primary,
a.tw-btn--primary,
button.tw-btn--primary {
  color: #ffffff !important;
  background-color: #57d6e2 !important;
  border-color: #57d6e2 !important;
}
#modal-submit-btn {
  background: #57d6e2 !important;
  color: #ffffff !important;
}

/* ===== HEADER ===== */
.tw-hdr__inner, header > div, .tw-hdr > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}

/* ===== HIDE CTA ON MOBILE ===== */
@media (max-width: 900px) {
  .tw-hdr-cta {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
  }
  nav.tw-nav, .tw-nav { display: none !important; }
}

/* ===== SHOW HAMBURGER ON MOBILE ===== */
@media (max-width: 900px) {
  .tw-hamburger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    z-index: 100 !important;
  }
}

/* ===== OVERLAY ===== */
#tw-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9000;
  display: none;
  cursor: pointer;
}

/* ===== SIDEBAR NAV ===== */
#tw-mobile-nav {
  position: fixed;
  top: 0;
  left: -320px;
  right: auto;
  width: 300px;
  max-width: 88vw;
  height: 100%;
  height: 100dvh;
  background: #0a1628;
  z-index: 9999;
  transition: left 0.3s cubic-bezier(.4,0,.2,1);
  display: none;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 4px 0 24px rgba(0,0,0,0.6);
  visibility: hidden;
  pointer-events: none;
}
#tw-mobile-nav.tw-nav--ready {
  display: flex;
}
#tw-mobile-nav.tw-nav--open {
  left: 0 !important;
  display: flex !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.tw-mn-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(87,214,226,0.25);
  flex-shrink: 0;
  background: #0a1628;
}
.tw-mn-logo {
  color: #57d6e2;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 2.5px;
}
.tw-mn-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-mn-close:hover { background: rgba(87,214,226,0.3); }

.tw-mn-body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 0;
  -webkit-overflow-scrolling: touch;
}
.tw-mn-list { list-style:none; margin:0; padding:0; }
.tw-mn-item { border-bottom: 1px solid rgba(255,255,255,0.06); }
.tw-mn-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 15px 20px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  transition: background 0.15s;
}
.tw-mn-link:hover { background: rgba(87,214,226,0.1) !important; color: #57d6e2 !important; }
.tw-mn-arrow { font-size:22px; color:#57d6e2; transition:transform 0.2s; line-height:1; }
.tw-mn-item.open > .tw-mn-link .tw-mn-arrow { transform: rotate(90deg); }

.tw-mn-sub {
  list-style:none; margin:0; padding:0;
  max-height:0; overflow:hidden;
  transition: max-height 0.3s ease;
  background: rgba(0,0,0,0.25);
}
.tw-mn-item.open > .tw-mn-sub { max-height:600px; }
.tw-mn-sub li { border-top: 1px solid rgba(255,255,255,0.05); }
.tw-mn-sub li a.tw-mn-sub-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 16px 12px 20px !important;
  color: rgba(255,255,255,0.88) !important;
  text-decoration: none !important;
}
.tw-mn-sub li a.tw-mn-sub-link:hover {
  color: #57d6e2 !important;
  background: rgba(87,214,226,0.08);
}
.tw-mn-sub-icon {
  flex-shrink: 0;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-mn-sub-icon .tw-dd-speed,
.tw-mn-sub-icon .tw-dd-icon-5g,
.tw-mn-sub-icon .tw-dd-icon-biz {
  min-width: 44px;
  font-size: 14px;
  font-weight: 800;
  color: #57d6e2;
  text-align: center;
}
.tw-mn-sub-icon .tw-dd-item-icon {
  font-size: 18px;
  line-height: 1;
}
.tw-mn-sub-text {
  flex: 1;
  min-width: 0;
}
.tw-mn-sub-text strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 2px;
}
.tw-mn-sub-text strong em {
  font-style: normal;
  color: #57d6e2;
  font-size: 10px;
  font-weight: 800;
  margin-left: 4px;
}
.tw-mn-sub-text > span {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  line-height: 1.4;
}

.tw-mn-foot {
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(87,214,226,0.2);
  flex-shrink: 0;
  background: #0a1628;
}
.tw-mn-cta {
  width:100% !important; padding:14px 20px !important;
  background:#57d6e2 !important; color:#ffffff !important;
  border:none !important; border-radius:50px !important;
  font-size:15px !important; font-weight:700 !important;
  cursor:pointer !important;
  display:flex !important; align-items:center !important; justify-content:center !important;
}
.tw-mn-cta:hover { background:#3dc4d1 !important; }

@media (min-width: 901px) {
  #tw-mobile-nav { display: none !important; }
  #tw-nav-overlay { display: none !important; }
}

/* ===== HERO SEARCH FORM ===== */
@media (max-width: 900px) {
  .tw-hero__search {
    background: rgba(13,27,42,0.75) !important;
    backdrop-filter: blur(8px) !important;
    border-radius: 16px !important;
    padding: 20px 18px !important;
    border: 1px solid rgba(87,214,226,0.2) !important;
  }
  form.tw-hero__search-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    position: static !important;
  }
  input.tw-hero__search-input {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 50px !important;
    padding: 0 20px !important;
    font-size: 15px !important;
    background: rgba(255,255,255,0.08) !important;
    border: 1.5px solid rgba(87,214,226,0.4) !important;
    color: #fff !important;
    box-sizing: border-box !important;
    position: static !important;
    transform: none !important;
  }
  button.tw-hero__search-btn {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 50px !important;
    background: #57d6e2 !important;
    color: #fff !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    transform: none !important;
    top: auto !important; right: auto !important; bottom: auto !important;
  }
}

/* ===== MODAL: th-avail-modal ===== */
#th-avail-modal {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.72) !important;
  z-index: 99999 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  box-sizing: border-box !important;
}

.th-avail-box {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 40px 28px 28px !important;
  width: 100% !important;
  max-width: 400px !important;
  position: relative !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35) !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

#th-modal-close,
.th-avail-close {
  position: absolute !important;
  top: 14px !important; right: 14px !important;
  width: 34px !important; height: 34px !important;
  border-radius: 50% !important;
  background: #f0f0f0 !important;
  border: none !important;
  font-size: 20px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333 !important;
  line-height: 1 !important;
  z-index: 1 !important;
}
#th-modal-close:hover, .th-avail-close:hover { background: #ddd !important; }

.th-avail-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
  width: 100% !important;
}
.th-avail-logo img { height: 28px !important; width: auto !important; }
.th-avail-logo span {
  font-size: 11px !important; font-weight: 800 !important;
  letter-spacing: 3px !important; color: #57d6e2 !important;
  text-transform: uppercase !important;
}

#th-avail-title {
  font-size: 22px !important; font-weight: 800 !important;
  color: #0d1b2a !important; margin: 0 0 8px !important;
  line-height: 1.25 !important; width: 100% !important;
}

.th-avail-box > p {
  font-size: 14px !important; color: #666 !important;
  margin: 0 0 20px !important; line-height: 1.5 !important; width: 100% !important;
}

.th-avail-input-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
  position: static !important;
}

#modal-postcode {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 50px !important;
  border: 2px solid #e0e0e0 !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  color: #333 !important;
  background: #f8f9fa !important;
  box-sizing: border-box !important;
  outline: none !important;
  position: static !important;
  transform: none !important;
  top: auto !important; bottom: auto !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
#modal-postcode:focus { border-color: #57d6e2 !important; }
#modal-postcode::placeholder { color: #aaa !important; }

#modal-submit-btn {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 50px !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  transform: none !important;
  bottom: auto !important; top: auto !important; left: auto !important; right: auto !important;
}
#modal-submit-btn:hover { background: #3dc4d1 !important; }

.th-avail-trust {
  display: flex !important; flex-wrap: wrap !important;
  gap: 6px 12px !important; justify-content: center !important;
  margin-top: 18px !important; padding-top: 16px !important;
  border-top: 1px solid #f0f0f0 !important; width: 100% !important;
}
.th-avail-trust span { font-size: 12px !important; color: #888 !important; }

/* ===== BUSINESS FEATURES - icon left, text right ===== */
.tw-business__features {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}
.tw-business__feat {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 14px !important;
  background: rgba(255,255,255,0.05) !important;
  border-radius: 14px !important;
  padding: 18px !important;
  box-sizing: border-box !important;
}
.tw-business__feat-icon {
  width: 50px !important; height: 50px !important; min-width: 50px !important;
  border-radius: 12px !important;
  background: rgba(87,214,226,0.15) !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  flex-shrink: 0 !important;
}
.tw-business__feat-text { flex: 1 !important; }
.tw-business__feat-title {
  font-weight: 700 !important; font-size: 15px !important;
  color: #fff !important; margin-bottom: 5px !important;
  display: block !important; line-height: 1.3 !important;
}
.tw-business__feat-desc {
  font-size: 13px !important; color: rgba(255,255,255,0.68) !important;
  line-height: 1.55 !important; margin: 0 !important;
}
@media (max-width: 640px) {
  .tw-business__features { grid-template-columns: 1fr !important; }
}

/* ===== FAQ - rounded, with padding, no corner touching ===== */
.tw-faq-item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  margin: 0 0 10px !important;
  overflow: hidden !important;
}
.tw-faq-q {
  padding: 18px 20px !important;
  font-weight: 600 !important; font-size: 15px !important; color: #0d1b2a !important;
  cursor: pointer !important;
  display: flex !important; align-items: center !important; justify-content: space-between !important;
  user-select: none !important;
}
.tw-faq-q::after {
  content: '+' !important; color: #57d6e2 !important;
  font-size: 22px !important; font-weight: 300 !important;
  flex-shrink: 0 !important; margin-left: 14px !important; line-height: 1 !important;
}
.tw-faq-item.open .tw-faq-q::after { content: '\2212' !important; }
.tw-faq-a {
  display: none !important;
  padding: 0 20px 18px !important;
  font-size: 14px !important; color: #555 !important; line-height: 1.65 !important;
}
.tw-faq-item.open .tw-faq-a { display: block !important; }

/* FAQ section wrapper - add side gap */
.tw-faq-wrap, .tw-faqs, [class*="faq__list"], [class*="faq-list"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ===== FOOTER CHECK AVAILABILITY (tw-footer__cta) ===== */
a.tw-footer__cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  margin-top: 8px !important;
  transition: background 0.2s !important;
}
a.tw-footer__cta:hover { background: #3dc4d1 !important; }
a.tw-footer__cta i, a.tw-footer__cta svg { color: #ffffff !important; }

/* ===== FOOTER LAYOUT ===== */
@media (max-width: 1024px) {
  .tw-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
  }
  .tw-footer__col--brand {
    grid-column: 1 / -1 !important;
    max-width: none !important;
  }
}
@media (max-width: 768px) {
  .tw-footer__main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tw-footer__inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 0 !important;
  }
  .tw-footer__col--brand {
    grid-column: auto !important;
  }
  .tw-footer__contact li a[href^="tel:"] {
    white-space: nowrap !important;
  }
  .tw-footer__contact li span,
  .tw-footer__contact li a {
    min-width: 0 !important;
    flex: 1 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .tw-footer__legal {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px 16px !important;
    width: 100% !important;
  }
  .tw-footer__legal a::before {
    display: none !important;
  }
  .tw-footer__company {
    max-width: none !important;
  }
  .tw-footer__bottom-top {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .tw-footer__bottom-meta {
    width: 100% !important;
    max-width: none !important;
  }
  .tw-footer__badges {
    justify-content: center !important;
    width: 100% !important;
  }
  .tw-footer__copyright,
  .tw-footer__company {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .tw-footer__main {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .tw-footer__badges {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .tw-footer__badge {
    width: 100% !important;
    justify-content: center !important;
  }
  .tw-footer__legal {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 12px !important;
    justify-items: center !important;
  }
}

/* ===== GENERAL ===== */
html, body { overflow-x: hidden !important; max-width: 100% !important; }
* { box-sizing: border-box !important; }

/* ===== BUSINESS FEAT CARDS - icon left, text right ===== */
.tw-feat-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}
.tw-feat-card:not(.tw-feat-card--compare) {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 4px 16px !important;
  align-items: start !important;
  padding: 20px !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
}
.tw-feat-card:not(.tw-feat-card--compare) .tw-feat-card__icon { grid-row: 1 / span 2 !important; }
.tw-feat-card:not(.tw-feat-card--compare) .tw-feat-card__title { grid-column: 2 !important; margin: 0 !important; }
.tw-feat-card:not(.tw-feat-card--compare) .tw-feat-card__text { grid-column: 2 !important; }
.tw-feat-card__icon {
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  background: #f0fbfd !important;
  border-radius: 12px !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}
.tw-feat-card__icon img, .tw-feat-card__icon .emoji {
  width: 32px !important;
  height: 32px !important;
  object-fit: contain !important;
}
.tw-feat-card__content-wrap {
  flex: 1 !important;
}
.tw-feat-card__title {
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #0d1b2a !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}
.tw-feat-card__text {
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .tw-feat-grid { grid-template-columns: 1fr !important; }
  .tw-feat-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px !important;
    padding: 20px 16px !important;
  }
}

/* ===== TOP NAV BAR (info bar) on all sizes ===== */
.tw-topbar, .tw-top-bar, [class*="topbar"], [class*="top-bar"] {
  display: flex !important;
}

/* ===== FAQ DOUBLE PLUS FIX ===== */
/* Hide the built-in span inside tw-faq-q (we use ::after instead) */
.tw-faq-q span {
  display: none !important;
}

/* FAQ container padding to avoid full-width touching */
.tw-faq-wrap, .tw-faqs__inner, .tw-contact__faq, [class*="faq__wrap"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ===== TOP BAR - show on all sizes ===== */
.tw-topbar {
  display: flex !important;
  flex-wrap: wrap !important;
}
@media (max-width: 640px) {
  .tw-topbar {
    font-size: 11px !important;
    padding: 6px 12px !important;
    gap: 8px !important;
    justify-content: center !important;
  }
  .tw-topbar__item, .tw-topbar > * {
    font-size: 11px !important;
  }
}


/* ============================================
   COMPREHENSIVE FIX PATCH v15
   ============================================ */

/* ===== HERO SEARCH FORM - ALL SIZES DESKTOP STYLE ===== */
/* Desktop: row layout, styled properly */

form.tw-hero__search-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}
input.tw-hero__search-input {
  flex: 1 !important;
  height: 46px !important;
  min-height: 46px !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 0 12px !important;
  border-radius: 0 !important;
}
input.tw-hero__search-input::placeholder { color: rgba(255,255,255,0.55) !important; }
button.tw-hero__search-btn {
  flex-shrink: 0 !important;
  height: 46px !important;
  padding: 0 22px !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  position: static !important;
  transform: none !important;
}
button.tw-hero__search-btn:hover { background: #3dc4d1 !important; }

/* Mobile: stack vertically */
@media (max-width: 767px) {
  .tw-hero__search {
    border-radius: 16px !important;
    padding: 16px !important;
    background: rgba(13,27,42,0.75) !important;
  }
  form.tw-hero__search-form {
    flex-direction: column !important;
    gap: 10px !important;
  }
  input.tw-hero__search-input {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    background: rgba(255,255,255,0.08) !important;
    border: 1.5px solid rgba(87,214,226,0.4) !important;
    border-radius: 50px !important;
    padding: 0 20px !important;
    flex: none !important;
  }
  button.tw-hero__search-btn {
    width: 100% !important;
    height: 52px !important;
    border-radius: 50px !important;
    flex-shrink: 1 !important;
  }
}

/* ===== MODAL - CLEAN LAYOUT, NO VISUAL JOIN ===== */
#th-avail-modal {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.75) !important;
  z-index: 99999 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
}
.th-avail-box {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 36px 28px 28px !important;
  width: 100% !important;
  max-width: 400px !important;
  position: relative !important;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4) !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
}
#th-modal-close, .th-avail-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #f0f4f8 !important;
  border: none !important;
  font-size: 18px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #666 !important;
  line-height: 1 !important;
  z-index: 1 !important;
  font-weight: 400 !important;
}
#th-modal-close:hover { background: #e2e8f0 !important; color: #333 !important; }
.th-avail-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}
.th-avail-logo img { height: 26px !important; width: auto !important; }
.th-avail-logo span {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 3px !important;
  color: #57d6e2 !important;
  text-transform: uppercase !important;
}
#th-avail-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0d1b2a !important;
  margin: 0 0 8px !important;
  line-height: 1.25 !important;
  text-align: center !important;
}
.th-avail-box > p {
  font-size: 14px !important;
  color: #64748b !important;
  margin: 0 0 20px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}
.th-avail-input-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  position: static !important;
}
#modal-postcode {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  border-radius: 12px !important;
  border: 2px solid #e2e8f0 !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: #1e293b !important;
  background: #f8fafc !important;
  box-sizing: border-box !important;
  outline: none !important;
  position: static !important;
  transform: none !important;
  top: auto !important;
  -webkit-appearance: none !important;
}
#modal-postcode:focus { border-color: #57d6e2 !important; background: #fff !important; }
#modal-postcode::placeholder { color: #94a3b8 !important; }
#modal-submit-btn {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  border-radius: 12px !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  position: static !important;
  transform: none !important;
  bottom: auto !important;
  top: auto !important;
  transition: background 0.2s !important;
}
#modal-submit-btn:hover { background: #3dc4d1 !important; }
.th-avail-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px 12px !important;
  justify-content: center !important;
  margin-top: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid #f1f5f9 !important;
}
.th-avail-trust span { font-size: 11px !important; color: #94a3b8 !important; }

/* ===== BUSINESS FEAT - icon left, title+text stacked right ===== */
/* The structure is: [icon] [h4] [p] as siblings inside flex-row */
/* Use CSS Grid: 50px auto | h4 spans col2 row1, p spans col2 row2 */
.tw-business__features {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
.tw-business__feat {
  display: grid !important;
  grid-template-columns: 56px 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 4px 14px !important;
  align-items: start !important;
  background: rgba(255,255,255,0.06) !important;
  border-radius: 14px !important;
  padding: 18px !important;
  border: 1px solid rgba(87,214,226,0.12) !important;
  box-sizing: border-box !important;
}
.tw-business__feat-icon {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 12px !important;
  background: rgba(87,214,226,0.15) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  align-self: center !important;
}
.tw-business__feat-icon i,
.tw-business__feat-icon svg {
  color: #57d6e2 !important;
  font-size: 20px !important;
}
.tw-business__feat-body {
  grid-column: 2 !important;
  grid-row: 1 / 3 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
}
.tw-business__feat-body h3,
.tw-business__feat-body h4,
.tw-business__feat-body h5,
.tw-business__feat-body p {
  margin: 0 !important;
}
.tw-business__feat-body h3,
.tw-business__feat-body h4,
.tw-business__feat-body h5 {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
}
.tw-business__feat-body p {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.55 !important;
}
/* h4 is direct child of feat (not in a wrapper) */
.tw-business__feat > h4,
.tw-business__feat > h3,
.tw-business__feat > h5 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  align-self: end !important;
}
/* p is direct child of feat */
.tw-business__feat > p {
  grid-column: 2 !important;
  grid-row: 2 !important;
  font-size: 12px !important;
  color: rgba(255,255,255,0.65) !important;
  margin: 0 !important;
  line-height: 1.55 !important;
  align-self: start !important;
}

@media (max-width: 640px) {
  .tw-business__features { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  .tw-business__feat { padding: 14px !important; gap: 3px 12px !important; }
  .tw-business__feat-icon { width: 44px !important; height: 44px !important; min-width: 44px !important; }
  .tw-business__feat > h4, .tw-business__feat > h3 { font-size: 13px !important; }
  .tw-business__feat > p { font-size: 11px !important; }
}

/* ===== FAQ - FIX TEXT TOUCHING EDGES ===== */
/* Add padding to FAQ container so items don't touch edges */
.tw-faq-section .tw-container,
.tw-faqs .tw-container,
section .tw-faq-list,
.tw-faq-wrap {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
/* Direct fix: add margin to faq-item so it doesn't fill 100% */
.tw-faq-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  margin: 0 0 10px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}
.tw-faq-q {
  padding: 16px 20px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #1e293b !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  user-select: none !important;
  line-height: 1.4 !important;
}
.tw-faq-q span { display: none !important; }
.tw-faq-q::after {
  content: '+' !important;
  color: #57d6e2 !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  flex-shrink: 0 !important;
  margin-left: 16px !important;
  line-height: 1 !important;
  min-width: 22px !important;
  text-align: center !important;
}
.tw-faq-item.open .tw-faq-q::after { content: '\2212' !important; }
.tw-faq-item.open .tw-faq-q { color: #57d6e2 !important; }
.tw-faq-a {
  display: none !important;
  padding: 0 20px 16px !important;
  font-size: 14px !important;
  color: #475569 !important;
  line-height: 1.65 !important;
  border-top: 1px solid #f1f5f9 !important;
  padding-top: 14px !important;
}
.tw-faq-item.open .tw-faq-a { display: block !important; }

/* ===== COMPREHENSIVE MOBILE FIX v2 ===== */

/* BUSINESS FEAT CARDS - collapse to 1 col on mobile */
@media (max-width: 767px) {
  .tw-business__features {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .tw-business__feat {
    padding: 16px !important;
    gap: 4px 12px !important;
  }
}

/* MODAL - pill button distinct from rectangular input */
.th-avail-input-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
#modal-postcode {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  flex: 0 0 auto !important;
  border-radius: 12px !important;
  border: 2px solid #e2e8f0 !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: #1e293b !important;
  background: #f8fafc !important;
  box-sizing: border-box !important;
  outline: none !important;
  position: static !important;
  transform: none !important;
  -webkit-appearance: none !important;
}
#modal-postcode:focus {
  border-color: #57d6e2 !important;
  background: #fff !important;
}
#modal-submit-btn {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 50px !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  transform: none !important;
  margin-top: 0 !important;
}

/* HERO FORM - clear card+stacked layout on mobile */
@media (max-width: 900px) {
  .tw-hero__search {
    background: rgba(13,27,42,0.8) !important;
    border: 1px solid rgba(87,214,226,0.25) !important;
    border-radius: 16px !important;
    padding: 20px 18px !important;
    max-width: 100% !important;
  }
  form.tw-hero__search-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  input.tw-hero__search-input {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    background: rgba(255,255,255,0.1) !important;
    border: 1.5px solid rgba(87,214,226,0.45) !important;
    border-radius: 50px !important;
    padding: 0 20px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    flex: none !important;
    -webkit-appearance: none !important;
  }
  button.tw-hero__search-btn {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 50px !important;
    background: #57d6e2 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }
}

/* FOOTER CTA - always a teal pill button */
a.tw-footer__cta {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  margin-top: 8px !important;
}
a.tw-footer__cta i, a.tw-footer__cta svg { color: #ffffff !important; }

/* ===== FIX BATCH: TOPBAR + HERO CARD + MODAL CLOSE + BIZ IMAGE ===== */

/* 1. TOPBAR - clean column layout on small phones */
.tw-topbar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
}
.tw-topbar-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px 12px !important;
  width: 100% !important;
  padding: 4px 12px !important;
}
.tw-topbar-left {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px 12px !important;
  flex: 1 1 auto !important;
}
.tw-topbar-right {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px 12px !important;
}
.tw-topbar-link {
  white-space: nowrap !important;
  font-size: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}
@media (max-width: 600px) {
  .tw-topbar, .tw-topbar-inner, .tw-topbar-left {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 4px 10px !important;
  }
  .tw-topbar-right {
    display: none !important;
  }
  .tw-topbar-link {
    font-size: 11px !important;
    white-space: nowrap !important;
  }
}

/* 2. HERO SEARCH CARD - fix on mobile: input white bg + clear gap from button */
@media (max-width: 900px) {
  .tw-hero__search {
    background: rgba(10,22,40,0.85) !important;
    border: 1px solid rgba(87,214,226,0.3) !important;
    border-radius: 16px !important;
    padding: 20px 16px !important;
  }
  form.tw-hero__search-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }
  input.tw-hero__search-input {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    background: rgba(255,255,255,0.12) !important;
    border: 1.5px solid rgba(87,214,226,0.5) !important;
    border-radius: 50px !important;
    padding: 0 20px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    flex: none !important;
    -webkit-appearance: none !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  input.tw-hero__search-input::placeholder {
    color: rgba(255,255,255,0.6) !important;
  }
  button.tw-hero__search-btn {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 50px !important;
    background: #57d6e2 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-sizing: border-box !important;
  }
}

/* 3. MODAL CLOSE BUTTON - centered, proper grey bg */
#th-modal-close, .th-avail-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #e8edf2 !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #555 !important;
  padding: 0 !important;
  text-align: center !important;
  z-index: 10 !important;
}
#th-modal-close:hover, .th-avail-close:hover {
  background: #cdd5df !important;
  color: #222 !important;
}

/* 4. BUSINESS SECTION — stack on tablet/phone; image below cards (never hidden) */
@media (max-width: 991px) {
  html body .tw-business__inner {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  html body .tw-business__inner > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body .tw-business__inner > div:not(.tw-business__image) {
    order: 1 !important;
  }

  html body .tw-business__image {
    display: block !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  html body .tw-business__image img {
    width: 100% !important;
    height: clamp(240px, 56vw, 520px) !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 16px !important;
    display: block !important;
  }

  html body .tw-business__features {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
  }

  html body .tw-business__feat {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body .tw-business__feat-icon {
    flex-shrink: 0 !important;
  }

  html body .tw-business__feat-body {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }

  html body .tw-business__feat-body h3,
  html body .tw-business__feat-body h4,
  html body .tw-business__feat-body h5 {
    margin: 0 !important;
    text-align: left !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  html body .tw-business__feat-body p {
    margin: 0 !important;
    text-align: left !important;
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
}



/* --- tw-final-override --- */
/* FINAL OVERRIDE - loaded after ALL theme CSS (including sheet 35) */

/* === MODAL: Clean separated input + button === */
.th-avail-input-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.th-avail-input-wrap:focus-within {
  border: none !important;
  box-shadow: none !important;
}
#modal-postcode {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  flex: none !important;
  border-radius: 12px !important;
  border: 2px solid #e2e8f0 !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: #1e293b !important;
  background: #f8fafc !important;
  box-sizing: border-box !important;
  outline: none !important;
  position: static !important;
  transform: none !important;
  top: auto !important;
}
#modal-postcode:focus {
  border-color: #57d6e2 !important;
  background: #fff !important;
}
#modal-submit-btn,
.th-avail-box button:not(.th-avail-close) {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 50px !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  transform: none !important;
  bottom: auto !important;
  top: auto !important;
  padding: 0 !important;
}
#modal-submit-btn:hover {
  background: #3dc4d1 !important;
  color: #ffffff !important;
}
.th-avail-box {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 36px 28px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}
#th-modal-close, .th-avail-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #e8edf2 !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #555 !important;
  padding: 0 !important;
  z-index: 10 !important;
}

/* === MODAL BUTTON HIGH-SPECIFICITY OVERRIDE === */
/* Need double-ID specificity to beat #th-avail-modal button[type="submit"] in sheet 24 */
#th-avail-modal #modal-submit-btn,
#th-avail-modal .th-avail-input-wrap #modal-submit-btn {
  border-radius: 50px !important;
  height: 52px !important;
  min-height: 52px !important;
  width: 100% !important;
  background: #57d6e2 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  transform: none !important;
  padding: 0 24px !important;
}

/* === HEADER CTA: dark text on teal for contrast === */
.tw-hdr-cta {
  color: #061020 !important;
  background-color: #57d6e2 !important;
}
@media (max-width: 900px) {
  .tw-hdr-cta {
    display: none !important;
    visibility: hidden !important;
  }
}

/* === FOOTER + INNER PAGES MAX-WIDTH 1540px (FAQ excluded) === */
.tw-footer__main,
.tw-footer__inner,
.tw-footer__bottom-inner,
.tw-inner-hero__inner,
.tw-inner-section__inner,
.pkg-hero-inner,
.pkg-trust-bar,
.pkg-container,
.cov-hero-inner,
.cov-container,
.cov-map-inner,
.status-hero-inner,
.status-container,
.tech-hero-inner,
.tech-container,
.tw-about-grid,
.tw-contact-grid,
.cov-hero__inner {
  max-width: 1540px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
.tw-footer__bottom {
  max-width: none !important;
  width: 100% !important;
}
.pkg-faq-sec .pkg-container {
  max-width: 100% !important;
}
.tw-faq .tw-faq__inner,
#faq .tw-faq__inner {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* === END INNER PAGES MAX-WIDTH === */

/* === DROPDOWN GAP FIX - prevent hover zone gap === */
.tw-dd {
  margin-top: 0 !important;
  padding-top: 12px !important;
  top: 100% !important;
}
.tw-dd::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}
/* === END DROPDOWN GAP FIX === */

/* === SERVICE PAGES + FOOTER (loads after critical footer styles) === */
body.tw-service-page .tw-feat-grid--service-benefits .tw-feat-card,
body.tw-service-page .tw-feat-grid--service-details .tw-feat-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 128px !important;
  grid-template-columns: unset !important;
  grid-template-rows: unset !important;
}
body.tw-service-page .tw-feat-grid--service-benefits .tw-feat-card__icon,
body.tw-service-page .tw-feat-grid--service-details .tw-feat-card__icon {
  grid-row: unset !important;
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: rgba(87, 214, 226, 0.16) !important;
  color: #57d6e2 !important;
  font-size: 1.2rem !important;
  margin: 0 0 8px !important;
}
body.tw-service-page .tw-feat-grid--service-benefits .tw-feat-card__icon i,
body.tw-service-page .tw-feat-grid--service-details .tw-feat-card__icon i {
  color: #57d6e2 !important;
}
body.tw-service-page .tw-feat-grid--service-benefits .tw-feat-card__text,
body.tw-service-page .tw-feat-grid--service-details .tw-feat-card__text,
body.tw-service-page .tw-feat-grid--service-details .tw-feat-card__title {
  grid-column: unset !important;
}
body.tw-service-page .tw-service-plan-card .tw-pkg-name,
body.tw-service-page .tw-service-plan-card .tw-pkg-price,
body.tw-service-page .tw-service-plan-card .tw-pkg-features li,
body.tw-service-page .tw-service-plan-card .tw-pkg-features li span {
  color: #0b1d3a !important;
}
.tw-footer__inner {
  grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(0, 1fr)) !important;
  gap: 32px 24px !important;
  align-items: start !important;
}
@media (max-width: 1200px) {
  .tw-footer__inner { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .tw-footer__col--brand { grid-column: 1 / -1 !important; max-width: 560px !important; }
}
@media (max-width: 1024px) {
  .tw-footer__inner { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 28px 20px !important; }
  .tw-footer__col--brand { grid-column: 1 / -1 !important; max-width: none !important; }
}
@media (max-width: 768px) {
  .tw-footer__inner { grid-template-columns: 1fr !important; gap: 28px !important; }
  .tw-footer__col--brand { grid-column: auto !important; max-width: none !important; }
  .tw-footer__contact li { align-items: flex-start !important; }
  .tw-footer__contact li a[href^="tel:"] { white-space: nowrap !important; }
  .tw-footer__contact li span,
  .tw-footer__contact li a {
    min-width: 0 !important;
    flex: 1 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .tw-footer__legal {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px 16px !important;
    width: 100% !important;
  }
  .tw-footer__legal a::before { display: none !important; }
  .tw-footer__bottom-top {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .tw-footer__bottom-meta { width: 100% !important; max-width: none !important; }
  .tw-footer__badges { justify-content: center !important; width: 100% !important; }
  .tw-footer__company { max-width: none !important; }
  .tw-footer__copyright,
  .tw-footer__company { text-align: center !important; }
  .tw-footer__cta { width: 100% !important; justify-content: center !important; }
}
.tw-footer__bottom-inner {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
}
.tw-footer__bottom-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 20px 32px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}
.tw-footer__legal {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 20px !important;
  width: 100% !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  padding-top: 16px !important;
}
.tw-footer__legal a::before {
  display: none !important;
  content: none !important;
}
.tw-footer__badge {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  white-space: nowrap !important;
}
/* === END SERVICE PAGES + FOOTER === */

/* === HMO FORM SPACING (service page â€” footer loads on every page) === */
html body .tw-hmo-form-card .tw-cf7-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin-bottom: 24px !important;
}
html body .tw-hmo-form-card .tw-cf7-col,
html body .tw-hmo-form-card .tw-cf7-full {
  display: block !important;
  margin-bottom: 0 !important;
}
html body .tw-hmo-form-card .tw-cf7-col > label,
html body .tw-hmo-form-card .tw-cf7-full > label {
  display: block !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #0b1d3a !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}
html body .tw-hmo-form-card .tw-cf7-col > .wpcf7-form-control-wrap,
html body .tw-hmo-form-card .tw-cf7-full > .wpcf7-form-control-wrap {
  display: block !important;
  margin: 0 0 4px !important;
}
html body .tw-hmo-form-card .tw-cf7-intro {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #57d6e2 !important;
  margin: 0 0 22px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(87, 214, 226, 0.28) !important;
}
html body .tw-hmo-form-card fieldset.tw-cf7-fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 24px !important;
}
html body .tw-hmo-form-card fieldset.tw-cf7-fieldset legend {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #0b1d3a !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
}
html body .tw-hmo-form-card input.wpcf7-form-control:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
html body .tw-hmo-form-card select.wpcf7-form-control,
html body .tw-hmo-form-card textarea.wpcf7-form-control {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1.5px solid #d1d9e6 !important;
  border-radius: 10px !important;
  font-size: 0.9rem !important;
  color: #0b1d3a !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
html body .tw-hmo-form-card h3 {
  color: #0b1d3a !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}
html body .tw-hmo-form-card > p {
  color: #667085 !important;
  margin-bottom: 28px !important;
  line-height: 1.65 !important;
}
@media (max-width: 768px) {
  html body .tw-hmo-form-card .tw-cf7-row {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}
/* === END HMO FORM SPACING === */

/* === 5G CALLOUT CARD â€” vertical centre (5g-standard-mifi etc.) === */
html body.tw-service-page .tw-feat-card.tw-feat-card--callout {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 22px 26px !important;
  border: 1px solid rgba(87, 214, 226, 0.35) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(87, 214, 226, 0.1) 0%, rgba(23, 110, 186, 0.06) 100%) !important;
  box-shadow: 0 4px 20px rgba(11, 29, 58, 0.06) !important;
}
html body.tw-service-page .tw-feat-card.tw-feat-card--callout:hover {
  transform: none !important;
}
html body.tw-service-page .tw-feat-card.tw-feat-card--callout .tw-feat-card__icon {
  flex: 0 0 52px !important;
  width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: rgba(87, 214, 226, 0.18) !important;
  color: #57d6e2 !important;
  font-size: 1.35rem !important;
}
html body.tw-service-page .tw-feat-card.tw-feat-card--callout .tw-feat-card__icon i {
  color: #57d6e2 !important;
  line-height: 1 !important;
}
html body.tw-service-page .tw-feat-card.tw-feat-card--callout .tw-feat-card__text {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
  display: flex !important;
  align-items: center !important;
  min-height: 52px !important;
  color: #475569 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  text-align: left !important;
}
/* === END 5G CALLOUT CARD === */

/* === CONTACT FORM SUBMIT (beats white input.wpcf7-form-control rule) === */
html body .tw-contact-form-card input.wpcf7-submit,
html body .tw-contact-form-card .wpcf7-submit,
html body .tw-hmo-form-card input.wpcf7-submit,
html body .tw-hmo-form-card .wpcf7-submit {
  background: linear-gradient(135deg, #57d6e2 0%, #3bc4d0 100%) !important;
  background-color: #57d6e2 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  min-height: 52px !important;
  box-shadow: 0 6px 22px rgba(87, 214, 226, 0.35) !important;
}
/* === END CONTACT FORM SUBMIT === */

/* === 5G PLANS PAGE ONLY (footer loads last) === */
html body #5g-packages .tw-pkg-panel.active,
html body #5g-packages .tw-pkg-panel.tw-pkg-panel--standalone {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 360px)) !important;
  justify-content: center !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 1540px !important;
  margin-inline: auto !important;
}

html body #5g-packages .tw-pkg-panel .tw-pkg-card {
  max-width: 360px !important;
  width: 100% !important;
  justify-self: center !important;
}

/* Service pages â€” full-width packages band inside plan details */
html body.tw-service-page .tw-inner-section__inner > .tw-packages,
html body.tw-service-page #service-packages.tw-packages {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  box-sizing: border-box !important;
}

/* Service pages â€” media-split images fill frame (no side gaps) */
html body.tw-service-page .tw-media-split__media {
  overflow: hidden !important;
  background: #0b1d3a !important;
  width: 100% !important;
}

html body.tw-service-page .tw-media-split__media--landscape {
  aspect-ratio: 3 / 2 !important;
}

html body.tw-service-page .tw-media-split__media--portrait {
  aspect-ratio: 3 / 4 !important;
  max-height: 520px !important;
}

html body.tw-service-page .tw-media-split__media img,
html body.tw-service-page .tw-media-split__media .tw-media-split__img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 18px !important;
}

html body #5g-standard-vs-pro .tw-feat-card.tw-feat-card--compare {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  grid-template-columns: unset !important;
  grid-template-rows: unset !important;
  padding: 20px 24px !important;
}

html body #5g-standard-vs-pro .tw-feat-card--compare .tw-feat-card__icon {
  grid-row: unset !important;
  grid-column: unset !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  margin: 0 0 8px !important;
}

html body #5g-standard-vs-pro .tw-feat-card--compare .tw-feat-card__title,
html body #5g-standard-vs-pro .tw-feat-card--compare .tw-feat-card__text,
html body #5g-standard-vs-pro .tw-feat-card--compare p {
  grid-column: unset !important;
  width: 100% !important;
}

html body #5g-standard-vs-pro .tw-feat-card--compare .tw-feat-card__title {
  margin: 0 0 4px !important;
}

html body #5g-standard-vs-pro .tw-feat-card--compare .tw-feat-card__text {
  margin: 0 0 12px !important;
}

html body #5g-standard-vs-pro .tw-feat-card--compare p {
  margin: 0 !important;
}
/* === END 5G PLANS PAGE === */
