
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: rgba(237, 234, 230);
            overflow-x: hidden; /* Prevent horizontal scrolling */
        }

        /* Header */
        #header {
            background-color: rgba(237, 234, 230, 0.99);
            color: #006980;
            padding: 0.625em 1.25em;
            text-align: center;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            transform: translateY(0);
            transition: transform 0.3s ease;
            height: 5em;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        #header.hidden {
            transform: translateY(-5.625em);
        }

        #header.show {
            transform: translateY(0);
        }

        #header img {
            height: 5.625em;
            max-height: 5.625em;
            height: auto;
        }

        .header-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            max-width: 1450px;
            flex-wrap: wrap;
            padding: 0 0.625em;
        }

        .header-text {
            flex: 1;
            text-align: left;
            padding: 0.625em;
        }

        .header-nav {
            display: flex;
            text-align: right;
            gap: 0.9375em;
            padding-right: 1.875em;
            color: black;
        }

        .header-nav a {
            color: black;
            text-decoration: none;
            padding: 0.3125em 0.625em;
            border-radius: 0.3125em;
        }

        .header-nav a:hover {
            text-decoration: underline;
        }
        
         .reviews-section {
    width: 100%;
    max-width: 37.5em;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 1.5625em;
}

.reviews-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.25em;
    box-sizing: border-box;
    text-align: center;
    background-color: #006980;
    border: 0.0625em solid #ddd;
    border-radius: 1.25em;
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    color: white;
    height: 18.75em; /* Adjust height to fit stars and review text */
}

.stars {
    width: 6.25em; /* Set the width of the star image */
    margin-bottom: 0.625em; /* Space between stars and review text */
}

.review p {
    font-style: italic;
    margin: 0;
}


.reviews-section::before, .reviews-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.125em;
    z-index: 2;
}

.reviews-section::before {
    left: 0;
    
}

