/* assets/duct-cleaning-03.css */

/* Prevent Multiple Contact Form 7 Submissions */

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  Boxed Element In Fullwidth Section (with container) */

:root {
    --padding: 15px;
    --container: 1145px;
    --scroll-bar-width-windows: 17px;
    --scroll-bar-width-mac: 15px;
}


@media only screen and (min-width : 1620px) {

    .boxed_left {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-windows) ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    .boxed_left_no_padding {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-windows) ) - var(--container) ) / 2 ) ) !important;
    }

    .boxed_right {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-windows)) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    .boxed_right_no_padding {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-windows)) - var(--container) ) / 2 ) ) !important;
    }

    body.mac .boxed_left {
        padding-left: calc( ( (  100vw - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac .boxed_left_no_padding {
        padding-left: calc( ( (  100vw - var(--container) ) / 2 ) ) !important;
    }

    body.mac .boxed_right {
        padding-right: calc( ( ( 100vw - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac .boxed_right_no_padding {
        padding-right: calc( ( ( 100vw - var(--container) ) / 2 ) ) !important;
    }

    body.mac.scrollbars-visible .boxed_left {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-mac)  ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac.scrollbars-visible .boxed_left_no_padding {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-mac)  ) - var(--container) ) / 2 ) ) !important;
    }

    body.mac.scrollbars-visible .boxed_right {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-mac) ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac.scrollbars-visible .boxed_right_no_padding {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-mac) ) - var(--container) ) / 2 ) ) !important;
    }
}


.acceptance_form .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
}
.acceptance_form .elementor-field-type-acceptance .elementor-field-option input {
    margin-right: 12px;
    margin-top: 3px;
}

.acceptance_form .elementor-field-type-acceptance .elementor-field-option label {
    line-height: 1.3 !important;
    color: #fff !important;
    text-transform: none !important;
}

.acceptance_form .elementor-field-type-acceptance .elementor-field-option label a {
    color: #fff !important;
    opacity: 0.6 !important;
    text-transform: none !important;
}



/* politique_text */

.politique_text h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
}

.politique_text p,
.politique_text blockquote,
.politique_text li,
.politique_text a {
    font-size: 18px !important;
    line-height: 1.3 !important;
}

.politique_text ul,
.politique_text ol {
	margin-bottom: 1em;
	margin-left: 36px;
	list-style-position: outside;
}


.politique_text ul ul,
.politique_text ul ol,
.politique_text ol ul,
.politique_text ol ol {
	margin-top: .5em;
}


.politique_text li {
	margin-bottom: 1em;
}

.politique_text li p {
	margin-bottom: 0.5em;
}

.politique_text li:last-child {
	margin-bottom: 0;
}

.politique_text a {
    font-weight: inherit !important;
    text-transform: none !important;
}

@media only screen and (max-width : 1439px) {

    .politique_text h2 {
        font-size: 22px !important;
    }

    .politique_text p,
    .politique_text blockquote,
    .politique_text li,
    .politique_text a {
        font-size: 17px !important;
    }
}

@media only screen and (max-width : 767px) {

    .politique_text h2 {
        font-size: 18px !important;
    }

    .politique_text p,
    .politique_text blockquote,
    .politique_text li,
    .politique_text a {
        font-size: 16px !important;
    }
}

.policy_table {
	overflow-x:auto;
	border-collapse: collapse;
}

.policy_table table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: none;
	border-bottom: none;
}

.policy_table th {
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	padding: 6px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff !important;
  font-size: 20px;
  line-height: 1.3;
}

.policy_table thead th {
  background-color: #eee !important;
}

