/*
Theme Name: CleanAkron
Author: Brian Shah
Requires PHP: 7.4
License: Copywrite
Text Domain: cleanakron
*/


/* Visibility */

.visible {
  display: flex !important;
}

.hidden {
  display: none !important;
}


/*--------Fonts--------- */

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  

  *{
    font-family: "Roboto", sans-serif;
  }

/* -------Color Scheme -------- */

.muted_blue{
    background: #0493fa;
}

.blue{
    background: #041ccc;
}

.muted_green{
    background: #d0e8d2;
}

.green{
    background:#384139;
}

.muted_yellow{
    background: #e9d89b;
}

.dark_blue{
    background: #80caff;
}

.white{
    background: #f4f4f4;
}

.grey{
    background: #fff;
}


.white-text{
  color: #fff;
}

/* Page Elements */
.border_up_down{
  border-bottom: 1px solid #000;
}

.clear{
  clear: both;
}

h1{
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #384139;
}

h2, .center_title{
  width: 100%;
  text-align: center;
  font-size: 2em;
}

.cleaning_title{
  width: 100%;
  font-size: 2em;
}

h3{
  font-size: 1.5em;
  color: #fff;
}

.center-content{
  width: 50%;
  margin: 5% auto;
  text-align: left;
}

/* -------Header------- */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html, body, #header{
    width: 100%;
}

#header {
    display: flex;
    justify-content: space-between; /* Ensure logo and header background are spaced out */
    align-items: center;    /* Center the logo wrapper vertically within the header */
    height: 150px; /* Example height for the header */
    position: relative; /* Ensure header elements do not overlap with the main content */
    clear: both;
}

#logo_wrapper {
    display: flex; /* Ensure the logo wrapper is a flex container */
    justify-content: center; /* Center the logo within the logo wrapper */
    align-items: center;
    width: 20%; /* Adjust the width to make room for header background */
    padding-top: 10%; /* Remove any padding to prevent overlap */
    height: 300px;
}

#header div:nth-of-type(1) {flex: 1; flex-grow: 3;}
#header div:nth-of-type(2) {flex: 3; flex-grow: 3;}

#logo {
    background-size: auto; /* Maintain the aspect ratio of the image */
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    max-width: 230px;
    margin-left: -27%; 
    /* padding-top: 70px; */
    padding-top: 76.25%;
    margin-bottom: 30px;
    margin-top: 20px;
    object-fit: cover;
}

.header_cta{
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    color: #fff;
    text-shadow: 0px 0px 9px rgba(0,0,0,0.6);
    text-align: center;
    margin-top: -28%;
    margin-left: 3%;
    font-weight: bold;
    font-size: 1.5em;
}



.clean_cta{
  padding: 10px 20px;
  color: #fff;
  text-align: center;
}

#header_bg {
    background-size: contain; /* Maintain the aspect ratio of the image */
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 50%;
    padding-top: 33%;
    position: relative;
    z-index: 300;
}

#header_menu{
    position: relative;
    clear: both;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
}

#header_menu ul#menu-clean-akron-menu{
    list-style-type: none;
    height: 20px;
}

#header_menu li {
  height: 100%;
}

#header_menu li a{
    color: #fff;
    text-align: center;
    text-decoration: none; 
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    padding: 6px;
    height: 100%; /* Ensures it takes full height of its container */
}

a.mega-menu-link:first-of-type{
  margin-left: 10px !important;
}

.sub-menu {
  display: none;
  position: absolute; /* Position submenu absolutely */
  top: 100%; /* Position it below its parent */
  left: 0; /* Adjust left positioning as needed */
  background-color: #fff;
  padding: 10px 0;
  height: auto;
  color: #000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 300;
  list-style: none;
}

.sub-menu-parent:hover .submenu {
  display: block;
}

#header_menu div ul li ul.sub-menu li{
  float: none !important;
  clear: both;
  height: 15px;
  margin: 5px 0;
  padding: 6px 0;
}

