@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");

::-moz-selection {
  background: #7b7d7f;
  color: var(--primary-color);
  text-shadow: none;
}
::selection {
  background: #7b7d7f;
  color: var(--primary-color);
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Inter", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #606060;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  overflow-y: scroll;
}
:root {
  --primary-color: ;
  --secondary-color: #4f959d;
}
a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Inter", sans-serif;
}
p,
p span {
  font-family: "Open Sans", sans-serif;
}
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: var(--primary-color);
}
::-moz-placeholder {
  color: var(--primary-color);
}
:-ms-input-placeholder {
  color: var(--primary-color);
}
:-moz-placeholder {
  color: var(--primary-color);
}

section,
header,
footer {
  width: 100%;
  float: left;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

/* -----------banner-wrap----------- */
.banner-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.header-wrap {
  position: absolute;
  width: 100%;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.63);
  box-shadow: inset 0 10px 20px rgb(255, 255, 255);
}
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-row .logo img {
  width: 100px;
}
.header-row ul {
  display: flex;
}
.header-row ul li {
  color: #000;
  padding: 10px 30px;
}
.header-row ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.primary-btn a {
  padding: 10px 20px;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s ease;
  padding: 12px 50px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}
.primary-btn a:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border: 2px solid #fff;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
.banner-content h1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  z-index: 3;
}
.banner-content h1 span {
  color: #000;
}
.banner-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-row img {
  object-fit: cover;
  width: 100px;
}
.banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  width: 70%;
  text-align: center;
}
.bottom-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bottom-wave img {
  width: 100%;
  object-fit: cover;
}

.header-wrap.sticky {
  position: fixed;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.7s slide-down;
  z-index: 100;
  background-color: #fff;
}

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

  100% {
    transform: translateY(0);
  }
}
.overlay {
  display: none;
}
.burger-btn {
  display: none;
}

/* --------About-us-wrap----------------------- */

.about-wrap {
  padding: 60px 0;
}
.about-row {
  display: flex;
  justify-content: space-between;
}
.about-col1 {
  width: 48%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-col1 .about-img-1 {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: var(--secondary-color);
  border: 10px solid #fff;
  z-index: 3;
}
.about-col1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-col1 .about-img-2 {
  z-index: 1;
  width: 450px;
  border: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.about-col1 .about-img-3 {
  position: absolute;
  width: 280px;
  height: 230px;
  border: 10px solid #fff;
  bottom: -30px;
  left: -20px;
  z-index: 2;
}
.about-col2 {
  width: 48%;
}
.about-col2 h6 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
}
.about-col2 h2 {
  font-size: 46px;
  color: var(--secondary-color);
  font-weight: bold;
  margin: 0 0 20px;
}
.about-col2 p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 30px;
  line-height: 1.56;
}
.about-col2 ul {
  margin: 0 0 30px;
}
.about-col2 ul li {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 10px;
  padding-left: 30px;
  background: url(../images/Mermaid\ Symbol.svg) no-repeat;
  background-size: 20px;
  background-position: 0 4px;
  color: #000;
  font-weight: 600;
  color: #205781;
}

/* ---------Partners-wrap---------------- */

.partners-wrap {
  padding: 60px 0;
}
.partners-wrap h2 {
  font-size: 46px;
  color: #4f959d;
  text-align: center;
  margin: 0 0 20px;
}
.product-card {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.product-card img {
  width: 200px;
  height: 100px;
  object-fit: contain;
}
.product-slide .slick-slide {
  margin: 10px;
}

/*---------------Service-wrap-------------------------- */

.service-wrap {
  padding: 60px 0;
  background-color: #98d2c0;
}
.service-wrap h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}
.service-wrap h2 {
  font-size: 46px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.service-wrap p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.56;
}
.service-row {
  display: flex;
  flex-wrap: wrap;
}

