.cleaning-project-page {
  --cleaning-ink: #050505;
  --cleaning-muted: #666666;
  --cleaning-line: #dfdfdf;
  --cleaning-soft: #f3f3f3;
  --cleaning-panel: #ffffff;
  --cleaning-black: #050505;
  --cleaning-charcoal: #191919;
  --cleaning-silver: #a8a8a8;
  --cleaning-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
  background: #f7f7f7;
  color: var(--cleaning-ink);
  line-height: 1.65;
  overflow: hidden;
}

/* Glorica blue visual refresh and colour photography. */
.cleaning-project-page { --cleaning-ink: #063a78; --cleaning-muted: #4d627c; --cleaning-line: #cddced; --cleaning-soft: #eef6ff; --cleaning-panel: #ffffff; --cleaning-black: #063a78; --cleaning-charcoal: #0754a5; --cleaning-silver: #7fa6ce; --cleaning-shadow: 0 22px 60px rgba(6, 58, 120, 0.18); background: #f4f9ff; }
.cleaning-hero { background: #063a78; }
.cleaning-hero::before { background: linear-gradient(90deg, rgba(4, 40, 87, 0.88), rgba(0, 125, 204, 0.3)), url("assets/images/pexels-media-7513075.jpg") center / cover; filter: none; }
.cleaning-photo-frame img, .cleaning-image-space img, .cleaning-card-media img { filter: none; }
.cleaning-photo-frame--large { background: url("assets/images/pexels-media-7513075.jpg") center / cover; }
.cleaning-photo-frame--small { background: url("assets/images/pexels-media-7513063.jpg") center / cover; }
.cleaning-card-grid article:nth-child(5) .cleaning-card-media { background: url("assets/images/pexels-media-6863513.jpg") center / cover; }
.cleaning-card-grid article:nth-child(6) .cleaning-card-media { background: url("assets/images/pexels-media-5918191.jpg") center / cover; }
.cleaning-card-grid article:nth-child(7) .cleaning-card-media { background: url("assets/images/pexels-media-6196685.jpg") center / cover; }
.cleaning-card-grid article:nth-child(8) .cleaning-card-media { background: url("assets/images/pexels-media-7109315.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(1) .cleaning-card-media { background: url("assets/images/pexels-media-7513063.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(2) .cleaning-card-media { background: url("assets/images/pexels-media-7513075.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(3) .cleaning-card-media { background: url("assets/images/pexels-media-5918191.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(4) .cleaning-card-media { background: url("assets/images/pexels-media-6863513.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(5) .cleaning-card-media { background: url("assets/images/pexels-media-6196685.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(6) .cleaning-card-media { background: url("assets/images/pexels-media-7109315.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(7) .cleaning-card-media { background: url("assets/images/pexels-media-7513063.jpg") center / cover; }
.cleaning-faq-grid article:nth-child(8) .cleaning-card-media { background: url("assets/images/pexels-media-7513075.jpg") center / cover; }
.cleaning-resource-grid article:nth-child(1) .cleaning-card-media { background: url("assets/images/pexels-media-5918191.jpg") center / cover; }
.cleaning-resource-grid article:nth-child(2) .cleaning-card-media { background: url("assets/images/pexels-media-6863513.jpg") center / cover; }
.cleaning-resource-grid article:nth-child(3) .cleaning-card-media { background: url("assets/images/pexels-media-6196685.jpg") center / cover; }
.cleaning-resource-grid article:nth-child(4) .cleaning-card-media { background: url("assets/images/pexels-media-7109315.jpg") center / cover; }
.cleaning-resource-grid article:nth-child(5) .cleaning-card-media { background: url("assets/images/pexels-media-7513063.jpg") center / cover; }
.cleaning-resource-grid article:nth-child(6) .cleaning-card-media { background: url("assets/images/pexels-media-7513075.jpg") center / cover; }
.cleaning-button--primary, .cleaning-division-switcher a:hover, .cleaning-division-switcher a[aria-current="page"] { background: #0b78cf; border-color: #0b78cf; color: #ffffff; }
.cleaning-visual-card span, .cleaning-card-grid article:hover, .cleaning-resource-grid article:hover, .cleaning-faq-grid article:hover { border-color: #0b78cf; }

.cleaning-project-page *,
.cleaning-project-page *::before,
.cleaning-project-page *::after {
  box-sizing: border-box;
}

.cleaning-project-page h1,
.cleaning-project-page h2,
.cleaning-project-page h3,
.cleaning-project-page p {
  margin-top: 0;
}

.cleaning-project-page h1,
.cleaning-project-page h2,
.cleaning-project-page h3 {
  line-height: 1.12;
  letter-spacing: 0;
}

.cleaning-project-page h1 {
  max-width: 980px;
  font-size: clamp(2.45rem, 6vw, 5.45rem);
  margin-bottom: 1.25rem;
}

.cleaning-project-page h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
}

.cleaning-project-page h3 {
  font-size: 1.22rem;
  margin-bottom: 0.75rem;
}

.cleaning-project-page p {
  color: var(--cleaning-muted);
}

.cleaning-section,
.cleaning-visual-strip {
  animation: cleaningFadeUp 0.8s ease both;
}

.cleaning-section:nth-of-type(2n),
.cleaning-visual-strip {
  animation-delay: 0.08s;
}

.cleaning-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 2rem;
  padding: 11rem 5vw 4rem;
  background: #050505;
  color: #ffffff;
  isolation: isolate;
}

.cleaning-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42)),
    url("assets/images/pexels-media-7513075.jpg") center / cover;
  filter: grayscale(100%);
}

.cleaning-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  pointer-events: none;
}

.cleaning-hero__content,
.cleaning-hero__panel,
.cleaning-hero__showcase {
  position: relative;
  z-index: 1;
}

.cleaning-eyebrow,
.cleaning-kicker {
  color: var(--cleaning-black);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.cleaning-hero .cleaning-eyebrow {
  color: #ffffff;
}

.cleaning-hero__subtitle {
  max-width: 830px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin-bottom: 2rem;
}

.cleaning-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.cleaning-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  padding: 0.85rem 1.15rem;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cleaning-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
  border-color: #ffffff;
}

.cleaning-button--primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #050505;
}

.cleaning-division-switcher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.cleaning-division-switcher span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cleaning-division-switcher a {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  padding: 0.52rem 0.82rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cleaning-division-switcher a:hover,
.cleaning-division-switcher a[aria-current="page"] {
  border-color: #ffffff;
  background: #ffffff;
  color: #050505;
}

.cleaning-hero__showcase {
  min-height: 430px;
  align-self: center;
}

.cleaning-photo-frame,
.cleaning-image-space,
.cleaning-card-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(0, 0, 0, 0.04)),
    repeating-linear-gradient(135deg, #f4f4f4 0 12px, #ffffff 12px 24px);
}

.cleaning-photo-frame::before,
.cleaning-image-space::before,
.cleaning-card-media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(0, 0, 0, 0.24);
}

.cleaning-photo-frame::after,
.cleaning-image-space::after,
.cleaning-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.55) 48%, transparent 100%);
  transform: translateX(-120%);
  animation: cleaningShimmer 4.5s ease-in-out infinite;
}

.cleaning-photo-frame img,
.cleaning-image-space img,
.cleaning-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.cleaning-photo-frame--large {
  width: min(88%, 420px);
  height: 330px;
  margin-left: auto;
  border-radius: 8px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.42);
  transform: rotate(2deg);
  animation: cleaningFloat 6s ease-in-out infinite;
}

