@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 1.6;
    background: #fff;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: #333333;
} 
a {
    color: #01baff;
}

iframe{border: 0;}
.container img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    width: 100%;
}
.center{text-align: center;}

h1,

h2,

h3,

h4 {
    font-weight: 600;
    margin: 0px 0px 20px;
    color: #fff;
}

h1 {
    line-height: 1.2;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Poppins', serif;
    color: #000;
}

h2 {
    line-height: 1.2;
    font-size: 28px;
    color: #000;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}

h3 {
    line-height: 1.2;
    font-size: 24px;
    color: #000;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}

h4 {
    line-height: 1.2;
    font-size: 18px;
    color: #000;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
}

p {
    line-height: 1.4;
    margin: 0px 0px 30px;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
}


.container {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto;
}

.site-header {
    padding: 12px 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner .brand{
    display: block;
}

.header-inner .brand-logo, #site-footer .brand-logo {
    width: 197px;
    height: auto;
    max-width: 100%;
    display: block;
}

.header-actions {
    display: flex;
    column-gap: 13px;
    text-align: center;
}

.header-action-label {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 2px;
}

.header-action-pill {
    display: flex;
    color: #000;
    text-decoration: none;
    min-width: 192px;
    justify-content: center;
    align-items: center;
    height: 48px;
    border: solid 2px #6c6c6c;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 500;
}

.header-action-pill:hover {
    background: #0078ff; 
    color: #fff;
    border-color: #0078ff;
}

.hero img{
    display: block;
    width: 100%; height: auto;
}

#section1 {
    padding-top: 20px;
}



.section-heading{
    line-height: 1.2;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Poppins', serif;
    color: #000;
        margin-bottom: 20px;
}
.section-heading-light{
    color: #fff;
}
.section-subheading{
    line-height: 1.2;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Poppins', serif;
    color: #000;
    margin-bottom: 40px;

}

.main-form {
    min-width: 500px;
    background: #002373;
    padding: 35px 40px;
    box-sizing: border-box;
    border-radius: 15px;
}

.main-form h3{
    color: #fff;
    text-align: center;
    font-size: 38px;
}

.main-form p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
}
.main-form a{
    text-decoration: none;
    color: #fff;
}
.main-form .main-form-phone{
    font-size: 38px; text-decoration: none;
    color: #fff;
}

.main-form p .package-disclaimer {
    margin: 0;
    color: #fff;
    font-style: italic;
    font-size: 12px;
    padding: 20px 10px 0;
    font-weight: 400;
}

#section-main {
    padding-top: 0px;
    padding-bottom: 0px;
}

#section-offers{
    background: #002373;
    padding-top: 60px;
    padding-bottom: 75px;
}
#section-offers p{
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    padding-top: 10px;
}
.block-offers {
    display: flex;
    justify-content: center;
    column-gap: 62px;    margin-top: 50px;
}
.block-offers>div {
    background: #0078ff;
    padding: 35px 20px 35px;
    border-radius: 25px;
    text-align: center;
    min-width: 455px;
    box-sizing: border-box;
}
.block-offer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    margin-bottom: 12px;
}
.block-offers>div h3{
    font-size: 34px; color: #fff;
    font-weight: 600;     margin-bottom: 10px;
}
.block-offers>div p{
    font-size: 23.25px; color: #fff;
    font-weight: 400;
    margin: 0;
}
#section-offers .block-offer-icon img {
    width: auto;
    display: block;
}

.block-main-contents {
    display: flex;
    column-gap: 60px;
}
.block-main-contents >div{
    width: 50%; flex-grow: 1;
}
.block-main-content-media {
    min-width: 580px;
    margin-top: 5px;
}

#section2 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.block-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 50px; /* row-gap column-gap */
}
.block-highlight{
    padding: 40px 45px 32px;
    background: #f0f4fa;
    border-radius: 15px;
    min-height: 408px;
    box-sizing: border-box;
}
.block-highlight-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.block-highlight-icon img {
    width: auto !important;
    height: revert-layer !important;
}
.block-highlight h4{
    font-size: 24px; font-weight: 500;
        line-height: 1.1;
}
.block-highlight p:last-child{
    margin-bottom: 0;
}

#section3{
    padding-top: 60px;
    padding-bottom: 30px;
}

#section4{
    background: #002373;
    padding: 80px 20px 80px;
}
#section4 p{
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 10px;
}
#section9 p{
    color: #fff;
}
.button>a{
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #0078ff;
    padding: 0 35px;
    border-radius: 50px;
    margin: 0 auto;
        column-gap: 12px;
}
.button>a:hover{
    background: #ee076f;
}
.button>a:after{
    content: '';
    display: block;
    width: 11px; height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" style="fill: %23fff;"><path d="M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>') no-repeat center;
    background-size: 11px 16px;


}