.service-card {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0;
  overflow: hidden;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: center;
  width: 32%;
  transition: background-color 0.3s ease;
  margin: 20px 2% 0 0;
  position: relative;
}
.service-card:nth-child(3n) {
  margin-right: 0;
}
/* .service-card:hover{background-color: #fff; } */
.service-card .card-img {
  height: 200px;
  position: relative;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon {
  /* background-color:#4F959D; */
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  /* border-radius:; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon img {
  width: 50px;
  height: 50px;
}
.service-content {
  padding: 20px 10px 50px 10px;
}

.service-card h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin: 50px 0 20px;
}
.service-card p {
  color: #000;
  text-align: center;
  line-height: 1.56;
  margin: 0 0 50px;
}
.service-card:hover p {
  color: #000;
}

.service-card a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.service-card .primary-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 100%;
}
/* -------------pool-design-wrap------------- */

.pool-design-wrap {
  padding: 60px 0;
}
.pool-design-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.design-col1 {
  width: 48%;
}
.design-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #4f959d;
}
.design-card .card-img {
  height: 200px;
  margin: 0 0 20px;
}
.design-card .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.design-card h6 {
  font-size: 20px;
  text-align: center;
  color: #000;
  margin: 0 0 20px;
}
.design-slider .slick-slide {
  margin: 10px;
}
.design-col2 {
  width: 48%;
}
.design-col2 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.56;
}
.design-col2 p {
  font-size: 16px;
  color: #205781;
  line-height: 2;
  margin: 0 0 20px;
  font-weight: 600;
}

/* Hide default arrows */
.slick-prev,
.slick-next {
  font-size: 0; /* Remove text */
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

/* Custom arrow styling */
.slick-prev::before,
.slick-next::before {
  font-size: 24px;
  padding: 8px;
}

/* Positioning arrows */
.slick-prev {
  left: -40px;
  z-index: 1;
}

.slick-next {
  right: -40px;
  z-index: 1;
}

.slick-prev::before {
  content: "";
  background-image: url(../images/chevron-left-solid.svg);
  background-repeat: no-repeat;
}

.slick-next::before {
  content: "";
  background-image: url(../images/chevron-right-solid-blk.svg);
  background-repeat: no-repeat;
}

/* ----------------construction-wrap--------------------- */

.construction-wrap {
  padding: 60px 0;
}
.construction-wrap h2 {
  font-size: 46px;
  font-weight: 600;
  color: #205781;
  margin: 0 0 20px;
}
.construction-wrap p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 2;
}
.construction-wrap p span {
  color: #205781;
  font-size: 20px;
}
.construction-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.construction-col1 {
  width: 48%;
}
.construction-col2 {
  width: 48%;
  position: relative;
}
.construction-col2 .const-img {
  width: 400px;
}
.const-img-2 {
  width: 300px;
  right: 0;
  bottom: 70px;
  position: absolute;
  border: 10px solid #ffffff;
}
.construction-col2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ---------------------------maintenance-wrap---------------- */

.maintenance-wrap {
  padding: 60px 0;
  background-color: #000000e8;
}
.maintenance-wrap h2 {
  font-size: 46px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0 0 30px;
  text-align: center;
}
.maintenance-row {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.maintenance-col1 {
  width: 35%;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 20px;
  height: 450px;
}

.maintenance-col1 p {
  line-height: 2;
  font-size: 16px;
}
.maintenance-col1 h6 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #4f959d;
  font-weight: 600;
}
.maintenance-col2 {
  width: 25%;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.maintenance-col2 img {
  object-fit: cover;
  width: 200px;
  animation: rotateClockwise 5s linear infinite;
}
@keyframes rotateClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.content-list {
  margin: 0 0 30px;
}
.content-list li {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 10px;
  padding-left: 30px;
  background: url(../images/Mermaid\ Symbol\ 1.svg) no-repeat;
  background-size: 20px;
  background-position: 0 4px;
  color: #000;
  font-weight: 600;
  color: #ffffff;
}

/* --------------------gallary-wrap------------------- */
.gallary-wrap {
  padding: 60px 0;
}
.gallary-wrap h2 {
  font-size: 46px;
  color: var(--secondary-color);
  text-align: center;
  margin: 0 0 20px;
}
.galllary-card {
  width: 300px;
  height: 300px;
  border: 1px solid #4f959d;
  position: relative;
  overflow: hidden;
}
.gallary-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.gallary-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  opacity: 0;
}
.galllary-card:hover .gallary-img::after {
  opacity: 1;
}
.gallary-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.7s ease-in-out;
}
.galllary-card:hover .gallary-img img {
  transform: scale(1.1);
}
.search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.search-icon img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  opacity: 0;
}
.galllary-card:hover .search-icon img {
  opacity: 1;
}

