/* .site-footer,
footer.site-footer,
.elementor-location-footer {
  display: none !important;
} */
/* Hide the theme's default header on Melbourne module templates to avoid duplicate headers */
.site-header {
  display: none !important;
}
/* === GLOBAL STYLES & SETUP === */

:root {
  --heading-color: #0f172a;
  --body-color: #5e6a7a;
  --brand-blue: #3b5da7;
  --cta-red: #d91c1c;
  --surface-color: #ffffff;
  --border-color: #e6eaf0;
  --background-color: #f7f9fc;
  --icon-chip-bg: #eaf1ff;
  --orange-accent: #d91c1c;
  --light-gray: #f8fafc;
  --border-light: #e2e8f0;
  --white: #ffffff;
  --text-dark: #0f172a;
  /* --primary-blue: #1e3a8a; */
  --dark-blue: #1e293b;
  /* --font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent horizontal overflow on page content only */
.page-content *,
.page-content *::before,
.page-content *::after,
main *,
main *::before,
main *::after {
  max-width: 100%;
}

/* Restore normal width for navigation dropdown arrows and other UI elements */
nav *::before,
nav *::after,
.menu *::before,
.menu *::after,
.menu-item *::before,
.menu-item *::after,
.sub-menu *::before,
.sub-menu *::after,
.dropdown-toggle::before,
.dropdown-toggle::after,
header *::before,
header *::after {
  max-width: none !important;
}

/* Mobile overflow prevention - scoped to page content */
@media (max-width: 768px) {
  .page-content *,
  main *,
  .hero-section *,
  .services-overview *,
  .common-services-section *,
  .brands-section *,
  .contact-us-banner * {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Ensure no element can cause horizontal scroll */
  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  .container {
    overflow-x: hidden !important;
  }

  /* Fix any tables or wide content within page sections */
  .page-content table,
  main table {
    width: 100% !important;
    table-layout: fixed !important;
  }

  /* Ensure images don't overflow within page content */
  .page-content img,
  main img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Fix pre and code blocks within page content */
  .page-content pre,
  .page-content code,
  main pre,
  main code {
    white-space: pre-wrap !important;
    word-break: break-all !important;
    max-width: 100% !important;
  }

  /* Fix wide form elements within page content */
  .page-content input,
  .page-content textarea,
  .page-content select,
  main input,
  main textarea,
  main select {
    max-width: 100% !important;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-family);
  background-color: var(--surface-color);
  color: var(--body-color);
  line-height: 1.7;
  overflow-x: hidden;
  max-width: 100vw;
}


/* WordPress Admin Bar Support */
body.admin-bar {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px;
  }
}

body.overlay-open {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  font-weight: 800;
}

h2 {
  font-size: 40px;
  font-weight: 800;
}

h3 {
  font-size: 24px;
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 9999px;
  transition: transform 150ms ease, box-shadow 150ms ease;
  cursor: pointer;
  border: none;
}

.cta-button.red {
  background-color: var(--cta-red);
  color: var(--surface-color);
}

.cta-button.red:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(217, 28, 28, 0.3);
}

.cta-button.red:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 2px;
}

/* === 1. HERO SECTION === */

.hero-section {
  padding: 120px 0;
  background: linear-gradient(rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6)),
    url("https://images.unsplash.com/photo-1621905252507-b35492cc74b4?q=80&w=2069&auto=format&fit=crop")
      no-repeat center center/cover;
  color: var(--surface-color);
  text-align: center;
  margin-top: 0;
}

.hero-section h1 {
  color: var(--surface-color);
  margin-bottom: 20px;
}

.hero-section .description {
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

.google-rating-widget {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.google-rating-widget .stars {
  color: #fbbc05;
  font-size: 20px;
}

.google-rating-widget span {
  font-size: 16px;
  font-weight: 500;
}

/* === 2. SERVICES OVERVIEW === */

.services-overview {
  background-color: var(--background-color);
}

.services-overview-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.overview-copy h2 {
  font-size: 40px;
  font-weight: 800;
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 20px;
}

.overview-copy p {
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 500px;
}

.why-choose-content .subheading {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 16px;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.why-choose-card {
  background-color: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  min-height: 160px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease,
    border-color 200ms ease;
}

.why-choose-card:hover,
.why-choose-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
  border-color: rgba(59, 93, 167, 0.4);
}

.why-choose-card:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 2px;
}

.why-choose-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-blue), var(--icon-chip-bg));
  transition: width 200ms ease-out;
}