.reviews-section::after {
    right: 0;
    
}

        /* Section styling */
        .section {
            padding: 2.5em;
            max-width: 37.5em;
            margin: left;
            background: white;
            margin-bottom: 1.25em;
            border-radius: 0.625em;
            box-shadow: 0px 0px 0.625em rgba(0, 0, 0, 0.1);
            margin-top: 5em;
            max-height: 25em;
        }

        .section2 {
            background-image: url('PoolChems.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; /* Ensure the background image covers the section */
            padding: 2.5em;
            max-width: 30%; /* Ensure it fits within the viewport */
            margin-left: 1.25em;
            border-radius: 1.875em;
            box-shadow: 0px 0px 0.625em rgba(0, 0, 0, 0.1);
            margin-top: 3.75em;
            flex: 1;
        
            /* Maintain 1.25:1 height-to-width ratio */
            aspect-ratio: 4 / 6;
        }
        

        .section3 {
            background-image: url('Wave.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; /* Ensure the background image covers the section */
            padding: 2.5em;
            border-radius: 1.875em;
            box-shadow: 0px 0px 0.625em rgba(0, 0, 0, 0.1);
            margin: 3.75em auto 1.25em; /* Center the section with auto margins */
            
            width: 30%; /* Keep the width responsive */
            aspect-ratio: 4 / 5; /* Maintain 1.25:1 height-to-width ratio */
        }
        
        .section-separator {
    border-top: 0.0625em solid #ccc; /* Light gray color for the line */
    margin: 1.25em 0; /* Spacing above and below the line */
    margin-top: 5em;
    width: 100%; /* Full width of the container */
}

        .about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Align items to the start of the flex container */
    margin: 1.25em; /* Add margin for spacing */
    padding: 1.25em; /* Add padding inside the section */
}

.about-section2 {
    display: flex;

    flex-wrap: wrap;
     /* Align items to the start of the flex container */
    margin: 1.25em; /* Add margin for spacing */
    padding: 1.25em; /* Add padding inside the section */
    
    align-items: center;
}
.about-text {
    flex: 2; /* Make this section take up more space compared to the image */
    max-width: 37.5em;
    margin: 1.25em;
    margin-top: 10.625em;
    margin-left: 3.125em;
    font-size: 1.2em;
    justify-content: center;
}

.about-text h2 {
    font-size: 2em;
    margin-bottom: 0.625em;
    text-align: center;
    
}

.about-text p {
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
}


.about-text2 {
    flex: 2; /* Make this section take up more space compared to the image */
    max-width: 37.5em;
    margin: 1.25em;
    text-align: center;
    margin-top: 3.75em;
    margin-left: 12.25em;
    
    width:200%; 
}

.about-text2 h2 {
    color: #000;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Newsreader;
font-size: 4em;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 76.8px */
letter-spacing: -1.28px;
text-align: center;


    
}

.about-text2 p {
    font-size: 1em;
    line-height: 1.6;
    text-align: left;
    padding-top: 0em;
}
        .service-image {
            max-width: 100%;
            height: auto;
            border-radius: 0.625em;
            display: block;
            margin: 0 auto;
        }

        /* Footer styling */
        #footer {
            background-color: #00bcd477;
            color: white;
            text-align: center;
            padding: 0.625em 0;
            position: fixed;
            width: 100%;
            bottom: 0;
        }

        .hero-text {
            justify-content: center;
            align-items: center;
            color: #006980;
            /*text-shadow: 1px 0 0 #000, 0 1px 0 #000, 0 1px 0 #000, 1px 0 0 #000;*/
            position: relative;
            z-index: 1; /* Ensures text stays above the vignette */
        }
        
        /* Image background styling */
        .image-background {
            background-image: url('hero.jpg');
            background-position: center 35%;
            background-repeat: no-repeat;
            background-size: cover;
            height: 680px;
            text-align: left;
            max-width: 100%;
            margin-top: 6.25em;
            position: relative;
        }
        
        /* FULL circular vignette effect */
        .image-background::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 95%);
            pointer-events: none;
            z-index: 0; /* Keeps it behind the text */
        }
        
        .image-background2 {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 680px;
            text-align: left;
            max-width: 100%;
            margin-top: 6.25em;
            position: relative;
        }
        
        .image-background h1 {
            color: white;
            text-shadow: 0.0625em 0 0 #000, 0 -0.0625em 0 #000, 0 0.0625em 0 #000, -0.0625em 0 0 #000;
            font-size: 4em;
            margin-top: -.6em;
            margin-bottom: 0;
            width: 100%;
        }
        
        .image-background h2 {
            color: white;
            font-size: 0.9375em;
            margin-top: 1.25em;
            margin-bottom: 0;
            width: 40%;
        }

        .image-background h3 {
            color: white;
            font-size: 0.9375em;
            margin-top: 1.25em;
            margin-bottom: 0;
            width: 40%;
        }
        
        .image-background div {
            top: 0;
            left: 0;
            right: 0;
            padding: 2.5em;
        }
        
        

       /* Button */
       .cta-button {
            background-color: rgba(237, 234, 230);
            color: black;
            padding: 0.9375em 1.875em;
            border: none;
            border-radius: 0.3125em;
            cursor: pointer;
            font-size: 18px;
            margin-top: 3.75em;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .cta-button:hover {
            background-color: #006980;
            color: white;
            transform: scale(1.05);
        }

        /* Pop-up modal styling */
        #popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 2000;
            justify-content: center;
            align-items: center;
        }
        

        .popup-content {
    background-color: rgba(237, 234, 230);/* White background for the popup */
    margin: 15% auto; /* Center the popup */
    padding: 1.25em;
    border-radius: 0.3125em;
    width: 80%; /* Adjust width as needed */
    max-width: 37.5em; /* Maximum width */
    height: 900px; /* Adjust height as needed */
    overflow-y: auto; /* Allow vertical scrolling if content overflows */
}
#wave-animation {
    width: 100%;
    height: 800px; /* Increased height */
    border: none;
}

        #popup-fade {
            opacity: 1;
            transition: opacity 2s ease-in-out;
        }

        #popup-fade.fade-out {
            opacity: 0;
        }

        #quote-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 2000;
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: rgba(237, 234, 230);
            padding: 1.25em;
            border-radius: 0.625em;
            width: 80%;
            max-width: 700px;
            text-align: center;
            position: relative;
        }

        .close-btn {
            position: absolute;
            top: 0.625em;
            right: 0.625em;
            background-color: transparent;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }

        .close-btn:hover {
            color: red;
        }
        @media screen and (max-width: 768px){
            
        }


        