.cleaning-photo-frame--small {
  width: 230px;
  height: 170px;
  margin-top: -80px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.34);
  transform: rotate(-5deg);
  animation: cleaningFloat 7s ease-in-out infinite reverse;
}

.cleaning-metric-card {
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 190px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: #050505;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.cleaning-metric-card strong {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}

.cleaning-metric-card span {
  display: block;
  margin-top: 0.35rem;
  color: #4b4b4b;
  font-size: 0.85rem;
  font-weight: 700;
}

.cleaning-hero__panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 980px;
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.cleaning-hero__panel span {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.cleaning-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 5rem 0;
}

.cleaning-section__header {
  max-width: 760px;
  margin-bottom: 2rem;
}

.cleaning-visual-strip {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr 1.15fr;
  grid-auto-rows: 220px;
  gap: 1rem;
  margin: -1.5rem auto 0;
  position: relative;
  z-index: 2;
}

.cleaning-visual-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--cleaning-shadow);
  background: #ffffff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cleaning-visual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.cleaning-visual-card--tall {
  grid-row: span 2;
}

.cleaning-visual-card--wide {
  grid-column: span 1;
}

.cleaning-image-space {
  width: 100%;
  height: 100%;
}

.cleaning-visual-card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  border-radius: 8px;
  padding: 0.6rem 0.85rem;
  background: #050505;
  color: #ffffff;
  font-weight: 800;
}