.why-choose-card:hover::after,
.why-choose-card:focus-within::after {
  width: 100%;
}

.why-choose-card .icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--icon-chip-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform 200ms ease;
  position: relative;
  border: none !important;
  outline: none !important;
}

.why-choose-card:hover .icon-wrapper {
  transform: scale(1.05);
}

.why-choose-card .icon-wrapper i {
  font-size: 20px;
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
}

.why-choose-card .icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: var(--brand-blue);
  fill: currentColor;
  display: block;
  margin: 0 auto;
}

.why-choose-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.why-choose-card p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--body-color);
}

/* === 3. WARRANTY & TECHNICIANS === */

.warranty-section {
  background-color: var(--surface-color);
}

.warranty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.image-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.image-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.warranty-content p {
  margin-bottom: 30px;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.gallery-modal .swiper {
  width: 90%;
  max-width: 900px;
  height: 80%;
}

.gallery-modal .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-modal .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gallery-modal .close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: var(--surface-color);
  cursor: pointer;
}

.gallery-modal .swiper-button-next,
.gallery-modal .swiper-button-prev {
  color: var(--surface-color);
}

/* === 4. COMMON APPLIANCE SERVICES (NEW VERSION) === */

.common-services-section {
  background-color: var(--background-color);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card {
  background-color: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease,
    border-color 200ms ease;
}

/* Nuke underlines in the Common Appliance Services section */
.common-services-section a,
.common-services-section a:hover,
.common-services-section a:focus,
.common-services-section a:active {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* Explicitly remove underline when the card itself is an anchor */
.service-card,
.service-card:link,
.service-card:visited,
.service-card:hover,
.service-card:focus,
.service-card:active {
  text-decoration: none !important;
}

.card-image-wrapper {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 200ms ease, filter 200ms ease;
}

.card-content {
  padding: 20px;
  flex-grow: 1;
}

.card-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.card-content p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--body-color);
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
  border-color: rgba(59, 93, 167, 0.3);
}

.service-card:hover img,
.service-card:focus-visible img {
  transform: scale(1.02);
  filter: brightness(1.03);
}

.service-card:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 2px;
}

/* Remove underlines in service cards */
.services-grid .service-card,
.services-grid .service-card:link,
.services-grid .service-card:visited,
.services-grid .service-card:hover,
.services-grid .service-card:focus,
.services-grid .service-card:active,
.services-grid .service-card *,
.services-grid .service-card a,
.services-grid .service-card a:link,
.services-grid .service-card a:visited,
.services-grid .service-card a:hover,
.services-grid .service-card a:focus,
.services-grid .service-card a:active,
.services-grid .card-content h4 a,
.services-grid .card-content p a {
  text-decoration: none !important;
}

/* Some themes draw underlines via border-bottom */
.services-grid .service-card a {
  border-bottom: 0 !important;
  color: inherit;
}

.special-card {
  cursor: pointer;
}

.view-all-container {
  text-align: center;
  margin-top: 40px;
}

#view-all-services-btn {
  background-color: var(--brand-blue);
  color: var(--surface-color);
  border-radius: 12px;
}

#view-all-services-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 93, 167, 0.3);
}

.view-all-subcopy {
  margin-top: 16px;
  font-size: 14px;
}

.all-services-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.all-services-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.overlay-content {
  background-color: var(--background-color);
  border-radius: 16px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 1280px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(10px);
  transition: transform 300ms ease;
}

.all-services-overlay.is-open .overlay-content {
  transform: translateY(0);
}

.overlay-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: -32px;
}

.overlay-header .title-group {
  flex-grow: 1;
}

.overlay-header h2 {
  font-size: 24px;
  color: var(--heading-color);
}

.overlay-header p {
  font-size: 14px;
  color: var(--body-color);
}

.search-bar-wrapper {
  position: relative;
  margin: 0 24px;
}

