
@import url('https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');
*{
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}
:root{
    --btn-color: #78350F;
    --hover-color: #02e49b;
    --silver-color: #E8E8E8;
    --primary-font: "Space Grotesk", sans-serif;
    --bg-light-white: #fcfcfc;
    --light-color-3: #E4F8F8;
    --light-color-1: #C7E1E8;
    --light-color-2: #f2f7fa;
    --bg-features-1: #fff6d6;
    --bg-features-2: #ebdcf9;
    --bg-features-3: #ddf5fc;
    --bg-features-4: #dcf6e8;
    --bg-features-5: #f8e4e1;
    --bg-features-6: #fbffd4;
    /* text-color */
    --text-black: #000;
    --white: #fff;
    --text-dark-grey: #4c535d;
    --text-light-2: #798089;
    --text-light-3: #5e5e72;
    --text-light-4: #A0A0A0;
    --text-dark-green: #12C4a0;
    --text-orange: #ff5d2a;
    --text-yellow: #ffc100;
}
header .logo{
    height: 90px;
}
header .navbar-nav li{
    margin-right: 20px;
    padding: 10px;
    
}
.navbar{
    background-color: transparent;
}
.navbar.scrolled{
background-color: #363636;
}
header .navbar-nav li a{
    font-size: 16px;
   color: var(--white);
   font-weight: 500;
       transition: 1s;
       text-align: center;
}

header .cont{
    min-width: 200px;
    text-align: center;
    padding: 6px 25px;
  border: 1px solid var(--main-color);
    color: var(--white);
    border-radius: 20px;
    font-size: 22px;
    background-color: var(--btn-color);
}
.dropdown-menu{
    background-color: var(--text-black);
}
.dropdown-menu a{
    font-size: 10px;
}

.dropdown-menu li:hover a{
    color: var(--text-black);
}
header .cont:hover{
    background-color: var(--text-black);
   color: red;
}
.banner_wrapper{
   min-height:950px;
   background-position: center;
   background-size: cover;
   justify-content: center;
   align-items: center;
   display: flex;
background-image: url('../assets/images/banner7.png');
}
#dishwasher{
       min-height:950px;
   background-position: center;
   background-size: cover;
   justify-content: center;
   align-items: center;
   display: flex;
background-image: url('../assets/images/dish1.png');

}
#waterheater{
       min-height:950px;
   background-position: center;
   background-size: cover;
   justify-content: center;
   align-items: center;
   display: flex;
background-image: url('../assets/images/waterheater.jpg');

}
.banner_wrapper ul li{
    color: var(--white);
}
.banner_wrapper h1{
    font-weight: 700;
    color: var(--black-color);
padding-bottom: 15px;

}
.banner_wrapper p{
    color: var(--white);
}
.navbar-toggler{
    font-size: 30px;
    color: var(--white);
    border: 1px solid var(--white);
}
@media (max-width: 820px){
    .navbar{
        justify-content: center;
        text-align: center;
    }
}
#btn{
    background-color: var(--btn-color);
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    color: var(--white);
    text-decoration: none;
    transition: 1s;
    font-size: 15px;
}
#btn:hover{
    background-color: var(--text-black);
}
.banner_wrapper a{
    text-decoration: none;
        border-radius: 10px;
        padding: 10px;
}
p{
    font-size: 18px;
    font-family: var(--primary-font);
}
.banner_wrapper p{
    line-height: 1.9;
}
h1 {
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 800;
}

h2 {
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 700;
}

h3 {
    font-size: clamp(18px, 4vw, 20px);
   
}

h4 {
    font-size: clamp(15px, 4vw, 17px);

}

p {
    font-size: 15px;
}

