/* Custom Mobile Background Image */

/*@media only screen and (max-width: 768px) {*/
/*    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {*/
/*        background-image: url(https://static.mywebsites360.com/ab14dee7f4a54ee9b3f2c279e9366b98/i/cb101d1db338440198b878014402a2a2/1/GCuCv726gZycFxatRFZ6HA/mobile%20hero.jpg);*/
/*    }*/
/*}*/
/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_d824668147384f3c98130fab9136584d  {
        background-image: url(https://static.mywebsites360.com/ab14dee7f4a54ee9b3f2c279e9366b98/i/a41f3ceb382f4ade88fb16cde8b8d321/1/4SoifmQp45JMgBnHp7ed2/bg-mobilerow.jpg);
    }
}

 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #1F4D52;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: black;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /*Custom Inner Hero*/
  
 .blockContainer.blockWrap_cb1dd3def1d74b6bbcf62fec741e36bd {
    background-image: linear-gradient(to right, rgba(219, 191, 156, .75), rgba(219, 191, 156, .75)), url(https://static.mywebsites360.com/ab14dee7f4a54ee9b3f2c279e9366b98/i/ff64dff3e72541cfaaea10bfd8161b0e/1/5feFb8zhrk/IMG_3826.JPG) !important;
    background-size: cover;
} 

 .blockContainer.blockWrap_b646c456415446e1ab6e57ad69e3ab21 {
    background-image: linear-gradient(to right, rgba(219, 191, 156, .75), rgba(219, 191, 156, .75)), url(https://static.mywebsites360.com/ab14dee7f4a54ee9b3f2c279e9366b98/i/fe05c7a702a6443d9918266058f35f86/1/5feFb8zhrk/Hero.jpg) !important;
    background-size: cover;
} 

.blockContainer.blockWrap_a9f68f4255fb4c95884da1d0ef1a4fb0{
    background-image: linear-gradient(to right, rgba(219, 191, 156, .75), rgba(219, 191, 156, .75)), url(https://static.mywebsites360.com/ab14dee7f4a54ee9b3f2c279e9366b98/i/e70b2391753a44d2bfd5208ce25b5009/1/5feFb8zhrk/1.jpg) !important;
    background-size: cover;
}

.blockContainer.blockWrap_dcf532ae9f2a4ace9edb94f465d1f5d5{
    background-image: linear-gradient(to right, rgba(219, 191, 156, .75), rgba(219, 191, 156, .75)), url(https://static.mywebsites360.com/ab14dee7f4a54ee9b3f2c279e9366b98/i/ed45295ece68463ba9a7ee4e787e0c3f/1/5feFb8zhrk/COMMERCIAL%20EXTERIOR%20-%20APB%20-%20BGs.png) !important;
    background-size: cover;
}
 
  .custom-inner-hero .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.custom-inner-hero .wrapper .sec1 {
    flex-basis: 55%;
}
.custom-inner-hero .wrapper .sec2 {
    text-align: right;
}
.custom-inner-hero .wrapper .sec2 img {
    max-width: 500px;
    padding: 1.5em 0;
    width:100%;
}
.custom-inner-hero .wrapper h2{
	font-family: "Times New Roman",Times,serif;
	color: #000;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: .5em
}

.custom-inner-hero .wrapper .button{
	background: #dbbf9c;
	color: white;
}
.custom-inner-hero .wrapper p{
    padding-bottom: 1.5em;
}

@media screen and (max-width: 800px){
    .custom-inner-hero .wrapper {
        flex-direction: column-reverse;   
    }
    .custom-inner-hero .wrapper .sec1,
    .custom-inner-hero .wrapper .sec2{
        flex-basis: 100%;
        width: 100%;
    }
    .custom-inner-hero .wrapper h2 {
        font-size: 35px;
    }
}

.comparison-slider{
    text-align: center;
}

.comparison-slider img[slot]{
    width: 100%;
}

.handle {
    background: #1d6e8999;
    padding: 14px 3px;
    border-radius: 20px;
}

.slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-labels .label-item {
    font-size: 20px;
    font-weight: bold;
}

.mw-calendly-section {
    padding: 20px;
}

.mw-calendly-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.mw-calendly-item {
    flex: 1;
    min-width: 320px;
    max-width: 400px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.mw-calendly-item h2 {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}