/***
*Table of contents*

Global
Header
Footer
SEO header 

***/

/* ==============================
Global
============================== */

:root {
  --primary-color: #ed1c24;
  --bg-color-dark: #000;
  --font-family: "Public Sans";
}
#page h1, #page h2, #page h3, #page h4 {
  letter-spacing: 1.8px;
}

#page h4 {
  color: var(--primary-color);
}

/* media query sample */
@media only screen and (max-width: 1200px) {
  /* Small laptop */
}

@media only screen and (max-width: 992px) {
  /* Tablet */
}

@media only screen and (max-width: 767px) {
  /* Large phone */
}

/* ==============================
Header
============================== */
/* top ber */

/* main header */
#primary-menu a span {
  letter-spacing: 1.8px;
}
/* sub menu */

/* mobile menu */

/* ==============================
Home 
============================== */
.home #page h2 {
  letter-spacing: 4px;
  line-height: 1.5em;
}

/* hero */
#page .home-hero__title {
  margin-bottom: 64px;
}

#page .home-hero__title h1 {
  font-size: 50px;
  line-height: 1.5em;
  letter-spacing: 8px;
}

/* home-first-section
#page .home-first-section {
  padding-top: 192px;
  padding-bottom: 192px;
} */

/* home-about */
#page .home-about {
  margin-bottom: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page .home-about .vc_col-sm-6:first-child {
  max-width: 700px;
}

#page .home-about .vc_col-sm-6:last-child {
  padding-left: 40px;
}

/* home-service */
#page .home-service__title {
  margin-bottom: 64px;
}

#page .residential-btn span::before {
  content: url(/wp-content/uploads/2022/10/Icon-home.png);
  vertical-align: middle;
  margin-right: 16px;
}

#page .commercial-btn span::before {
  content: url(/wp-content/uploads/2022/10/icon-commercial.png);
  vertical-align: middle;
  margin-right: 16px;
}

#page .contaminated-soil-btn span::before {
  content: url(/wp-content/uploads/2022/10/icon-soil.png);
  vertical-align: middle;
  margin-right: 16px;
}

/* home-asbesto */
#page #home-asbesto {
  padding-top: 192px;
  padding-bottom: 192px;
}

#page .home-asbesto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#page .home-asbesto .vc_col-sm-6:first-child {
  max-width: 700px;
}

#page .home-asbesto .vc_col-sm-6:last-child {
  padding-left: 40px;
}

@media only screen and (max-width: 1300px) {
  /* home-service */
  #page .home-service .vc_col-sm-4 {
    width: 100%;
    margin-top: 16px;
  }
  #page .home-service__title {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 992px) {
  /* hero */
  #page .home-hero__title h1 {
    font-size: 46px;
    line-height: 1.2em;
    letter-spacing: 6px;
  }
  /* home-about */
  #page .home-about {
    margin-bottom: 96px;
  }
  #page .home-about, 
  #page .home-asbesto {
    flex-direction: column;
  }
  #page .home-about .vc_col-sm-6,
  #page .home-asbesto .vc_col-sm-6 {
    width: 100%;
  }
  #page .home-about .vc_col-sm-6:first-child,
  #page .home-asbesto .vc_col-sm-6:first-child {
    max-width: 100%;
  }
  #page .home-about .vc_col-sm-6:last-child,
  #page .home-asbesto .vc_col-sm-6:last-child {
    padding-left: 0;
    padding-top: 48px;
  }
  /* home-asbesto */
  #page #home-asbesto {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  #page #home-asbesto .icon_list_item {
    margin-bottom: 8px !important;
  }
}

@media only screen and (max-width: 767px) {
   /* home-about */
   #page .home-about {
    margin-bottom: 64px;
  }
}
/* ==============================
Single page
============================== */
#page .single-page__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.single-page__inner .custom-color h1, 
.single-page__inner .custom-color h2 {
  color: var(--primary-color);
}

/* Asbestos removal */
#commercial .smile_icon_list {
  column-count: 2;
}

#commercial .icon_list_item {
  margin-bottom: 0 !important;
}

#commercial .icon_list_icon {
  background: none !important;
}

#commercial .icon_description {
  padding-left: 4px;
}

#commercial .info-list-heading {
  font-weight: 300;
}

#page .pdf-icon span::before {
  content: url(/wp-content/uploads/2022/11/pdf-icon.png);
  vertical-align: middle;
  margin-right: 16px;
}

/* our projects */

/* Testimonials */
.client-testimonial .testimonial-vcard {
  align-items: center;
}

/* faq */
#page .faq-item {
  border: 1px solid var(--primary-color);
  padding: 16px 32px;
}

#page .faq-item .vc_toggle_title h4 {
  color: #fff;
  text-transform: none ;
}

#page .faq-item i.vc_toggle_icon {
  float: right;
  margin-top: 6px;
  margin-left: 6px;
}

#page .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before, 
#page .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
  border-color: var(--primary-color);
}

#page .faq-item .vc_toggle_content p,
#page .faq-item .vc_toggle_content li {
  font-size: 16px;
}

#page .faq-item .vc_toggle_content li {
  list-style: none;
}

#page .faq-item .vc_toggle_content li:before {
  content: url(/wp-content/uploads/2022/10/list-item.png);
  vertical-align: middle;
  margin-right: 16px;
}

#page .img-100 .vc_toggle_content img {
  width: 100%;
}

#page .faq-item .img-flex  {
  display: flex;
  gap: 16px;
}

/* contact */
#page .contact__inner a {
  text-decoration: none;
}
#page .contact__inner .vc_col-sm-6:nth-child(2){
  padding-left: 48px;
}

#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 20px;
}

#form_contact-form2 label {
  display: none;
}

#form_contact-form2 .frm_button_submit {
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 992px) {
  /* faq */
  #page .faq-item .img-flex  {
    flex-direction: column;
  }  
  /* contact */
  #page .contact__inner {
    display: flex;
    flex-direction: column;
  }
  #page .contact__inner .vc_col-sm-6 {
    width: 100%;
  }
  #page .contact__inner .vc_col-sm-6:nth-child(2){
    padding-left: 0;
    margin-top: 32px;
  }
} 

@media only screen and (max-width: 767px) {
  /* Asbestos removal */
  #commercial .smile_icon_list {
    column-count: 1;
  }
}
/* ==============================
Footer
============================== */
#footer .widget {
  margin-bottom: 0;
}

#footer #block-6 {
  text-align: right;
}

#footer #block-6 img {
  height: auto; /* maintain aspect ratio */
  max-width: 100%; /* ensure image is responsive */
  width: auto !important; /* width set to auto to maintain aspect ratio */
}

@media only screen and (max-width: 992px) {
  #footer #block-6 {
    text-align: left;
  }
}

/* Specific styles for green-color-footer-img */
.green-color-footer-img {
    width: 100%; /* this will make the image responsive */
    height: auto; /* maintain aspect ratio */
    max-width: 200px; /* maximum width */
    max-height: 100px; /* maximum height */
}

@media (max-width: 768px) {
 .green-color-footer-img {
        max-width: 150px;
        max-height: 75px;
    }
}

/* ==============================
SEO header 
============================== */

#page .seo-heading h2 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.8px;
}

#page .seo-heading h3 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.5em;
    letter-spacing: 4px;
}

@media only screen and (max-width: 992px) {
    #page .seo-heading h2 {
        font-size: 18px;
        line-height: 30px;
    }
    
    #page .seo-heading h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    #page .seo-heading h2 {
        font-size: 18px;
        line-height: 1.2em;
    }
    
    #page .seo-heading h3 {
        font-size: 32px;
    }
}