
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');


:root{
  --prclr:#e42525;
  --sdclr:#48c7f4;
  --txtclr:#0a1b28;
  --bgclr:#f8f8f8;
  --white:#ffffff;
  --font1: "Figtree", sans-serif;
  --font2:'Old Scotch';
}


@font-face {
    font-family: 'Old Scotch';
    src: url('../fonts/oldscotch/OldScotch.eot');
    src: url('../fonts/oldscotch/OldScotch.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oldscotch/OldScotch.woff2') format('woff2'),
        url('../fonts/oldscotch/OldScotch.woff') format('woff'),
        url('../fonts/oldscotch/OldScotch.ttf') format('truetype'),
        url('../fonts/oldscotch/OldScotch.svg#OldScotch') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

.container{
  width:100% !important;
  max-width:1240px !important;
}


html{ font-size:62.5%; }



body, p, a, span, li{

  font-size:1.6rem;
  color:var(--txtclr);
  font-family:var(--font1)
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.container{
  max-width:1240px;
  margin:auto;
  padding:0 2rem;
  width:100%;
}


ul, li, ol {
	list-style-type:none;
	}

ul li, ol li{ 
	margin-bottom:1rem;
	}
	

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
	}

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
  width:100%;
	max-width:100%;
	}

   h1, h2, h3, h4, h6 {
	font-family: var(--font2) !important;
    font-weight:600;
    font-style: normal;
    font-display: swap;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:uppercase;
	line-height: 1.25;
	}




  h1 {
	font-size:4.8rem;
    font-family: 'Old Scotch' !important;

	}
	
h2 {
	font-size:3.6rem;
    font-family: 'Old Scotch' !important;

	}
	
h3 {
	font-size:3.2rem;
    font-family: 'Old Scotch' !important;

	}
	
h4 {
	font-size:2.6rem;
    font-family: 'Old Scotch' !important;

	}	
	
h6 {
	font-size:1.8rem;
    font-family: 'Old Scotch' !important;

	}  


@media(min-width:768px){
    .top-header>.container{
        display:flex;
        justify-content:space-between;
        flex-wrap:nowrap;
    }
}
.top-header>.container{
  grid-gap:1rem;
}
 .top-header{
    background-color:var(--prclr);
 }
 .top-header p,.top-header a{
    color:#ffff !important;
 }
 .top-header{
    padding-top:1rem;
    padding-bottom:1rem;
 }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  background: none;
  border: none;
  z-index:888;
}

.hamburger span {
  width: 2.5rem;
  height: 0.3rem;
  background:#000 !important;
}

@media (max-width:1024px) {
  .nav {
    position: absolute;
    top:0rem;
    right: 0;
    background: var(--prclr);
    flex-direction: column;
    width: 100%;
    display: none;
    z-index: 2 !important;
  }
  .header{
    position: relative;
  }
  .nav ul{
    flex-direction: column;
    text-align: center;
  }
  .nav ul a{
    color:#fff;
  }

  .nav.active {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
  }

  .hamburger {
    display: flex;
  }
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.nav ul{
  display:flex;
  gap:3rem;
}

.header{
    padding:1rem 0;
}
.icon-wrap{
    display:flex;
    grid-gap:1rem;
    align-items:center;
}
.hero-content{
    max-width:50rem;
}

p,h1,h2,h3,h4,h5,h6{
    margin-bottom:1.5rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 0.6rem;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 2.8rem;
  height: 0.3rem;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* ACTIVE STATE (X animation) */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(0.6rem, 0.6rem);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.6rem, -0.6rem);
}

