.bg-secondary-1 {
  background-color: #9fa827 !important;
}

h1 {
  font-size: 32px;
  line-height: 44px;
  /* margin-bottom: 48px; */
}

/* .main-container sitting flush under non-overlay nav */
.main-container {
  margin-top: 0 !important;
}

.logo.logo-square {
  max-width: 100px;
  max-height: 60px;
  bottom: 20px;
  margin-bottom: 0px;
}

.btn-green {
  background: #adb82b;
  color: #fff;
  border: 2px solid #adb82b;
}

.btn-green:hover {
  background: #949c25;
  color: #fff;
  border: 2px solid #adb82b;
}

/* Avoiding horizontal scroll with full-width nav */
html,
body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
}

/* Contact strip in top-bar */
.top-contact-bar {
  background: transparent;
  padding: 4px 0;
  /* border-bottom: 1px solid #eee; */
  display: block !important;
  position: relative;
  z-index: 110;
}

.top-contact-bar .contact-info-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .top-contact-bar .contact-info-wrapper {
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
  }
}

.top-contact-bar a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .top-contact-bar a {
    font-size: 12px;
    gap: 4px;
  }
}

/* Nav bar below contact row */
.top-bar {
  position: relative !important;
  top: auto !important;
  background: #fff;
  height: auto;
  padding: 6px 0;
  z-index: 99999;
}

/* Desktop nav layout */
@media only screen and (min-width: 992px) {

  .top-contact-bar .container,
  .top-bar .container {
    width: 100%;
    max-width: none !important;
    padding-left: 24px;
    padding-right: 1in;
  }

  .top-contact-bar .row,
  .top-bar .row {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-container {
    position: relative;
    z-index: 999999;
    width: 100%;
  }

  .nav-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    overflow: visible !important;
  }

  .logo-column {
    flex: 0 0 auto;
    margin-left: 1in !important;
    padding-right: 24px;
  }

  .logo-column a {
    display: block;
    line-height: 0;
  }

  .top-bar .logo-light {
    display: none !important;
  }

  .top-bar .logo-dark {
    display: block !important;
  }

  .top-bar .logo {
    height: 120px !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
    position: relative;
    bottom: 0;
    margin-top: 0;
  }

  /* Navbar logo dimensions; overriding theme cascade */
  .top-bar .main-nav-logo {
    height: 120px !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
  }

  /* Dropping .logo-square clamp on navbar logos */
  .top-bar .logo.logo-square,
  .top-bar .main-nav-logo.logo-square {
    max-width: none !important;
    max-height: none !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .menu-column {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    /* padding-top: 0.525cm; */
    overflow: visible !important;
  }

  .top-bar.nav-sticky {
    z-index: 99999 !important;
  }

  .menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    top: 0;
    padding-top: 50px; /* Aligning menu row with logo and quote CTA */
  }

  .menu li {
    float: none !important;
    margin-right: 18px !important;
  }

  .menu li a {
    padding-bottom: 10px;
    padding-top: 7px;
  }

  .nav-get-quote-btn {
    margin-left: 16px;
    margin-right: 0;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 12px;
  }
}

/* Static full-width photo hero */
.hero-redesign {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* Hero only: override theme section striping so cover + no-repeat apply */
section.hero-redesign:nth-of-type(odd),
section.hero-redesign:nth-of-type(even) {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.hero-vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Radial + horizontal scrim over hero */
  background:
    radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0) 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.11) 48%, rgba(0, 0, 0, 0.03) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  max-width: 600px;
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 16px;
}

/* Dark panel behind hero copy */
.hero-redesign .hero-content,
.hero-redesign .hero-text-panel {
  background: rgba(0, 0, 0, 0.50);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

/* Wider hero text column (no .hero-content max-width) */
.hero-redesign .hero-text-panel {
  padding: 30px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

/* Base heading size for .hero-h1; colour scoped per section */
.hero-h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* White type on photo heroes */
.hero-redesign h1.hero-h1,
.hero-redesign p.hero-p {
  color: #ffffff !important;
}

/* Service hub index titles on cream */
.category-title-h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #364f5a;
}

.category-title-lead {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 30px;
  color: #3a3a3a;
}

/* FAQ masthead: dark type on cream */
.faq-page-header .hero-h1 {
  color: #000000 !important;
}

.faq-page-header .hero-p {
  color: #3a3a3a !important;
}

/* FAQ page: beating theme section:nth-of-type(odd|even) grey/white striping (same specificity as section + pseudo; forcing brand bands) */
section.faq-page-header {
  background: #f3f5db !important;
  padding: 60px 0;
}

.faq-section {
  padding: 80px 0;
}

section.faq-section--white {
  background: #ffffff !important;
}

section.faq-section--cream {
  background: #f3f5db !important;
}

.faq-section .hero-highlights-title {
  margin-bottom: 50px;
  text-align: left;
}

/* Cream FAQ band: white cards and answers */
.faq-section--cream .faq-card {
  background: #ffffff !important;
}

.faq-section--cream .faq-card:hover {
  background: #ebebeb !important;
}

.faq-section--cream .faq-plus-icon {
  background: #f3f5db !important;
}

.faq-section--cream .faq-answer {
  background: #ffffff !important;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-inverted {
  background: #fff;
  color: #adb82b;
  border: 2px solid #adb82b;
}

.btn-inverted:hover {
  background: #adb82b;
  color: #fff;
}

/* See More button hover */
.btn-see-more {
  transition: all 0.3s ease;
}

.btn-see-more:hover {
  box-shadow: 0 8px 20px rgba(185, 195, 46, 0.4) !important;
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* Homepage highlight card strip */
.hero-highlights {
  background: #fff;
  padding: 60px 0;
}

.hero-highlights-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 40px 0;
}

.hero-highlight-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-highlight-card.text-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  min-height: 280px;
  text-align: left;
}