.search-bar-wrapper i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--body-color);
}

.search-bar-wrapper input {
  padding: 10px 12px 10px 36px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  width: 300px;
  font-family: var(--font-family);
}

.close-overlay-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--body-color);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
}

.close-overlay-btn:hover {
  background-color: var(--border-color);
  color: var(--heading-color);
}

.overlay-body {
  padding: 24px;
  overflow-y: auto;
  flex-grow: 1;
  background-color: var(--background-color);
  min-height: 0;
  margin-top: 125px;
}

.overlay-body .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
}

.sub-service-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background-color: var(--surface-color);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 300ms ease;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.sub-service-panel.is-open {
  transform: translateX(0);
}

.panel-header {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-color);
  flex-shrink: 0;
}

.panel-back-btn {
  background: none;
  border: none;
  font-size: 16px;
  color: var(--heading-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.panel-body {
  padding: 24px;
}

.panel-body h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.panel-body p {
  font-size: 15px;
  margin-bottom: 24px;
  color: var(--body-color);
}

.panel-service-list a {
  display: block;
  padding: 12px 16px;
  color: var(--brand-blue);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid var(--border-color);
  transition: background-color 0.2s;
  border-radius: 8px;
}

.panel-service-list a:hover {
  background-color: var(--background-color);
}

.panel-service-list a:last-child {
  border-bottom: none;
}

/* === 5. FAQ SECTION === */

.faq-section {
  background-color: var(--surface-color);
  padding: 64px 0;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.4;
}

/* Inline SVG chevron icon */
.faq-question .question-text {
  flex: 1 1 auto;
  margin-right: 12px;
}

.faq-question .chevron {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: currentColor;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question .chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-right: 20px;
  width: 100%;
}

.faq-answer p {
  padding: 0 0 20px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.6;
}

.faq-cta {
  text-align: center;
  margin-top: 50px;
}

/* === 6. SUBURBS SECTION (NEW VERSION) === */

.suburbs-section {
  background-color: var(--background-color);
  padding: 64px 0;
  overflow: visible;
  min-height: auto;
}

.suburbs-section .container {
  display: block;
  visibility: visible;
  opacity: 1;
}

.suburbs-section .section-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  color: var(--heading-color);
}

.filter-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  width: 100%;
  visibility: visible;
}

.filter-control {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.filter-control label {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
  padding-left: 4px;
}

.filter-control input,
#postcode-select-trigger {
  padding: 12px 16px;
  font-size: 16px;
  font-family: var(--font-family);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  width: 320px;
  transition: border-color 0.2s, box-shadow 0.2s;
  height: 51px;
}

#postcode-select-trigger {
  background-color: var(--surface-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  overflow: hidden;
}

#postcode-select-trigger span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}

.filter-control input:focus,
#postcode-select-trigger:focus,
.filter-control input:focus-visible,
#postcode-select-trigger:focus-visible {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(59, 93, 167, 0.2);
}

#postcode-select-trigger .placeholder {
  color: #9ca3af;
}

#postcode-select-trigger .chevron {
  transition: transform 0.2s;
  /* Prevent the SVG from shrinking off-screen on narrow viewports */
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  color: currentColor;
  pointer-events: none;
}

.mega-select-wrapper.is-open #postcode-select-trigger .chevron {
  transform: rotate(180deg);
}

.mega-select-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 600px;
  max-width: calc(100vw - 48px);
  background-color: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.mega-select-wrapper.is-open .mega-select-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.panel-header {
  padding: 12px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  gap: 12px;
  align-items: center;
}

.panel-tabs {
  display: flex;
  flex-grow: 1;
}

.panel-tab {
  padding: 8px 12px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: var(--body-color);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}

.panel-tab[aria-selected="true"] {
  color: var(--brand-blue);
  border-bottom-color: var(--brand-blue);
}

.panel-search input {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  width: 180px;
}

.panel-body {
  padding: 8px;
}

.panel-tab-content {
  display: none;
}

.panel-tab-content[aria-hidden="false"] {
  display: block;
}

.postcode-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-height: 320px;
  overflow-y: auto;
  gap: 4px;
}

.postcode-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  font-family: var(--font-family);
  font-size: 15px;
}