#section5{
    padding-top: 80px;
}

.block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
    padding-top: 30px;
}

.block-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section6{
    padding-top: 70px;
    padding-bottom: 20px;
}

.block-pool-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px;
}
.block-pool-services.block-pool-services-first {
    padding-top: 40px;
}
.block-pool-services>div {
    margin-bottom: 10px;
}
.block-pool-services img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    margin-bottom: 25px;
}
.block-pool-services h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
}

#section7 {
    background: #f0f4fa;
    padding-top: 60px;
    padding-bottom: 50px;
}

.block-customer-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  padding-top: 30px;
}

.block-customer-testimonials>div {
    box-shadow: 0 3px 35px rgba(181, 181, 181, .40);
    background: #fff;
    border-radius: 15px;
    padding: 30px 40px 40px 40px;
    margin-bottom: 30px;
    position: relative;
}

.block-customer-testimonial-heading {
    margin-bottom: 20px;
}

.block-customer-testimonial-heading h4 {
    color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.block-customer-testimonial-heading img {
    display: block;
    width: auto !important;
    height: revert-layer !important;
    max-width: 98px;
}

.block-customer-testimonials>div p {
    font-size: 18px;
    line-height: 1.4;
}

.block-customer-testimonial-more {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
    height: auto;
    width: auto;
    min-width: auto;
    padding: 00;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: flex-end;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    border: 0;
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-decoration: none;
}

.block-customer-testimonial-more:after{content: '';display: block;width: 19px;height: 10px;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29130 14790'%3e%3cg style='fill:%20%2300baff;'%3e%3cg%3e%3cpath d='M16270%2012470%20l0%20-2300%20-8135%200%20-8135%200%200%20-2775%200%20-2775%208135%200%208135%200%202%20-2305%203%20-2305%206415%203686%20c3528%202026%206418%203688%206422%203692%207%207%20-12818%207382%20-12836%207382%20-3%200%20-6%20-1035%20-6%20-2300z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size: 19px 10px;background-repeat: no-repeat;
}

#section8{
    padding-top: 60px;
    padding-bottom: 70px;
}

.block-faq-accordion {
    padding-top: 25px;
}

.block-faq-accordion-item {
    border: solid 2px #cfd3da;
    border-radius: 15px;
    margin-bottom: 14px;
    padding: 21px 30px 21px 35px;
}
.block-faq-accordion-item.active {
    border-color: #00baff;
}
.block-faq-accordion-item .block-faq-accordion-item-question{
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-faq-accordion-item .block-faq-accordion-item-question:after{
    content: '';
    min-width: 36px;
    height: 36px;
    display: flex;
    background: #f0f4fa url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" style="fill: %23000000;"><path d="M169.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 306.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>') no-repeat center;
    background-size: 20px 15px;
    border-radius: 50px;
}

.block-faq-accordion-item.active .block-faq-accordion-item-question:after{
    background: #f0f4fa url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" style="fill: %23000;"><path d="M169.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L192 205.3 54.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"/></svg>') no-repeat center;
    background-size: 20px 15px;
}


.block-faq-accordion-item-answer {
    display: none;
    padding-top: 25px;
        padding-bottom: 15px;
}

.block-faq-accordion-item.active .block-faq-accordion-item-answer {
    display: block;
}

.block-faq-accordion-item-answer p:last-child{
    margin-bottom: 0;
}         

#section9{
    background: url(images/parallax-2.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 450px;         
    display: flex; 
    align-items: center;
}

#site-footer {

    position: relative;

    z-index: 9;

}

.site-location {
    padding-top: 45px;
    padding-bottom: 45px;
}
.site-location-addresses {
    display: flex;
    justify-content: center;
    column-gap: 40px;
}

.site-location-addresses p {
    margin-bottom: 0;
}

.center-logo {
    margin: 0 auto 30px auto;
    display: block;
}

.center-actions {
    align-items: center;
    justify-content: center;
    gap: 13px;
}

#site-copyright {
    position: relative;
    padding: 40px 20px;
    background: #f0f4fa;
}

#site-copyright p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}



#site-copyright a {

    color: #000;

    text-decoration: underline;

}



#site-copyright a:hover {

    color: #000;

}


#site-copyright p br {

    display: none;

}

#site-scroll-top {
    outline: none;
    padding: 0px;
    cursor: pointer;
    border: 0;
    background: #000;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: absolute;
    right: 14px;
    top: 35%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}