.sub-menu li a {
  display: flex; /* Use flexbox to vertically center */
  align-items: center; /* Center items vertically */
  color: #333 !important;
  text-decoration: none;
  text-align: left;
  padding: 12px 10px !important;

}

.sub-menu li a:hover {
  background-color: #b7c9b1;
  color: #fff !important;
}

#container {
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 1px); /* Adjust the height to ensure it fills the remaining space */
}

#page_content {
    flex: 1; /* Ensure page content takes up remaining space */
    display: flex;
    flex-direction: column;
    min-height: 10vh;
    /* padding:0 20px 20px 20px; */
    width: 100%;
    margin: 0 auto;
    padding: 20px auto;
}

#footer {
  border-top: #000 solid 1px;
    margin-top: auto; /* Push the footer to the bottom */
    padding: 20px 0; /* Adjust padding for better spacing */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8; /* Add a background color to differentiate the footer */
    width: 100%;
    flex-direction: row;
}


/* Page Content */

#mobile_bg{
  display: none;
}

.content-section-two, .content-section-three, #services{
  width: 100%;
}

.content-section-one-text, .content-section-two-text, .content-section-three-text{
  padding: 2% 5%;
  width: 90%;
  width: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}  

.content-section-one{
  margin: 0;
  width: 100%;
  color: #fff;
  text-align: justify !important;
  /* border-top: 5px solid #d0e8d2; */
  border-bottom: 1px solid #000;
}

.content-section-two{
  width: 90%;
  height: auto;
  padding: 0 5%;
  margin: 10px auto 40px auto;
}

.stats{
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats div{
  margin-top: 20px;
  padding: 10px 10px;
  border-left: 1px solid #000;
  font-size: 1.1rem;
  color: #000;
}

.stats div:first-of-type{
  border-left: none;
}

.content-section-two-image{
  width: 30%;
  float: left;
  max-height: 400px;
  display: block;
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
}

.content-section-two-image img, .services_residential_img img{
  max-width: 100%;
  max-height: 100%;
}

.content-section-two-text{
  width: 60%;
  float: right;
  font-size: 1.2rem;
  padding: 0 0 2% 1% !important;
}


.homepage_slider{
  max-width: 100%;
  font-size: 1.2em;
}

.homepage_intro{
  width: 96%; 
  margin: 2% auto;
  color: #fff;
  font-size: 1.2em;
}

/* Contact Form */

.contact_page_form{
  width: 50%;
  margin: 0 auto;
  padding: 0;
}

#contact_form{
  display: none;
  background: #fff;
  width: 40%;
  height: 50%;
  margin: 0 auto;
  border: #80caff solid 4px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}

#contact_form label, #contact_form input, #contact_form textarea, .contact_page_form label, .contact_page_form input, .contact_page_form textarea{
  clear: both;
  margin-left: 20%;
  width: 50%;
}

#contact_form textarea{
  width: 80%;
  margin: 0 10% !important;
}

.name_input, .emnail_input{
  padding: 0;
}

.contact_page_form textarea, #contact_form textarea{
  height: 120px !important;
}

.contact_form_header{
  padding: 5px 0 7px 0;;
  background: #80caff;
  color: #fff;
  height: 40px;
}

select{
  margin-left: 20%;
  height: 30px;

}

.contact_form_close{
  border: 2px solid #000;
  font-size: 25px;
  width: 25px;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: right;
  margin-right: 10px;
  clear: both;
  text-decoration: none;
}

.contact_form_content{
  width: 90%;
  margin: 0 auto;
  padding-top: 10%;
}

.contact_intro{
  font-size: 1.25em;
  color: #384139;
  text-align: center;
  margin-top: 30px;
}

