@import "../css/bootstrap.min.css" layer(bootstrap);

@import "../css/all.min.css";

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@layer bootstrap, base, components, utilities;

@layer base {
  input,
  textarea,
  select,
  a,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;

    text-decoration: none;

    outline: none;

    word-break: break-word;

    overflow-wrap: break-word;
  }

  * {
    box-sizing: border-box;
  }

  a,
  a:hover,
  a:focus,
  *:focus-visible {
    cursor: pointer;

    transition: all 0.4s ease;

    text-decoration: none;

    outline: none;
  }

  button {
    cursor: pointer;
  }

  button:focus,
  input:focus {
    box-shadow: none !important;
  }

  html,
  body {
    margin: 0;

    padding: 0;

    background: #1da0c9;

    /* text-wrap: balance; */

    scroll-behavior: smooth;

    font-family: "Roboto", sans-serif !important;

    overflow-x: hidden;
  }
}

@layer utilities {
  .ls li {
    list-style: none;
  }

  .rel {
    position: relative;
  }

  .fulw img {
    width: 100%;
  }

  .ofit img {
    height: 100%;

    width: 100%;

    object-fit: cover;
  }
}

.gapy {
  padding: 60px 0;
}

@layer components {
}
.container-lg {
  max-width: 771px !important;
  width: 100% !important;
}
.px-sm-5 {
  padding: 0 38px !important;
}
@media only screen and (max-width: 991.98px) {
  .px-sm-5 {
    padding: 0 38px !important;
  }
}
header {
  width: 100%;

  padding: 10px 0px;

  background: #fff;

  transition: all 0.4s ease;
}

header.sticky {
  z-index: 997;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);

  animation: slideDown 0.4s ease forwards;
}

header.unsticking {
  animation: slideUp 0.4s ease forwards;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

header .logo {
  width: 200px;
}

.callbtn {
  background: #1da0c9;
  transform: rotate(-99deg);
  color: #fff;
  aspect-ratio: 1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 40px;
  display: grid;
  place-items: center;
}

.callbtn:hover {
  background: #37b9e2;
}
.herobanner {
  padding: 15px 0;
}
@media only screen and (max-width: 600px) {
  .herobanner {
    padding-top: 41px;
  }
}
.herobanner h1 {
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
}

@media only screen and (max-width: 991.98px) {
  .herobanner h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

.herobanner h1 span {
  color: #fed462;
}

.serbox {
  background: #fed462;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 24px 15px 15px 15px;
  height: 203px;
}

.sericon {
  width: 58px;
  aspect-ratio: 1;
  border-radius: 100px;
  overflow: hidden;
}
.serbox h4 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.chatbtn a {
  background: #fff;

  color: #000;

  font-size: 20px;

  font-weight: 800;

  text-align: center;

  display: inline-block;

  -webkit-border-radius: 100px;

  -moz-border-radius: 100px;

  border-radius: 100px;

  padding: 10px 0;

  width: 100%;

  max-width: 200px;
}

.chatbtn a:hover {
  background: #f2f2f2;
}
.servicebox {
  padding: 29px 0 35px 0;
}
.sink {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 17px 27px;
}
.sink p {
  font-size: 20px;
}
.sink-img {
  width: 76px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100px;
}
.googleblock {
  padding: 45px 0 25.5px 0;
}
@media only screen and (max-width: 600px) {
  .googleblock {
    padding: 36px 0 53px 0;
  }
}
.googlemap {
  overflow: hidden;
}
.acf-map {
  width: 100%;
  height: 203px;
}

.googlemap iframe {
  width: 100%;

  height: 350px;

  margin-bottom: -6px;
}

.googlemap h2 {
  font-size: 35px;

  font-weight: 800;

  color: #fff;
}

.googlemap p {
  color: #fed462;

  font-size: 25px;

  font-weight: 500;
}

.googlemap {
  background: #fff;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  border-radius: 20px;
}

.googlemap h2 {
  font-size: 25px;

  color: #000;

  padding: 50px 0;

  text-align: center;
}

.googleblock h2 {
  font-size: 35px;

  font-weight: 900;

  color: #fff;
}

.googleblock p {
  font-size: 25px;

  font-weight: 600;

  color: #fed462;
}

.googlemap h6 {
  padding: 100px 0;

  font-size: 25px;

  color: #000;

  text-align: center;

  text-transform: uppercase;
}

footer p {
  font-size: 16px;
  padding: 15px 0 19px 0;

  color: #fff;
} /*# sourceMappingURL=main.css.map */
