/* ==========================================================================
   ACE CARPET CLEANERS DUBLIN - BRAND STYLING (BLUE, RED, WHITE)
   Exact Colors Scraped from Original Site: acecarpetcleaners.ie
   ========================================================================== */

:root {
  --ace-blue: #2c4595;          /* Ace Primary Corporate Royal Blue */
  --ace-electric-blue: #3961e4; /* Ace Secondary Vibrant Blue */
  --ace-dark-blue: #192754;     /* Ace Deep Navy / Main Text */
  --ace-navy-deep: #0c1836;     /* Ace Deep Midnight Header & Footer */
  --ace-red: #d22228;           /* Ace Primary Card Red */
  --ace-dark-red: #a71419;      /* Ace Dark Red / Hover */
  --ace-accent: #d22228;        /* Main CTA Accent (Red) */
  --ace-white: #ffffff;         /* Pure White */
  --ace-ice-blue: #edf4fb;      /* Ice Blue Clean Background */
  --ace-light-bg: #f4f8fc;      /* Soft Section Background */
  --ace-text-dark: #192754;     /* Primary Dark Text */
  --ace-text-muted: #556987;    /* Secondary Text */
  --ace-border: #dbe4f0;        /* Subtle Border */
  --ace-green: #25D366;         /* Official WhatsApp Green */
}

html, body {
  overflow-x: clip !important;
  width: 100% !important;
  max-width: 100% !important;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--ace-text-dark);
  background-color: #ffffff;
}

/* ==========================================================================
   TOPBAR
   ========================================================================== */
.ace-topbar {
  position: relative !important;
  z-index: 1030 !important;
  background: var(--ace-dark-blue) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.ace-topbar a {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.ace-topbar a:hover {
  color: #edf4fb !important;
  text-decoration: underline;
}
.ace-topbar i.fa {
  color: var(--ace-red) !important;
  margin-right: 6px;
}
.ace-topbar .badge-trust {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11.5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
}
.ace-topbar .badge-trust i {
  color: #ffffff !important;
}
.ace-topbar .badge-trust i.fa-star {
  color: #fbbf24 !important;
}

/* ==========================================================================
   NAVBAR & BRANDING
   ========================================================================== */
.ftco-navbar-light,
nav.ftco-navbar-light,
#ftco-navbar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(12, 24, 54, 0.08) !important;
  padding: 10px 0 !important;
  z-index: 1020 !important;
  transition: box-shadow 0.25s ease, padding 0.25s ease !important;
}
.ftco-navbar-light.is-scrolled,
nav.ftco-navbar-light.is-scrolled,
#ftco-navbar.is-scrolled {
  box-shadow: 0 6px 24px rgba(12, 24, 54, 0.16) !important;
  padding: 8px 0 !important;
}
body.mobile-nav-active #ftco-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999999 !important;
}
.ftco-navbar-light .navbar-brand {
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  margin-right: clamp(24px, 3.5vw, 48px) !important;
  flex-shrink: 0 !important;
}
.ftco-navbar-light .navbar-brand img {
  height: 48px;
  width: auto;
  margin-right: 12px;
}
.ftco-navbar-light .navbar-brand .brand-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--ace-dark-blue) !important;
  letter-spacing: -0.5px;
  display: block;
  line-height: 1.1;
}
.ftco-navbar-light .navbar-brand .brand-sub {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ace-red) !important;
  letter-spacing: 0.8px;
  display: block;
  margin-top: 2px;
}

/* Nav links base */
.navbar-nav .nav-item {
  position: relative;
  white-space: nowrap !important;
}
.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 13.5px;
  color: var(--ace-dark-blue) !important;
  padding: 8px 10px !important;
  transition: all 0.2s ease;
  white-space: nowrap !important;
}
.navbar-nav .nav-link:hover {
  color: var(--ace-red) !important;
}
.navbar-nav .nav-item.active > .nav-link {
  color: var(--ace-red) !important;
}

/* LAPTOPS & STANDARD DESKTOPS (992px to 1440px) - Generous Breathing Room */
@media (min-width: 992px) and (max-width: 1440px) {
  #ftco-navbar .container-fluid {
    padding-left: clamp(16px, 2.5vw, 36px) !important;
    padding-right: clamp(16px, 2.5vw, 36px) !important;
  }
  .ftco-navbar-light .navbar-brand {
    margin-right: clamp(22px, 3vw, 40px) !important;
  }
  .ftco-navbar-light .navbar-brand img {
    height: 44px !important;
    width: auto !important;
    margin-right: 10px !important;
  }
  .ftco-navbar-light .navbar-brand .brand-title {
    font-size: 17.5px !important;
    letter-spacing: -0.3px !important;
    line-height: 1.15 !important;
  }
  .ftco-navbar-light .navbar-brand .brand-sub {
    font-size: 9.5px !important;
    letter-spacing: 0.5px !important;
    margin-top: 1px !important;
  }
  .navbar-nav .nav-link {
    font-size: 12.5px !important;
    padding: 7px 7px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
  }
  .ftco-navbar-light .navbar-nav .btn-nav-quote,
  a.btn-nav-quote,
  .btn-nav-quote {
    padding: 7px 14px !important;
    font-size: 12px !important;
    margin-left: 4px !important;
  }
}