.postcode-item:hover,
.postcode-item:focus {
  background-color: var(--background-color);
  outline: none;
}

.postcode-item[aria-selected="true"] {
  background-color: var(--icon-chip-bg);
  color: var(--brand-blue);
  font-weight: 600;
}

.postcode-item[aria-selected="true"]::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--brand-blue);
}

.panel-footer {
  padding: 12px;
  border-top: 1px solid var(--border-color);
}

.recents-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--body-color);
  margin-bottom: 8px;
  padding: 0 4px;
}

.recents-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.recent-chip {
  padding: 4px 10px;
  font-size: 13px;
  border: 1px solid var(--border-color);
  background-color: var(--background-color);
  border-radius: 16px;
  cursor: pointer;
}

#suburb-result-card-wrapper {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-state {
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 500;
}

.suburb-card {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  background-color: var(--surface-color);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  width: 100%;
  max-width: 1000px;
}

.suburb-card .map-container {
  /* PERBAIKAN: Dibuat lebih spesifik */
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--border-color);
}

.suburb-card .map-container iframe {
  /* PERBAIKAN: Dibuat lebih spesifik */
  width: 100%;
  height: 100%;
  border: none;
}

.info-container h3 {
  font-size: 24px;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.info-container p {
  font-size: 16px;
  margin-bottom: 24px;
}

.suburb-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.suburb-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  color: var(--brand-blue);
  text-decoration: none;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  transition: all 0.2s ease;
}

.suburb-link:hover {
  background-color: var(--icon-chip-bg);
  border-color: var(--brand-blue);
  text-decoration: underline;
}

/* === START: TESTIMONIALS SECTION CSS === */

.google-reviews-section {
  padding: 88px 0;
  /* background-color: var(--light-gray); */
}

.google-reviews-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.google-reviews-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}

.google-reviews-section .sub-heading {
  color: var(--orange-accent);
  font-weight: 600;
  margin: 0 0 8px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.google-reviews-section .main-heading {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-blue);
  margin: 0;
  line-height: 1.2;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 32px;
  align-items: start;
}

.google-summary-panel {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--border-light);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.google-summary-panel h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
  margin: 0 0 4px 0;
}

.google-summary-panel .company-name {
  font-size: 14px;
  color: var(--text-gray);
  margin-bottom: 24px;
}

.google-summary-panel .rating-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.google-summary-panel .rating-value {
  font-size: 48px;
  font-weight: 700;
  color: var(--dark-blue);
  line-height: 1;
}

.google-summary-panel .stars {
  font-size: 24px;
  color: #fdb515;
}

.google-summary-panel .review-count {
  font-size: 14px;
  color: var(--text-gray);
  margin-bottom: 32px;
}

.google-summary-panel .buttons-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.google-summary-panel .btn-primary {
  background-color: var(--orange-accent);
}

.google-summary-panel .btn-primary:hover {
  background-color: #ea580c;
}

.google-summary-panel .btn-secondary {
  background-color: var(--white);
  color: var(--dark-blue);
  border-color: var(--border-light);
}

.google-summary-panel .btn-secondary:hover {
  border-color: var(--orange-accent);
  color: var(--orange-accent);
}

.slider-column {
  position: relative;
  min-width: 0;
}

.slider-wrapper {
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  transition: transform 500ms ease-in-out;
}

.testimonial-card {
  flex: 0 0 calc(100% / 3 - 16px);
  margin: 0 8px;
  background-color: var(--white);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  height: 340px;
  box-sizing: border-box;
}

.testimonial-card .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.testimonial-card .avatar-initials {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background-color: var(--orange-accent);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-card .user-info .name {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}

.testimonial-card .user-info .date {
  font-size: 13px;
  color: var(--text-gray);
  margin: 0;
}

.testimonial-card .google-logo {
  margin-left: auto;
  font-size: 22px;
  color: #ced4da;
}

.testimonial-card .card-rating {
  color: #fdb515;
  margin-bottom: 16px;
  font-size: 15px;
}

.testimonial-card .card-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  flex-grow: 1;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-response {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-light);
  max-height: 70px;
  overflow-y: auto;
}

