*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html,body{
    width: 100%;
    height: 100%;
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.wallpaper {
    position: relative;
    min-height: 550px;
    background-image: url(img/duct.jpeg);
    background-repeat: no-repeat;
    background-position: center center  ;
    background-size: cover;
    margin-top: 30px;
}


.wallpaper .img_blend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.homepage-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 7%;
        color: #fff;
        width: 55%;
        padding-top: 20px;
}

.homepage-title h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.5em;
    color: #fff;
    font-weight: 900;
    line-height: 1em;
    margin: 0 0 .25em 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    position: relative;
    margin-bottom: auto;
    padding-bottom: .5em;
}

.btn {
    text-decoration: none;
    color: white;
    background-color: #df3045;
    padding: 15px;
    font-size: 17px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}


/*
h1::before {
    content: "";
    position: absolute;
    border-bottom: 6px solid #a33f1f;
    bottom: 0;
    width: 150px;
} */



nav{
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    position: fixed;
    top: 40.5px;
    width: 100%;
    z-index: 1;
    height: 70px;
}



.logo{
    color: white;
    
}

.logo1 {
    width: 156px;
    height: 55px;
}

nav ul{
    display: flex;
    gap: 30px;
    align-items: center;
}

nav ul li{
    list-style-type: none;
}

nav ul li a{
    text-decoration: none;
    color: black;
}

.menu-icon{
    display: none;
}

.menu-icon i{
    color: black;
    font-size: 40px;
    cursor: pointer;
}


.container {
   display: flex;
   justify-content: center;
   align-items:center ;
}

.featuredservices {
    font-family: "Source Sans Pro", sans-serif;
    color: #1F89B7;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 3em;
    line-height: 1.25em;
    text-transform: none;
    font-weight: bold;   
    position: relative;
    padding-bottom: 20px;
} 




.cards-container {
    display: flex;  
    justify-content: space-around;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;

}

.card {
    width: 300px;
    height: 200px;
    perspective: 1000px;
    margin-bottom: 20px;
   
  }
  
  .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.999s;
  }
  

  .card-front {
   
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  .card-front {
    position: relative;
    background-image: url(/img/AdobeStock_280116234-copy.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg);
   
  }

  .card-front1 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: relative;
    background-image: url(/img/Can-a-dirty-furnace-filter-cause-a-fire.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg)
  }


 .card-front2 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: relative;
    background-image: url(/img/plumbing-640x427.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg)
  }



 .card-front3 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: relative;
    background-image: url(/img/how-to-choose-a-water-heater-service-provider-2023-hero\ \(1\).jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg)
  }


  .card-opacity {
    border-radius: 20px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 200%);
  } 

  .astyle {
    color: white;
    text-decoration: none;
    background-color: #df3045 ;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    right: 0;
    margin: -15px auto;
    width: 80%;
  }
  
 


  .aboutus {
    text-align: center;
    padding: 15px; 
    margin-left: 180px;
    margin-right: 180px;
  
  }

  .style {
    font-family: "Source Sans Pro", sans-serif;
    color: #1F89B7;
    margin-top: 20px;
    margin-bottom: 30x;
    font-size: 1.8em;
    line-height: 1.25em;
    text-transform: none;
    font-weight: bold;   
    position: relative;
    padding-bottom: 20px;
}

.style1 {
    font-size: 20px;
    line-height: 1.5em;
}

.heatingstyle {
    text-decoration: none;
    color: #df3045;
    cursor: pointer;
}

.acstyle {
    text-decoration: none;
    color: blue;
    cursor: pointer;
}

.plumbingstyle {
    text-decoration: none;
    color: #1F89B7;
    cursor: pointer;
}

.flex {
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
   
}




.btn1 {
        text-decoration: none;
        color: white;
        background-color: #0260a4;
        padding: 15px;
        font-size: 17px;
        border-radius: 20px;
        font-weight: bold;
        margin-top: 5px;
        cursor: pointer;
        margin-bottom: 20px;
}



.maintanceplans {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
    
}

.one {  
    width: 40%;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    flex-direction: column;
    height: 575px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    padding: 25px;
    color: white;
    background-color: #0260a4;
}