/* --------------------testimonial-wrap---------------------------- */

.testimonial-wrap {
  background-color: #4f959d;
  padding: 60px 0;
}
.testimonial-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testional-col1 {
  width: 48%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10%;
}
.image-slide {
  width: 500px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.image-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50px;
}

.testimonial-card {
  /* position: absolute; */
  top: 30%;
  left: 30%;
  width: 100%;
  max-width: 500px;
  margin: 0 0 0 auto;
}

.review-card {
  padding: 30px;
  position: relative;
  background-color: #ffffff;
  border-bottom-left-radius: 50px;
}
.testi-icon {
  position: absolute;
  top: -60px;
  right: 20px;
  margin: 0 0 20px;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
}
.testi-icon img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.review-card h3 {
  font-size: 30px;
  margin: 20px 0;
  color: #000000ad;
  font-weight: 600;
}
.review-card .description {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #000;
  line-height: 2;
}
.review-card h6 {
  font-size: 18px;
  color: #205781;
  font-weight: 600;
  margin: 0 0 20px;
}
.review-card h6 span {
  font-size: 16px;
  color: #000000ad;
}
.review-slider .slick-track {
  padding: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.review-slider .slick-track .slick-slide {
  height: inherit;
}

.review-slider .slick-track .slick-slide > div {
  width: 96%;
  margin: 0 auto;
  height: 100%;
}

.review-slider .slick-track .slick-slide > div > div {
  width: 100%;
  height: 100%;
}

.review-slider .slick-track .slick-slide .review-card {
  height: 100%;
}

.testional-col2 {
  width: 28%;
}
.testional-col2 h6 {
  font-size: 20px;
  color: #000000;
  margin: 0 0 20px;
  font-weight: 600;
}
.testional-col2 h2 {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}
.star-icon img {
  width: 80px;
  margin: 0 0 20px;
}

/* --------------------Client-wrap------------------------------ */

.client-wrap {
  padding: 60px 0;
}
.client-wrap h2 {
  font-size: 46px;
  color: var(--secondary-color);
  text-align: center;
  margin: 0 0 40px;
}

.client-card {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px;
  border: 1px solid var(--secondary-color);
}
.client-slider .slick-slide {
  margin: 10px;
}
.client-card .card-img {
  width: 200px;
  height: 100px;
}
.client-card .card-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* -------------------contact-wrap-------------------------------- */

.contact-wrap {
  padding: 60px 0;
}
.contact-row {
  display: flex;
  justify-content: space-between;
}
.contact-col1 {
  width: 58%;
}
.contact-col1 h6 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin: 0 0 20px;
}
.contact-col1 h2 {
  font-size: 46px;
  font-weight: bold;
  color: var(--secondary-color);
  margin: 0 0 20px;
}
.contact-col1 p {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 20px;
}
.contact-col1 input {
  padding: 15px 10px !important;
  font-size: 16px !important;
  color: #333 !important;
  border: 1px solid #4f959d !important;
  margin: 0 0 20px !important;
  width: 100% !important;
  width: 100% !important;
}
.contact-col1 textarea {
  padding: 30px 10px;
  width: 100%;
  color: #333;
  border: 1px solid #4f959d;
  margin: 0 0 20px;
}
.contact-col2 {
  width: 38%;
  position: relative;
}
.contact-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000094;
  z-index: 2;
}
.logo-icon {
  position: absolute;
  z-index: 3;
  left: 50%;
  right: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.logo-icon img {
  width: 300px;
  opacity: 0.8;
}

/* -------------------service-page-section-------------------------------- */
.default-banner{  position: relative;width: 100%;height: 70vh;}
.banner-images{  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;z-index: -2;}
.banner-images img{  width: 100%; height: 100%; object-fit: cover;}
.default-banner:after{  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: -1;}
.default-banner h1{font-size: 42px;}
.default-banner .banner-content{top: 60%;}

.service-wrap-2{padding: 60px 0;}

.service-inner-wrap{padding: 60px 0;}
.service-inner-row{display: flex;flex-wrap: wrap;justify-content: space-between;}
.inner-col1{width: 48%;}
.inner-col2{width: 48%;}
.inner-col2 h3{font-size: 28px;margin: 0 0 20px;color:#000;text-transform: capitalize;font-weight:600;}
.description p{font-size: 16px;line-height: 1.56;margin: 0 0 20px;word-break: break-all;color: #000;}
.include-wrap{display: flex;flex-wrap: wrap;gap: 50px;}
.include-wrap .include-col{display: flex;gap: 10px;flex-wrap: wrap;}
.include-wrap .include-col li{font-size: 16px;line-height: 1.56;margin: 0 0 10px;color:var(--secondary-color);;width: 30%;padding-left:20px;font-weight: 600;background-image: url(../images/tick-svgrepo-com.svg);background-size: 16px;background-repeat: no-repeat;background-position:leftt 10px;background-position-y: center;}

.faq-wrap{padding: 60px 0;background-color: var(--secondary-color);}


.faq-wrap h2 {
  font-size: 46px;
  color:#fff;
  margin: 0 0 20px;
  text-transform: capitalize;
  text-align: center;
}
 .faq-item {
      border-bottom: 1px solid #ccc;
      padding: 20px 0;
      cursor: pointer;
    }

    .faq-question {
      font-size: 18px;
      font-weight: bold;
      position: relative;
      color: #000;
    }

    .faq-question::after {
      content: '+';
      position: absolute;
      right: 0;
      font-size: 22px;
    }

    .faq-item.active .faq-question::after {
      content: '-';
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition:transform 0.3s ease;
      font-size: 16px;
      color: #ffffff;
      line-height: 1.56;
    }

    .faq-item.active .faq-answer {
      max-height: 500px;
      margin-top: 40px;
    }

.service-img{border-radius: 20px;overflow: hidden;width: 400px;height: 500px;}
.service-img{object-fit: contain;width: 100%;height: 100%;object-position: top;}
.service-slider .slick-slide{margin: 0 10px;}
/* .service-row.serviceslider{display: unset;} */


.clt-wrap{padding: 60px 0 0;}
.clt-row{display: flex;flex-wrap: wrap;gap: 20px;justify-content: center;}
.clt-wrap h2{font-size: 38px;margin: 0 0 30px;color:#000;text-transform: capitalize;text-align: center;}
.clt-col1 .primary-btn a{background-color: var(--secondary-color);color: #fff;border-color: #fff;}
.clt-col1 .primary-btn a:hover{background: transparent;color: var(--secondary-color);border-color: #000;}

.faq-item{position: relative;}
.faq-question{position: unset !important;}
.default-banner  h1{text-transform: uppercase;}
.service-img{border-radius: 20px;overflow: hidden;height: 400px;}
.service-img img{object-fit:cover;width: 100%;height: 100%;object-position: top;}

/* ----------------------Footer-wrap------------------------------------------ */

.footer-wrap {
  padding: 60px 0 0;
  background-color: #000000e5;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.footer-column {
  width: 22%;
  margin: 20px 3% 0 0;
}
.footer-column:nth-child(4n) {
  margin-right: 0;
}
.footer-logo {
  margin: 0 0 20px;
  padding: 10px;
}
.footer-logo img {
  object-fit: cover;
  width: 150px;
}
.footer-column h3 {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: bold;
  color: var(--secondary-color);
}
.footer-column ul li {
  padding: 10px 0;
}
.footer-column a {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}
.footer-column a:hover {
  color: var(--secondary-color);
}
.footer-column p {
  font-size: 16px;
  color: var(--secondary-color);
}
.footer-column .contact-info {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.footer-column .contact-info .icon-img {
  width: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}
.footer-column .contact-info .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-column .social-icons {
  display: flex;
}
.footer-column .social-icons li {
  margin-right: 20px;
}
.footer-column .social-icons li img {
  width: 20px;
  height: 20px;
}

.footer-row-2 {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid var(--secondary-color);
  color: #fff;
  font-size: 14px;
}
.footer-row-2 a {
  color: var(--secondary-color);
}

/* -------------------------Whatsapp------------------ */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/*--------------------------Responsive------------------------------*/

@media screen and (max-width: 1400px) {
  .container {
    max-width: 94%;
  }
  /* .maintenance-col1{height: 500px;} */
  .include-wrap .include-col li{width: 48%;}
  .service-inner-row{align-items: center;}

}

@media screen and (max-width: 1200px) {
  .footer-column {
    margin: 20px 2% 0 0;
  }
  .maintenance-col1 {
    height: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .header-row ul li {
    padding: 10px 15px;
  }
  .maintenance-col1 {
    width: 60%;
  }
  .about-col1 .about-img-1 {
    top: 50px;
    right: -15px;
  }
  .inner-col1{width: 100%;margin: 0 0 20px;}
  .inner-col2{width: 100%;}
  .include-wrap .include-col li{width: 32%;}
  .faq-wrap h2{font-size: 38px;}
}

@media screen and (max-width: 992px) {
  .header-row .primary-btn {
    display: none;
  }

  .header-row ul {
    display: none;
  }

  .burger-btn {
    display: block;
    position: fixed;
    width: 50px;
    height: 30px;
    right: 5%;
    top: 36px;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
  }

  .burger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--secondary-color);
    background-size: 300% 100%;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .burger-btn .burger-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }

  .header-menu {
    display: none;
  }

  .burger-btn span:nth-child(2n) {
    margin: 9px 0;
    transition: all 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);
  }

  .burger-btn span:first-child {
    width: 70%;
  }

  .burger-btn span:last-child {
    width: 70%;
  }

  .overlay {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background-color: #fff;
    background-size: 300% 100%;
    z-index: 99;
    padding: 110px 5% 50px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .overlay ul li a {
    color: var(--secondary-color);
    display: block;
    padding: 20px 0;
  }

  .overlay ul li {
    font-size: 18px;
    border-bottom: 1px solid #000;
    font-weight: 500;
  }

  .overlay.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .burger-btn .active span:first-child {
    transform: translateY(13px) rotate(-45deg);
  }

  .burger-btn .active span:last-child {
    transform: translateY(-11px) rotate(45deg);
  }

  .burger-btn .active span:nth-child(2n) {
    transform: translateX(-100%);
  }

  .about-row {
    display: flex;
    flex-direction: column;
  }
  .about-img-3 {
    display: none;
  }
  .about-col1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 0 0 20px;
  }
  .about-col1 .about-img-1 {
    display: none;
  }
  .about-col1 .about-img-2 {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
  }
  .about-col2 {
    width: 100%;
    text-align: center;
  }
  .about-col2 h2 {
    font-size: 36px;
  }

  .partners-wrap h2 {
    font-size: 36px;
  }

  .service-wrap h2 {
    font-size: 36px;
  }
  .service-card {
    width: 48%;
  }
  .service-card:nth-child(2n) {
    margin-right: 0;
  }
  .service-card:nth-child(3n) {
    margin-right: 2%;
  }
  .service-card h3 {
    font-size: 22px;
    margin: 20px 0;
  }

  .pool-design-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .design-col1 {
    width: 100%;
  }
  .design-col2 {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }

  .construction-row {
    display: flex;
    flex-direction: column;
  }
  .construction-wrap h2 {
    font-size: 36px;
  }
  .construction-col1 {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .construction-col2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .const-img-2 {
    right: 100px;
  }

  .maintenance-row {
    display: flex;
    flex-direction: column;
  }
  .maintenance-wrap h2 {
    font-size: 36px;
  }
  .maintenance-col1 {
    width: 100%;
  }
  .maintenance-col1 {
    height: 320px;
  }
  .maintenance-col2 img {
    width: 150px;
  }
  .maintenance-col1 h6 {
    text-align: center;
  }

  .gallary-wrap h2 {
    font-size: 36px;
  }

  .client-wrap h2 {
    font-size: 36px;
  }

  
  .testimonial-row {
    display: flex;
    flex-direction:column-reverse;
  }

  .testional-col1 {
    width: 100%;
  }

  .testional-col2 {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
  }

  /* .testimonial-card {
    top: 20%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
  } */

  .testional-col2 h2 {
    font-size: 36px;
  }

  .review-card h3 {
    font-size: 26px;
  }

  .contact-col1 h2 {
    font-size: 36px;
  }
  .contact-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-col1 {
    width: 100%;
    text-align: center;
  }
  .contact-img {
    position: static;
  }
  .contact-col2 {
    height: 300px;
    width: 100%;
    margin: 0 0 30px;
  }

  .footer-column {
    width: 32%;
  }
  .footer-column:nth-child(3n) {
    margin-right: 0;
  }

  .clt-wrap h2{font-size: 30px;}
  .faq-wrap h2{font-size: 30px;}
}

@media screen and (max-width: 767px) {
  .overlay ul li a {
    font-size: 16px;
  }

  .banner-row img {
    width: 80px;
  }
  .banner-content {
    padding: 10px;
  }
  .banner-content h1 {
    font-size: 36px;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 1.56;
  }

  .about-wrap {
    padding: 30px 0;
  }
  .about-col2 h2 {
    font-size: 26px;
  }
  .about-col2 p {
    font-size: 14px;
    line-height: 2;
  }

  .partners-wrap {
    padding: 30px 0;
  }
  .product-card {
    padding: 10px;
  }
  .partners-wrap h2 {
    font-size: 26px;
  }

  .service-wrap {
    padding: 30px 0;
  }
  .service-wrap h2 {
    font-size: 26px;
  }
  .service-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .service-card {
    width: 100%;
  }
  .service-card:first-child {
    margin: 0;
  }
  .service-card:nth-child(3n) {
    margin-right: 0;
  }
  .service-card:nth-child(5n) {
    margin-right: 0;
  }

  .pool-design-wrap {
    padding: 30px 0;
  }
  .design-col2 h2 {
    font-size: 26px;
  }

  .construction-wrap {
    padding: 30px 0;
  }
  .construction-wrap p {
    font-size: 14px;
    font-weight: normal;
  }
  .construction-wrap p span {
    font-weight: 600;
  }
  .const-img-2 {
    right: 50px;
  }
  .construction-wrap h2 {
    font-size: 26px;
  }

  .maintenance-wrap {
    padding: 30px 0;
  }
  .maintenance-wrap h2 {
    font-size: 26px;
  }
  .maintenance-col1 p {
    font-size: 14px;
    font-weight: normal;
  }
  .maintenance-col1 {
    height: 330px;
  }

  .gallary-wrap {
    padding: 30px 0;
  }
  .gallary-wrap h2 {
    font-size: 26px;
    margin: 0 0 20px;
  }

  .client-wrap {
    padding: 30px 0;
  }
  .client-wrap h2 {
    font-size: 26px;
  }

  .contact-wrap {
    padding: 30px 0;
  }
  .contact-col1 h2 {
    font-size: 26px;
  }

  .testimonial-wrap {
    padding: 30px 0;
  }
  .testional-col2 h2 {
    font-size: 26px;
  }
  .logo-icon img {
    width: 200px;
  }
  .review-card h3 {
    font-size: 22px;
  }
  .review-card .description {
    font-size: 14px;
    font-weight: normal;
  }

  .content-list li {
    font-size: 14px;
  }

  .footer-column {
    width: 48%;
  }
  .footer-column:nth-child(2n) {
    margin-right: 0%;
  }
  .footer-column:nth-child(3n) {
    margin-right: 2%;
  }
  .footer-row-2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .slick-prev.slick-arrow {
    display: none !important;
  }
  .slick-next.slick-arrow {
    display: none !important;
  }
  .clt-wrap h2{font-size: 26px;line-height: 1.56;}
  .faq-wrap h2{font-size: 26px;}
  .inner-col2 h3{font-size:24px}
  .service-inner-wrap{padding: 30px 0;}
  .faq-wrap{padding: 30px 0;}
  .clt-wrap{padding: 30px 0 0;}
  .faq-question{font-size: 16px;font-weight: 600;} 
  .service-wrap-2{padding: 30px 0 !important;}
  .faq-question{width: 80%;}
  .include-wrap .include-col li {width: 48%;}
  .footer-wrap{padding: 30px 0 0;}

}

@media screen and (max-width: 600px) {
  .banner-content h1 {
    font-size: 28px;
  }
  .banner-content p {
    font-size: 14px;
  }
  .maintenance-col1 {
    height: 380px;
  }

  .image-slide {
    display: none;
  }

  .const-img-2 {
    display: none;
  }
  .construction-col2 .const-img {
    width: 100%;
  }

  .contact-col1 input {
    width: 100%;
  }

  .footer-column {
    width: 100%;
  }
  .footer-column:first-child {
    margin-right: 0;
  }
  .footer-column:nth-child(3n) {
    margin-right: 0%;
  }
  .footer-column a {
    font-size: 14px;
  }
  .footer-column p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .header-row .logo img {
    width: 80px;
  }
  .banner-content h1 {
    font-size: 24px;
  }

  .banner-row {
    display: flex;
    flex-direction: column;
  }
  .banner-row img {
    width: 60px;
  }
  .banner-content p {
    width: 90%;
  }

  .about-col2 h2 {
    font-size: 22px;
  }
  .about-col2 h6 {
    font-size: 18px;
  }

  .partners-wrap h2 {
    font-size: 22px;
  }

  .service-wrap h6 {
    font-size: 18px;
  }
  .service-wrap h2 {
    font-size: 22px;
  }
  .service-card h3 {
    font-size: 20px;
  }

  .design-col2 h2 {
    font-size: 22px;
  }
  .design-col2 h6 {
    font-size: 18px;
  }

  .construction-wrap h2 {
    font-size: 22px;
  }

  .maintenance-col1 {
    height: 500px;
  }
  .maintenance-col1 h6 {
    font-size: 18px;
  }
  .maintenance-wrap h2 {
    font-size: 22px;
  }

  .gallary-wrap h2 {
    font-size: 22px;
  }

  .logo-icon img {
    width: 150px;
    opacity: 0.8;
  }
  .review-card h6 {
    font-size: 16px;
  }
  .review-card {
    padding: 20px;
  }
  .testi-icon {
    top: -50px;
    width: 70px;
    height: 70px;
  }


  .testional-col1{padding-top: 0;}

  .gallary-wrap h2 {
    font-size: 22px;
    font-weight: 600px;
  }

  .client-wrap h2 {
    font-size: 22px;
  }

  .contact-col1 h6 {
    font-size: 18px;
  }

  .overlay {
    width: 100%;
  }

  .burger-btn {
    width: 40px;
    top: 32px;
  }

  .burger-btn span {
    height: 2px;
  }

  .defualt-page-section h2 {
    font-size: 22px;
  }

  .banner-wrapper.banner-wrapp-default .banner-col1 h1 {
    font-size: 28px;
    margin: 0 0 10px;
  }

  .error-page-section h1 {
    font-size: 35px;
  }
  .error-page-section h2 {
    font-size: 22px;
  }
  .footer-column .contact-info .icon-img {
    width: 15px;
  }
  .clt-wrap h2{font-size: 24px;}
  .faq-wrap h2{font-size: 24px;}
  .inner-col2 h3{font-size:22px}
  .default-banner h1{font-size: 30px;}
  .service-card p
  .faq-question{font-size: 14px;} 
  .description p{font-size: 14px;}
  .include-wrap .include-col li{background-size: 14px;font-size: 14px;}
  .clt-col1 .primary-btn a {padding: 8px 20px;}
  .primary-btn a{padding: 8px 20px;}
  .footer-logo{padding: 0;}

}

@media screen and (max-width: 320px) {
  .banner-content h1 {
    font-size: 20px;
  }
  .maintenance-col1 {
    height: 600px;
  }
  .default-banner h1{font-size: 26px;}
  .clt-wrap h2{font-size: 22px;}
  .faq-wrap h2{font-size: 22px;}
  .inner-col2 h3{font-size:20px}
  .include-wrap .include-col li{width: 100%;}

}

/* -------------Error-page-------------------- */

.error-page-section {
  padding: 60px 0;
  text-align: center;
}
.error-page-section h1 {
  font-size: 60px;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
}
.error-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
}
.error-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.error-page-section .search-form {
  width: auto;
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.error-page-section .search-form input {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--secondary-color);
  border-image: initial;
  border-radius: 8px;
  padding: 0px 20px;
  background: no-repeat;
  margin: 0 10px 0 0;
  flex: 1 0 0;
}
.error-page-section .search-form .search-submit {
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  margin: 0 0 0 auto;
  position: relative;
  padding: 14px 28px 14px 28px;
  font-weight: 500;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  font-family: "Poppins", serif;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.error-page-section .search-form .search-submit .screen-reader-text {
  font-size: 16px;
  clip: inherit;
  clip-path: inherit;
  position: relative !important;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

/* ---------------Privacy-wrap-------------- */

.defualt-page-section {
  padding: 80px 0 0;
}
.defualt-page-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
}
.defualt-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
  word-break: break-all;
}

.banner-wrapper.banner-wrapp-default {
  height: 50vh;
  position: relative;
}
.banner-wrapper.banner-wrapp-default .banner-col1 h1 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 46px;
}

/*----------------search-page-wrap-------------- */

.search-page-section {
  padding: 60px 0 0;
}
.search-page-section h1 {
  font-size: 32px;
  margin: 0 0 20px;
}
.search-page-section .search-page-card {
  width: 100%;
  margin: 0 0 50px;
}
.search-page-section h3 {
  font-size: 28px;
  margin: 0 0 20px;
}
.search-page-section p {
  font-size: 16px;
  line-height: 1.56;
  margin: 0 0 20px;
}
.search-page-section .search-btn1 {
  display: inline-block;
  background: var(--secondary-color);
  padding: 12px 26px 12px;
  color: var(--secondary-color);
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  color: #fff;
}

.everest-forms-submit-button.button.evf-submit {
  padding: 10px 20px !important;
  background: transparent !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
  transition: background-color 0.6s ease !important;
  padding: 12px 50px !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-weight: 600 !important;
}

.everest-forms-submit-button.button.evf-submit:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