.cleaning-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2.5rem;
  align-items: start;
}

.cleaning-feature-list,
.cleaning-location-tags,
.cleaning-industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cleaning-feature-list {
  grid-column: 1 / -1;
}

.cleaning-feature-list span,
.cleaning-location-tags span,
.cleaning-industry-grid span {
  border: 1px solid var(--cleaning-line);
  border-radius: 8px;
  padding: 0.75rem 0.95rem;
  background: var(--cleaning-panel);
  color: var(--cleaning-ink);
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cleaning-feature-list span:hover,
.cleaning-location-tags span:hover,
.cleaning-industry-grid span:hover {
  transform: translateY(-3px);
  background: #050505;
  color: #ffffff;
}

.cleaning-card-grid,
.cleaning-resource-grid,
.cleaning-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cleaning-service-card,
.cleaning-resource-grid article,
.cleaning-faq-grid article {
  min-height: 100%;
  border: 1px solid var(--cleaning-line);
  border-radius: 8px;
  padding: 0.85rem 0.85rem 1.35rem;
  background: var(--cleaning-panel);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cleaning-service-card:hover,
.cleaning-resource-grid article:hover,
.cleaning-faq-grid article:hover {
  transform: translateY(-8px);
  border-color: #050505;
  box-shadow: var(--cleaning-shadow);
}

.cleaning-service-card {
  border-top: 5px solid #050505;
}

.cleaning-card-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.cleaning-card-media--compact {
  aspect-ratio: 5 / 2;
}

.cleaning-split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
  gap: 2rem;
  align-items: start;
}

.cleaning-check-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cleaning-check-list li {
  position: relative;
  padding: 0.9rem 1rem 0.9rem 2.8rem;
  border: 1px solid var(--cleaning-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--cleaning-ink);
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cleaning-check-list li:hover {
  transform: translateX(6px);
  background: #f5f5f5;
}

.cleaning-check-list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #050505;
}

.cleaning-location-band,
.cleaning-parent-section {
  width: 100%;
  max-width: none;
  padding: 5rem max(5vw, calc((100vw - 1180px) / 2));
  background: var(--cleaning-soft);
}

.cleaning-location-band p,
.cleaning-parent-section p {
  max-width: 920px;
}

.cleaning-industry-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cleaning-industry-grid span {
  text-align: center;
}

.cleaning-process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.cleaning-process-list li {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  padding: 1.2rem;
  background: var(--cleaning-ink);
  color: #ffffff;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cleaning-process-list li:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.cleaning-process-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.2), transparent 32%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.cleaning-process-list li:hover::after {
  opacity: 1;
}

.cleaning-process-list li::before {
  counter-increment: process;
  content: "0" counter(process);
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  color: rgba(255, 255, 255, 0.18);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.cleaning-process-list strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #ffffff;
}

.cleaning-process-list span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.cleaning-faq-section {
  border-top: 1px solid var(--cleaning-line);
  border-bottom: 1px solid var(--cleaning-line);
}

.cleaning-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cleaning-extra-section {
  padding-bottom: 3rem;
}

.cleaning-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cleaning-quote-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 2rem;
  align-items: start;
  padding-bottom: 1rem;
}

