



html,
body {
  width: 100%;
  overflow-x: hidden;
 
}
ul{
  list-style: none;
}

/* colours  */

:root {
  --primary: #ff3d24;
  --secondary: #000;
  --prim-font: #455D73;
  
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
a{
  text-decoration: none!important;
}
p{
  color: var(--prim-font);
  line-height: 1.7rem;
  font-size: 0.9rem;
}
.sk-badge p{
  color: #fff;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
h2{
  font-size: calc(2.5rem + 0.3vw);
}
h3{
  font-size: calc(2rem + 0.3vw);
}
h4{
  font-size: calc(1.5rem + 0.3vw);
}
.navbar {
  width: 100%;
  padding: 1rem 3rem;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top:0px;
  left:0px;
  z-index:999;
}
.navbar-expand-lg .navbar-nav .nav-link{
  color: #fff;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: var(--primary);
}
.navbar-nav {
  margin: auto;
}
.navbar-brand {
  width: 20%;
}
.navbar-brand img{
  width: 100%;
}
.banner {
  width: 100%;
  position: relative;
  background: url('../img/banner.jpg') no-repeat center center;
  background-size: cover;
  height: 100vh;
  color: #fff;
  position: relative;
}
.free-pickup{
  position:absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
/* smooth light zoom in/out animation */
.free-pickup img {
  display: block;               /* avoid inline gap */
  max-width: 100%;
  height: auto;
  transform-origin: center center;
  will-change: transform;
  animation: zoomPulse 3s ease-in-out infinite;
}

/* keyframes: subtle scale up then back */
@keyframes zoomPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.06); } /* adjust this number for stronger/weaker zoom */
  100% { transform: scale(1); }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .free-pickup img {
    animation: none;
  }
}
.free-pickup-mob{
  display: none;
}
.mob-listed{
  display:none!important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgb(255, 61, 36, 0.6); */
  background: rgb(0,0,0);
  background: linear-gradient(27deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); 
}
.banner-content {
  width:100%!important;
  height:100%!important;
  position: relative;
  z-index: 2;
  padding-bottom: 40px!important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.banner-mid-cont{
  position: relative;
  bottom:0px;
  text-align: center ;
}
.banner-mid-cont h1{
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}

.banner-mid-cont h1 span{
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 10px;
   font-size: 2.5rem;
}
.banner-mid-cont h1::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width:30%;
  height: 6px;
  background-color: var(--primary);
}
.cust-cont{
  width: 100%;
  height: auto;
  padding: 0px 50px;
}

.banner-frm{
  padding:2rem;
  background-color: rgb(0, 0, 0, 0.9);
 
}