#site-scroll-top img {

    width: 14px;

    margin: 0 auto;

}

.video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*
OLD STYLES HERE
*/


@media only screen and (min-width: 1024px) and (max-width: 1280px) {
   
.header-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.container {
    padding: 0 40px;
}


}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .header-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
.header-inner .brand-logo, #site-footer .brand-logo{width: 160px;}

.main-form {
    min-width: 320px;        padding: 25px 20px;

}

.main-form h3{font-size: 32px;}

    .section {
        padding-left: 40px;
        padding-right: 40px;
    }



.block-gallery {
    grid-template-columns: repeat(2, 1fr);
}

.block-highlights {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.block-pool-services {
    gap: 35px;
}

.block-customer-testimonials {
    column-gap: 25px;
}

#site-copyright {
    margin-bottom: 98px;
}

#site-copyright p br {
    display: block;
}

#section1 {
    padding-top: 40px;        padding-left: 0;
        padding-right: 0;
}
#section-main{
    padding-top: 40px; 
}   
#section2 {
    padding-top: 40px;
    padding-bottom: 45px;
}
.block-main-contents{
    column-gap: 20px;
}
.block-main-content-media {
    min-width: 40%;
}
.block-offers{
    column-gap: 25px;
}
.block-offers>div{
        min-width: 50%;
}
#section3{

}

#section4 {
    padding: 40px 40px 40px;
}

#section6 {
    padding-top: 40px;
    padding-bottom: 20px;
}

#section7{
    padding-top: 40px;
    padding-bottom: 25px;
}

.block-customer-testimonials>div{
    padding: 20px 20px 40px 20px;
}

.section-heading{ font-size: 44px;}

}

@media only screen and (max-width: 767px) {


.header-inner,.header-actions {
    flex-direction: column;
    row-gap: 10px;
}


.block-main-contents{
        flex-direction: column;
    row-gap: 20px;
}

.block-main-content-media {
    margin-top: 0;
    min-width: 100%;
}

.block-offers{
    flex-direction: column;
    row-gap: 20px;
}
.block-offers>div{
    min-width: 100%;
}

.section {
    padding: 0 20px;
}
#section1 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
}
.section-heading {
        line-height: 1;
}

.section-subheading br{display: none;}

#section-main{
    margin-top: 0; padding-top: 40px;
}
.block-highlight{
    min-height: 0;
}

.block-highlights {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

#section2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-main-contents >div {
    width: 100%;
}

#section4{
    padding: 40px 20px 40px;
}

#section6 {
    padding-top: 40px;
    padding-bottom: 10px;
}

#section7 {
    padding-top: 40px;
    padding-bottom: 10px;
}

#section8 {
    padding-top: 45px;
    padding-bottom: 30px;
}

.block-pool-services {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.block-customer-testimonials {
    grid-template-columns: repeat(1, 1fr);
}

#section9 {
    background-attachment: unset;
    padding: 30px 20px;
   
    background-size: cover;
}

.block-faq-accordion-item{
        padding: 20px 20px 20px 20px;
}

.block-gallery {
    grid-template-columns: repeat(1, 1fr);
}

.site-location {
    padding-left: 10px;
    padding-right: 10px;
}

#site-scroll-top {
    position: relative;
    margin: 30px auto 0 auto;
    right: auto;
}

#site-copyright {
    margin-bottom: 98px;
}
   
.site-location-addresses{
        flex-direction: column;
    row-gap: 20px;
}

}

.mobile-sticky-callout{
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    background: #152575;
    padding: 10px 20px 15px 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 99999;
    width: 100%;
}

.mobile-sticky-callout p{
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 2.1;
}
.mobile-sticky-callout .button{
    min-width: 0;
    font-weight: 400;
    font-size: 13px !important;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 2px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    background: #0a93fe;
    color: #fff;
    border-radius: 50px;
    padding: 0 5px;
    font-family: 'Poppins', sans-serif;
}
#section10 {
    padding-top:60px;
    padding-bottom:60px;
    background: #f0f4fa;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 31px;
    margin-top: -19px;
    background: rgba(0, 0, 0, .8);
    text-transform: uppercase;
}
.before-after-slider .owl-nav {
        display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 20px;
}
.before-after-slider .owl-nav .button {
border: none;
    background: #0078ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 50px;
}
.before-after-slider .owl-nav .button:hover {
    background: #ee076f;
}

@media only screen and (max-width: 1024px) {
.mobile-sticky-callout {
    display: block;
}

#site-copyright {
    margin-bottom: 98px;
}

 }