/* COMPACT LAPTOPS & LANDSCAPE TABLETS (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #ftco-navbar .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .ftco-navbar-light .navbar-brand {
    margin-right: 20px !important;
  }
  .ftco-navbar-light .navbar-brand img {
    height: 38px !important;
    margin-right: 8px !important;
  }
  .ftco-navbar-light .navbar-brand .brand-title {
    font-size: 15.5px !important;
  }
  .ftco-navbar-light .navbar-brand .brand-sub {
    font-size: 8.5px !important;
    letter-spacing: 0.3px !important;
  }
  .navbar-nav .nav-link {
    font-size: 11.5px !important;
    padding: 6px 5px !important;
  }
  .ftco-navbar-light .navbar-nav .btn-nav-quote,
  a.btn-nav-quote,
  .btn-nav-quote {
    padding: 6px 10px !important;
    font-size: 11px !important;
    margin-left: 2px !important;
  }
}

/* WIDE DESKTOPS (>= 1441px) */
@media (min-width: 1441px) {
  .ftco-navbar-light .navbar-brand {
    margin-right: 48px !important;
  }
  .ftco-navbar-light .navbar-brand img {
    height: 52px !important;
    margin-right: 12px !important;
  }
  .ftco-navbar-light .navbar-brand .brand-title {
    font-size: 21px !important;
  }
  .ftco-navbar-light .navbar-brand .brand-sub {
    font-size: 11px !important;
    letter-spacing: 0.8px !important;
  }
  .navbar-nav .nav-link {
    font-size: 13.5px !important;
    padding: 8px 11px !important;
  }
  .ftco-navbar-light .navbar-nav .btn-nav-quote,
  a.btn-nav-quote,
  .btn-nav-quote {
    padding: 8px 18px !important;
    font-size: 13px !important;
    margin-left: 6px !important;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--ace-red) !important;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before,
.ftco-navbar-light .navbar-nav > .nav-item.active > .nav-link:before {
  visibility: visible !important;
  background-color: var(--ace-red) !important;
  transform: scaleX(1) !important;
}

/* Navbar CTA Button: Ace Red */
.btn-nav-quote {
  background: var(--ace-red) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 800 !important;
  font-size: 13.5px !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 14px rgba(210, 34, 40, 0.35) !important;
  transition: all 0.25s ease !important;
  display: inline-block;
  text-decoration: none !important;
}
.btn-nav-quote:hover {
  background: var(--ace-dark-red) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(210, 34, 40, 0.45) !important;
}

/* Dropdown styling */
.dropdown-menu {
  border: 1px solid var(--ace-border) !important;
  box-shadow: 0 12px 32px rgba(25, 39, 84, 0.16) !important;
  border-radius: 8px !important;
  padding: 8px 0 !important;
  min-width: 280px !important;
  background: #ffffff !important;
}
.dropdown-item {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 9px 18px !important;
  color: var(--ace-dark-blue) !important;
  transition: all 0.18s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: var(--ace-ice-blue) !important;
  color: var(--ace-red) !important;
  padding-left: 22px !important;
}
.dropdown-item i {
  width: 20px !important;
  min-width: 20px !important;
  text-align: center !important;
  color: var(--ace-red) !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    margin-left: 1px;
    display: none;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* ==========================================================================
   HERO SECTION (HIGH CONTRAST PURE WHITE HEADINGS & ACE RED BADGES)
   ========================================================================== */
.hero-commercial {
  background: linear-gradient(rgba(12, 24, 54, 0.90), rgba(25, 39, 84, 0.94)), url('../images/ace_assets/home_commercial-carpet-cleaning-dublin.png') center/cover no-repeat !important;
  color: #ffffff !important;
  padding: 90px 0 75px;
}
.hero-commercial h1 {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.25 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6) !important;
  margin-bottom: 18px !important;
}
.hero-commercial .lead {
  color: #edf4fb !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
}
.hero-commercial .badge-hero {
  background: var(--ace-red) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  padding: 7px 16px !important;
  box-shadow: 0 4px 12px rgba(210, 34, 40, 0.35) !important;
  display: inline-block;
  margin-bottom: 15px;
}
.hero-commercial .btn-phone-hero {
  background: #ffffff !important;
  color: var(--ace-dark-blue) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 13px 24px !important;
  border-radius: 6px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
  transition: all 0.2s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.hero-commercial .btn-phone-hero:hover {
  background: var(--ace-ice-blue) !important;
  color: var(--ace-blue) !important;
  transform: translateY(-2px);
}
.hero-commercial .btn-phone-hero i {
  color: var(--ace-blue) !important;
  margin-right: 8px;
}
.hero-commercial .btn-whatsapp-hero {
  background: var(--ace-green) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 13px 24px !important;
  border-radius: 6px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
  transition: all 0.2s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.hero-commercial .btn-whatsapp-hero:hover {
  background: #20ba59 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}
.hero-commercial .btn-whatsapp-hero i {
  margin-right: 8px;
  font-size: 17px;
}

/* ==========================================================================
   QUOTE FORM CARD (HERO / BODY)
   ========================================================================== */
.commercial-quote-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(12, 24, 54, 0.18);
  border: 1px solid var(--ace-border);
  color: var(--ace-text-dark);
}
.commercial-quote-card h4 {
  font-weight: 800;
  color: var(--ace-dark-blue);
  font-size: 21px;
  margin-bottom: 6px;
}
.commercial-quote-card .form-control,
.commercial-quote-card .form-select {
  height: 44px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  color: var(--ace-text-dark);
}
.commercial-quote-card .form-control:focus,
.commercial-quote-card .form-select:focus {
  border-color: var(--ace-blue);
  box-shadow: 0 0 0 3px rgba(44, 69, 149, 0.15);
}
.commercial-quote-card .btn-ace-quote {
  background: var(--ace-red) !important;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 15px;
  height: 46px;
  border-radius: 6px;
  border: none;
  width: 100%;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(210, 34, 40, 0.3);
}
.commercial-quote-card .btn-ace-quote:hover {
  background: var(--ace-dark-red) !important;
  box-shadow: 0 6px 16px rgba(210, 34, 40, 0.4);
}

/* ==========================================================================
   SERVICE CARDS (WHITE, ROYAL BLUE, RED ACCENTS)
   ========================================================================== */
.ace-service-card {
  background: #ffffff;
  border: 1px solid var(--ace-border);
  border-radius: 12px;
  padding: 26px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ace-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(25, 39, 84, 0.1);
  border-color: var(--ace-blue);
}
.ace-service-card .card-icon {
  width: 56px;
  height: 56px;
  background: var(--ace-ice-blue);
  color: var(--ace-blue);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
  transition: all 0.25s ease;
}
.ace-service-card:hover .card-icon {
  background: var(--ace-blue);
  color: #ffffff;
}
.ace-service-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--ace-dark-blue);
  margin-bottom: 10px;
}
.ace-service-card p {
  color: var(--ace-text-muted);
  font-size: 14px;
  line-height: 1.65;
  flex-grow: 1;
}
.ace-service-card .btn-learn-more {
  color: var(--ace-blue);
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  transition: color 0.2s;
}
.ace-service-card .btn-learn-more:hover {
  color: var(--ace-red);
}

/* ==========================================================================
   CONTACT PAGE & FULL UPLOAD ENGINE STYLING
   Supports Any File Size (Photos & Videos)
   ========================================================================== */
.contact-form-master {
  background: #ffffff;
  border: 1px solid var(--ace-border);
  border-radius: 14px;
  padding: 38px;
  box-shadow: 0 15px 40px rgba(25, 39, 84, 0.08);
}
.contact-form-master label {
  font-weight: 700;
  font-size: 14px;
  color: var(--ace-dark-blue);
  margin-bottom: 6px;
}
.contact-form-master .form-control {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14.5px;
  color: var(--ace-text-dark);
}
.contact-form-master .form-control:focus {
  border-color: var(--ace-blue);
  box-shadow: 0 0 0 3px rgba(44, 69, 149, 0.15);
}

/* Drag-and-Drop Media Zone */
.media-upload-zone {
  border: 2px dashed var(--ace-blue);
  background: var(--ace-ice-blue);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}
.media-upload-zone:hover,
.media-upload-zone.dragover {
  border-color: var(--ace-red);
  background: #fdf2f2;
}
.media-upload-zone .upload-icon {
  font-size: 38px;
  color: var(--ace-blue);
  margin-bottom: 12px;
}
.media-upload-zone.dragover .upload-icon {
  color: var(--ace-red);
}
.media-upload-zone h6 {
  font-weight: 700;
  color: var(--ace-dark-blue);
  margin-bottom: 4px;
  font-size: 15.5px;
}
.media-upload-zone p {
  color: var(--ace-text-muted);
  font-size: 13px;
  margin-bottom: 10px;
}
.media-upload-zone .badge-unlimited {
  background: #ffffff;
  color: var(--ace-blue);
  border: 1px solid var(--ace-border);
  font-weight: 700;
  font-size: 11.5px;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
}

/* File list container */
.media-file-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.media-file-pill {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.media-file-pill i {
  color: var(--ace-blue);
  font-size: 14px;
}
.media-file-pill .file-size {
  color: var(--ace-text-muted);
  font-size: 11.5px;
}
.media-file-pill .btn-remove-file {
  background: none;
  border: none;
  color: var(--ace-red);
  font-weight: bold;
  cursor: pointer;
  padding: 0 2px;
  font-size: 14px;
  line-height: 1;
}

/* Upload Progress Bar */
.upload-progress-wrapper {
  display: none;
  margin-top: 16px;
}
.upload-progress-wrapper .progress {
  height: 12px;
  border-radius: 6px;
  background: #e2e8f0;
  overflow: hidden;
}
.upload-progress-wrapper .progress-bar {
  background: linear-gradient(90deg, var(--ace-blue) 0%, var(--ace-red) 100%);
  transition: width 0.2s ease;
}
.upload-progress-text {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ace-dark-blue);
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

/* WhatsApp Alternative Box */
.whatsapp-alt-card {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 16px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.whatsapp-alt-card .text-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.whatsapp-alt-card .text-box i {
  font-size: 28px;
  color: var(--ace-green);
}
.whatsapp-alt-card .text-box h6 {
  font-weight: 700;
  margin: 0;
  color: #14532d;
  font-size: 14px;
}
.whatsapp-alt-card .text-box p {
  margin: 0;
  font-size: 12px;
  color: #166534;
}
.whatsapp-alt-card .btn-wa-direct {
  background: var(--ace-green);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.whatsapp-alt-card .btn-wa-direct:hover {
  background: #16a34a;
  color: #ffffff;
}

/* Submit Button */
.btn-contact-submit {
  background: var(--ace-red) !important;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 4px 14px rgba(210, 34, 40, 0.35);
  transition: all 0.25s ease;
  width: 100%;
}
.btn-contact-submit:hover {
  background: var(--ace-dark-red) !important;
  box-shadow: 0 6px 18px rgba(210, 34, 40, 0.45);
  transform: translateY(-1px);
}

/* Contact Info Sidebar Cards */
.contact-info-pill {
  background: #ffffff;
  border: 1px solid var(--ace-border);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 4px 12px rgba(25, 39, 84, 0.04);
}
.contact-info-pill .icon-box {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--ace-ice-blue);
  color: var(--ace-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.contact-info-pill h6 {
  font-weight: 700;
  color: var(--ace-dark-blue);
  margin-bottom: 3px;
  font-size: 15px;
}
.contact-info-pill p, .contact-info-pill a {
  margin: 0;
  color: var(--ace-text-muted);
  font-size: 13.5px;
  text-decoration: none;
}
.contact-info-pill a:hover {
  color: var(--ace-red);
  text-decoration: underline;
}

/* ==========================================================================
   MASTER FOOTER
   ========================================================================== */
.ace-footer {
  background: var(--ace-navy-deep) !important;
  color: #94a3b8;
  padding: 70px 0 30px;
  font-size: 13.5px;
}
.ace-footer h5 {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16.5px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.ace-footer h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--ace-red);
  border-radius: 2px;
}
.ace-footer a {
  color: #cbd5e1 !important;
  text-decoration: none;
  transition: color 0.2s;
}
.ace-footer a:hover {
  color: var(--ace-red) !important;
  text-decoration: underline;
}
.ace-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ace-footer ul li {
  margin-bottom: 9px;
}
.ace-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 45px;
  font-size: 12.5px;
  color: #94a3b8;
}

/* ==========================================================================
   STICKY WHATSAPP BUTTON (BOTTOM-LEFT)
   ========================================================================== */
.whatsapp-sticky-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 99999;
  background: #25D366;
  color: #fff !important;
  border-radius: 50px;
  padding: 11px 20px 11px 16px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  font-family: inherit;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.whatsapp-sticky-btn:hover {
  background: #1eb954;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.55);
  color: #fff !important;
}
.whatsapp-sticky-btn i {
  font-size: 26px;
}
.whatsapp-sticky-btn .wa-text {
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1.2;
}
.whatsapp-sticky-btn .wa-sub {
  font-size: 11px;
  opacity: 0.9;
  display: block;
}


/* ==========================================================================
   ENHANCED NAVBAR FORMATTING & SINGLE-LINE INTEGRITY
   ========================================================================== */
.navbar-nav {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
.navbar-nav .nav-item {
  white-space: nowrap !important;
}
.navbar-nav .nav-link {
  font-weight: 600 !important;
  font-size: 13.5px !important;
  color: var(--ace-dark-blue) !important;
  padding: 8px 10px !important;
  white-space: nowrap !important;
  display: inline-block !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item.active > a {
  color: var(--ace-red) !important;
}

/* Permanent elimination of yellow underline across all templates */
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before,
.ftco-navbar-light .navbar-nav > .nav-item.active > .nav-link:before,
.ftco-navbar-light .navbar-nav > .nav-item > a:hover:before,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before,
.navbar-nav .nav-link:before,
.navbar-nav > .nav-item > a:before {
  background-color: #d22228 !important;
  height: 3px !important;
  bottom: 0px !important;
}

/* Solid Ace Red Navbar Quote Button */
.ftco-navbar-light .navbar-nav .btn-nav-quote,
a.btn-nav-quote,
.btn-nav-quote {
  display: inline-block !important;
  background-color: #d22228 !important;
  color: #ffffff !important;
  padding: 9px 18px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 12px rgba(210, 34, 40, 0.35) !important;
  border: none !important;
  transition: all 0.2s ease !important;
  margin-left: 6px !important;
}
.btn-nav-quote:hover,
a.btn-nav-quote:hover {
  background-color: #a71419 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(210, 34, 40, 0.45) !important;
}
.btn-nav-quote:before,
a.btn-nav-quote:before {
  display: none !important;
}

/* Brand logo subtext in Ace Red */
.ftco-navbar-light .navbar-brand .brand-sub,
.brand-sub {
  color: #d22228 !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  display: block !important;
}

/* ==========================================================================
   MOBILE & RESPONSIVE PERFECTION (< 1200px, < 992px, < 768px, < 576px)
   ========================================================================== */
@media (min-width: 992px) and (max-width: 1280px) {
  .navbar-nav .nav-link {
    font-size: 12.5px !important;
    padding: 7px 6px !important;
  }
  .btn-nav-quote {
    padding: 7px 12px !important;
    font-size: 12px !important;
    margin-left: 2px !important;
  }
  .brand-title {
    font-size: 15px !important;
  }
}
@media (min-width: 1281px) {
  .navbar-nav .nav-link {
    font-size: 13.5px !important;
    padding: 8px 10px !important;
  }
  .btn-nav-quote {
    padding: 8px 16px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
  }
  .dropdown-toggle::after,
  a.dropdown-toggle::after,
  .nav-link.dropdown-toggle::after {
    display: none !important;
    content: none !important;
    border: none !important;
  }
  .hero-commercial {
    padding: 55px 0 45px !important;
  }
  .hero-commercial h1 {
    font-size: 28px !important;
  }
  .commercial-quote-card {
    margin-top: 30px !important;
  }
}

@media (max-width: 575.98px) {
  .whatsapp-sticky-btn,
  .ace-whatsapp-sticky {
    bottom: 16px !important;
    left: 16px !important;
    padding: 9px 14px !important;
    gap: 8px !important;
  }
  .whatsapp-sticky-btn .wa-sub,
  .ace-whatsapp-sticky .wa-sub {
    display: none !important;
  }
  .whatsapp-sticky-btn .wa-text,
  .ace-whatsapp-sticky .wa-text {
    font-size: 12px !important;
  }
  .hero-commercial .btn-phone-hero,
  .hero-commercial .btn-whatsapp-hero {
    width: 100% !important;
    justify-content: center !important;
    margin-right: 0 !important;
  }
}

/* ==========================================================================
   INNER PAGE HERO BANNER (CLEAN, CENTERED, COMPACT HEIGHT)
   ========================================================================== */
.hero-inner-page {
  position: relative !important;
  color: #ffffff !important;
  text-align: center !important;
  padding: 50px 0 46px !important;
  border-bottom: 3px solid var(--ace-red) !important;
  background-size: cover !important;
  background-position: center !important;
}
.hero-inner-page h1 {
  color: #ffffff !important;
  font-size: clamp(25px, 3.6vw, 38px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.25 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6) !important;
  margin-bottom: 12px !important;
}
.hero-inner-page .lead {
  color: #e2e8f0 !important;
  font-size: clamp(14px, 2vw, 16.5px) !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
  max-width: 840px;
  margin: 0 auto !important;
}
@media (max-width: 767.98px) {
  .hero-inner-page {
    padding: 38px 0 34px !important;
  }
  .hero-inner-page h1 {
    font-size: 23px !important;
  }
  .hero-inner-page .lead {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
}

/* ==========================================================================
   CONTACT FORM ACTION BUTTONS & UPLOAD ZONE STYLING
   ========================================================================== */
.upload-progress-container,
.upload-progress-wrapper {
  display: none;
  margin-top: 16px;
  background: #f8fafc;
  border: 1px solid var(--ace-border);
  padding: 14px 18px;
  border-radius: 8px;
}

.btn-submit-contact {
  background: var(--ace-red) !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15.5px !important;
  padding: 13px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(210, 34, 40, 0.35) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}
.btn-submit-contact:hover {
  background: var(--ace-dark-red) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(210, 34, 40, 0.45) !important;
  color: #ffffff !important;
}
.btn-submit-contact:active {
  transform: translateY(0) !important;
}
.btn-submit-contact:disabled {
  opacity: 0.75 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.btn-whatsapp-direct {
  background: #25D366 !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15.5px !important;
  padding: 13px 28px !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: all 0.22s ease !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}
.btn-whatsapp-direct:hover {
  background: #20ba59 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn-whatsapp-direct:active {
  transform: translateY(0) !important;
}

/* File Preview List & Status Badges */
.file-preview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.file-preview-pill {
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(12, 24, 54, 0.06);
  transition: all 0.2s ease;
}
.file-preview-pill.uploaded {
  border-color: #10b981;
  background: #f0fdf4;
}
.file-preview-pill.uploading {
  border-color: #0070ba;
  background: #eff6ff;
}
.file-preview-pill.error {
  border-color: #ef4444;
  background: #fef2f2;
}
.file-preview-pill .file-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
}
.file-preview-pill .btn-close-file {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 16px;
  cursor: pointer;
  padding: 0 0 0 4px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.file-preview-pill .btn-close-file:hover {
  color: var(--ace-red);
}

/* ==========================================================================
   MOBILE NAVIGATION SLIDING DRAWER & ACCORDION SYSTEM (< 992px)
   Modeled on elevateelectrical.ie for Ace Carpet Cleaners Dublin
   ========================================================================== */

@media (min-width: 992px) {
  .mobile-drawer-container {
    display: contents !important;
  }
  .mobile-nav-header,
  .mobile-nav-cta {
    display: none !important;
  }
  .toggle-dropdown {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* Burger Toggler Button */
  .navbar-toggler {
    border: 1px solid rgba(25, 39, 84, 0.25) !important;
    background: #edf4fb !important;
    color: var(--ace-dark-blue) !important;
    padding: 7px 12px !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1025 !important;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    background: var(--ace-red) !important;
    color: #ffffff !important;
    border-color: var(--ace-red) !important;
  }

  /* Full-Screen Dimming Glassmorphism Backdrop Overlay */
  #ftco-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    background: rgba(10, 16, 32, 0.78) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 9999999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s !important;
    display: flex !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
  }

  /* When Menu is Active */
  body.mobile-nav-active {
    overflow: hidden !important;
  }

  body.mobile-nav-active #ftco-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  /* Right-Anchored Sliding Drawer Container */
  .mobile-drawer-container {
    width: min(360px, 86vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    background: #0b1329 !important;
    border-left: 2px solid var(--ace-red) !important;
    box-shadow: -12px 0 45px rgba(0, 0, 0, 0.75) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transform: translateX(100%) !important;
    visibility: hidden !important;
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.32s !important;
    overflow: hidden !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 10000000 !important;
    touch-action: pan-y !important;
  }

  body.mobile-nav-active .mobile-drawer-container {
    transform: translateX(0) !important;
    visibility: visible !important;
  }

  /* Drawer Top Bar with Brand & 'X' Exit Button */
  .mobile-nav-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: #070d18 !important;
    flex: 0 0 auto !important;
    z-index: 20 !important;
  }
  .mobile-nav-header .drawer-brand {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
  }
  .mobile-nav-header .drawer-brand img {
    height: 36px !important;
    width: auto !important;
  }
  .mobile-nav-header .drawer-brand-text {
    line-height: 1.2 !important;
  }
  .mobile-nav-header .drawer-brand-title {
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
    display: block !important;
  }
  .mobile-nav-header .drawer-brand-sub {
    color: var(--ace-red) !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    display: block !important;
  }

  .mobile-nav-close-btn {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 1.1rem !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    line-height: 1 !important;
    padding: 0 !important;
  }
  .mobile-nav-close-btn:hover {
    background: var(--ace-red) !important;
    border-color: var(--ace-red) !important;
    color: #ffffff !important;
    transform: rotate(90deg) scale(1.1) !important;
  }

  /* Drawer Nav List - In-Flow Scrollable Middle Section */
  #ftco-nav .navbar-nav,
  .mobile-drawer-container .navbar-nav {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    touch-action: pan-y !important;
    display: flex !important;
    flex-direction: column !important;
    list-style: none !important;
    padding: 14px 16px 16px 16px !important;
    margin: 0 !important;
    gap: 7px !important;
    background: transparent !important;
    border: none !important;
    flex-wrap: nowrap !important;
  }

  .mobile-drawer-container .nav-item,
  #ftco-nav .navbar-nav .nav-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    position: relative !important;
  }

  /* Suppress default Bootstrap dropdown caret (arrow) on mobile */
  .dropdown-toggle::after,
  a.dropdown-toggle::after,
  .nav-link.dropdown-toggle::after {
    display: none !important;
    content: none !important;
    border: none !important;
  }

  /* 2026 ADVANCED GLASSMORPHISM CARDS FOR MOBILE DRAWER LINKS (< 992px) */
  #ftco-nav .navbar-nav .nav-item .nav-link,
  #ftco-nav .navbar-nav .nav-link,
  #ftco-nav .nav-link,
  .mobile-drawer-container .nav-link,
  .mobile-drawer-container .navbar-nav .nav-link,
  .mobile-drawer-container .nav-item > a,
  body.mobile-nav-active #ftco-nav .nav-link {
    color: #f1f5f9 !important;
    padding: 12px 16px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  #ftco-nav .navbar-nav .nav-link:hover,
  .mobile-drawer-container .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  }

  #ftco-nav .navbar-nav .nav-item.active > .nav-link,
  .mobile-drawer-container .nav-item.active > .nav-link {
    color: #ffffff !important;
    background: rgba(210, 34, 40, 0.2) !important;
    border-color: rgba(210, 34, 40, 0.5) !important;
    box-shadow: 0 4px 16px rgba(210, 34, 40, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  }

  #ftco-nav .dropdown.is-open > .nav-link,
  #ftco-nav .dropdown.active > .nav-link,
  .mobile-drawer-container .dropdown.is-open > .nav-link,
  .mobile-drawer-container .dropdown.active > .nav-link {
    background: linear-gradient(135deg, rgba(210, 34, 40, 0.25), rgba(44, 69, 149, 0.2)) !important;
    border-color: rgba(210, 34, 40, 0.6) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(210, 34, 40, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  }

  /* Submenu Dropdown Accordion - STRICTLY COLLAPSED BY DEFAULT */
  #ftco-nav .dropdown:not(.is-open):not(.active) > .dropdown-menu,
  .mobile-drawer-container .dropdown:not(.is-open):not(.active) > .dropdown-menu,
  #ftco-nav .dropdown-menu:not(.is-open):not(.dropdown-active) {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  /* Submenu Dropdown Accordion - RECESSED 2026 GLASS PANEL WHEN EXPANDED */
  #ftco-nav .dropdown.is-open > .dropdown-menu,
  #ftco-nav .dropdown.active > .dropdown-menu,
  .mobile-drawer-container .dropdown.is-open > .dropdown-menu,
  .mobile-drawer-container .dropdown.active > .dropdown-menu,
  #ftco-nav .dropdown-menu.is-open,
  #ftco-nav .dropdown-menu.dropdown-active {
    display: block !important;
    height: auto !important;
    max-height: 2500px !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    float: none !important;
    transform: none !important;
    list-style: none !important;
    padding: 8px 6px !important;
    margin: 4px 0 10px 4px !important;
    background: rgba(3, 7, 18, 0.55) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-left: 3px solid var(--ace-red) !important;
    border-radius: 0 10px 10px 0 !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    animation: aceDrawerSubmenuFade 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  }

  @keyframes aceDrawerSubmenuFade {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  #ftco-nav .dropdown-item,
  .mobile-drawer-container .dropdown-item {
    color: #e2e8f0 !important;
    padding: 9px 12px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 11px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    background: rgba(255, 255, 255, 0.015) !important;
    white-space: normal !important;
    line-height: 1.35 !important;
    margin-bottom: 3px !important;
    transition: all 0.18s ease !important;
  }

  #ftco-nav .dropdown-item:hover,
  #ftco-nav .dropdown-item:focus,
  .mobile-drawer-container .dropdown-item:hover,
  .mobile-drawer-container .dropdown-item:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    padding-left: 15px !important;
  }

  #ftco-nav .dropdown-item i,
  .mobile-drawer-container .dropdown-item i {
    color: var(--ace-red) !important;
    font-size: 14px !important;
    width: 20px !important;
    min-width: 20px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
  }

  #ftco-nav .dropdown-divider,
  .mobile-drawer-container .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    margin: 6px 12px !important;
  }

  /* Chevron Rotating Toggle Icon */
  .toggle-dropdown {
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, border-color 0.2s ease !important;
    font-size: 0.75rem !important;
    margin-left: auto !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #cbd5e1 !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    pointer-events: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
  }

  #ftco-nav .dropdown.is-open > .nav-link .toggle-dropdown,
  #ftco-nav .dropdown.active > .nav-link .toggle-dropdown,
  .mobile-drawer-container .dropdown.is-open > .nav-link .toggle-dropdown,
  .mobile-drawer-container .dropdown.active > .nav-link .toggle-dropdown {
    transform: rotate(180deg) !important;
    background: var(--ace-red) !important;
    border-color: var(--ace-red) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(210, 34, 40, 0.5) !important;
  }

  /* Full-width Contact CTA inside drawer */
  .mobile-drawer-container .btn-nav-quote {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 4px 0 0 0 !important;
    text-align: center !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 14px rgba(210, 34, 40, 0.4) !important;
    box-sizing: border-box !important;
  }

  /* 2026 ULTRA-COMPACT BOTTOM CTA DOCK (SIDE BY SIDE ON ONE LINE) */
  .mobile-nav-cta {
    padding: 10px 14px 12px 14px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(7, 13, 25, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    flex: 0 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    z-index: 30 !important;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.35) !important;
  }

  .mobile-nav-cta .btn-drawer-cta {
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding: 8px 4px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }

  .mobile-nav-cta .btn-drawer-phone {
    background: linear-gradient(135deg, rgba(210, 34, 40, 0.95), rgba(167, 20, 25, 0.95)) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 3px 10px rgba(210, 34, 40, 0.4) !important;
  }
  .mobile-nav-cta .btn-drawer-phone:hover,
  .mobile-nav-cta .btn-drawer-phone:focus {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 14px rgba(210, 34, 40, 0.55) !important;
    color: #ffffff !important;
  }
  .mobile-nav-cta .btn-drawer-phone i {
    font-size: 13px !important;
  }

  .mobile-nav-cta .btn-drawer-wa {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.95), rgba(30, 180, 85, 0.95)) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.35) !important;
  }
  .mobile-nav-cta .btn-drawer-wa:hover,
  .mobile-nav-cta .btn-drawer-wa:focus {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 14px rgba(37, 211, 102, 0.5) !important;
    color: #ffffff !important;
  }
  .mobile-nav-cta .btn-drawer-wa i {
    font-size: 15px !important;
  }

  .mobile-nav-cta .btn-drawer-pay {
    background: linear-gradient(135deg, rgba(99, 91, 255, 0.9), rgba(77, 69, 224, 0.9)) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 3px 10px rgba(99, 91, 255, 0.35) !important;
  }
  .mobile-nav-cta .btn-drawer-pay:hover,
  .mobile-nav-cta .btn-drawer-pay:focus {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 14px rgba(99, 91, 255, 0.5) !important;
    color: #ffffff !important;
  }
  .mobile-nav-cta .btn-drawer-pay i {
    font-size: 13px !important;
  }

  /* HIDE STICKY WHATSAPP BUTTON WHEN MOBILE DRAWER IS ACTIVE TO PREVENT OVERLAPPING */
  body.mobile-nav-active .whatsapp-sticky-btn,
  body.mobile-nav-active .ace-whatsapp-sticky,
  .mobile-nav-open .whatsapp-sticky-btn,
  .mobile-nav-open .ace-whatsapp-sticky {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* ==========================================================================
   FOOTER SOCIAL CHANNELS STRIP (STACKED & CENTRED ACROSS ALL PAGES)
   ========================================================================== */
.ace-social-strip {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  padding: 16px 0 !important;
  margin: 16px 0 !important;
}

.ace-social-strip .ace-social-label {
  display: block !important;
  text-align: center !important;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
  color: #f8fafc !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  font-weight: 700 !important;
}

.ace-social-strip .ace-social-pills {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
}

.ace-social-strip .ace-social-pill {
  min-width: 145px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 20px !important;
  font-size: 13px !important;
  border-radius: 20px !important;
  margin: 0 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.ace-social-strip .ace-social-pill:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35) !important;
  color: #ffffff !important;
}

.ace-social-strip .ace-social-fb {
  background: #1877f2 !important;
}

.ace-social-strip .ace-social-ig {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

/* ==========================================================================
   MOBILE & RESPONSIVE POLISH ACROSS ALL SITE SECTIONS
   ========================================================================== */

/* 1. Footer Bottom spacing & clear floating WhatsApp CTA */
@media (max-width: 767.98px) {
  .ace-footer {
    padding-bottom: 95px !important; /* Prevents floating WhatsApp button from covering copyright or phone */
  }
  .ace-footer-bottom {
    text-align: center !important;
    gap: 10px !important;
    margin-top: 30px !important;
  }
  .ace-footer-bottom > div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
  }
}

/* 2. Contact form action buttons on mobile */
@media (max-width: 575.98px) {
  .btn-submit-contact,
  .btn-whatsapp-direct {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
  }
}

/* 3. Billing page preset buttons on narrow mobile screens */
@media (max-width: 480px) {
  .preset-pill-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
  .tip-pill-grid .btn-tip-pill {
    flex: 1 1 45% !important;
    min-width: 80px !important;
  }
}

/* 4. Footer Column 1 social & review badges wrapping */
@media (max-width: 575.98px) {
  .ace-footer .d-flex.align-items-center.gap-2.mb-2 {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
}

/* 5. Trust Strip on mobile screens */
@media (max-width: 420px) {
  .commercial-trust-strip .col-6 .d-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
  .commercial-trust-strip .col-6 .d-flex > div:first-child {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
  }
}

/* ==========================================================================
   DYNAMIC HERO BACKGROUND LOOP (VIDEO + 4 COMMERCIAL SHOWCASES)
   ========================================================================== */
.hero-commercial {
  position: relative !important;
  overflow: hidden !important;
  background-color: #0c1836 !important;
}

.hero-commercial > .container,
.hero-commercial .container {
  position: relative !important;
  z-index: 10 !important;
}

.hero-bg-loop-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.hero-bg-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 6s ease-out !important;
  transform: scale(1.03) !important;
  z-index: 1 !important;
}

.hero-bg-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
  z-index: 2 !important;
}

.hero-bg-slide video.hero-bg-media,
.hero-bg-slide video.hero-bg-video,
.hero-bg-slide video,
video.hero-bg-video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Sleek Blue-Navy Brand Theme Filter Overlay for 100% text contrast */
.hero-bg-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(135deg, rgba(12, 24, 54, 0.84) 0%, rgba(25, 39, 84, 0.86) 50%, rgba(12, 24, 54, 0.88) 100%) !important;
  backdrop-filter: blur(1.5px) !important;
  -webkit-backdrop-filter: blur(1.5px) !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

/* Live Action Video Card on Power Washing Page */
.live-action-video-card {
  position: relative !important;
  background: linear-gradient(135deg, #0c1836, #192754) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 36px rgba(12, 24, 54, 0.25) !important;
  overflow: hidden !important;
}
.live-action-video-card .video-wrapper {
  background: #000000 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}
.live-action-video-card video {
  width: 100% !important;
  max-height: 520px !important;
  object-fit: contain !important;
  background: #000 !important;
  display: block !important;
}



