@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;
}

strong{
    font-weight: 700;
}

.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: 70px;
}

.main-contents {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    column-gap: 65px;
}

.main-copy-media {
    margin-bottom: 40px;
    margin-top: 50px;
}

.main-copy-media img{
    display: block;    
}
.section-heading{
    line-height: 1.1;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Poppins', serif;
    color: #000;
        margin-bottom: 15px;
}

.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;
}

#section2 {
    padding-top: 80px;
    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: 320px;
    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{
    background: url(images/parallax-1.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 450px;          
}

#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: #0192b3;
    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;
}
#section-model {
    margin-top: -150px;
}
#section-model .section-heading{
        margin-bottom: 55px;
}
#section-model img {
    width: auto;
}
.block-model {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.block-model-graphic {
    min-width: 620px;
}
.block-model-copy h3{
    font-size: 34px;
    padding-top: 34px;
}
.block-model-copy p{
    font-size: 21px;
    margin-bottom: 0;
}
#section6{
    padding-top: 10px;
    padding-bottom: 20px;
}

.block-pool-services {
    display: grid;
    grid-template-columns: repeat(2, 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;
}
#section-bundles {
    background: #f0f4fa;
    padding-top: 70px;
    padding-bottom: 35px;
}
.bundle-details {
    max-width: 685px;
    text-align: center;
    margin: 0 auto 30px;     padding-top: 5px;
}
.bundle-details p{
    background: #fff;
    font-size: 28px; font-weight: 600;
    line-height: 50px;
    border: solid 2px #0192b3; border-radius: 2px;
    margin-bottom: 12px;
}
.bundle-details p:last-child{
    background: #0192b3; color: #fff;
}

#section-experts {
    padding-top: 75px;
    padding-bottom: 85px;
}

.block-experts {
    display: flex;
    column-gap: 100px;
    align-items: center;
}
.block-expert-copy .section-heading{
    position: relative;
    display: flex;
    column-gap: 25px;
    align-items: center;    margin-bottom: 30px;
}

.block-expert-copy .section-heading:before{
    position: relative;
    content: '';
    min-width: 80px; height: 72px; background: url(images/icon-experts.svg) no-repeat center;
    background-size: 80px 72px;
}

.block-expert-features {
    padding: 55px 80px 50px 100px;
    background: #0192b3;
    border-radius: 12px;
    min-width: 570px;
    max-width: 570px;
    box-sizing: border-box;
}
.block-expert-features ul {
    margin: 0; padding: 0; list-style-type: none;
}
.block-expert-features ul li{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding-left: 44px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 25px;

}
.block-expert-features ul li:last-child{
    margin-bottom: 0;
}
.block-expert-features ul li:before{
    display: block;
    min-width: 25px; height: 25px;
    content: '';
    background: url(images/circle-check-white.svg) no-repeat center; background-size: 25px 25px;
    position: absolute;
    left: 0; top: 5px;
}

#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%230192b3;'%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: #0192b3;
}
.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: auto;
    display: flex;
    align-items: center;
    padding-top: 85px;
    padding-bottom: 35px;
}

#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: 65px;
}

.site-location-addresses p {
    margin-bottom: 0;
}
.site-location-addresses p strong{
    font-weight: 600;
}
.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;
    }

.main-contents {
    column-gap: 20px;
}

.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;
}
   
#section2 {
    padding-top: 40px;
    padding-bottom: 45px;
}

#section3{
        background-attachment: initial;
    height: 370px;
    background-position: center top;
}

#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-model {
    margin-top: -180px;
}
#section-model .section-heading {
    max-width: 350px;
}
#section-model .section-heading br{
    display: none;
}
.block-model-graphic {
    min-width: 340px;
}
#section-experts {
    padding-top: 45px;
    padding-bottom: 45px;
}
.block-experts{
    column-gap: 30px;
}
.block-expert-features {
    padding: 25px 30px 30px 30px;
    min-width: 300px;
    max-width: 300px;
}
.block-expert-features ul li {
    font-size: 18px;
        margin-bottom: 10px;
}    
.section-heading{ font-size: 44px;}
.site-location-addresses{column-gap: 30px;}

}

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


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

.main-form {
    min-width: 100%;
    padding: 35px 30px;
}

.main-contents {
    flex-direction: column;
    gap: 30px;
}

.section {
    padding: 0 20px;
}
#section1 {
    padding-top: 30px;
}
.section-heading {
        line-height: 1.1;
}
#section-model {
    margin-top: 0px;
            padding-top: 20px;
}
.block-model{
    flex-direction: column;
}

.block-model-graphic {
    min-width: 100%;
}

.section-heading br{
    display: none;
}


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

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

#section3 {
    background-attachment: unset;
    background: url(images/parallax-1-mobile.webp) no-repeat center;
    background-size: cover;
    height: 500px;
}

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

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

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

#section8 {
    padding-top: 45px;
    padding-bottom: 30px;
}
.bundle-details p{
    font-size: 24px;
}
.block-experts{
        flex-direction: column;
    row-gap: 10px;
}

.block-expert-features {
    padding: 35px 30px 40px 30px;
    min-width: 100%;
}

.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: url(images/parallax-2-mobile.webp) no-repeat center;
    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: #0192b3;
    color: #fff;
    border-radius: 50px;
    padding: 0 5px;
    font-family: 'Poppins', sans-serif;
}

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

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

 }