.text-card-h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.text-card-p {
  font-size: 14px;
  color: #3A3A3A;
  line-height: 1.6;
}

.hero-highlight-image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
}

.hero-highlight-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-highlight-heading {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 10px 0;
}

.hero-highlight-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: #3A3A3A;
  margin: 0 0 10px 0;
}

.hero-highlight-price {
  font-size: 14px;
  color: #990000;
  margin: 0;
}

.menu li a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding-bottom: 10px;
  padding-top: 7px;
  display: inline-block;
  line-height: 18px;
}

@media all {
  .mobile-contact {
    display: none;
  }

  .domestic-cleaners-contact {
    margin: 0.5em 0 0 0;
  }
}

@media screen and (min-width: 120px) and (max-width: 767px) {
  .mobile-contact {
    position: absolute;
    top: 1.5em;
    left: 110px;
    display: block;
  }

  .domestic-cleaners-contact {
    display: none;
  }
}

.top-bar.nav-sticky .menu li a {
  padding-bottom: 10px;
}

.hero-slider .slides li {
  height: 850px;
  overflow: hidden;
  position: relative;
}

.hero-slider .slides li h1 {
  font-size: 38px;
  line-height: 56px;
  /* margin-bottom: 40px; */
}

footer {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 991px) {
  .menu-column {
    display: none;
  }

}





/* Nav contact box */
.contact-box {
  background: #f9f9f9;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #eee;
  text-align: right;
  margin-top: -5px;
  position: relative;
  z-index: 20;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
}

.whatsapp-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.whatsapp-row img {
  margin-right: 8px;
  flex-shrink: 0;
}

.whatsapp-small {
  font-size: 1.1em !important;
}

.email-small {
  font-size: 0.85em !important;
  color: #777 !important;
}

/* Desktop dropdown panel */
.subnav {
  z-index: 9999 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  top: 100% !important;
  margin-top: 100px !important;
  background: #f2f2f2 !important;
  position: absolute;
  display: none;
}

/* Aligning dropdown parents with regular nav links */
.top-bar .menu > li.has-dropdown {
  bottom: 0 !important;
}

.top-bar .menu > li.has-dropdown > .subnav {
  top: 100% !important;
  margin-top: 7px !important;
  padding-top: 20px !important;
}

/* Hover hit-area between parent link and dropdown */
.top-bar .menu > li.has-dropdown > .subnav::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

.has-dropdown:hover .subnav {
  display: block !important;
}

.menu li {
  position: relative;
  z-index: 1000;
}

.menu li:hover {
  z-index: 1001;
}

.menu li {
  margin-right: 18px !important;
}

@media all and (max-width: 1050px) {
  .menu li {
    margin-right: 15px !important;
  }
}

.chiswick-domestic-cleaners-contact-details {
  font-size: 1.3em;
  font-weight: 500;
  color: #9fa827;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  white-space: nowrap;
}

.richmond-domestic-cleaners-email {
  margin-top: 0.7em;
  line-height: 1.55em;
}

.kew-house-cleaners {
  overflow: hidden;
  background-color: #FFFFFF;
  filter: alpha(opacity=0.95);
  ;
  opacity: 0.95;
}

.richmond-house-cleaners {
  display: block;
  background-color: #ffffff;
  filter: alpha(opacity=1.0);
  opacity: 1.0;
  clear: both;
  padding: 14px;
}

.end-of-tenancy-cleaning {
  padding: 0 7px 0 0
}