.cleaning-quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  border: 1px solid var(--cleaning-line);
  border-radius: 8px;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: var(--cleaning-shadow);
}

.cleaning-quote-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--cleaning-ink);
  font-weight: 700;
}

.cleaning-quote-form input,
.cleaning-quote-form select,
.cleaning-quote-form textarea {
  width: 100%;
  border: 1px solid var(--cleaning-line);
  border-radius: 8px;
  padding: 0.9rem 1rem;
  color: var(--cleaning-ink);
  font: inherit;
  background: #fdfefd;
}

.cleaning-quote-form input:focus,
.cleaning-quote-form select:focus,
.cleaning-quote-form textarea:focus {
  outline: 3px solid rgba(0, 0, 0, 0.12);
  border-color: #050505;
}

.cleaning-form-wide {
  grid-column: 1 / -1;
}

.cleaning-quote-form .cleaning-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

@keyframes cleaningFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cleaningFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}

@keyframes cleaningShimmer {
  0%,
  58% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cleaning-project-page *,
  .cleaning-project-page *::before,
  .cleaning-project-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .cleaning-card-grid,
  .cleaning-process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cleaning-industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .cleaning-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 9rem 1.25rem 3rem;
  }

  .cleaning-hero__panel,
  .cleaning-intro,
  .cleaning-split-section,
  .cleaning-quote-section {
    grid-template-columns: 1fr;
  }

  .cleaning-hero__showcase {
    min-height: 330px;
    order: 2;
  }

  .cleaning-photo-frame--large {
    width: 82%;
    height: 250px;
  }

  .cleaning-photo-frame--small {
    width: 190px;
    height: 135px;
  }

  .cleaning-metric-card {
    right: 1rem;
    bottom: 8px;
  }

  .cleaning-visual-strip {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .cleaning-card-grid,
  .cleaning-resource-grid,
  .cleaning-faq-grid,
  .cleaning-process-list {
    grid-template-columns: 1fr 1fr;
  }

  .cleaning-industry-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .cleaning-section {
    width: min(100% - 28px, 1180px);
    padding: 3.5rem 0;
  }

  .cleaning-hero {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .cleaning-visual-strip {
    width: min(100% - 28px, 1180px);
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .cleaning-visual-card--tall {
    grid-row: auto;
  }

  .cleaning-cta-group,
  .cleaning-button,
  .cleaning-card-grid,
  .cleaning-resource-grid,
  .cleaning-faq-grid,
  .cleaning-process-list,
  .cleaning-industry-grid,
  .cleaning-quote-form {
    grid-template-columns: 1fr;
  }

  .cleaning-button {
    width: 100%;
  }

  .cleaning-location-band,
  .cleaning-parent-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Keep the Glorica overrides after the base responsive rules. */
.cleaning-hero::before { background: linear-gradient(90deg, rgba(4, 40, 87, 0.88), rgba(0, 125, 204, 0.3)), url("assets/images/pexels-media-7513075.jpg") center / cover !important; filter: none !important; }
.cleaning-photo-frame img, .cleaning-image-space img, .cleaning-card-media img { filter: none !important; }
.cleaning-button--primary, .cleaning-division-switcher a:hover, .cleaning-division-switcher a[aria-current="page"] { background: #0b78cf !important; border-color: #0b78cf !important; color: #ffffff !important; }
.cleaning-metric-card, .cleaning-visual-card span, .cleaning-feature-list span:hover, .cleaning-location-tags span:hover, .cleaning-industry-grid span:hover, .cleaning-check-list li::before { background: #0754a5 !important; }
.cleaning-service-card { border-top-color: #0b78cf !important; }
.cleaning-service-card:hover, .cleaning-resource-grid article:hover, .cleaning-faq-grid article:hover, .cleaning-quote-form input:focus, .cleaning-quote-form select:focus, .cleaning-quote-form textarea:focus { border-color: #0b78cf !important; }