@media (max-width:1024px) {
  .hamburger {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav ul {
    flex-direction: column;
    padding: 2rem;
    gap: 1.6rem;
  }
}

/* ================= FOOTER ================= */
.footer{
  background:url("../images/footer.png");
  background-size:cover;
  background-attachment:fixed;
  color:var(--white);
  padding:6rem 0 0rem;
}

.footer-contact{
  background:var(--white);
  color:var(--txtclr);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  padding:3rem;
  border-radius:2rem;
  margin-bottom:5rem;
}

.footer-contact > div{
  display:flex;
  gap:1.6rem;
  align-items:flex-start;
}

.footer-contact i{
  font-size:2.4rem;
  color:var(--sdclr);
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:4rem;
}

.footer a{
  color:var(--white);
}

.footer a:hover{
  color:var(--prclr);
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:4rem;
  padding-top:2rem;
  border-top:.1rem solid rgba(255,255,255,.3);
}

.footer-social i{
  margin-left:1.5rem;
  cursor:pointer;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){
  .contact-box,
  .footer-grid,
  .footer-contact{
    grid-template-columns:1fr;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .footer-bottom{
    flex-direction:column;
    gap:2rem;
  }
}

.footer li{
margin-bottom:1.5rem !important;
}
.footer p{
    color:#fff !important;
    line-height:1.4;
}
.footer-bottom p{
    margin:0px !important;
}
.footer-bottom{
    padding:1rem 0 !important;
}
.footer-bottom{
    align-items:center !important;
}
.top-header p{
    margin: 0;
}
.top-header>.container{
    align-items:center;
}
.header-btn{
    padding:1.5rem 2rem;
    background-color:var(--sdclr);
        border-radius:1rem;
        color:#fff !important;
}
.header>.container{
    align-items:center !important;
}
.header li{
    margin:0px !important;
}
.logo{
    margin-bottom:-6rem;
}

.header {
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* spacing fix when header becomes fixed */
body.has-sticky {
  padding-top: 9rem; /* adjust to header height */
}

.homeblock1{
    background:url("../images/slider.png");
    background-size:cover;
    background-position:center center;
    padding:8rem 0;
    min-height:60rem;
    display:flex;
    align-items: center;
    justify-content: flex-start;
}
.homeblock1 h1,.homeblock1 p{
    color:#fff;
}
.homeblock1 h1{
    font-size:3.6rem !important;
}
.homeblock1 p{
  font-size:1.8rem;
  padding-bottom:1.5rem;
  line-height:1.5;
}
p,h1,h2,h3,h4,h5,h6{
    margin-bottom:1.5rem;
}

.page-load {
  opacity: 0;
  transform: translateY(-5rem);
  animation: pageLoad 0.9s ease forwards;
}

.page-load-delay-1 { animation-delay: 0.2s; }

@keyframes pageLoad {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.homeblock2>.container{
    display:flex;
    grid-gap:5rem;
    align-items:center;
}
.homeblock2>.container>div{
    width:100%;
}
.btn:hover{
    background-color:var(--prclr) !important;
}
.homeblock2{
    padding:8rem 0;
}
.homeblock2 h2{
    font-size:4rem;
}
.homeblock2 h2 span{
    font-size: inherit !important;
    color:#991919;
}
.homeblock2 h5{
    font-size:1.6rem !important;
        letter-spacing:2px;
}
.btn{
    padding:1.2rem 2.5rem;
    background-color:var(--prclr) !important;
    color:#fff !important;
    border-radius:100vmax;
    font-size:1.4rem;
}
.hero-btns{
    display:block;
    margin-top:1rem;
}
p{
    line-height:1.5 !important;
}



/*service*/
.homeblock3 {
  padding: 6rem 0 12rem 0;
  background:url("../images/services.png");
  background-size:cover !important;
  background-position:center center !important;
}

.homeblock3 .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}

.homeblock3-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.homeblock3-heading span {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #666;
}

.homeblock3-heading h2 {
  font-size: 3.2rem;
  margin-top: 1rem;
}

.homeblock3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.service-card {
  position: relative;
  cursor: pointer;
}

.service-card img {
  width: 100%;
  display: block;
}

.service-content {
  position: absolute;
  bottom:-3rem;
  left: 0;
  right: 0;
  background: #fff;
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  width:90%;
  z-index:2;
  margin:auto;
}

.service-content h3 {
  font-size: 2rem;
}

.plus {
  font-size: 2.4rem;
  font-weight: bold;
}

.service-card:hover .service-content {
  background: #e42525;
  color: #fff;
}

.service-card:hover .plus {
  color: #fff;
}

@media (max-width: 900px) {
  .homeblock3-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .homeblock3-grid {
    grid-template-columns: 1fr;
  }
}

.service-image {
  position: relative;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover img {
  transform: scale(1.1);
}

.service-card:hover .overlay {
  opacity: 1;
}


.homeblock4>.container .homeblock4-wrap{
  display:flex;
  grid-gap:5rem;
  align-items:center;
}
.testimonial-img{
  min-width:40%;
}
.homeblock4 .small-title{
  display:block;
  margin-bottom:0.5rem;
  letter-spacing:2px;
  font-size:1.7rem;
  line-height:1.8rem;
}
.homeblock4 h2{
  color:var(--prclr);
}
.homeblock4 .testimonial-content{
  max-width:60rem;
}
.homeblock4{
  padding:8rem 0;
}
.homeblock5{
  background-color:#f2f3f4;
}

.homeblock2 li {
  list-style-type: none;
  padding:1.5rem;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  position:relative;
  display:flex ;
  grid-gap:2rem;
  line-height:1.5;
  margin-bottom: 2rem;
  align-items:center !important;
}
@media(min-width:1024px){
.homeblock2 .abt-us-list-css{
  column-count:2;
}
}
.homeblock2 li{
display:flex;
align-items: center;
}
.about-btns{
  display:flex;
  grid-gap:1rem;
}
.about-btns a{
  padding:1.5rem 2.5rem;
  background-color:var(--prclr);
  border-radius:100vmax ;
  color:#fff !important;
}
.about-btns a:hover{
  background-color:var(--sdclr);
}
.abt-us-list-css{
  padding-bottom:2rem;
}
.homeblock5 .hb5-content{
  max-width:40rem;
}
.homeblock5 .container{
grid-gap:5rem;
align-items: center;
display:flex;
}
.homeblock5{
  padding:8rem 0 15rem 0;
}
.homeblock5 h3{
font-size:4rem;
}
.homeblock2 h2 span{
  font-family: inherit !important;
}
.service-content h3{
  margin-bottom:0px !important;
}
.homeblock3 .service-content{
  display:flex;
  align-items:center;
}
.homeblock1 .hero-btns a{
  transition:all 0.5s;
}
.ab-ft>.container{
  display: flex;
  justify-content: space-between;
  align-items:center !important;
  background-color:#48c7f4;
  padding:5rem;
}
.ab-ft p{
  margin:0px ;
}
.footer-block{
  padding:0px !important;
}
.footer{
  padding-top:0px;
}
.footer-grid{
  padding-top:6rem;
}
.ab-ft a{
  padding:1.5rem 3rem;
  background:#fff;
  border-radius:100vmax;
  color:#000 !important;
}
.ab-ft{
transform:translateY(-8rem);
}
.ab-ft h2{
  font-family:var(--font1) !important;
  margin: 0 !important;
}
.ab-ft .container{
  border-radius:3rem;
}
.ab-ft p{
  font-size:1.8rem;
}
.homeblock1 h1{
  font-size:7rem !important;
  margin:0px !important;
}
@media(max-width:767px){
  .homeblock2>.container{
    flex-direction: column;
  }
  .homeblock3-grid {
        grid-template-columns: 1fr !important;
    }
    .homeblock4>.container .homeblock4-wrap{
      flex-direction: column;
    }
    .homeblock4,.homeblock5 .container{
      text-align:center !important;
      flex-direction: column;
    }
    .footer{
      text-align:center !important;
    }
    .homeblock2{
      text-align:center !important;
    }
    .about-content{
      text-align: center;
    }
    .about-btns{
      justify-content: center !important;
    }
}
@media(max-width:900px){
 .ab-ft .container{
  flex-direction: column;
  text-align: center;
  grid-gap:5rem !important;
 }
 .homeblock2 li{
  justify-content:center;
 }
}
html,body{
  overflow-x:  hidden;
}

.entry-header{
  padding:15rem;
}

.about-page-banner{
  background: url(../images/abt-pg-bnr.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.entry-header {
    text-align: center;
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.entry-header .entry-title {
    margin: 0px !important;
    color: var(--white) !important;
    font-size: 5.8rem;
    text-transform: uppercase;
}

.hr {
    width: 140px;
    color: #000;
    height: 4px;
    background-color: #000;
    margin-bottom: 5px;
}


.custom-list li {
  list-style-type: none;
  margin-bottom: 5px !important;
  position:relative;
  padding-left:30px;
}
.custom-list li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding: 0px 6px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top:3px;
}
.about-block2 .container{
  display: flex;
  grid-gap: 5rem;
  align-items: center;
}
@media(min-width:768px){
.about-block2 .container>*{
  width:50%;
}
}
.about-content2 .hr{
margin-bottom:2rem;
}
.about-block2{
  background-color: #f7f7f7;
  padding-top:8rem;
  padding-bottom:8rem;
}
.about-block3{
  padding-top:8rem;
  padding-bottom:8rem;
}
.ab3{
  padding:8rem;
  width:100%;
  margin:auto;
  max-width:90rem;
}
.ab3{
  text-align:center;
}
.ab3 a{
  padding:1.4rem 3rem !important;
  background-color:var(--prclr) ;
  transition: all 0.5s;
  color:#fff !important;
}
.ab3 a:hover{
  background-color:var(--sdclr);
}
.ab3 h2{
  font-size:5.6rem;
    max-width:70rem;
}
.ab3 p{
  padding-bottom:2rem;
}
.ab3{
border:2px solid #000;
border-radius:2rem;
}
.about-block3{
  padding-bottom:12rem !important;
}
.serv-block2{
  background-color:#f7f7f7;
}
.serv-block1,.serv-block3{
  background-color:transparent !important;
}
body:not(.home) footer{
  margin-top:10rem;
}
/*contact page*/


.contact-section .container {
  display: flex;
  gap: 50px;
  align-items:center;
}
.contact-form-block .contact-form {
  border: 1px solid #686868;
  padding: 3rem;
  background-color: #f8f8f8;
}
.cnt-info-css li {
  position: relative;
  padding-left: 8rem;
  list-style-type: none;
  margin-bottom: 5rem !important;
}
.cnt-info-css li .cnt-icon {
position: absolute;
left: 0;
border: 1px solid;
border-radius: 50px;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
top: -4px;
color:var(--black);
}
.cnt-info-css li .cnt-icon i {
  font-size: 26px;
}
hr {
  width: 120px;
  height: 4px;
  background-color: var(--black);
  color: var(--black);
  margin-bottom: 20px;
}
.contact-form-block .contact-form h3 {
  color: #0f2355;
  text-align: center;
  font-size: 46px;
  font-family: "Figtree", sans-serif;
}
.contact-text-block h2 {
  font-family: "Figtree", sans-serif;
  font-size: 46px;
}


contact-section {
  padding: 6rem 0;
}

.contact-title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
}

.contact-form {
  max-width: 60rem;
  margin: auto;
  border: 1px solid var(--sdclr);
  padding: 3rem;
  border-radius: 1.6rem;
}

.form-row {
  display: flex;
  gap: 2rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 2rem;
  border-radius: 0.6rem;
  border: none;
  font-size: 1.6rem;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

#captchaText {
  background: white;
  color: black;
  padding: 1rem 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  border-radius: 0.4rem;
}
#captchaText{
    margin-bottom:2rem;
}

.contact-section{
  padding-top:10rem;
  padding-bottom:10rem;
}
.ab-ft a:hover{
  background-color:var(--prclr);
  color:#fff !important;
}
@media(max-width:600px){
  html{
    font-size:52.5% !important; 
  }
  .header-btn {
    padding: 1rem;
    background-color: var(--sdclr);
    border-radius: 1rem;
    color: #fff !important;
    font-size:1.4rem !important;
}
.logo img{
  max-width:15rem;
}
.homeblock1 h1{
  font-size:4rem !important;
}
}
.dc-page-banner{
  background: url(../images/cleaning1.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#dc2{
  background:#f1f1f1;
  padding:5rem 0;
}

.top-ct{
  display:flex;
  grid-gap:1rem;
}
.top-ct li{
  color:#fff;
}
.header-btn{
  transition:all 0.5s;
}
.header-btn:hover{
background-color:var(--prclr) !important;
}
.services .about-content2 a{
  display:inline-block !important;
  margin-top:2rem;
  text-decoration: underline !important;
}


@media(min-width:1025px){
.nav ul li a.active {
  color:var(--prclr) !important;
  font-weight: 600;
}
}

@media(max-width:767px){
  .about-block2 .container{
    flex-direction:column-reverse;
  }
  .contact-section .container{
    flex-direction:column;
  }
  .form-row{
    flex-direction: column;
  }
  .entry-header .entry-title{
    font-size:3rem !important;
  }
  .contact-form-block .contact-form h3{
    font-size:3rem;
  }
  .contact-text-block h2{
    font-size:3rem !important;
  }
  .contact-form-block{
    width:100% !important;
  }
  .contact-text-block{
  width:100% !important;
}
.ab3 h2{
  font-size:3rem !important;
}
}

.nav ul li a{
  transition: all 0.5s;
}
.nav ul li a:hover{
  color:var(--prclr) !important;
}
.footer-ct{
  margin-bottom:3rem !important;
}
.ft-btn{
  padding:1.4rem 2rem;
  background-color:var(--prclr);
}
@media(max-width:767px){
  .top-ct a{
    font-size:0px !important;
  }
  .top-ct a i{
    font-size:1.6rem !important;
  }
  .top-header .container{
    flex-wrap: nowrap !important;
    display:flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .top-header li{
    margin:0px !important;
  }
}

.custom-list li::before{
  content:"\f00c" !important;
}
.fa-caret-right::before{
    content:"\f00c" !important;

}




.has-dropdown {
  position: relative;
}

.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  display: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  z-index: 99;
}

.has-dropdown .dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #000;
}

.has-dropdown:hover .dropdown {
  display: block;
}

/* MOBILE */
@media (max-width: 768px) {
  .has-dropdown .dropdown {
    position: static;
    box-shadow: none;
  }
}

.dropdown.show {
  display: block;
}
