.elementor-575 .elementor-element.elementor-element-b6948ad{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:-45px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-43e80bd *//* ==========================================
   WOMEN WASHING WINDOWS
   OPTION THREE
   COASTAL / LIGHT / PREMIUM
========================================== */

.www3-site {
  --navy: #17354a;
  --blue: #8eb8c5;
  --blue-light: #e7f0f2;
  --sky: #dcebef;
  --sand: #eee5d8;
  --cream: #faf8f4;
  --white: #ffffff;
  --charcoal: #2f3537;
  --grey: #747d80;
  --line: #dce2e3;
  --rust: #c68c72;

  font-family: Arial, Helvetica, sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.55;
}

.www3-site * {
  box-sizing: border-box;
}

.www3-site h1,
.www3-site h2,
.www3-site h3,
.www3-site p {
  margin: 0;
}

.www3-site h1,
.www3-site h2,
.www3-site h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.www3-site a {
  text-decoration: none;
}

.www3-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* SMALL LABEL */

.www3-kicker {
  color: var(--rust);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 18px;

  text-transform: uppercase;
}

.www3-kicker-light {
  color: #d9b29f;
}


/* BUTTONS */

.www3-btn {
  min-height: 50px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 0 26px;

  border-radius: 30px;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .8px;

  text-transform: uppercase;

  transition: .2s;
}

.www3-btn:hover {
  transform: translateY(-2px);
}

.www3-btn-primary {
  background: var(--navy);
  color: white;
}

.www3-btn-secondary {
  border: 1px solid var(--navy);
  color: var(--navy);
}

.www3-btn-white {
  background: white;
  color: var(--navy);
}


/* ==========================================
   HERO
========================================== */

.www3-hero {
  min-height: 760px;

  display: grid;

  grid-template-columns: 49% 51%;

  background: var(--cream);
  margin-left: -120px;
}

.www3-hero-left {
  padding: 70px max(40px, calc((100vw - 1380px) / 2));

  padding-right: 60px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.www3-brand {
  margin-bottom: 42px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(32px, 3.5vw, 54px);
  line-height: 1;

  color: var(--navy);

  letter-spacing: -1.5px;
}

.www3-hero h1 {
  font-size: clamp(64px, 6vw, 94px);

  line-height: .93;

  letter-spacing: -4px;

  color: var(--navy);
}

.www3-hero h1 span {
  color: var(--blue);
}

.www3-hero-intro {
  max-width: 450px;

  margin-top: 26px !important;

  font-size: 17px;

  color: var(--grey);
}

.www3-buttons {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 30px;
}

.www3-mini-trust {
  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 15px;

  margin-top: 55px;

  padding-top: 28px;

  border-top: 1px solid var(--line);
}

.www3-mini-trust strong {
  display: block;

  margin-bottom: 2px;

  color: var(--navy);

  font-family: Georgia, "Times New Roman", serif;

  font-size: 23px;

  font-weight: 400;
}

.www3-mini-trust span {
  font-size: 11px;

  color: var(--grey);
}

.www3-hero-right {
  position: relative;

  padding: 35px 35px 35px 0;

  background: var(--sky);
}

.www3-hero-image-large {
  height: 100%;

  overflow: hidden;

  border-radius: 0 0 0 90px;
}

.www3-hero-image-large img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.www3-floating-note {
  position: absolute;

  left: -40px;
  bottom: 70px;

  width: 130px;
  height: 130px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: var(--rust);

  color: white;

  box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.www3-floating-note span {
  font-size: 11px;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.www3-floating-note strong {
  font-family: Georgia, "Times New Roman", serif;

  font-size: 31px;

  font-weight: 400;
}


/* ==========================================
   WELCOME
========================================== */

.www3-welcome {
  padding: 110px 0;

  background: white;
}

.www3-welcome-grid {
  display: grid;

  grid-template-columns: 1fr .8fr;

  gap: 100px;
}

.www3-welcome h2 {
  max-width: 650px;

  font-size: clamp(48px,5vw,72px);

  line-height: 1;

  color: var(--navy);

  letter-spacing: -3px;
}

.www3-welcome-copy {
  padding-top: 38px;
}

.www3-welcome-copy p {
  margin-bottom: 18px;

  color: var(--grey);

  font-size: 16px;
}


/* ==========================================
   SERVICES
========================================== */

.www3-services {
  padding: 110px 0;

  background: var(--blue-light);
}

.www3-section-head {
  display: grid;

  grid-template-columns: 1fr .55fr;

  gap: 80px;

  align-items: end;

  margin-bottom: 55px;
}

.www3-section-head h2 {
  font-size: clamp(48px,5vw,70px);

  line-height: 1;

  color: var(--navy);
}

.www3-section-head > p {
  color: var(--grey);
}

.www3-service-grid {
  display: grid;

  grid-template-columns: 1.4fr 1fr 1fr;

  gap: 18px;
}

.www3-service-main {
  grid-row: span 2;

  overflow: hidden;

  border-radius: 28px;

  background: white;
}

.www3-service-image {
  height: 320px;

  overflow: hidden;
}

.www3-service-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.www3-service-content {
  padding: 28px;
}

.www3-service-content > span,
.www3-service-small > span {
  color: var(--rust);

  font-size: 11px;

  font-weight: 700;
}

.www3-service-content h3,
.www3-service-small h3 {
  margin-top: 25px;

  margin-bottom: 12px;

  font-size: 28px;

  color: var(--navy);
}

.www3-service-content p,
.www3-service-small p {
  color: var(--grey);

  font-size: 14px;
}

.www3-service-small {
  min-height: 245px;

  padding: 28px;

  border-radius: 28px;

  background: white;
}

.www3-service-cta {
  background: var(--navy);

  color: white;
}

.www3-service-cta h3 {
  color: white;
}

.www3-service-cta p {
  color: #c8d2d7;
}

.www3-service-cta a {
  display: inline-block;

  margin-top: 24px;

  color: #d6e6eb;

  font-size: 13px;

  font-weight: 700;
}


/* ==========================================
   ABOUT
========================================== */

.www3-about {
  min-height: 720px;

  display: grid;

  grid-template-columns: 46% 54%;

  background: var(--sand);
}

.www3-about-image {
  overflow: hidden;

  margin: 50px 0 50px 50px;

  border-radius: 0 70px 70px 0;
}

.www3-about-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.www3-about-copy {
  padding: 90px max(50px, calc((100vw - 1180px) / 2));

  padding-left: 70px;

  display: flex;
  flex-direction: column;

  justify-content: center;
}

.www3-about h2 {
  max-width: 650px;

  font-size: clamp(50px,5vw,72px);

  line-height: 1;

  letter-spacing: -3px;

  color: var(--navy);
}

.www3-about > div p,
.www3-about-copy p {
  max-width: 600px;

  margin-top: 22px;

  color: #676960;
}

.www3-about-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 12px;

  margin-top: 35px;
}

.www3-about-list > div {
  display: flex;

  align-items: center;

  gap: 13px;

  padding: 13px 0;

  border-bottom: 1px solid rgba(0,0,0,.12);
}

.www3-about-list strong {
  color: var(--rust);

  font-size: 11px;
}

.www3-about-list span {
  font-size: 13px;
}


/* ==========================================
   RESULTS
========================================== */

.www3-results {
  padding: 110px 0;

  background: white;
}

.www3-results-box {
  width: min(1320px, calc(100% - 60px));

  margin: 0 auto;

  padding: 55px;

  border-radius: 40px;

  background: var(--cream);

  box-shadow: 0 20px 50px rgba(30,53,70,.07);
}

.www3-results-heading {
  display: flex;

  justify-content: space-between;

  align-items: end;

  gap: 40px;

  margin-bottom: 40px;
}

.www3-results-heading h2 {
  max-width: 720px;

  font-size: clamp(48px,5vw,72px);

  line-height: 1;

  color: var(--navy);

  letter-spacing: -3px;
}

.www3-gallery-link {
  color: var(--navy);

  font-size: 13px;

  font-weight: 700;
}

.www3-results-layout {
  display: grid;

  grid-template-columns: 1.6fr .7fr;

  gap: 24px;

  align-items: stretch;
}

.www3-results-photo {
  overflow: hidden;

  min-height: 560px;

  border-radius: 26px;
}

.www3-results-photo img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}

.www3-results-text {
  padding: 45px 35px;

  border-radius: 26px;

  background: var(--navy);

  color: white;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.www3-results-number {
  margin-bottom: 45px;

  color: #a8c8d2;

  font-size: 12px;
}

.www3-results-text h3 {
  color: white;

  font-size: 39px;

  line-height: 1.05;
}

.www3-results-text p {
  margin-top: 22px;

  color: #c8d5d9;
}


/* ==========================================
   QUOTE
========================================== */

.www3-quote {
  padding: 120px 0;

  text-align: center;

  background: var(--sky);
}

.www3-quote-mark {
  height: 75px;

  color: var(--rust);

  font-family: Georgia, "Times New Roman", serif;

  font-size: 110px;

  line-height: .8;
}

.www3-quote blockquote {
  max-width: 900px;

  margin: 0 auto;

  color: var(--navy);

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(42px,4.5vw,66px);

  line-height: 1.1;
}

.www3-quote p {
  margin-top: 28px;

  color: var(--grey);

  font-size: 13px;
}


/* ==========================================
   AREA
========================================== */

.www3-area {
  padding: 100px 0;

  background: white;
}

.www3-area-grid {
  display: grid;

  grid-template-columns: 1fr .65fr;

  gap: 90px;

  align-items: center;
}

.www3-area h2 {
  max-width: 650px;

  color: var(--navy);

  font-size: clamp(50px,5vw,74px);

  line-height: 1;

  letter-spacing: -3px;
}

.www3-area-grid p {
  margin-bottom: 15px;

  color: var(--grey);
}


/* ==========================================
   CONTACT
========================================== */

.www3-contact {
  padding: 95px 0;

  background: var(--navy);

  color: white;
}

.www3-contact-inner {
  display: grid;

  grid-template-columns: 1fr .75fr;

  gap: 90px;

  align-items: center;
}

.www3-contact h2 {
  max-width: 680px;

  color: white;

  font-size: clamp(52px,5vw,76px);

  line-height: 1;

  letter-spacing: -3px;
}

.www3-contact-right p {
  max-width: 450px;

  margin-bottom: 30px;

  color: #c1d0d5;
}

.www3-contact-buttons {
  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 16px;
}

.www3-email {
  color: #d7e5e9;

  font-size: 13px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {

  .www3-hero {
    grid-template-columns: 1fr;
  }

  .www3-hero-left {
    padding: 70px 40px;
  }

  .www3-hero-right {
    min-height: 560px;
  }

  .www3-floating-note {
    left: 35px;
  }

  .www3-welcome-grid,
  .www3-section-head,
  .www3-area-grid,
  .www3-contact-inner {
    grid-template-columns: 1fr;
  }

  .www3-service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .www3-service-main {
    grid-column: 1 / -1;
  }

  .www3-about {
    grid-template-columns: 1fr;
  }

  .www3-about-image {
    min-height: 550px;

    margin-right: 50px;
  }

  .www3-about-copy {
    padding: 80px 40px;
  }

  .www3-results-layout {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .www3-container {
    width: calc(100% - 28px);
  }

  .www3-hero-left {
    padding: 55px 25px;
  }

  .www3-brand {
    font-size: 36px;
  }

  .www3-hero h1 {
    font-size: 60px;

    letter-spacing: -3px;
  }

  .www3-mini-trust {
    grid-template-columns: 1fr;
  }

  .www3-hero-right {
    min-height: 460px;

    padding: 20px 20px 20px 0;
  }

  .www3-floating-note {
    width: 110px;
    height: 110px;

    left: 20px;

    bottom: 40px;
  }

  .www3-welcome,
  .www3-services,
  .www3-results,
  .www3-area {
    padding: 75px 0;
  }

  .www3-service-grid {
    grid-template-columns: 1fr;
  }

  .www3-service-main {
    grid-column: auto;
  }

  .www3-about-image {
    min-height: 430px;

    margin: 25px 25px 0 0;
  }

  .www3-about-copy {
    padding: 60px 25px;
  }

  .www3-about-list {
    grid-template-columns: 1fr;
  }

  .www3-results-box {
    width: calc(100% - 28px);

    padding: 25px;

    border-radius: 26px;
  }

  .www3-results-heading {
    display: block;
  }

  .www3-gallery-link {
    display: inline-block;

    margin-top: 20px;
  }

  .www3-results-photo {
    min-height: 360px;
  }

  .www3-results-text {
    padding: 35px 25px;
  }

  .www3-quote {
    padding: 80px 20px;
  }

  .www3-contact {
    padding: 75px 0;
  }

}/* End custom CSS */