ul li {
    font-size: 15px;
}
.banner_wrapper ul{
    list-style-type: none;
    border-left: 2px solid var(--btn-color);
}
.banner_wrapper ul li{
  margin-left: -20px;
}
.homeabout{
    padding: 50px 0px;
}
.homeabout img{
    object-fit: cover;
}
.homeabout .outerbox{
    background-color: var(--light-color-2);
    padding: 20px;
    min-height: 358px;
    align-items: center;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.homeabout p{
    line-height: 1.8;
}
.homerating{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
}
.homerating h2{
    text-align: center;
    padding-bottom: 20px;
}
.homerating .outerbox{
    background-color: rgba(0,0,0,0.6);
        padding: 40px 0px;
}
.homerating h2{
    color: var(--white);
}
.homerating .innerbox{
    text-align: center;
    background-color: var(--white);
    padding: 20px;
    border-radius: 8px;
}
.homerating h3{
    font-weight: 800;
    font-size: 30px;
    color: var(--btn-color);
}
.homerating h4{
    font-weight: 700;
}
.servicetype{
    padding: 50px 0px;
}
.servicetype h2{
    text-align: center;
    padding-bottom: 15px;
}
.servicetype #innertitle{
    padding: 10px;
    text-align: center;

    background-color: var(--light-color-1);
    padding-bottom: 10px;
}
.servicetype .innerbox{
background: linear-gradient(
  to bottom,
  #C7E1E8 0%,
  rgba(199, 225, 232, 0.6) 50%,
  rgba(199, 225, 232, 0) 100%
);

padding-bottom: 30px;
}
.servicetype .textwrap{
    padding: 10px;
}
.wrapper{
    justify-content: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
   border-radius: 10px;
}
.wrapper .outerbox{
     min-height: 300px;
     display: flex;
    align-items: center;
        padding: 20px;
        color: var(--white);
        border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
}

.wrapper h2 {
    font-size: clamp(20px, 4vw, 47px);
    font-weight: 700;
}
.wrapper .cta{
    text-decoration: none;
    background-color: var(--btn-color);
    padding: 10px 20px;
    border-radius: 5px;
    color: var(--white);
    transition: 1s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      width: auto;
      white-space: nowrap;
}
.wrapper .cta:hover{
    background-color: var(--text-black);
}
.wrapper1{
    padding: 50px 0px;
}
.wrapper1 .imgbox{
height: 700px;
    object-fit: cover;
    justify-content: end;
    text-align: end;
}
.wrapper1 img{
    height: 100%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wrapper1 .textwrap{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    background-color: var(--bg-features-2);
}
.wrapper1 a{
    text-decoration: none;
    background-color: var(--btn-color);
    padding: 10px;
    color: var(--white);
}
.testimonial{
    padding: 80px 0px;
    background-color: var(--light-color-2);
}
.testimonial .testimonialcontent{
    background-color: var(--white);
    padding: 15px;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 6px;
    border-left: 1px solid var(--btn-color);
    transition: 1s;
}
.testimonial .testimonialcontent:hover{
    transform: translateY(-10px);
}
.testimonial .textwrap{
    min-height: 600px;
    align-items: center;
    display: flex;
}
.testimonial #textwrap{
    min-height: 900px;
    align-items: center;
    display: flex;
}
.testimonial .textwrap p{
    line-height: 1.9;
}
.testimonial h4{
    color: var(--btn-color);
}
.testimonial h2{
    padding-bottom: 10px;
}
.testimonial .link{
    background-color: var(--btn-color);
    padding: 10px;
    color: var(--white);
    text-decoration: none;
}
.chooseuswrapper{
    padding: 50px 0px;
}
.chooseuswrapper h2{
    text-align: center;
    padding: 15px;
        font-size: clamp(20px, 4vw, 35px);
}
.chooseuswrapper .innerbox{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    min-height: 250px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    align-items: center;
    display: flex;
    border-bottom: 2px solid var(--btn-color);
    border-top: 2px solid var(--btn-color);
}
.wrapper2{
    background-color: var(--light-color-2);
    padding: 50px 0px;
}
.wrapper2 h2{
    text-align: center;
}
.wrapper2 i{
    font-size: 40px;
    border: 2px solid var(--btn-color);
    padding: 25px;
    border-radius: 6px;
    color: var(--btn-color);
    transition: 1s;
}
.wrapper2 .icon{
    position: relative;
    margin-bottom: 10px;
}
.wrapper2 .number{
    position: absolute;
   
    background-color: var(--btn-color);
   
    border-radius: 50%;
    padding: 10px;
    height:40px;
    width: 40px;
    text-align: center;
  right: 0;
}
.wrapper2 span{
 font-size: 30px;
  color: var(--white);
  position: absolute;
  top: 0;left: 30%;
}
.wrapper2  .innerbox{
    justify-content: center;
    text-align: center;
}
.wrapper2  .innerbox:hover i{
    background-color: var(--btn-color);
    color: var(--white);
}
.wrapper2 h3{
    font-weight: 700;
    padding: 15px 0px;
}
.locations {
    padding: 50px 0px;
}