.two {
    width: 60%;
    height: 575px;
    background-color: #df3045;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-image: url(img/Air-Condition-Maintenance.jpg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.three {
  width: 60%;
    height: 575px;
    background-color: #df3045;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-image: url(img/AdobeStock_280116234-copy.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.four {
  width: 60%;
  height: 575px;
  background-color: #df3045;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-image: url(img/Can-a-dirty-furnace-filter-cause-a-fire.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.five {
  width: 60%;
  height: 575px;
  background-color: #df3045;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-image: url(img/how-to-choose-a-water-heater-service-provider-2023-hero\ \(1\).jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.six {
  width: 60%;
  height: 575px;
  background-color: #df3045;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-image: url(img/plumbing-640x427.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.h2 {
    font-size: 40px;
    
}

.p {
    font-size: 20px;
}

.style2 {
    font-size: 20px;
    line-height: 1.5em;
}

.span {
    font-size: 25px;
}

.subheading {
  font-size: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #df3045;
  margin-bottom: 20px;
}



.btmnavbar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002b4a;
    height: 45px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.btmnavbtn {
    background: #df3045 !important;
    color: #fff !important;
    border-radius: 100px;
    border: none !important;
    margin-top: 5px ;
    margin-bottom: 5px;
    padding: 5px  10px;
    text-decoration: none;
    font-size: 20px;
}

.topnavbar {
    display: flex;
    background-color: #002b4a;
    width: 100%;
    position: fixed;
    top: 0px;
   
    z-index: 1;
    color: white;
    justify-content: space-evenly;
    padding: 10px;
}

.topnavbar a {
  text-decoration: none;
  color: white;
}

.left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right {
    display: flex;
    align-items: center;
    justify-content: space-between;
   margin-left: auto;
}

.marginright {
    margin-right: 10px;
}

.marginleft {
    margin-left: 10px;
}



/** accordion **/
.accordion {
    background-color:white;
    color: #1F89B7;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
  }
  

  .accordion:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 18px;
  }

  .accordioncontainer {
    margin-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
    max-height: auto;
  }

  .mrgn {
    margin-top: 50px;
  }

  .dds {
    height: 600px;
    background-color: #df3045;
    width: 100%;
    margin-bottom: 50px;
  }


  /** Footer **/
  .footerwrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #f3f3f3;
    margin-top: 30px;
    padding-bottom: 80px;
  }

  .left1 {
    margin: 10px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
  }

  .center {
    margin: 10px;
    width: 30%;

  }

  .right1 { 
    margin: 10px;
    width: 30%;
  }

  .h3 {
    border-bottom: 3px solid #df3045;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 25px;
    
  }

  .h4 {
    font-family: Open Sans, sans-serif;
    color: #002b4a ;
    font-weight: 700;
    font-size: 20px;
  
}

.mb {
  margin-bottom: 5px;
}

.mt {
  margin-top: 20px;
}

.mr {
  margin-right: 5px;
}

.p1 {
  font-size: 15px;
}