.contactus_form_button{
  width: 50% !important;
  max-width: 200px;
  padding: 5px;
  margin: 0 auto 50px auto;
  background-attachment: scroll!important;
  box-sizing: content-box;
  hyphens: manual;
  outline: 0!important;
  transition: none 0s;
  background: #384139;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border: 1px solid RGBA(0,0,0,1);
  border-radius: 0px;
  display: inline-block;
  font-family: 'Roboto','Arial';
  color: #ffffff;
  font-size: 150.5%;
  text-shadow: none;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

/* Testimonials */

#testimonials_container{
  width: 100%;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  margin: 0 auto 40px auto;
}

.set_two, .set_three{
  display: none;
}

.testimonials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
}

.testimonial{
  padding: 2% 5%;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.63);
}

.testimonial:nth-child(1) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* border-left: #000 1px solid; */
}

.testimonial:nth-child(2) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* border-left: #000 1px solid; */
}

.testimonial:nth-child(3) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* border-left: #000 1px solid;
  border-right: #000 1px solid; */
}

.bottom_cta, .bottom_cta_submit{
  background-attachment: scroll!important;
  box-sizing: content-box;
  hyphens: manual;
  outline: 0!important;
  transition: none 0s;
  background: #384139 !important;
  opacity: 1;
  padding: 10px 0 !important;
  box-shadow: none;
  border: 1px solid RGBA(0,0,0,1);
  border-radius: 0px;
  display: inline-block;
  font-family: 'Roboto','Arial';
  color: #ffffff;
  font-size: 150.5%;
  text-shadow: none;
  line-height: 1.5;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}

.bottom_cta:focus, .bottom_cta_submit:focus{
  background: #666;
}

#services{
  color: #050505;padding: 0;
}

.services_residential, .services_commercial{
  padding: 2% 5%;
}

.services_residential_img,.services_residential_intro, .services_airbnb_intro{
  float: left;
}

.services_residential_img{
  width: 35%;
}

.services_residential_intro{
  width: 54%;
  padding: 0 0 0 10%;
}

.services_airbnb_intro{
  width: 54%;
  padding: 0 0 0 10%;
}

.page_gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.page_gallery_img{
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 25%;
}

.page_gallery_img img{
  flex-grow: 1;
  flex-shrink: 1;
  object-fit: cover;
  max-width: 100%;
}

.box-left{
  float: left;
  width: 20%;
  margin: 3.75% 5%;
}

.box-left-large{
  float: left;
  width: 30%;
  margin: 3% 5% 5% 0;;
}

.box-left-larger{
  float: left;
  width: 90%;
  margin: 3% 5% 5% 0;;
}

.wide-box{
  width: 90%;
  margin: 1% 5%;
  font-size: 1.1em;
}

.social_media_heading{
  margin-top: 40px;
}

.social_media{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;

}

.social_media .social_icon{

}

.before_after_container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap if necessary */
  gap: 30px; /* Optional: space between items */
  overflow: hidden;
}

.before_after {
  display: flex;
  flex-direction: row; /* Stack items vertically within each before_after */
  flex: 1 1 calc(50% - 30px); /* Flex-grow: 1, Flex-shrink: 1, and Flex-basis: 50% minus the gap */
  box-sizing: border-box; /* Ensures padding and borders are included in the width and height */
  margin: 0 10%;
}

.before_after_item {
  display: flex;
  flex-direction: column; /* Stack the text and image vertically */
  align-items: center; /* Center the text and image horizontally */
  text-align: center; /* Center-align text */
  margin: 0 5%;
}

.before_after_item p {
  margin: 40px 0 0 0; /* Remove default margin */
  font-size: 1.4rem;
  color: #384139;
}

.before_after_image {
  max-width: 100%; /* Ensure the image scales to fit the container */
  height: auto; /* Maintain aspect ratio */
}

.faqs{
  width: 60%;
  margin: 0 auto;
}

.question{
  font-weight: bold;
}

.answer{

}

.services_airbnb_intro{
  margin-top: 2%;
}

.n2-font-b870ccf548622567991ac70cdd481482-paragraph{
  text-shadow: 0px 0px 4px #000000;
}

.lead_page{
  margin: 0 auto;
  width: 80%;
}