@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
.nav-link {
  text-transform: capitalize !important;
}
#header.header {
  position: absolute;
  width: 100%;
}
#header.header .top-area {
  background-color: transparent;
}
#header.header .top-area .container-fluid .row .row-cols-1 .col .main_menu .navbar .container-fluid {
  justify-content: center;
}
#header.header .top-area .container-fluid .row .row-cols-1 .col .main_menu .navbar .container-fluid #menu-first-footer-main-menu-1 li a {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
#header.header .top-area .container-fluid .row .row-cols-1 .col .main_menu .navbar .container-fluid #menu-first-footer-main-menu-1 li a:hover {
  color: #cfcfcf;
}
#header.header .top-area .container-fluid .row .row-cols-1 .col .main_menu .navbar .container-fluid #menu-first-footer-main-menu-1 li:last-child a {
  padding-right: 0px;
}
#header.header .top-area .container-fluid .row .row-cols-1 .col .main_menu .navbar .container-fluid #menu-first-footer-main-menu-1 .active a {
  color: #ffffff;
}
.video-hero {
  position: relative;
  height: 750px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero-title {
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 18px;
}
.hero-text {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.6;
  opacity: 0.95;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
}
.stat-number {
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 4px;
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 700;
}
.stats {
  margin-top: 32px;
  margin-bottom: 28px;
}
.stat-label {
  font-size: 14px;
  opacity: 0.85;
}
/* The video itself */
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
/* Dark overlay (your gradient) */
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 90%);
  z-index: 2;
}
/* Content on top */
.video-hero .content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-left: 200px;
  padding-bottom: 100px;
}
.our-title {
  text-align: center;
}
.entry-title {
  display: none;
}
.wp-image-407 {
  border-radius: 15px;
}
.ws-section.section-390 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/skip-the-paint.jpg);
  height: 780px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-390 .h1 {
  font-size: 65px;
}
.ws-section.section-390 .logo-special {
  height: 100px !important;
  width: 100px !important;
}
.ws-section.section-471 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/services-header.jpg);
  height: 450px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-471 .h1 {
  font-size: 50px;
}
.ws-section.section-515 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/thermal-slider.jpg);
  height: 420px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-515 .h1 {
  font-size: 50px;
}
.ws-section.section-530 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  height: 450px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-546 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  height: 435px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-617 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  height: 500px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-647 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  height: 400px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3023 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/service-los-angeles-banner.jpg);
  height: 465px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3023 .h1 {
  font-size: 45px;
}
.ws-section.section-3042 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/landing-page-ventura-country.jpg);
  height: 420px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3042 .h1 {
  font-size: 45px;
}
.ws-section.section-3055 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/landing-page-orange-county.jpg);
  height: 420px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3055 .h1 {
  font-size: 45px;
}
.ws-section.section-3068 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/landing-page-san-diego.jpg);
  height: 420px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3068 .h1 {
  font-size: 45px;
}
.ws-section.section-3085 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/residential-painting.jpg);
  height: 460px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3085 .h1 {
  font-size: 45px;
}
.ws-section.section-3098 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/irvine.jpg);
  height: 450px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3098 .h1 {
  font-size: 55px;
}
.ws-section.section-3111 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/aliso-viejo.jpg);
  height: 460px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3111 .h1 {
  font-size: 45px;
}
.ws-section.section-3122 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/laguna-niguel-house-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 470px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3122 .h1 {
  font-size: 45px;
}
.ws-section.section-3133 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/services-header.jpg);
  height: 400px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3152 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  height: 410px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3152 .h1 {
  font-size: 50px;
}
.ws-section.section-3159 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  height: 400px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3174 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  height: 400px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3198 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/about-us-header.jpg);
  height: 525px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3209 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/services-header.jpg);
  height: 400px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3441 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/arizona-banner.jpg);
  height: 480px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3441 .h1 {
  font-size: 50px;
}
.ws-section.section-3479 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/rectangle-5.png);
  height: 500px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3479 .h1 {
  font-size: 64px;
}
.ws-section.section-3654 {
  background: linear-gradient(190.74deg, #1c4288cc, #1c4288cc), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/key-features-and-benefits-1.png);
  display: flex !important;
  align-items: end;
  padding-top: 50px;
  padding-bottom: 40px;
}
.ws-section.section-3683 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/rectangle-5.png);
  height: 500px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3683 .h1 {
  font-size: 64px;
}
.ws-section.section-3764 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/rectangle-5.png);
  height: 500px;
  display: flex !important;
  align-items: end;
}
.ws-section.section-3764 .h1 {
  font-size: 64px;
}
.ws-section.section-3708 {
  background: linear-gradient(190.74deg, #002090cc, #002090cc), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/02/shielding-your-home-2.png);
  display: flex !important;
  align-items: end;
  padding-top: 100px;
}
.icon-roof {
  font-family: "Familjen Grotesk", sans-serif;
  width: 26px;
  height: 26px;
  background-color: #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.icon-roof i {
  color: #fff;
}
.h1 {
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
}
.p1 {
  color: #fff;
}
.call-us-label {
  color: #777;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
}
.features-and-benefits {
  text-align: center;
  height: 100px;
}
.key-features-label {
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 35px;
}
.shielding-your-home {
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 40px;
}
.key-features-small-label {
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
}
.benefits-label {
  color: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
}
.three-rs-label {
  color: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 30px;
  margin-bottom: -25px;
}
.three-rs-text {
  color: black;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
}
.free-consultations-available {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
#input_1_1, #input_1_5, #input_1_7, #input_1_8, #input_1_9 {
  border-radius: 10px;
  border: none;
}
.built-to-last-label {
  color: #000000;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 25px;
}
.lifetime-label {
  color: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 25px;
}
.contact-us-label {
  color: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 25px;
  text-align: center;
}
.phone-number-label {
  color: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
}
.blue-circle {
  border-radius: 25px;
  background-color: #002090;
  padding: 10px;
  display: inline-block;
}
.centered-text {
  text-align: center;
}
.center-element {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue-circle-banner {
  border-radius: 25px;
  background-color: #002090;
  border: none;
  border-radius: 999px;
  /* pill shape */
  padding: 4px 12px;
  /* ⬅ smaller vertical padding */
  font-size: 14px;
  font-weight: 500;
  /* lighter than bold */
  line-height: 1;
  /* ⬅ key for thin height */
  white-space: nowrap;
  display: inline-block;
}
.button-quote {
  background: linear-gradient(#002090, #002090);
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 400;
  border: solid 1px #002090;
  padding: 0 14px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  float: left;
}
.button-work {
  background: linear-gradient(#291f18, #291f18);
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 400;
  border: solid 1px #ffffff;
  padding: 0 14px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  float: left;
}
.big-btn {
  height: 48px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 20px;
  font-size: 16px;
}
.stat-label {
  font-size: 14px;
  opacity: 0.9;
}
/* BUTTONS */
.hero-buttons {
  row-gap: 12px;
  column-gap: 16px;
}
.accreditation-text {
  color: #24242599;
}
.accreditation-icon {
  color: #24242599;
}
.gform_footer .gform-button--width-full {
  text-align: center;
  background: linear-gradient(#002090, #002090);
  color: #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  border: solid 1px #002090;
  padding: 0 14px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  float: left;
}
.gfield_required .gfield_required_text {
  visibility: hidden;
  display: none !important;
}
.blue-circle-middle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #002090;
  color: white;
  padding: 4px 14px;
  border-radius: 999px;
  line-height: 1;
  height: auto;
  border: none;
  outline: none;
  box-sizing: border-box;
  white-space: nowrap;
}
.pill-text {
  display: inline-block;
  background-color: #002090;
  color: white;
  padding: 1px 10px;
  border-radius: 999px;
  font-weight: 500;
  font-family: "Familjen Grotesk", sans-serif;
  text-decoration: none;
  font-size: 18px;
}
.pill-text:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.pill-center {
  text-align: center;
}
.gform_title {
  visibility: hidden;
}
.gf_browser_chrome .gform_wrapper .gravity-theme .gform-theme--no-framework {
  background-color: #000000;
}
.call-us {
  text-align: center;
}
/** Wrappers Cards **/
.feature-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 40px;
  flex-wrap: wrap;
}
.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  width: 260px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.feature-card .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #97979733;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background 0.3s ease;
  border: 1px solid #97979733;
}
.icon i {
  color: #979797;
}
/* TEXT */
.feature-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  transition: color 0.3s ease;
}
.feature-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  transition: color 0.3s ease;
}
/* Active (blue) card */
.feature-card.active {
  background: #002090;
  color: #fff;
}
.feature-card.active .icon .shield {
  color: #002090;
}
.feature-card.active h3, .feature-card.active p {
  color: #fff;
}
.feature-card.active .icon {
  background: rgba(255, 255, 255, 0.15);
}
.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  width: 260px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
/* HOVER STATE */
.feature-card:hover {
  background: #1e3a8a;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.feature-card:hover h3, .feature-card:hover p {
  color: #ffffff;
}
.feature-card:hover .icon {
  background: rgba(255, 255, 255, 0.15);
}
/** Badges **/
/* Layout */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem;
}
/* Card */
.card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
}
/* Image */
.card-image {
  position: relative;
  height: 200px;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Badges */
.badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.badges span {
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(120, 120, 120, 0.9);
  backdrop-filter: blur(6px);
}
/* Content */
.card-body {
  padding: 1.5rem;
}
.card-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1.25rem;
}
/* Button */
.btn {
  font-family: "Familjen Grotesk", sans-serif;
  display: inline-block;
  padding: 0.6rem 1.25rem;
  border-radius: 1px;
  border: 18px solid #2f5cff;
  color: #2f5cff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.btn-links {
  display: inline-block;
  padding: 14px 40px;
  border: 2px solid #002090;
  border-radius: 50px;
  background-color: #fff;
  color: #002090;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 500px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
}
.btn-links:hover {
  background: #002090;
  color: #fff;
}
.btn:hover {
  background: #2f5cff;
  color: #fff;
}
.center-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/** Technology**/
/* Layout */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem;
}
/* Card */
.card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
}
/* Image */
.card-image {
  position: relative;
  height: 200px;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Content */
.card-body {
  padding: 1.5rem;
}
.card-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1.25rem;
}
/* Button */
.btn {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  border: 2px solid #2f5cff;
  color: #2f5cff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.btn:hover {
  background: #2f5cff;
  color: #fff;
}
/** Panels Diagram **/
.panel {
  background: #fff;
  border-radius: 16px;
}
/* LEFT DIAGRAM */
.diagram {
  flex: 1;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
}
.diagram h2 {
  font-size: 26px;
  margin-bottom: 24px;
}
.diagram h2 span {
  color: #0b2ea6;
  font-weight: 800;
  font-style: bold;
}
.layers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.layer1 {
  height: 13px;
  opacity: 1;
  top: 162px;
  left: 78px;
  border-radius: 10px;
  background: #979797CC;
}
.layer2 {
  height: 20px;
  opacity: 1;
  top: 187px;
  left: 78px;
  border-radius: 10px;
  background: #979797CC;
}
.layer3 {
  height: 27px;
  opacity: 1;
  top: 219px;
  left: 78px;
  border-radius: 10px;
  background: #979797CC;
}
.layer4 {
  height: 14px;
  opacity: 1;
  top: 258px;
  left: 78px;
  border-radius: 10px;
  background: #979797CC;
}
.layer-thin {
  height: 1px;
  border-radius: 1px;
  background: #cfd3d8;
}
.wall {
  background: #002090;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  font-weight: 600;
  height: 83px;
  opacity: 1;
  border-radius: 10px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.features {
  background: transparent;
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feature {
  display: flex;
  gap: 16px;
  background: white;
  padding: 18px;
  border-radius: 14px;
  align-items: center;
}
.feature h4 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.research {
  color: #24242599;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 50px;
}
.panel.diagram h2 {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
}
.panel.diagram h2 span {
  color: #002090;
}
.icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0b2ea6;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.feature h4 {
  margin: 0 0 4px;
  font-size: 16px;
}
.feature p {
  margin: 0;
  font-size: 14px;
  color: #555;
}
/* Locations */
.locations-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}
.location-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.location-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 14px;
}
.dot {
  width: 18px;
  height: 18px;
  background: #111;
  border-radius: 50%;
  display: inline-block;
}
.location-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-card li {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  position: relative;
  padding-left: 14px;
}
.location-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #999;
}
.icon-location {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 20px;
}
/* HERO */
.cta-hero {
  position: relative;
  background-image: url("https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/old-house-scaled.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* DARK OVERLAY */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  /* controls darkness */
  z-index: 1;
}
/* CONTENT */
.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 700px;
  padding: 20px;
}
.cta-content h1 {
  font-size: 36px;
  margin-bottom: 12px;
}
.cta-content p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 24px;
}
/* BUTTONS */
.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.btn-primary {
  background: #0b2ea6;
  color: #fff;
}
.btn-secondary {
  background: #fff;
  color: #0b2ea6;
  border: 1px solid #e5e7eb;
}
.btn-free-quote {
  background: #fff;
  color: #0b2ea6;
  border: 1px solid #e5e7eb;
  font-size: 30px;
}
/* HOVER */
.btn:hover {
  opacity: 0.9;
  transition: 0.2s ease;
}
#footer-widgets .container {
  background-color: #333333;
}
#footer-widgets {
  background-color: #333333;
}
.main_menu .dropdown-menu {
  background-color: #858585d7;
}
#wsMainMenu {
  justify-content: center;
}
#wsMainMenu .navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.reviews-carousel .item-reviews {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: linear-gradient(96.79deg, #ffffff -62.94%, rgba(255, 255, 255, 0.9) -62.92%, white 54.42%, rgba(255, 255, 255, 0.9) 174.24%);
}
.reviews-carousel .item-reviews img {
  width: auto !important;
}
.reviews-carousel .item-reviews .text {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  margin-top: 15px;
  margin-bottom: 30px;
}
.reviews-carousel .item-reviews .name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #525252;
  margin-top: 0px;
  margin-bottom: 0px;
}
.reviews-carousel .item-reviews .name span {
  color: #000000;
}
.reviews-carousel .owl-stage-outer .owl-stage .owl-item .item-reviews {
  opacity: 1;
  transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.reviews-carousel .owl-stage-outer .owl-stage .owl-item.active.center .item-reviews {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}
.reviews-carousel .owl-nav {
  position: absolute;
  left: -80px;
  right: -80px;
  top: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews-carousel .owl-nav .owl-prev, .reviews-carousel .owl-nav .owl-next {
  font-size: 100px !important;
  color: #013cffc4 !important;
}
.reviews-carousel .owl-nav .owl-prev:hover, .reviews-carousel .owl-nav .owl-next:hover {
  background: none !important;
}
.reviews-carousel .owl-dots {
  margin-top: 35px;
}
.reviews-carousel .owl-dots .owl-dot span {
  background: #013cffc4 !important;
}
.reviews-carousel .owl-dots .owl-dot.active span {
  background: #013cffc4 !important;
}
.round-pic {
  width: 80px;
  /* Set a fixed width */
  height: 80px;
  /* Set an equal fixed height to create a square frame */
  border-radius: 50%;
  /* Makes the square frame circular */
  object-fit: cover;
  /* Ensures the image covers the area without stretching */
}
.profile-general {
  display: flex;
  align-items: center;
  /* vertically centers text with image */
  gap: 12px;
  /* space between image and text */
  font-family: Arial, sans-serif;
}
.profile-img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  object-fit: cover;
}
.review-star-image {
  height: 50px !important;
  object-fit: none;
}
.name-general {
  font-weight: 600;
}
.location-general {
  font-size: 0.85rem;
  color: #666;
}
.section-157.module-padding {
  padding-top: 20px !important;
  padding-bottom: 55px !important;
}
.section-178.module-padding {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.section-224.module-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section-262.module-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section-264.module-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section-289.module-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section-285.module-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section-398.module-padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.section-425.module-padding {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.section-445.module-padding {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.section-451.module-padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.section-474.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-480.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-511.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-519.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-524.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-534.module-padding {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}
.section-538.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-548.module-padding {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.section-562.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3026.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.wp-image-2244 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  border-radius: 100px;
}
.wp-image-2871 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 80px;
}
.wp-image-1697 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 80px;
}
.wp-image-1703 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 80px;
}
.wp-image-1678 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 40px;
}
.wp-image-2033 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 40px;
}
.wp-image-2868 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 40px;
}
.wp-image-2876 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 40px;
}
.wp-image-3453 {
  padding-top: 10px !important;
  padding-bottom: 1opx !important;
  border-radius: 40px;
}
.heart-image {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 40px;
}
.section-3042.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3046.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3055.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3060.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3070.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3087.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3100.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3113.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3127.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3135.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3154.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3161.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3198.module-padding {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}
.section-3200.module-padding {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}
.section-3211.module-padding {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}
.section-3223.module-padding {
  padding-top: 50px !important;
  padding-bottom: 10px !important;
}
.section-3237.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3278.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.section-3688.module-padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.colum-potm-interior-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.row-form {
  flex-shrink: 0;
  width: 50%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin: 0 auto;
}
/* Image */
.card-image2 {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  margin-top: 12px;
}
.card-image2 img {
  width: 100px;
  height: 100px;
}
.potm-template-default .site-core .main-content-area.container, .single.single-post .site-core .main-content-area.container {
  width: auto;
  padding: 0;
}
#primary {
  padding: 0;
}
.potm-banner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 110px;
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
  background-position: center;
  background-size: cover;
  height: 450px;
}
.potm-title {
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-size: 64px;
}
.cstm-width {
  width: 1250px;
  margin: 0 auto;
  padding: 60px 15px;
}
.social-fa-module .fab, .social-fa-module .fas, .social-fa-module .far, .social-fa-module .fal {
  color: #ffffff;
}
.cstm-roof {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.cstm-roof i {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.cstm-roof span {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.row-potm {
  display: flex;
  padding-top: 50px;
}
.tittle-potm {
  color: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 25px;
}
.column-potm-2 {
  padding-left: 32px;
}
.before-after-wrapper {
  outline: 4px solid gray;
  position: relative;
  aspect-ratio: 1.5;
}
.before-after-wrapper::before {
  background-color: rgba(171, 171, 171, 0.75);
  border-radius: 40px;
  top: 10px;
  color: gray;
  content: "before";
  left: 10px;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  transition: opacity 200ms ease-in-out;
  z-index: 15;
}
:global(.before-after-wrapper.show-before::before) {
  opacity: 1;
}
.before-after-wrapper::after {
  background-color: rgba(201, 201, 201, 0.589);
  border-radius: 40px;
  top: 10px;
  color: gray;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  transition: opacity 200ms ease-in-out;
  z-index: 15;
  content: "after";
}
:global(.before-after-wrapper.show-after::after) {
  opacity: 1;
}
.before-image-wrapper {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
}
.before-image {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.after-image {
  background-size: cover;
  inset: 0;
  position: absolute;
}
.handle {
  align-items: center;
  background: gray;
  bottom: 0;
  cursor: col-resize;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 20;
}
.handle::before {
  content: "";
  position: absolute;
  inset: 0 -20px;
}
.handle::after {
  align-items: center;
  background: gray;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 512 512"><path fill="hsl(172, 61%, 82%)" d="M505.7 265.7c3-3 3.1-7.9 .2-11.1l-104-112c-3-3.2-8.1-3.4-11.3-.4s-3.4 8.1-.4 11.3L481.7 252 23.3 252l90.3-90.3c3.1-3.1 3.1-8.2 0-11.3s-8.2-3.1-11.3 0l-104 104c-3.1 3.1-3.1 8.2 0 11.3l104 104c3.1 3.1 8.2 3.1 11.3 0s3.1-8.2 0-11.3L23.3 268l457.4 0-90.3 90.3c-3.1 3.1-3.1 8.2 0 11.3s8.2 3.1 11.3 0l104-104z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: gray;
  content: "";
  display: flex;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
}
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-events-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}
.news-events-container .row-blog {
  display: flex;
  flex: 1 1 30%;
  max-width: 30%;
  flex-direction: column;
}
.wp-block-latest-posts__post-title {
  color: #fff;
  text-decoration: none;
}
.wp-block-latest-posts__post-title:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#nav_menu-2 a {
  color: #ffffff;
  text-decoration: none;
}
#nav_menu-2 a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.pagination {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
  justify-content: center;
  align-items: center;
  font-family: inherit;
}
/* Links + spans (buttons) */
.pagination a, .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #002090;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* Hover state */
.pagination a:hover {
  background: #002090;
  color: #fff;
  border-color: #002090;
}
/* Active page */
.pagination .active {
  background: #002090;
  color: #fff;
  border-color: #002090;
  cursor: default;
}
/* Ellipsis */
.pagination .ellipsis span {
  border: none;
  background: transparent;
  color: #666666;
  cursor: default;
  padding: 0 6px;
}
/* Optional: arrow button tweak */
.pagination li:last-child a {
  font-size: 18px;
}
.acreditation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  text-align: center;
}
.accreditation-title {
  font-family: "Familjen Grotesk", sans-serif;
  color: #24242599;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.gfield_label {
  display: inline-block;
  font-family: "Familjen Grotesk", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  margin-bottom: 8px;
  padding: 0;
}
.ginput_container.ginput_container_consent label {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 15px;
}
.gform_heading {
  display: none;
}
#gform_wrapper_1 {
  background-color: #F9F9F9;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  border-radius: 20px;
  border-width: 1px;
}
#gform_wrapper_2 {
  background-color: #F9F9F9;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  border-radius: 20px;
  border-width: 1px;
}
.p2 {
  font-family: "Familjen Grotesk", sans-serif;
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}
.p2 br {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p3 {
  font-family: "Familjen Grotesk", sans-serif;
  color: #007dff;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
}
.p3 br {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-block-latest-posts__post-title {
  font-size: 15px !important;
  font-family: "Familjen Grotesk", sans-serif !important;
}
#footer-widgets .container {
  background-color: #333333;
  padding-top: 40px;
}
#menu-item-3191, #menu-item-3192, #menu-item-3193, #menu-item-3194, #menu-item-3195, #menu-item-3196 {
  padding-bottom: 10px;
}
.strong-text {
  font-weight: 600 !important;
}
.ws-phone-link .ws-phone-link-number {
  text-decoration: none;
  color: #000;
}
.section-178 .ws-phone-link .ws-phone-link-number {
  text-decoration: none;
  color: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
}
.section-289 .ws-phone-link .ws-phone-link-number {
  text-decoration: none;
  color: #002090;
}
.wp-image-53 {
  width: 61px;
  height: auto;
}
.process-section {
  padding-top: 1px;
  padding-bottom: 1px;
}
.twelve-steps-container {
  gap: 40px 30px;
  margin-bottom: 30px;
}
.twelve-steps-card {
  text-align: center;
}
.twelve-steps-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.twelve-steps-card h3 {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1e3a8a;
  /* deep blue */
}
.coming-soon img {
  border-radius: 20px;
  box-shadow: 12px 12px 0 #8fb3d9, 0 8px 25px rgba(0, 0, 0, 0.15);
  /* soft shadow */
}
.dlc-locations-label {
  font-size: 30px;
  font-weight: 700;
}
.coming-soon-label {
  margin-top: 18px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1e3a8a;
  /* deep blue */
}
.three-rs-card {
  text-align: center;
}
.three-rs-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  border: 5px solid #002090;
}
.three-rs-card h3 {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1e3a8a;
  /* deep blue */
}
/***** MEDIA QUERIES *****/
@media screen and (max-width: 991px) {
  .news-events-container .row-blog {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .news-events-container .row-blog {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.ws-section.section-71 {
  background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/home-background-scaled.jpg);
}
.video-container {
  position: relative;
  height: 780px;
  padding-left: 0px;
  padding-right: 0px;
}
.video-container #myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-container .content {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}
.video-container .content .bg {
  width: 1250px;
  margin: 0 auto;
  padding: 0px 12px;
}
.pill-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 32px;
  border-radius: 28px;
  border-width: 1px;
  background: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.pill-title-mottling {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 32px;
  border-radius: 28px;
  border-width: 1px;
  background: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.pill-title-stress {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 32px;
  border-radius: 28px;
  border-width: 1px;
  background: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.pill-title-fungus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 32px;
  border-radius: 28px;
  border-width: 1px;
  background: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.pill-title-seven {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 171px;
  height: 32px;
  border-radius: 28px;
  border-width: 1px;
  background: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.banner-title {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
}
.banner-text {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #ffffffcc;
  margin-top: 20px;
  margin-bottom: 35px;
  width: 750px;
}
.data-container {
  display: flex;
  gap: 60px;
}
.data-container .data-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.data-container .data-item .number {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.data-container .data-item .text {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #ffffffe3;
}
.btn-container {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.banner-btn-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 201px;
  height: 47px;
  border-radius: 8px;
  background: #002090;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.banner-btn-blue:hover {
  background: #fff;
  color: #002090;
}
.banner-btn-brown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 201px;
  height: 47px;
  border-radius: 8px;
  background: #ffffff08;
  border: 1px solid #fff;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.banner-btn-brown:hover {
  background: #fff;
  color: #002090;
}
.common-problems-label {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 20px;
}
.common-problems-card-image {
  position: relative;
  height: 200px;
}
.common-problems-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1249px) {
  .video-container .content .bg {
    width: 100%;
  }
  #menu-first-footer-main-menu-1 li a {
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 9px !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
}
@media screen and (max-width: 991px) {
  .acreditation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  #menu-first-footer-main-menu-1 li a {
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 9px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 5px !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
}
@media screen and (max-width: 767px) {
  header.header {
    display: none;
  }
  .video-container {
    height: 620px;
  }
  .banner-text {
    width: 100%;
  }
  .acreditation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .acreditation-container .accreditation-title {
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 100;
    font-size: 13px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .banner-title {
    font-size: 45px;
    line-height: 55px;
  }
  .banner-text {
    font-size: 20px;
    line-height: 30px;
  }
  .data-container {
    gap: 20px;
  }
  .data-container .data-item .text {
    font-size: 22px;
    line-height: 1.2;
  }
  #gform_wrapper_2 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .ws-section.section-390 {
    background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/skip-the-paint.jpg);
    height: 1060px;
    display: flex !important;
    align-items: end;
  }
  .ws-section.section-390 .h1 {
    font-size: 65px;
  }
  .ws-section.section-390 .logo-special {
    height: 100px !important;
    width: 100px !important;
  }
}
@media screen and (max-width: 424px) {
  .pill-title {
    height: 26px;
    font-size: 16px;
    line-height: 1;
  }
  .video-container {
    height: 650px;
  }
  .video-container .content {
    padding-bottom: 30px;
  }
  .banner-title {
    font-size: 42px;
    line-height: 1.2;
  }
  .banner-text {
    font-size: 18px;
    line-height: 1.2;
  }
  .data-container {
    flex-direction: column;
  }
  .btn-container {
    flex-direction: column;
  }
  #gform_wrapper_2 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .ws-section.section-390 {
    background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/skip-the-paint.jpg);
    height: 1060px;
    display: flex !important;
    align-items: end;
  }
  .ws-section.section-390 .h1 {
    font-size: 65px;
  }
  .ws-section.section-390 .logo-special {
    height: 100px !important;
    width: 100px !important;
  }
}
@media screen and (max-width: 374px) {
  .banner-title br {
    display: none;
  }
  .banner-text {
    margin-bottom: 20px;
  }
  .banner-btn-blue, .banner-btn-brown {
    height: 42px;
    font-size: 20px;
  }
  .acreditation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .acreditation-container .accreditation-title {
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 100;
    font-size: 13px;
    line-height: 15px;
  }
  .services {
    padding: 10px;
    padding-left: 10px;
  }
  .icon {
    width: 100px;
    height: 30px;
  }
  .row-form {
    width: 100%;
  }
  .locations-container {
    display: block;
  }
  .location-card {
    margin: 15px;
  }
  .diagram {
    margin-bottom: 15px;
  }
  .wall {
    background: #002090;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    font-family: "Familjen Grotesk", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
  #gform_wrapper_2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ws-section.section-390 {
    background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.6) 90%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/skip-the-paint.jpg);
    height: 1160px;
    display: flex !important;
    align-items: end;
  }
  .ws-section.section-390 .h1 {
    font-size: 65px;
  }
  .ws-section.section-390 .logo-special {
    height: 100px !important;
    width: 100px !important;
  }
  .ws-section.section-647 {
    background: linear-gradient(190.74deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 92%), url(https://deluxelifecote.iseo.biz/wp-content/uploads/2026/01/dlc-slide2d.jpg);
    height: 400px;
    display: flex !important;
    align-items: end;
  }
  .ws-section.section-647 .h1 {
    font-size: 45px;
  }
}