.locations .container {
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.locations .innerbox {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.locations h2{
    color: var(--white);
}

.locations ul li {
    color: var(--white);
    margin: 10px 0px;
}

.locations ul li a {
    color: var(--light-gray);
    text-decoration: none;
}
.locations p{
    color: var(--white);
}
.wrapper3{
    padding: 50px 0px;
    background-color: var(--light-color-2);
}
.wrapper3 h2{
    padding-bottom: 15px;
}
.wrapper3 ul{
    list-style-type: none;
    margin-left: -25px;
}
.wrapper3 ul li{
    line-height: 1.9;
}
.wrapper3 a{
    background-color: var(--btn-color);
    padding: 10px;
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
      width: auto;
}
.wrapper3 p{
    line-height: 1.9;
}
.wrapper3 i{
    color: var(--btn-color);
    padding-right: 10px;
}
.faqsection{
    padding-bottom: 30px;
}
.faqsection .accordion-button{
    background-color: var(--bg-features-3);
}
footer{
    background-color: #363636;
    color: var(--white);
    padding: 50px 0px;
    border-top: 2px solid var(--btn-color);
}
footer img{
    height: 50px;
}
footer ul{
    list-style-type: none;
}
footer ul li{
    line-height: 1.9;
}
footer a{
    text-decoration: none;
    color: var(--white);
}
footer ul li a:hover{
    color: var(--btn-color);
}
footer i{
  color: var(--white);
    font-size: 16px;
}
footer h3{
    margin-bottom: 20px;
}
.copyright{
  color: var(--white);
    font-weight: 600;
    text-align: center;
    margin-bottom: -20px;
}
.headertitlesection{
    margin-top: 115px;
    background-position: center;
    background-size: cover;
    background-position: center;
}
.headertitlesection .outersection{
    background-color: rgba(0,0,0,0.6);
    min-height: 400px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    padding: 40px 0px;
}
.headertitlesection h1{
color: var(--white);
}
@media (max-width: 450px){
    .banner_wrapper{
        background-image: url("../assets/images/mobile.png");
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        justify-content: center;
        text-align: center;
    }
    #dishwasher{
         background-image: url("../assets/images/mobile.png");
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 991px){
   .navbar-nav{
    background-color: rgba(0,0,0,0.8);
   } 
}
.aboutwrapper .innerbox{
    background-color: var(--bg-features-2);
    padding: 15px;
justify-content: center;
text-align: center;
border-radius: 6px;
}
.aboutwrapper .innerbox i{
    color: var(--btn-color);
    padding-right: 10px;
}
.aboutwrapper1{
    padding-top: 50px;
    text-align: center;
}
.aboutwrapper1 .innerbox{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 6px;
}
#dish .imgbox{
height: 700px;
width: 100%;
}
#dish .imgbox img{
    height: 100%;
    width: 100%;
}
#dish .outerbox{
    background-color: var(--white);
    min-height: 700px;
    justify-content: center;
    align-items: center;
    display: flex;
}
#dish .outerbox .innerbox{
    background-color: var(--light-color-1);
    padding: 15px;
    border-radius: 6px;
}
.dishwrapper{
    padding: 80px 0px;
}
.dishwrapper h2{
    white-space: pre-line;
    text-align: center;
    padding-bottom: 15px;
}
.dishwrapper .innerbox{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
        transition: 1s;
}
.dishwrapper .innerbox:hover{
transform: translateY(-10px);
}
.dishwrapper .imgbox{
    height: 210px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.dishwrapper .imgbox img{
    height: 100%;
     border-radius: 6px;
    width: 100%;
}
.dishwrapper .servicetitle{
    
    text-align: center;
}
.dishwasher1{
    padding: 80px 0px;
}
.dishwasher1 h2{
    padding-bottom: 10px;
}
.dishwasher1 p{
    line-height: 1.9;
}
.dishwasher1 a{
    padding: 12px;
    background-color: var(--btn-color);
    color: var(--white);
    text-decoration: none;
}
.dishwasher1 .innerbox{
    background-color: var(--bg-features-5);
    padding: 15px;
}
.dishwasher1 .imgbox{
    min-height: 420px;
    width: 100%;
    object-fit: cover;
}
.dishwasher1 .imgbox img{
 height: 100%;
 width: 100%;
}
.dishwasher2{
    min-height: 500px;
   
background-image: url("../assets/images/dish2.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
object-fit: cover;

}
.dishwasher2 .inneritem{
     padding: 40px 0px;
         min-height: 500px;
background: linear-gradient(to right, black 30%, transparent 80%);
}
.dishwasher2 h2{
    color: var(--white);
}
.dishwasher2 p{
    color: var(--white); 
}
.dishwasher2 ul li{
    color: var(--white); 
}
.dishwasher2 a{
    padding: 15px;
    border: 2px solid var(--white);
    border-radius: 6px;
    color: var(--white);
    text-decoration: none;
    transition: 1s;
      white-space: normal;
}
.dishwasher2 a:hover{
    background-color: var(--btn-color);
    color: var(--white);
}
.contactwrap{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0px;
}
.contactwrap .outerbox{
    padding: 50px 0px;
background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 50%, transparent);
}
.contactwrap img{
    border-radius: 6px;
}

.contactwrap p{
  
        line-height: 1.9;
}
.contactwrap #contactbtn{
    text-decoration: none;
    color: var(--white);
    background-color: var(--btn-color);
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0px 5px;
    transition: 1s;
}
.contactwrap #contactbtn:hover{
    background-color: var(--text-dark-grey);
}
.contactwrap1{
    border-radius: 10px;
}
.contactwrap1 .outerbox{
  background-image: url("../assets/images/dish2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
justify-content: center;
text-align: center;
    color: var(--white);
        border-radius: 10px;
}
.contactwrap1 h2{
    color: var(--white);
    padding-bottom: 15px;
}
.contactwrap1 .innerbox{
    background-color: var(--bg-features-2);
    min-height: 100px;
    align-items: center;
    display: flex;
    padding: 10px;
    color: var(--text-black);
}
.contactwrap1 .overlay{
    padding:50px 30px;
    background-color: rgba(0,0,0,0.5);
        border-radius: 10px;
}
.contactwrap1 .innerbox{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 2px solid var(--text-orange);
    border-right: 2px solid var(--text-orange);
}
.contactwrap2 .outerbox{
    padding: 50px;
    border-radius: 10px;
    background-color: var(--bg-features-1);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.contactwrap2 p{
    line-height: 1.9
}
.contactwrap2 ul li{
    line-height: 2.3;
}
.contttbtn .contactbtn{
    border: 1px solid var(--btn-color);
    min-height: 100px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}
.contttbtn a{
    text-decoration: none;
    color: var(--text-orange);
}
#contactwrap3 p{
    line-height: 2.1;
}
.wrapper4{
    padding: 50px 0px;
}
.wrapper4 h2{
    text-align: center;
}
.wrapper4 .innerbox{
    padding: 20px ;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.wrapper4 .imgbox{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.wrapper4 .imgbox img{
height: 100%;
width: 100%;
border-radius: 20px;
}
.wrapper4 h2{
    padding-bottom: 20px;
}
.wrapper4 .outerbox{
    min-height: 400px;
    align-items: center;
    display: flex;
  
}
.otherbox{
    margin: 20px 0px;
    border-radius: 10px;
    padding: 50px 0px;
    background-color: var(--bg-features-2);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.whatsappapi img{
    border-radius: 50%;
    width: 4%;
    height: auto;
    position: fixed;
bottom: 8%;
right: 4%;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--btn-color);
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
}

#topBtn:hover {
    background-color: #555;
}
.faqsection button{
    color: var(--btn-color);
    font-weight: 500;
}
.faqsection button:hover{
    color: var(--text-black);
}