.btn-primary{
  background-color: #545b62;
  border-color: #545b62;
}
.btn-primary:hover{
  background-color: var(--primary);
  border-color:var(--primary);
}
.banner-frm h4{
  margin-bottom: 20px;
}
.form-control{
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
  font-size: 0.9rem;
}
.bknw{
  display: inline-block;
  padding: 0.5rem 1.1rem;
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  border-radius: 30px;
  font-weight: 600;
}
.bknw:hover{
  background-color: #e22e16;
  color: #fff;
}
.phone{
  display: inline-block;
  padding: 0.5rem 1.1rem;
  background-color: transparent;
   border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  border-radius: 30px;
  font-weight: 600;
}
.phone a{
  color: #fff;
  font-weight: 600;
}
.banner-highlight{
  width: 100%;
  max-width: 100%;
  padding: 10px 0px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.banner-highlight li{
  min-height: 100px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 5px 10px;
  border-right: 1px solid #636363;
  flex:1;
}
.banner-highlight li:last-child{
  border-right: none;
}

.high-icobx{
  width: 110px;
  margin-right: 10px;
}
.high-icobx img{
  width: 100%;
  max-width: 100%;
}
.high-tit{
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.google_reviews {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding:0rem 2rem;
  background: #fff;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.google_reviews .google {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 2rem 0 0;
}
.reviews{
  width: 100%;
  overflow-x: hidden;
}
.google_reviews .google .company {
  width: 62px;
}
.google_reviews .google .rating {
  width: 160px;
}
.google_reviews .wrapper {
  display: flex;
  margin: 1rem 0;
}

.setbg{
  background: #000000;
}
.cert-dealer{
  width:100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content:center;
   background-color: #0F0F0F;
}
.cert-left{
  width:35%;
  max-width: 35%;
  height: 250px;
  background-color: #FF3D24;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  color: #fff;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content:center;
}
.cert-left h2{
  margin-bottom: 0px;
}
.cert-right{
  width: 70%;
  max-width: 70%;
  height: 250px;
  padding: 1rem;
  background-color: #0F0F0F;
  display:flex;
  align-items: center;
  justify-content: space-around;
}
.cert-right img{
   height: 100%;
}
.our-brand{
  width:100%;
  height:auto;
  padding: 50px;
}
.sec-tit{
  text-transform:uppercase;
  color:#000!important;
  text-align: center;
  font-weight: 600;
  position: relative;
  line-height: 2.1rem;
}
.sec-tit span{
  color:var(--primary);
   font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.sec-tit::after{
  content:'';
  width: 14%;
  height: 5px;
  background-color: var(--primary);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.yt-vid-fr{
  width: 100%;
  height: 315px;
  border-radius:15px;
  overflow:hidden;
}
.yt-vid-txt{
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding:10px;
}
.our-serv{
  width: 100%;
  height: auto;
  padding: 50px;
  background-color: #EEEEEE;
}
.serv-bx{
  width:100%;
  min-height: 320px;
  background-color: #ffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  
}
.serv-bx:hover .serv-imgbx img{
  transform: scale(1.1);
}
.serv-imgbx{
  width: 100%;
  height: 160px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.serv-imgbx img{
  width: 100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  transition:all 0.3s ease-in-out;
}
.serv-detbx{
  padding: 1rem;
}
.serv-detbx i{
  color:#1AAF09;
  margin-right:8px;
}
.serv-detbx h5 span{
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.set-red{
  background-color:var(--primary);
  color:#fff;
}
.set-red i{
  color:#fff;
}
.ppf-wrks{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

 .steps-section {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 40px;
      padding: 40px 20px;
      flex-wrap: wrap;
      position: relative;
    }

    .step-box {
      background: var(--primary);
      color: #fff;
      width: 240px;
      min-height: 240px; 
      text-align: center;
      padding: 30px 20px;
      border-radius: 8px;
      position: relative;
      z-index: 1;
      flex: 0 0 auto;
      transition: all 0.3s ease;
    }
 .step-box:hover{
    transform: translateY(-5px);
 }
    .step-box::before {
      content: "";
      position: absolute;
      top: -10px;
      right: -10px;
      width: 100%;
      height: 100%;
      border: 2px solid var(--primary);
      border-radius: 8px;
      z-index: -1;
    }

    /* Dotted connector line */
    .step-box:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -40px; /* distance between cards */
      width: 40px;
      height: 2px;
      border-bottom: 2px dotted var(--primary);
      transform: translateY(-50%);
    }

    .step-icon {
      margin-bottom: 15px;
      display: block;
    }
    .step-icon img{
      width: 100px;
      object-fit: contain;
    }

    .step-title {
      font-size: 1.3rem;
      line-height: 1.4rem;
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
    }

    .step-number {
      display: inline-block;
      padding: 6px 15px;
      border-radius: 20px;
      background: #fff;
      color: var(--primary);
      font-size: 14px;
      font-weight: bold;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .steps-section {
        gap: 20px;
      }
      .step-box:not(:last-child)::after {
        right: -25px;
        width: 25px;
      }
    }

    @media (max-width: 768px) {
      .steps-section {
        flex-direction: column;
        align-items: center;
      }
      .step-box {
        width: 100%;
        max-width: 300px;
      }
      .step-box:not(:last-child)::after {
        top: auto;
        left: 50%;
        right: auto;
        bottom: -30px;
        width: 2px;
        height: 30px;
        border-bottom: none;
        border-left: 2px dotted var(--primary);
        transform: translateX(-50%);
      }
    }

.prot-cta{
  width:100%;
  min-height: 400px;
  height:auto;
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/protect.jpg');
  background-position: center;
  background-size: cover;
  flex-direction: column;
}
.prot-cta h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.prot-cta h3 span{
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}
.what-btn{
  display: inline-block;
  padding: 0.5rem 1.1rem;
  background-color: transparent;
  border: 1px solid #5CB550;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  border-radius: 30px;
  font-weight: 600;

}
.what-btn:hover{
  color: #5CB550;
}
.prot-cta-bx{
  display: flex;
  align-items:center;
  justify-content:center;
}
.prot-cta-bx .what-btn{
  margin-left: 20px;
}
.what-btn img{
  width: 23px;
}
.cta-form{
  width: 100%;
  height:auto;
  padding:50px;
  background-image: url('../img/cta-bxform.jpg');
  background-position: center;
  background-size: cover;
}
.cta-form .sec-tit{
  color:#fff!important;
}
.custom-form {
      padding: 30px;
      border-radius: 8px;
      max-width: 800px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
    }
    .form-control, .custom-select {
      background-color: #1A1A1A;
      border: none;
      border-radius: 4px;
      /* color: #fff; */
    }
    .form-control:focus, .custom-select:focus {
      background-color: #1A1A1A;
      color: #fff;
      box-shadow: 0 0 5px #ff3d24;
    }
    .btn-submit {
      background-color: #ff3d24;
      border: none;
      color: #fff;
      padding: 10px 30px;
      border-radius: 4px;
      transition: 0.3s;
    }
    .btn-submit:hover {
      background-color: #e6321b;
    }
   
.btn{
  border-radius: 0px;
  font-weight: 500;
}
.btn-submit{
  position:relative;
  left:50%;
  transform: translateX(-50%);
}
.custom-select option{
  font-size: 0.9rem!important;
}
.custom-select option[selected]{
  font-size: 0.9rem!important;
}
.call-what-cta{
  width:100%;
  height:auto;
  display: none;
}
.call-what-cta img{
  width:28px;
}
.call-cta-bx{
  width:50%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF361E;
  color:#fff;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.call-cta-bx:hover{
  background-color: #e6321b;
  color: #ffff;
}
.what-cta-bx{
  width:50%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #349E19;
  color:#fff;
   font-weight: 600;
  font-size: 1.4rem;
   cursor: pointer;
   transition: all 0.3s ease-in-out;
}
.what-cta-bx:hover{
  background-color: #2c7e15;
  color: #ffff;
}
footer{
  width: 100%;
  height: auto;
  padding:50px 50px 0px 50px;
  background-color: #171717;
}
footer h5{
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.singrow{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: #CBCBCB;
  font-size: 1rem;
}
.singrow img{
  width: 20px;
  margin-right: 10px;
}
footer p{
  color: #CBCBCB;
  font-size: 1rem;
  line-height: 1.5rem;
}
.map{
  width: 100%;
  height: auto;
}
.cp-rght{
  width: 100%;
  padding: 8px 60px;
  text-align: center;
  font-size: 0.9rem;
  color: #CBCBCB;
  border-top: 1px solid #302525;
}
.fixed-strip{
  width: 100%;
  height: 20px;

  position: fixed;
  top:0px;
  right:50px;
  z-index:9999;
  overflow: hidden;
  white-space: nowrap;
}
.scroll-text {
    display: inline-block;
    padding-left: 100%; /* Start from right */
    animation: scroll-left 12s linear infinite;
    color: #dda0a0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }



.enq{
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: var(--secondary);
  border: 1px solid var(--secondary);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.enq-white{
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  font-size: 0.9rem;
}
.cont-us .enq-white{
  margin-top: 15px;
}
.enq:hover{
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}
.intro{
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.textarea{
  color: #6c757d!important;
}
.intro-sq-bg{
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 30%;
  height: 100%;
  background-color: #e9e2e2;
  z-index: 0;
}
.intro h2 span{
  color: var(--primary);
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.subhead{
  font-style: italic;
  font-weight: 600;
}
.what-cer{
  width: 100%;
  height: auto;
  background-image: url('../img/what-is-ceramic.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}
.what-cer-ov{
  width: 100%;
  min-height: 300px;
  padding:4rem 8rem;
  background: rgb(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.what-cer-ov h3{
  text-align: center;
  color: #fff;
  display: block;
  margin: 10px auto;
}
.what-cer-ov p{
  text-align: center;
  color: #fff;
}
.what-cer-ov ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.what-cer-ov ul li{
  width: 48%;
  padding: 1rem 2rem;
  margin-right: 2%;
  margin-bottom: 20px;
  background-color: rgb(255, 61, 36, 0.9);
}
.what-cer-ov ul li p{
  text-align: left;
}
.what-cer-ov ul li h4{
  color: #fff;
  position: relative;
  display: block;
  padding-left: 5%;
}
.what-cer-ov ul li h4::before{
  content:url(../img/check_circle.svg);
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.sub-head{
 text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary);
  margin: 5px auto;
  text-transform: uppercase;
}
.h-wid{
  width: 60%;
  text-align: center;
  margin: 15px auto;
}
.why-choose{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
.why-choose h3{
  text-align: center;
  margin-bottom: 30px;
}
.why-ch-bx-wr{
  width: 78%;
  margin: 10px auto;
}
.why-ch-bx{
  text-align: center;
  margin-bottom: 30px;
}
.get-strt{
  width: 100%;
  height: auto;
  padding: 50px 60px;
  background-color: #f1f1f1;
}
.why-ch-img{
  margin: 10px 0px;
  position: relative;
}
.why-ch-img:hover img{
  transition:0.3s all ease-in-out;
}
.why-ch-bx h5{
  margin-bottom: 0px;
}
.steps-tit{
  width: 100%;
  height: 5px;
  background-color: var(--primary);
  position: relative;
}
.steps-tit .num{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0.rem;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--primary);
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}
.steps{
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background-color: var(--secondary);
}
.steps p{
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.steps h4{
  width: 55%;
  color: var(--primary);
  margin: 0px auto;
  text-align: center;
}
.cmt{
  margin-top: 80px;
}
.steps-bx-cont{
  margin-top: 40px;
  text-align: center;
}
.steps-bx-cont h5{
  color: #fff;
}
.steps span{
  display: block;
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: 0px auto;
  font-size: 1.3rem;
}
.cont-us{
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background-image: url('../img/contact-bgg.jpg');
  background-position: center;
  background-size: cover;
}
.cont-us h5{
  color: #fff;
  font-style: italic;
  font-size: 1.5rem;
}
.cont-us span{
  color: var(--primary);
  font-style: italic;
  font-size: 1.1rem;
}

a.btn-wa {
  text-decoration: none;
}
.btn-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25d366;
  width: 60px;
  height: 60px;
  padding: 1rem;
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
  z-index:999;
  transition: left 2s, width 1s, height 1s;
}
.btn-wa img{
  width: 100%;
  max-width: 100%;
}

.bxl-whatsapp {
  font-size: 2.5rem;
  color: #fff;
}

.btn-wa:hover{
  width:65px;
  height:65px;
}
.pre-ser{
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
.pre-ser h3{
  text-align: center;
}
.pre-ser h3 span{
  color: var(--primary);
  font-family: "Roboto Condensed", sans-serif;
}
.ser-img-bx{
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;

}
.ser-img-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.ser-img-bx:hover img{
  transform: scale(1.1);
}
.pre-ser-bx{
  width: 100%;
  min-height: 440px;
  margin-bottom: 30px;
  background-color: #f3f3f3;
}
.det-cont{
  padding: 5px 20px 20px 20px;
}
.det-cont h5{
  font-size: 1.5rem;
  color: var(--secondary);
}
.cmt-s{
  margin-top: 30px;
}
.container {
  width: 100%;
  height:auto;
}
#comparison {
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
figure {
  position: absolute;
  background-image: url('../img/before-ceramic.jpg');
  background-size: cover;
  background-position: center;
  font-size: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
#divisor {
  background-image: url('../img/after-ceramic.jpg');
  background-size: cover;
  position: absolute;
  width: 100%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
 
}
#divisor::before, #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
}
#divisor::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
#divisor::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#handle::before, #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
#handle::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
#handle::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
input[type="range"]:focus, input[type="range"]:active {
  border: none;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}


.sh-text a{
  color: var(--primary);
}
.sticky{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  z-index: 999;
}
.right-bx{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.right-bx .bknw{
  margin-left: 3%;
}

.g-review{
  padding: 50px 0px;
}
.get-strt h4{
  font-size: 1.5rem;
}
.call{
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary);
  animation-duration: 3s!important;
}
.get-strt-wr{
  text-align: center;
}
.red{
  color: var(--primary);
}
.rate-sec{
  width: 100%;
  height: auto;
  padding:60px;
  /* background-color: #000; */
  background-image: url('../img/rate-bgg.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}
.rate-sec h3{
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.pck-bx{
  width: 100%;
  min-height: 300px;
 
  
}
.pck-tit{
  width: 100%;
  min-height: 50px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
.pck-cont{
  padding:1rem;
  margin-top: 5px;
  background-color: #3d3d3d;
  text-align: center;
  color: #fff;
}
.pck-cont h4{
  font-weight: 400;
}
.pck-cont h4 span{
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.pck-cont h5{
  border: 1px solid #e6e6e6;
  font-size: 1rem;
  padding: 0.5rem;
}
.pck-cont p{
  color: #ffff;
}
#response{
  color: #fff;
}


.banner-sm-hlt{
  margin-top: 30px;
  display: inline-flex;
}
.banner-sm-hlt li{
  margin: 5px 10px;
  background-color: var(--primary);
  padding: 8px 13px;
  border-radius: 30px;
  /* border: 2px dotted #fff; */
  font-family: "Roboto Condensed", sans-serif;
}
.g-rv-ico{
  width: 150px;
  margin-right: 15px;
}
.google_reviews .sec-tit{
  display: inline-block;
}
.g-rv-tit-wr{
  text-align: center;
}
.inner-sp{
  width: 100%;
  height: 100vh;
  padding: 300px 50px 50px 50px;
  background-color: #000;
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}
.thank-box {
    max-width: 600px;
  }

  .thank-box i {
    font-size: 80px;
    color: #00ff88;
    margin-bottom: 30px;
    animation: pop 1s ease-in-out;
  }
  .thank-box h1{
    color: #f3f3f3;
  }
.thank-box p{
       color: #aaaaaa;
   }
.thank-box a{
  color: var(--primary);
  text-decoration: underline!important;
}
.thank-box a:hover{
   color: var(--primary);
}

  @keyframes pop {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
  }
.dealimgbx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dealimgbx img{
  width:190px;
  margin-bottom: 15px;
}
.transform{
  padding-top:50px;
}
.our-serv a h5{
  color:rgb(33, 37, 41);
}
.our-serv ul li{
  color:rgb(33, 37, 41);
}
.set-red ul li{
  color:#fff;
}
.set-red h5{
  color: #fff!important;
}
.owl-carousel-review .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel-review .item iframe {
  width: 100%;
  max-width: 360px;   
  aspect-ratio: 9/16; 
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.left-review{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  cursor:pointer;
}
.right-review{
    width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  margin-left: 15px;
   cursor:pointer;
}
.right-review i, .left-review i{
  font-size: 1.5rem;
}
.review-nav{
  display: flex;
  align-items:center;
  justify-content: center;
  margin: 10px auto 50px auto;
}