.card-response .response-title {
  font-weight: 600;
  font-size: 13px;
  color: var(--dark-blue);
  margin-bottom: 4px;
}

.card-response .response-text {
  font-size: 14px;
  color: var(--text-gray);
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white);
  border: 1px solid var(--border-light);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--dark-blue);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-btn:hover {
  background-color: var(--orange-accent);
  color: var(--white);
}

.slider-btn:focus-visible {
  outline: 2px solid var(--orange-accent);
  outline-offset: 2px;
}

.prev-btn {
  left: -22px;
}

.next-btn {
  right: -22px;
}

/* === END: TESTIMONIALS SECTION CSS === */

/* === 7. FINAL CTA === */

.final-cta-section {
  padding-bottom: 100px;
  background: var(--surface-color);
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.final-cta-grid .map-container {
  /* PERBAIKAN: Dibuat lebih spesifik */
  position: relative;
  height: 500px;
}

.final-cta-grid .map-container iframe {
  /* PERBAIKAN: Dibuat lebih spesifik */
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

.map-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--surface-color);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  color: var(--heading-color);
}

.final-cta-content ul {
  list-style: none;
  margin: 20px 0 30px;
}

.final-cta-content ul li {
  padding: 5px 0;
}

.final-cta-content ul li a {
  color: var(--brand-blue);
  text-decoration: none;
}

.final-cta-content ul li a:hover {
  text-decoration: underline;
}

/* === START: BRANDS SECTION CSS === */

.brands-section {
  padding: 64px 0;
  /* background-color: var(--white); */
  background: var(--light-gray);
  overflow: hidden;
}

.brands-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.brands-section .section-header .main-heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark-blue);
}

.brands-slider {
  text-align: center;
}

.brands-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}

.brands-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.brands-slider .swiper-slide img {
  height: 40px;
  max-width: 150px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  opacity: 0.7;
  transition: all 0.3s ease;
}

.brands-slider .swiper-slide:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.brands-slider-2 {
  margin-top: 80px;
}

/* === END: BRANDS SECTION CSS === */

/* === START: NEW CONTACT US SECTION === */

.contact-us-banner {
  padding: 5rem 0;
  text-align: center;
}