.uL li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.uL li p {
  padding: 5px;
  font-weight: 400;
}
  

  /** Footer **/


  /** About us page **/

  .aa {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   background-color: #0260a4;
   width: 100%;
   height: 110px;
   overflow: hidden;
   border-bottom: 15px solid #df3045;
  }

  .ak {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   background-color: white;
   width: 100%;
   height: 110px;
   overflow: hidden;
  
  }

  .as {
    color: white;
    font-size: 40px;
  }

  .aboutusmainpage {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 30px;
    padding-bottom: 50px;
  }

  .aboutusmainpage ul {
    padding-left: 50px;
  }

  .big {
    font-size: 40px;
    color: #1F89B7;
  }

  .aboutusservices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  /** About us page **/




  /** Contact us page **/

  .contactuspage {
    display: flex;
    align-items: center;
   
    background-color: #f3f3f3;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }

  .contact1 {
    max-width: 50%;
    margin-right: auto !important;
  }

  .contact2 {
    max-width: 50%;
    margin-left: auto !important;
  }

  .style3 {
    color: #1F89B7;
  }

  /** Form **/

  .formwrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 650px;
  }

  .wrapper{
    width: 1000px;
    background: #fff;
    border-radius: 5px;
    
  }
  .wrapper h2{
    font-size: 40px;
    font-weight: 600;
    padding: 0px 30px;
    margin-bottom: 10px;
   
  }
  .wrapper form{
    margin: 35px 30px;
  }
  .wrapper form.disabled{
    pointer-events: none;
    opacity: 0.7;
  }
  form .dbl-field{
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .dbl-field .field{
    height: 50px;
    display: flex;
    position: relative;
    width: calc(100% / 2 - 13px);
  }
  .wrapper form i{
    position: absolute;
    top: 50%;
    left: 18px;
    color: #ccc;
    font-size: 17px;
    pointer-events: none;
    transform: translateY(-50%);
  }
  form .field input,
  form .message textarea{
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 18px 0 48px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .field input::placeholder,
  .message textarea::placeholder{
    color: #ccc;
  }
  .field input:focus,
  .message textarea:focus{
    padding-left: 47px;
    border: 1px solid black
  }
  .field input:focus ~ i,
  .message textarea:focus ~ i{
    color: blacks;
  }
  form .message{
    position: relative;
  }
  form .message i{
    top: 30px;
    font-size: 20px;
  }
  form .message textarea{
    min-height: 130px;
    max-height: 230px;
    max-width: 100%;
    min-width: 100%;
    padding: 15px 20px 0 48px;
  }
  form .message textarea::-webkit-scrollbar{
    width: 0px;
  }
  .message textarea:focus{
    padding-top: 14px;
  }
  form .button-area{
    margin: 25px 0;
    display: flex;
    align-items: center;
  }
  .button-area button{
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    padding: 13px 25px;
    background: #df3045;
    transition: background 0.3s ease;
    width: 100%;
  }
 
  .button-area span{
    font-size: 17px;
    margin-left: 30px;
    display: none;
  }






@media (max-width:768px) {



    nav ul{
        position: absolute;
        z-index: 1;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: white;
        gap: 0;
        overflow: hidden;
    }
    nav ul li{
        padding: 20px;
        padding-top: 15px;
        color: white;
    }

    nav ul li a {
        color: black;
    }
    .menu-icon{
        display: block;
       
    }

    .menu-icon i {
        color: white;
    }
    #menuList{
        transition: all 0.5s;
       
        
    }

    .wallpaper {
        min-height: 350px;
    }

    .homepage-title {
        width: 100%;
    }

    .homepage-title h1 {
        font-size: 37px;
        
    }

    .aboutus {
        text-align: center;
        padding: 15px; 
        margin-left: 0;
        margin-right: 0;
      }

      .maintanceplans {
        flex-direction: column;
      }

      .one {
        width: 100%;
        border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

      }

      .two {
        width: 100%;
        border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    height: 375px;
    border-bottom-left-radius: 25px;

      }

      .three {
        width: 100%;
        border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    height: 375px;
    border-bottom-left-radius: 25px;

      }

      .four {
        width: 100%;
        border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    height: 375px;
    border-bottom-left-radius: 25px;

      }

      .five {
        width: 100%;
        border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    height: 375px;
    border-bottom-left-radius: 25px;

      }

      .six {
        width: 100%;
        border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    height: 375px;
    border-bottom-left-radius: 25px;

      }



      .h2 {
        font-size: 29px;
      }

      .span {
        display: none;
      }

      .btn {
      margin: 5px;
        
      }

      .featuredservices {
        font-size: 30px;
      }

      .maintanceplans {
        margin: 15px;
      }

      .left {
        display: none;
      }

      .right {
        margin-left: 0px;
      }


      .pmobile {
        padding: 0;
      }

      .accordioncontainer {
        padding: 0;
       
        overflow: visible !important;
        margin-bottom: 50px;
      }

      .mrgn {
        margin-top: 30px;
      }


      .left1 {
        margin: 10px;
        
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
      }
    
      .center {
        margin: 10px;
        width: 100%;
    
      }
    
      .right1 { 
        margin: 10px;
        width: 100%;
      }

      .h3 {
        text-align: center;
      }

      .footerwrap {
        padding: 10px;
        padding-bottom: 30px;
      }

      .uL {
        text-align: center;
      }

      .as {
        font-size: 30px;
      }

      .big {
        font-size: 30px;
        color: #1F89B7;
       
      }

      .aboutusmainpage {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
      }

      .contactuspage {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;

      }

      .contact1 {
        max-width: 100%;
        margin-bottom: 20px;
      }

      .contact2 {
        max-width: 100%;
        margin: 0 !important;
      }

      .wrapper h2{
        text-align: left;
        font-size: 30px;
      }
      .wrapper form{
        margin: 35px 20px;
      }
      form .dbl-field{
        flex-direction: column;
        margin-bottom: 0px;
      }
      form .dbl-field .field{
        width: 100%;
        height: 45px;
        margin-bottom: 20px;
      }
      form .message textarea{
        resize: none;
      }
      form .button-area{
        margin-top: 20px;
        flex-direction: column;
      }
      .button-area button{
        width: 100%;
        padding: 11px 0;
        font-size: 16px;
      }
      .button-area span{
        margin: 20px 0 0;
        text-align: center;
      }

     .btn {
      margin-bottom: 20px;
     }
}