/* FAQ Accordion Styling */
.faq-card {
  background: #F3F5DB;
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-card:hover {
  background: #e9ecce !important;
}

.faq-question-text {
  font-size: 15px;
  color: #3A3A3A;
  font-weight: 500;
}

.faq-plus-icon {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B9C32E;
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 16px 25px 20px 25px;
  background: #FAFBEC;
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.faq-card.active {
  border-radius: 12px !important;
  margin-bottom: 12px !important;
}

.faq-card.active .faq-plus-icon {
  transform: rotate(45deg);
  color: #990000 !important;
}

/* Areas We Cover Section */
.areas-we-cover h2, .areas-we-cover-h2 {
  font-size: 36px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.areas-we-cover p, .areas-we-cover-p {
  font-size: 16px;
  color: #3A3A3A;
  margin-bottom: 30px;
}

.areas-list {
  list-style: none;
  padding: 0;
  font-size: 16px;
  color: #3A3A3A;
  line-height: 2;
}

.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Blog Styles */
.blog-post-content {
  padding: 80px 0;
  background: #ffffff;
}

.blog-meta {
  margin-bottom: 20px;
  color: #B9C32E;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-text-wrapper {
  font-size: 18px;
  line-height: 1.8;
  color: #3A3A3A;
}

.blog-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.btn-back-blog {
  background: #B9C32E !important;
  border-color: #B9C32E !important;
  border-radius: 30px !important;
  padding: 10px 25px !important;
}

.blog-links-wrapper {
  font-size: 18px;
  line-height: 2.2;
  color: #3A3A3A;
}

.footer-top-text {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.footer-regular-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.quick-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Footer bottom row: flex layout so Cleaner Blogs + Cleaner Careers stay visible (overriding theme footer.short ul li float) */
footer.short ul.footer-legal-links {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

footer.short ul.footer-legal-links li {
  float: none !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 991px) {
  footer.short {
    padding: 40px 20px 20px 20px !important;
  }

  footer.short .row {
    margin-bottom: 20px !important;
  }

  footer.short .col-sm-6 {
    width: 100% !important;
    margin-bottom: 30px;
    padding: 0 15px !important;
  }

  footer.short .text-right {
    text-align: left !important;
    margin-top: 15px;
  }

  footer.short .text-right ul {
    justify-content: flex-start !important;
  }

  .footer-top-text {
    font-size: 18px;
  }

  .main-container{
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  footer.short {
    padding: 30px 15px 15px 15px !important;
  }
}

.mobile-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}


#mobile-menu.active {
    display: block; /* Showing panel when .active */
}

/* Narrow viewports: full-screen mobile nav */
@media screen and (max-width: 1024px) {
  .top-bar{
    padding: 12px 0 !important;
    min-height: 64px;
    background: #ffffff;
  }
  .top-contact-bar{
    display: none !important;
  }
  .mobile-toggle {
      display: block; /* Showing hamburger control */
      font-size: 36px;
      right: 16px;
      top: 16px;
  }
  
  .menu-column {
      display: none; /* Hiding desktop nav column */
  }

  .logo-column {
    position: absolute;
    left: 16px;
    top: 16px;
    text-align: left;
  }

  .logo-column a {
    display: inline-block;
  }

  .top-bar .logo {
    height: 48px !important;
    width: auto !important;
    margin: 0 !important;
    position: relative !important;
    bottom: auto !important;
}

  .mobile-menu-container{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99999;
    pointer-events: none; /* Ignoring clicks while overlay closed */
  }
  .mobile-menu-container.active{
    display: block;
    pointer-events: auto; /* Receiving taps when overlay open */
  }

  #mobile-menu{
    pointer-events: auto;
    height: 100vh;
    overflow-y: auto;
    padding: 16px 24px 24px 24px;
  }

  #mobile-menu li{
    margin: 0;
    padding: 12px 0;
  }

  #mobile-menu li a{
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }

  #mobile-menu .mobile-menu-close{
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  #mobile-menu .mobile-menu-close span{
    color: #666666;
    font-size: 14px;
  }

  #mobile-menu .has-dropdown > a{
    position: relative;
  }

  #mobile-menu .has-dropdown > a::after{
    content: "▾";
    position: absolute;
    right: 0;
    color: #777777;
  }

  /* Hiding extra chevrons from theme ::before/::after on mobile */
  #mobile-menu li.has-dropdown > a::before,
  #mobile-menu li.has-dropdown::after {
    content: none !important;
  }

  #mobile-menu .has-dropdown.expanded > a{
    color: #adb82b;
  }

  /* Rotating custom chevron when submenu open */
  #mobile-menu .has-dropdown.expanded > a::after {
    transform: rotate(180deg);
  }

  #mobile-menu .subnav{
    display: none;
    list-style: none;
    margin: 8px 0 0 0 !important;
    padding: 8px 0 0 0 !important;
    border-top: 1px solid #eeeeee;
    position: static !important; /* Expanding submenu in document flow */
    top: auto !important; /* Clearing absolute offset from desktop rules */
    background: transparent !important; /* Dropping desktop panel fill */
    box-shadow: none !important; /* Dropping desktop dropdown shadow */
    width: 100% !important;
  }

  #mobile-menu .subnav::before {
    content: none !important; /* Removing desktop ::before hover bridge */
  }

  #mobile-menu .subnav .subnav-section-title{
    color: #777777;
    font-size: 12px;
    text-transform: none;
    padding: 6px 0;
  }

  #mobile-menu .subnav .subnav-divider{
    height: 1px;
    background: #eeeeee;
    margin: 10px 0;
  }

  #mobile-menu .subnav li a{
    font-size: 15px;
    color: #222222;
    padding: 8px 0;
  }

  #mobile-menu .mobile-cta{
    position: sticky;
    bottom: 0;
    background: #ffffff;
    padding-top: 16px;
  }

  #mobile-menu .mobile-cta .nav-get-quote-btn{
    width: 100%;
    border-radius: 999px;
    font-size: 16px;
    padding: 14px 18px;
  }
}

.mobile-menu-container{
  z-index: 99999;
}