.contact-us-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.contact-us-banner .eyebrow {
  color: var(--orange-accent);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-us-banner h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.contact-us-banner p {
  color: var(--text-gray);
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-banner .btn-call {
  background: var(--dark-blue);
  color: var(--white);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.contact-us-banner .btn-call:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* === END: NEW CONTACT US SECTION === */

/* === RESPONSIVE STYLES === */

@media (max-width: 1199px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .overlay-body .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .services-overview-container {
    gap: 40px;
  }
  .hero-section {
    padding: 90px 0;
  }
  .services-overview {
    padding: 100px 0;
  }
}

/* Tablet specific styles */
@media (max-width: 768px) and (min-width: 481px) {
  .why-choose-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .testimonial-card {
    flex-basis: calc(50% - 16px);
    min-width: calc(50% - 16px);
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  section {
    padding: 80px 0;
  }
  .warranty-grid,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .overlay-body .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .suburb-card {
    grid-template-columns: 1fr;
  }
  .final-cta-grid .map-container {
    order: 2;
    height: 400px;
  }
}

/* Tablet responsive styles - 992px and below */
@media (max-width: 992px) {
  .suburbs-section {
    padding: 48px 0;
    display: block !important;
  }

  .suburbs-section .section-heading {
    font-size: 32px;
  }

  .filter-bar {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 20px;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control {
    width: 100%;
    max-width: 500px;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control input,
  #postcode-select-trigger {
    width: 100%;
    min-height: 50px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  section {
    padding: 60px 0;
  }
  .container {
    padding: 0 16px;
  }
  .hero-section {
    padding: 80px 0;
  }
  .hero-section .description {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .cta-button {
    font-size: 14px;
    padding: 12px 20px;
    height: auto;
  }
  .google-reviews-section {
    padding: 64px 0;
  }
  .google-reviews-section .main-heading {
    font-size: 32px;
  }
  .google-reviews-section .section-header {
    margin-bottom: 32px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .google-summary-panel {
    text-align: center;
    align-items: center;
  }
  .testimonial-card {
    flex-basis: 95%;
    height: auto;
    min-height: 260px;
  }
  .slider-btn {
    display: none;
  }
  /* Add mobile swipe indicator */
  .slider-column::after {
    content: "← Swipe to navigate →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--text-light);
    margin-top: 16px;
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .services-overview {
    padding: 72px 0;
  }
  .services-overview-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .overview-copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .why-choose-content .subheading {
    text-align: left;
  }
  .hero-section {
    padding: 100px 0;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .overlay-body .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px 24px 16px;
  }
  .overlay-body {
    padding-top: 8px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .overlay-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px 16px 16px;
    gap: 16px;
  }
  .overlay-header .title-group {
    margin-top: 5px;
    align-self: center;
  }
  .overlay-header h2 {
    font-size: 24px;
    margin: 0;
    align-self: center;
  }
  .overlay-header p {
    margin: 0;
    align-self: center;
    text-align: center;
  }
  .search-bar-wrapper {
    margin: 0;
    width: 100%;
    align-self: stretch;
  }
  .search-bar-wrapper input {
    width: 100%;
    font-size: 16px;
    padding: 14px 16px 14px 45px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
  }
  .search-bar-wrapper i {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .close-overlay-btn {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    z-index: 10;
  }
  .sub-service-panel {
    width: 100%;
    height: 60%;
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    border-radius: 16px 16px 0 0;
  }
  .testimonials-grid {
    grid-template-columns: 35% 1fr;
    gap: 24px;
  }
  .testimonial-card {
    flex-basis: calc(100% / 2 - 16px);
  }
  /* Responsive styles for new suburbs section */
  .suburbs-section {
    padding: 50px 0;
    display: block !important;
    visibility: visible !important;
  }

  .suburbs-section .section-heading {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .filter-bar {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 16px;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control {
    width: 100%;
    max-width: 400px;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control label {
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    visibility: visible;
  }

  .filter-control input,
  #postcode-select-trigger {
    width: 100%;
    font-size: 16px;
    min-height: 48px;
    display: block !important;
    visibility: visible !important;
  }
  .mega-select-panel {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    border-radius: 16px 16px 0 0 !important;
    transform: translateY(100%) !important;
    z-index: 9999 !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform 0.3s ease !important;
  }
  .mega-select-wrapper.is-open .mega-select-panel {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .mega-select-trigger {
    font-size: 16px;
    padding: 12px;
    min-height: 48px;
    cursor: pointer;
    pointer-events: auto;
  }
  .postcode-list {
    grid-template-columns: 1fr;
  }
  .postcode-item {
    padding: 16px 12px;
    font-size: 16px;
    min-height: 48px;
    border-bottom: 1px solid var(--border-color);
  }
  .postcode-item:hover,
  .postcode-item:focus,
  .postcode-item:active {
    background-color: var(--background-color);
    transform: none;
  }
  .postcode-item:hover,
  .postcode-item:focus,
  .postcode-item:active {
    background-color: var(--background-color);
    transform: none;
  }
  .suburb-card .map-container {
    order: 1;
  }
  /* PERBAIKAN: Dibuat lebih spesifik */
  .info-container {
    order: 2;
  }
  .suburb-links-grid {
    grid-template-columns: 1fr;
  }
  .suburb-card {
    padding: 20px;
    gap: 24px;
    margin: 0 auto;
    max-width: 100%;
  }
  .suburb-card .map-container {
    aspect-ratio: 16 / 9;
    min-height: 200px;
  }
}

@media (max-width: 640px) {
  .panel-header {
    flex-direction: column;
    align-items: stretch;
  }

  .panel-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }

  .panel-search {
    width: 100%;
    margin-top: 12px;
  }

  .panel-search input {
    width: 100%;
  }
  /* Ensure the postcode trigger chevron is visible on small screens */
  #postcode-select-trigger .chevron {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-left: 8px;
    visibility: visible;
    opacity: 1;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  h2 {
    font-size: 24px;
  }
  .container {
    padding: 0 12px;
  }
  .hero-section {
    padding: 60px 0;
  }
  .hero-section .description {
    font-size: 16px;
  }
  .services-overview {
    padding: 50px 0;
  }
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .why-choose-card {
    text-align: center;
    padding: 24px 16px;
  }
  .google-rating-widget {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .final-cta-grid .map-container {
    height: 300px;
  }
  .brands-section .main-heading {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .contact-us-banner h2 {
    font-size: 28px;
  }
  .contact-us-banner .eyebrow {
    font-size: 14px;
  }
  .suburb-card {
    padding: 16px;
    gap: 20px;
    border-radius: 12px;
  }
  .suburb-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .suburb-card p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .suburb-card .map-container {
    aspect-ratio: 4 / 3;
    min-height: 180px;
  }
  .suburb-links-grid {
    font-size: 14px;
    gap: 8px;
    margin-bottom: 16px;
  }
  .cta-button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .faq-section {
    padding: 40px 0;
  }

  .faq-accordion {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 100%;
    overflow: hidden;
  }

  .faq-item {
    margin-bottom: 8px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .faq-question {
    font-size: 16px;
    padding: 16px;
    line-height: 1.3;
    word-break: break-word;
    white-space: normal;
    align-items: flex-start;
    gap: 10px;
  }

  .faq-question::after {
    margin-left: 10px;
    margin-top: 2px;
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 16px;
    overflow: hidden;
  }

  .faq-answer p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 0 16px 0;
    word-break: break-word;
    white-space: normal;
  }
  .overlay-header .title-group h2 {
    font-size: 24px;
  }
  .overlay-header {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    align-items: stretch;
  }
  .overlay-header .title-group {
    text-align: center;
  }
  .service-card h4 {
    font-size: 16px;
  }
  .service-card p {
    font-size: 14px;
  }
}

/* Ultra small devices - 320px and below */
@media (max-width: 320px) {
  .container {
    padding: 0 8px;
  }
  h1 {
    font-size: 24px;
  }
  .cta-button {
    font-size: 13px;
    padding: 12px 16px;
    min-height: 44px;
  }
  .why-choose-card {
    padding: 20px 12px;
  }
  .faq-question {
    font-size: 15px;
    padding: 14px;
    min-height: 48px;
    word-break: break-word;
    line-height: 1.2;
    align-items: flex-start;
  }

  .faq-question::after {
    font-size: 12px;
    margin-top: 1px;
  }

  .faq-answer {
    padding: 0 14px;
  }

  .faq-answer p {
    font-size: 14px;
    padding: 0 0 14px 0;
    line-height: 1.4;
    word-break: break-word;
  }
  .suburbs-section {
    padding: 40px 0;
    display: block !important;
    visibility: visible !important;
  }

  .suburbs-section .section-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .filter-bar {
    gap: 12px;
    margin-bottom: 24px;
    padding: 0 8px;
    flex-direction: column;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control {
    width: 100%;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control input,
  #postcode-select-trigger {
    min-height: 44px;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    display: block !important;
    visibility: visible !important;
  }
  .suburb-card {
    padding: 12px;
    gap: 16px;
  }
  .suburb-card h3 {
    font-size: 18px;
  }
  .suburb-card .map-container {
    min-height: 160px;
  }
}
/* Footer Styles */
.footer {
  background-color: var(--white);
  padding: 4rem 2rem 2rem;
  border-top: 1px solid var(--border-light);
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* Landscape orientation fixes for mobile devices */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .suburbs-section {
    padding: 20px 0 !important;
    display: block !important;
    visibility: visible !important;
  }

  .suburbs-section .section-heading {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    text-align: center;
  }

  .filter-bar {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    padding: 0 16px !important;
    flex-wrap: wrap !important;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control {
    width: auto !important;
    min-width: 280px !important;
    max-width: 320px !important;
    flex: 1 1 280px !important;
    display: flex !important;
    visibility: visible !important;
  }

  .filter-control label {
    font-size: 13px !important;
    margin-bottom: 4px !important;
  }

  .filter-control input,
  #postcode-select-trigger {
    min-height: 40px !important;
    font-size: 14px !important;
    padding: 8px 12px !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
  }

  .mega-select-panel {
    max-height: 50vh !important;
  }
}

/* Ultra-wide landscape phones */
@media screen and (max-width: 950px) and (max-height: 500px) and (orientation: landscape) {
  .suburbs-section {
    padding: 15px 0 !important;
  }

  .suburbs-section .section-heading {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .filter-bar {
    gap: 10px !important;
    margin-bottom: 15px !important;
  }

  .filter-control {
    min-width: 240px !important;
  }

  .filter-control input,
  #postcode-select-trigger {
    min-height: 36px !important;
    font-size: 13px !important;
    padding: 6px 10px !important;
  }
}

/* Footer Logo Section */
/* .footer-logo {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        } */

.footer-logo-image {
  flex-shrink: 0;
}

.footer-logo-image img {
  width: 100%;
  height: 192px;
  object-fit: contain;
}

.footer-logo-text {
  flex: 1;
}

.logo-main {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}

.logo-citywide {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
  line-height: 1.2;
}

.logo-melbourne {
  font-size: 1.5rem;
  font-weight: 700;
  color: #dc2626;
  line-height: 1.2;
}

.logo-appliance {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
  line-height: 1.2;
}

.logo-partner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.partner-text {
  font-size: 0.875rem;
  color: var(--text-gray);
}

.partner-company {
  font-size: 0.875rem;
  color: #dc2626;
  text-decoration: underline;
}

/* Footer Address Section */
.footer-address h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.footer-address p {
  color: var(--text-gray);
  line-height: 1.6;
}

/* Footer Quick Links Section */
.footer-quick-links h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.quick-link {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
  padding: 0.25rem 0;
}

.quick-link:hover {
  color: var(--orange-accent);
}

.quick-link:first-child {
  color: var(--orange-accent);
  text-decoration: underline;
}

/* Footer Social Section */
.footer-social h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.social-link.facebook {
  background-color: #1877f2;
}

.social-link.twitter {
  background-color: #1da1f2;
}

.social-link.youtube {
  background-color: #ff0000;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Footer Responsive Design */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 3rem 1rem 2rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .quick-links-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .social-links {
    justify-content: center;
  }
}
/* footer end */
/* heder start */
/* Header */

header {
  background: var(--white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border-light);
}

/* Adjust header position when admin bar is present */
body.admin-bar header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

.header-container {
  max-width: 1200px;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-icon {
  /* width: 45px; */
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  font-size: 22px;
  font-weight: bold;
}

.logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-blue);
}

nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  transition: color 0.3s;
  font-size: 1rem;
}

nav a:hover {
  color: var(--orange-accent);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header-phone {
  font-weight: 600;
  color: var(--text-dark);
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-phone:hover {
  color: var(--orange-accent);
}

.header-cta {
  background: var(--orange-accent);
  color: var(--white);
  padding: 0.65rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(249, 115, 22, 0.1);
}

.header-cta:hover {
  background: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(249, 115, 22, 0.2);
}
.logo-icon img {
  width: 200px;
  height: 95px;
}
/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.hamburger {
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 20px;
  justify-content: space-between;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.header-navigation {
  display: flex;
}

.header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 2rem;
}

.header-menu li {
  position: relative;
}

.header-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.header-menu a:hover {
  color: #007cba;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }

  .header-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 2rem;
  }

  .header-navigation.active {
    left: 0;
  }

  .header-menu {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .header-menu a {
    font-size: 1.2rem;
    padding: 1rem 0;
    display: block;
    width: 100%;
  }
}

/* Header end */

/* ==========================
   RESPONSIVE LAYOUT FIXES
   ========================== */

/* Tablet (<= 1024px) */
@media (max-width: 1024px) {
  section { padding: 72px 0; }

  h1 { font-size: 40px; }
  h2 { font-size: 32px; }

  .services-overview-container { grid-template-columns: 1fr; gap: 32px; }
  .why-choose-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta-grid { grid-template-columns: 1fr; }
  .final-cta-grid .map-container { height: 380px; }
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
  section { padding: 56px 0; }

  h1 { font-size: 32px; }
  h2 { font-size: 26px; }

  .overview-copy p { font-size: 16px; }
  .cta-button { height: 44px; font-size: 14px; padding: 0 20px; }

  .why-choose-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .final-cta-grid .map-container { height: 300px; }
}