.policy_table th:first-child {
	border-top: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.policy_table td {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 6px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
  font-size: 20px;
  line-height: 1.3;
  background-color: #fff !important;
}

@media only screen and (max-width : 1439px) {

    .policy_table td {
        font-size: 17px !important;
    }
}


@media only screen and (max-width : 1023px) {

	  .policy_table th,
    .policy_table td {
        font-size: 18px !important;
    }
}

@media only screen and (max-width : 767px) {

    .policy_table th,
    .policy_table td {
        font-size: 16px !important;
    }
}

/* General */

.hide-desktop {
    display: none !important;
}

h1,h2,h3,h4 {
    font-family: "Sofia Sans Semi Condensed" !important;
    font-weight: 900 !important;
}

.elementor-widget-text-editor ul,
.ul.eair-checklist {
  list-style: none;
  padding-left: 0;
}

.elementor-widget-text-editor ul li,
.ul.eair-checklist li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

.elementor-widget-text-editor ul li::before,
.ul.eair-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 20px;
  height: 20px;
  background-color: var(--e-global-color-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.eair_link * {
    transition: all 400ms ease !important;
}

.eair_btn .elementor-button,
.eair_btn .elementor-button svg path {
    transition: all 400ms ease !important;
}

/* Header */

/* Footer */

/* Service Loop */

.eair-service-loop .eair-service-loop-img {
    background-size: cover;
    transition: all 400ms ease !important;
}

.eair-service-loop:hover .eair-service-loop-img {
    transform: scale(1.1);
}

/* Service Area - Benefits */

.eair-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.eair-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 15px;
    background: var(--e-global-color-text);
}

.eair-benefit-item h3 {
    margin: 0;
    font-family: var(--e-global-typography-0a3689f-font-family), Sans-serif;
    font-size: var(--e-global-typography-0a3689f-font-size);
    font-weight: var(--e-global-typography-0a3689f-font-weight);
    text-transform: var(--e-global-typography-0a3689f-text-transform);
    font-style: var(--e-global-typography-0a3689f-font-style);
    line-height: var(--e-global-typography-0a3689f-line-height);
    color: var(--e-global-color-accent);
}

.eair-check-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: var(--e-global-color-primary);
}

/* =========================== CONTACT FORM =========================== */

/* Container must be relatively positioned to anchor the popover */
[data-multiservices] { position: relative; }

/* Popover box */
.online_quote_form .elementor-field-group-field_services {
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
}

.online_quote_form .elementor-field-group-field_services::after {
  content: "↓";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: var(--e-global-color-primary);
  pointer-events: none;
}

.online_quote_form  #form-field-field_services_display {
	cursor: pointer !important;
}

.online_quote_form .services-popover {
	position: absolute;
	left: 0;
	top: calc(100% + 6px);
	width: min(560px, 96vw);
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
	z-index: 9999;
}
.online_quote_form .services-popover-inner {
	max-height: 360px;
	overflow: auto;
	padding: 12px;
}
.online_quote_form .services-group + .services-group {
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid rgba(0,0,0,.06);
}
.online_quote_form .services-heading {
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #444;
}
.online_quote_form .service-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 4px;
	cursor: pointer;
	border-radius: 6px;
}
.online_quote_form .service-option:hover { background: rgba(0,0,0,.035); }
.online_quote_form .service-option input { transform: translateY(1px); }

.online_quote_form .services-actions {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 0 0;
	border-top: 1px solid rgba(0,0,0,.06);
	margin-top: 12px;
}
.online_quote_form .services-actions button {
	appearance: none;
	border: none;
	background: #fff;
	padding: 6px 10px;
	border-radius: 0px;
	cursor: pointer;
	font-size: 14px;
	color: var(--e-global-color-accent);
}
.online_quote_form .services-actions .services-close {
	border-color: transparent;
	background: var(--e-global-color-primary);
	color: #fff;
}

/* =========================== HEADER =========================== */

/* =========================== FOOTER =========================== */

/* =========================== RESPONSIVE =========================== */

/* ------------------ Laptop - 1440px to 1799px ------------------ */
@media only screen and (max-width : 1799px) {
    
}

/* ------------------ Tablet Extra - 1024px to 1439px ------------------ */
@media only screen and (max-width : 1439px) {
    
}

/* ------------------ Tablet - 768px to 1023px ------------------ */
@media only screen and (max-width : 1023px) {
    /* Footer */
    
    .eair-footer-menu li {
        display: flex !important;
        justify-content: center !important;     
    }

    .eair-footer-menu li a {
        text-align: center !important;     
    }

    .hide-desktop {
        display: block !important;
    }

}

/* ------------------ Mobile Extra - 425px to 767px ------------------ */
@media only screen and (max-width : 767px) {
    
}

/* ------------------ Mobile - 320px to 424px ------------------ */
@media only screen and (max-width : 424px) {
    
}

.eair-call-dropdown {
  position: absolute;
  background: var(--e-global-color-text);
  border: 1px solid #eee;
  padding: 1rem;
  margin-top: 0.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  z-index: 99;
  width: 280px;
  max-height: 400px;
  overflow-y: auto;
}

.eair-call-link {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #eee;
}

.eair-call-link:last-child {
  border-bottom: none;
}

.eair-call-title {
  font-weight: 600;
}

.eair-call-phone {
  white-space: nowrap;
  font-family: monospace;
}