        html, body {
            font-family: Arial, sans-serif;
        }
        
        body {
            font-family: 'Roboto', sans-serif;
            margin: 0px;
            padding: 0;
            background-color: #ffffff;
        }

        body h1 {
            font-size: 30px;
            text-align: center;
        }
        /* Fixed logo positioning */
        .logo_container {
            display: flex;
            height: 120px;
            top: 0;
            left: 20px;
            z-index: 1000;
            width: auto;
        }

        h3 {
            margin-bottom: 8px;
        }

        p {
            margin: 0 0 8px 0;
        }

        .logo {
            max-height: 100px;
            width: auto;
        }

        .logo-img {
            max-height: 100px; 
            width: auto;
        }

        .index {
            background-image: url(https://streamlinehomeimprovement.com/images/bathroom_remodel_detroit.png);
            top: 0;
            left: 0;
            right: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            z-index: 1000; 
        }

        .walk_in_tub {
            background-image: url(https://streamlinehomeimprovement.com/images/walk-in-tub-detroit.png);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            text-align: left;
            padding: 0px 40px 40px 140px;
            height: 190px;
            z-index: 1000; 
        }

        .phone-overlay {
            position: absolute;
            bottom: 30px; /* 10px from the bottom */
            left: 100px;  /* 20px from the left */
            background-color: rgba(23, 21, 21, 0.7); /* White overlay with opacity */
            padding: 10px 20px;
            text-align: center;
            font-size: 1.6em;
            color: #fff;
            z-index: 1000; /* Ensure it is above other content */
        }

        .phone-overlay p {
            margin: 0;
        }

        /* Floating Header */
        #mainHeader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            transition: transform 0.3s ease, opacity 0.3s ease;
            z-index: 1000;
        }

/* Hidden state */
.header-hidden {
    transform: translateY(-100%);
    opacity: 0;
}

/* Visible state */
.header-visible {
    transform: translateY(0);
    opacity: 1;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

        header h1 {
            margin: 10;
            
            color: #333;
        }

        .header .walk_in_tub h1 {
            text-align: left;
        }

        /* introduction section */
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            margin-top: -30px;
        }

        .container .intro {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        @media (max-width: 768px) {
            .container .intro {
                padding-top: 120px;
            }
        }
        .intro {
            position: relative;
            background-size: cover;
            background-position: center;
            color: #333;
            padding: 100px 20px; /* Add space around the content */
        }

        /* White Overlay Behind Content */
        .intro .content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            /*width: 45%; */
            /*margin: 0 auto;*/
            padding-bottom: 30px;
        }

        /* Headings and Button Styles */
        .intro h2 {
            margin-bottom: 20px;
        }

        .intro h3 {
            font-size: 1.3em;
            
        }
   
        .bathroom-list {
            margin: 0;
            padding-left: 18px; /* keeps bullets aligned nicely */
        }

        .bathroom-list li {
            margin-bottom: 4px;
            font-weight: bold;
        }
        .intro .cta-button {
            display: inline-block;
            background-color: #7796b2; 
            color: white;
            padding: 10px 10px;
            text-decoration: none;
            font-size: 1.2em;
            border-radius: 5px;
            text-align: center;
            transition: background-color 0.3s ease;
            border: 1px solid #333;
        }

        .intro .cta-button:hover {
            color: #333;
            background-color: #a2e0f1;
        }


        .intro, .services, .contact {
            margin: 40px 0;
        }

        .image-row .image-wrapper {
        position: relative; /* This is needed to position the title over the image */
        display: inline-block;
        width: 100%;
        /*margin-left: 200px;
        margin-right: 200px;*/
        }
        /*Services Section */
     
        .services {
            text-align: center; 
        }

        .services h2 {
            font-size: 2.5em;
            margin-bottom: 20px; /* Spacing below the title */
            color: #333; /* Dark text for better readability */
        }

        .services p {
            font-size: 1.2em;
            line-height: 1.6;
            margin: 0 auto;
            max-width: 800px; /* Limit the width of the paragraph for better readability */
            color: #666; /* Slightly lighter text color */
        }

        .intro p, .services p {
            font-size: 1.1em;
            line-height: 1.6;
        }

        .services ul {
            list-style: none;
            padding: 0;
            padding-left: 20px;
        }

        .services li {
            font-size: 1.2em;
            margin: 10px 0;
        }

        .image-title {
        position: absolute;
        bottom: 10px;    
        left: 50%; 
        transform: translateX(-50%);
        font-size: 18px;
        color: white;    
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 10px; 
        border-radius: 5px;
        }

        .image-row .service-link:nth-child(2) {
        width: 400px !important; /* Make the center image 50px wider */
        }

        .image-row {
        display: flex;
        justify-content: center;
        gap: 20px; /* Space between the images */
        margin-top: 40px; /* Space above the image row */
        }

        .image-row .service-link {
        display: flex;
        width: 100%; /* Ensures the image is responsive */
        max-width: 400px; /* Limit the size of each image */
        width: 290px; /* Fixed width for the link container */
        height: 300px;
        }

        .image-row img {
        width: 95%;
        height: 100%;
        border-radius: 8px; /* Optional: Add rounded corners to images */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Add shadow to images */
        transition: transform 0.3s ease-in-out; /* Smooth transition for hover effect */
        }

        .image-row .service-link:nth-child(2) {
        width: 400px; /* Make the center image wider */
        }

        .image-row img:hover {
        transform: scale(1.05); /* Slight zoom effect on hover */
        }

@media (max-width: 768px) {
    .image-row {
        flex-direction: column; /* Stack images vertically */
        align-items: center; /* Center images */
        gap: 10px; /* Reduce space between images */
        width: 100%;
    }

    .image-row .service-link {
        width: 80% !important; /* Make all images the same width */
        max-width: 300px; /* Keep them within a reasonable size */
        height: auto; /* Maintain aspect ratio */
    }

    .image-row img {
        width: 100%; /* Ensure full width within the container */
        height: auto; /* Keep aspect ratio */
    }

    .image-row .service-link:nth-child(2) {
        width: 90% !important; /* Remove larger size for center image on mobile */
        max-width: 350px; /* Keep uniform size */
    }
}

       /* Before and After Section Styles */
.before-after {
    text-align: center;
    padding: 20px 0;
}

.before-after h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.before-after p {
    font-size: 1.3rem;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .before-after p {
    margin-bottom: 0px;
    }
}

/* Before and After Row */
.before-after-row {
    display: flex;
    justify-content: space-between; /* Ensures the images are side by side */
}

.image-wrapper {
    width: 48%; /* Ensures there’s space between the images */
    text-align: center; /* Centers the headings above the images */
}

.image-heading {
    margin-bottom: 10px; /* Adds some space between the heading and image */
    font-size: 1.5em; /* Optional: Adjusts the size of the headings */
}

.before-image,
.after-image {
    width: 100%; /* Ensures the images take up the full width of their container */
    height: auto;
    transition: transform 0.3s ease;
}


/* Hover effect for enlarging the images */
.before-image-wrapper:hover .before-image,
.after-image-wrapper:hover .after-image {
    transform: scale(1.25);  /* Enlarge image by 25% */
}

/* Text Wrapper */
.text-wrapper {
    width: 30%;  /* Text also takes up 30% of the container width */
    font-size: 1.2rem;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .before-after-row {
        flex-direction: column;  /* Stack the items vertically on mobile */
        align-items: center;
    }

    .image-wrapper,
    .text-wrapper {
        width: 90%;  /* Make items take up more space on mobile */
    }

    /* Enlarge images on tap (mobile version) */
    .before-image-wrapper:active .before-image,
    .after-image-wrapper:active .after-image {
        transform: scale(1.25);  /* Enlarge image by 25% on tap */
    }
}

/* Streamline Experience Section */
.streamline-experience {
    border: #333;
    border-width: 1px;
    border-style: solid;
    margin-top: 0;
    background-color: #f9f9f9;     /* Light background for contrast */
}

/* Container inside Streamline Experience */
.streamline-experience .container {
    margin-top: 0px;
    display: flex;                  /* Apply flexbox to container */
    justify-content: space-between; /* Space between columns */
    gap: 40px;                      /* Gap between the two columns */
    flex-wrap: wrap;
    padding: 40px;                 /* Allow columns to wrap on smaller screens */
}

/* Left Column (Text Section) */
.streamline-left {
    margin-top: 50px;
    flex: 1;                          /* Make each column take equal width */
    max-width: 50%;                    /* Limit the width to 50% */
}

.streamline-left h2 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 20px;
}

.streamline-left p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
}

/* Right Column (Timeline Section) */
.streamline-right {
    margin-top: 0;
    flex: 1;                          /* Make each column take equal width */
    max-width: 50%;                    /* Limit the width to 50% */
}

/* Title for Timeline */
.streamline-right h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

/* Timeline Container */
.timeline {
    position: relative;
    padding-left: 30px;
    margin-top: 0px;
    height: 400px;  /* Fixed height for scrollable area */
    overflow-y: auto;  /* Enable vertical scrolling */
}

/* Individual Timeline Items */
.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.timeline-step {
    position: absolute;
    left: -30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;  /* Blue color for steps */
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 1.2rem;
}

.timeline-content {
    margin-left: 50px;  /* Space for the step number */
    flex: 1;
}

.timeline-item h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.timeline-item p {
    font-size: 1.3rem;
    color: #555;
}

/* Connecting line for the timeline */
.timeline::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 90px;
    width: 2px;
    height: 100%;
    background-color: #ddd;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .streamline-experience .container {
        flex-direction: column;  /* Stack columns vertically on small screens */
        align-items: center;     /* Center the columns */
    }

    .streamline-left,
    .streamline-right {
        max-width: 100%;         /* Ensure both columns take full width on small screens */
        flex: none;              /* Disable flex-grow for mobile */
    }

    .timeline {
        padding-left: 0;  /* Remove extra left padding for smaller screens */
        height: auto;  /* Let the timeline adjust to content height on mobile */
    }

    .timeline-step {
        left: 0;  /* Center the step numbers */
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

       /* Contact Section */
.contact-section {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9); /* Slightly less transparent */
}

/* Container for the Contact Section */
.contact-section .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
}

/* First Column: Image */
.contact-image {
    flex: 1;
    max-width: 45%;
    text-align: center; /* Center the image */
    align-items: center;
    min-height: 300px;
    padding-top: 200px;
}

.contact-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 3px solid #f5f5f5; /* Soft border */
}

/* Second Column: Form */
.contact-form {
    flex: 1;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title */
.contact-form h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

/* Form Container with Overlay */
.form-container {
    padding-top: 20px;
    padding-left: 20px;
    position: left;
    padding-right: 0px;
    padding-bottom: 20px;
    position: relative;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: left;
}

/* Form Elements */
.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

/* Style for text inputs */
input,
textarea {
    width: 90%;
    padding: 15px;
    font-size: 1.2rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #f8f8f8;
    transition: all 0.3s ease;
}

/* Focus State for inputs */
input:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

/* Style for the submit button */
button {
    padding: 15px 30px;
    background-color: #007bff;
    color: #fff;
    font-size: 1.1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

button:hover {
    background-color: #0056b3;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-section .container {
        flex-direction: column;
        align-items: center;
    }

    .contact-image,
    .contact-form {
        max-width: 100%;
    }

    .contact-form h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 20px;
    }

    .form-container {
        width: 100%;
        padding: 20px;
    }

    button {
        width: 100%;
        padding: 15px;
    }
}



        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 20px 0;
        }

        .hamburger {
            display: none;
            font-size: 50px;
            cursor: pointer;
            color: #333;
            position: fixed;
            top: 20px;
            left: 20px; 
            z-index: 1001;
            flex-direction: column;
            justify-content: space-between;
        }
        .hamburger.white {
            color: white; /* Change color to white when the menu is open */
        }

        .burger-menu .bar {
            width: 100%;
            height: 4px;
            background-color: #fff;
            transition: all 0.3s ease;
        }
        /* Side navigation styles */
        .side-menu {
            height: 100%;
            width: 0; /* Hidden by default */
            position: fixed;
            z-index: 1000;
            top: 0;
            left: 0;
            background-color: #333;
            overflow-x: hidden;
            transition: 0.3s; /* Smooth transition for sliding effect */
            padding-top: 60px;
        }

        /* Side menu links */
        .side-menu a {
            padding: 8px 10px;
            text-align: center;
            font-size: 1.5em;
            display: block;
            color: white;
            text-decoration: none;
        }

        .side-menu a:hover {
            background-color: #575757;
        }

        /* Display side menu when it's active */
        .side-menu.show {
            width: 250px; /* Width of the side menu */
        }


    @media (max-width: 768px) {
        .index {
        background-image: none; /* Hide the background image on smaller screens */
        background-color: white; 
        height: auto; /* Adjust height for smaller screens */
        padding: 50px; /* Adjust padding for smaller screens */
        position: fixed;
        }

        .walk_in_tub {
        background-image: none; /* Hide the background image on smaller screens */
        background-color: white; 
        height: auto; /* Adjust height for smaller screens */
        padding: 80px; /* Adjust padding for smaller screens */
        }

        header h1 {
        display: none; /* Hide the h1 on screens smaller than 768px */
        }

        .container {
        padding-top: 0px;
        }

        /* On mobile screens, hide the regular navigation menu and show the hamburger */
        .navbar {
            display: none; /* Hide the menu by default */
        }

        .hamburger {
            display: block; /* Show hamburger icon on smaller screens */
        }

        .navbar.show {
            display: block; /* Show the navbar when the hamburger is clicked */
        }
        
        .navbar a {
            text-align: center; /* Center align the links */
            padding: 12px; /* Adjust padding for mobile */
            font-size: 1.2em;
        }

        .header {
            margin-bottom: 2px; /* Add space below the logo */
        }

        .logo_container {
        position: fixed;  /* Ensure it remains fixed on top */
        width: 100%;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;  /* Horizontally center the logo */
        align-items: center;  /* Vertically center the logo */
        z-index: 1000;
        height: 120px;  /* Adjust height as per your design */
        }

        .logo {
            padding: 0px;
        }

        .logo_container img {
            width: 150%;
        }

        .phone-overlay {
            position: absolute;
            bottom: 0px;
            left: 50px;
            background-color: rgba(23, 21, 21, 0.7); /* Overlay with opacity */
            padding: 10px 20px;
            text-align: center;
            font-size: 1.6em;
            color: #fff;
            z-index: 1000; /* Ensure it is above other content */
        }

        .phone-overlay p {
            margin: 0;
        }

        .image-row {
        flex-direction: column;  /* Stack images vertically */
        justify-content: center; /* Center them vertically */
        align-items: center; /* Center them horizontally */
        gap: 10px;  /* Optional: Adjust the gap between images */
        margin-right: auto;
        margin-left: auto;
        }

        .image-row .service-link {
        width: 100%;  /* Make each image take up full width */
        }

        .image-row .service-link img {
        /*height: 100%; /* Ensure each image fills the assigned height */
        object-fit: cover; /* Maintain image aspect ratio, crop if necessary */
    }
}
    /* Snackbar styles */
#snackbar {
    visibility: hidden !important;
    min-width: 250px !important;
    margin-left: -125px !important;
    background-color: #333 !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 2px !important;
    padding: 16px !important;
    position: fixed !important;
    z-index: 1 !important;
    left: 50% !important;
    bottom: 30px !important;
    font-size: 17px !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
}

#snackbar.success.show {
    visibility: visible !important;
    opacity: 1 !important;
}

.success {
    background-color: green !important;
    color:#007bff;
}

#snackbar.error {
    background-color: red !important;
}
.faq-container {
    max-width: 800px;
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.faq-item:last-child {
    border-bottom: none;
}
.question {
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.answer {
    display: none;
    padding-top: 5px;
    color: #555;
}
.bullet-aligned {
    list-style-position: outside;
    padding-left: 1.5em;
    margin-left: 0;
    text-align: center; 
    display: inline-block;
}
.bullet-aligned li {
    text-align: left;
}
.reviews {
    width: 75%;
    background-color:rgb(191, 222, 231);
    color: #333;
    padding: 20px;
    margin: 20px 0;
    margin-left: auto;
    margin-right: auto;
}
#sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffe352;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: bold;
  padding: 15px 25px;
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease;

  overflow: hidden; /* 👈 important */
}

/* Hover */
#sticky-cta:hover {
  color: #333;
  font-weight: bold;
  background-color: #a2e0f1;
}

#sticky-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 200%;
  
  /*background-image:
    radial-gradient(circle, rgba(41, 232, 70, 0.777) 2px, transparent 3px),
    radial-gradient(circle, rgba(44, 32, 134, 0.648) 3px, transparent 4px),
    radial-gradient(circle, rgba(155, 177, 255, 0.803) 2px, transparent 3px);

  background-size: 40px 30px, 90px 25px, 30px 30px;
  background-position: 0 0, 60px 40px, 10px 80px;

  animation: bubblesRise 3s linear infinite;

  opacity: 0.6;
  z-index: 0; */
}

/* Keep text above bubbles */
#sticky-cta {
  position: fixed;
}

#sticky-cta * {
  position: relative;
  z-index: 1;
}
@keyframes bubblesRise {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
#sticky-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );

  transform: skewX(-20deg);
  z-index: 1;

  animation: shineSweep 2s infinite;
}
@keyframes shineSweep {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
#sticky-cta {
  position: fixed;
  overflow: hidden;
}

#sticky-cta span {
  position: relative;
  z-index: 2;
}
.cta-modal {
display: none;
position: fixed;
z-index: 1050;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.6);
}

.cta-modal .modal-content {
background-color: #fff;
margin: auto;
padding: 20px 30px;
border-radius: 12px;
width: 90%;
max-width: 500px;
animation: fadeIn 0.3s ease-out;
}
.cta-modal input, .cta-modal textarea {
width: 100%;
margin-top: 8px;
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 8px;
}
.cta-modal button[type="submit"] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 8px;
cursor: pointer;
}
.close-button {
float: right;
font-size: 24px;
font-weight: bold;
cursor: pointer;
color: #888;
}
.close-button:hover {
color: #000;
}

@keyframes fadeIn {
from { opacity: 0; transform: scale(0.95); }
to { opacity: 1; transform: scale(1); }
}
/* ===== Sticky Scroll Header ===== */
/* Hidden state */
/* ===== Sticky Scroll Header ===== */
.scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;       /* 👈 REQUIRED */
    pointer-events: none;     /* 👈 REQUIRED */
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 12px 10px rgba(0,0,0,0.1);
}


/* Visible state */
.scroll-header.active {
    transform: translateY(0);
    opacity: 1;

    visibility: visible;      /* 👈 REQUIRED */
    pointer-events: auto;     /* 👈 REQUIRED */
}
/* Inner layout */
.scroll-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.header-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone-overlay p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.offer-row p {
    padding-top: 5px;
    padding-left: 100px;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #209324; 
}
.bottom-row {
    width: 100%;
}
/* Form layout */
.scroll-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Inputs */
.scroll-form input {
    flex: 1;
    min-width: 120px;
}

/* Button */
.scroll-form button {
    padding: 8px 16px;
    background: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}
.phone-row p {
    font-size: 20px;
    font-weight: bold;
    padding-left: 50px;
}

.phone-row a {
    text-decoration: none;
    color: #000;
}
/* Logo */
.scroll-header .logo img {
    height: 50px;
}
.scroll-form input {
    padding: 5px;
    border-radius: 0px;
    height: 14px;
}
/* Mobile */
@media (max-width: 768px) {

    .scroll-header-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .header-right {
        width: 100%;
    }

    .scroll-form {
        flex-direction: column;
    }

    .scroll-form input,
    .scroll-form button {
        width: 100%;
    }
}
/* Badges section */
.badges-section {
    padding: 20px 20px;
}

.badges-row {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    text-align: center;
}

.badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
}

.badge:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0 8px 14px rgba(0,0,0,0.12));
}

/* ICONS */
.badge i {
    font-size: 36px;
    color: #f4b400;
}

/* IMAGES (thumbnails/logos) */
.badge img {
    height: 36px;
    width: auto;
    object-fit: contain;
}

/* TEXT */
.badge span {
    font-size: 14px;
    color: #333;
    position: relative;
    padding-bottom: 6px;
}

/* underline */
.badge span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #f4b400;
    transform: translateX(-50%);
    border-radius: 2px;
}
.split-section {
    /*background: #f8f8f8;*/
}

.split-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 50px;
    align-items: center;
}

/* LEFT SIDE */
.left-content h2 {
    margin-bottom: 20px;
}

.left-content p {
    color: #555;
}

.reason h3::before {
    content: "✔";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #c2dcff;
    color: #000;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.reasons {
    display: grid;
}

.reason h3 {
    margin-bottom: 5px;
}

.reason p {
    font-size: 14px;
    color: #666;
}

/* RIGHT SIDE FORM */
.form-box {
    background: #62a8d0;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    width: 70%;
    align-self: flex-start;
}

/* PROMO */
.promo {
    text-align: center;
    margin-bottom: 20px;
    border: 2px dotted #000;
    border-radius: 8px;
}

.promo h3 {
    margin-bottom: 5px;
}

.promo p {
    font-size: 14px;
}

/* FORM */
.form-box form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-box input,
.form-box select {
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

.form-box button {
    padding: 14px;
    border: none;
    background: #ffe352;
    color: #333;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.form-box button:hover {
    background: #333;
    color: #FFF;
}
@media (max-width: 900px) {
    .split-container {
        grid-template-columns: 1fr;
        padding-left: 20px;
    }

    .form-box {
        max-width: 500px;
        margin: 0 auto;
    }
}
.service-links {
    margin-top: 30px;
}

.service-links h4 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.service-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-buttons a {
    text-decoration: none;
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 20px;
    background: #eee;
    color: #333;
    transition: 0.3s ease;
}

.service-buttons a:hover {
    background: #adfc9a;
    color: #000;
}
.google-reviews-live {
    padding: 10px 20px;
    background: #fff;
    text-align: center;
}

.reviews-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.google-branding {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0 30px;
}

.google-branding i {
    color: #4285F4;
    font-size: 22px;
}

.stars {
    color: #f4b400;
    margin-left: 8px;
}

.reviews-widget {
    margin: 30px 0;
}

/* CTA button */
.review-cta {
    display: inline-block;
    padding: 12px 24px;
    background: #97bcde;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s ease;
}

.review-cta:hover {
    background: #8eea78;
}

.sale-banner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.sale-img {
    margin: auto;
    width: 95%;
    display: block;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 768px) {
    .sale-img {
        height: 50%;
    }
}
/* BUTTON */
.sale-btn {
    position: absolute;
    bottom: 40%;
    right: 12%;
    background: #ffd54f;
    color: #000;
    border: none;
    padding: 14px 28px;
    font-size: 36px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 10px 15px rgba(0,0,0,1.25);
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.sale-btn:hover {
    transform: translateY(-3px);
    background: #ffca28;
}
@media (max-width: 768px) {
    .sale-btn {
        right: 5%;
        padding: 10px 18px;
        font-size: 14px;
        bottom: 20%;
        width: auto;
    }
}

.comparison-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 40px 20px;
  background: #f4f4f4;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
    .comparison-wrapper {
        display: none !important;
    }
}
/* Base Column */
.column {
  max-width: 280px;
  min-width: 240px;
}

.column:hover {
  transform: translateY(-5px);
}

/* Headers */
.column-header {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: linear-gradient(180deg, #2ecc71, #1e8449);
}

.column-header.dark {
  background: linear-gradient(180deg, #555, #222);
}

.column-header.blue {
  background: linear-gradient(180deg, #2c3e50, #1b2a38);
}

/* List */
.column ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}

.column li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

/* Green Checkmarks */
.column li::before {
  content: "✔";
  color: #2ecc71;
  font-weight: bold;
  margin-right: 10px;
}

/* FEATURED COLUMN (Streamline) */
.featured {
  transform: scale(1.08);
  transform-origin: center;
  border: 4px solid #2ecc71;
  z-index: 3;
  margin-right: -30px; /* overlap */
  margin-left: -30px;  /* overlap */
  box-shadow: 0 15px 35px rgba(46, 204, 113, 0.5);
}

.features li::before {
  content: none !important;
}

.features li {
  justify-content: flex-start;
  padding-left: 10px;
}

.featured::before {
  content: none !important;
  position: absolute;
  inset: -8px;
  border-radius: 20px;
  background: rgba(46, 204, 113, 0.15);
  z-index: -1;
}
.comparison-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 40px 20px;
  background: #f4f4f4;
  flex-wrap: nowrap; /* important for equal sizing */
}

/* Columns */
.column {
  background: white;
  border-radius: 16px;
  width: 240px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Feature list column */
.features {
  background: #f9fff6;
}

/* Headers */
.column-header {
  padding: 18px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: linear-gradient(#3b659e, #7999a2);
}

.column-header.dark {
  background: linear-gradient(180deg, #555, #222);
  height: 35px;
}

.column-header.blue {
  background: linear-gradient(180deg, #2c3e50, #1b2a38);
  height: 35px;
}

/* Logo */
.logo {
  max-width: 260px;
}

/* Lists */
.column ul {
  list-style: none;
  padding: 18px;
  margin: 0;
  line-height: 1.4;
}

.column li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}

.column:not(.features) li {
  justify-content: center;
}

/* Feature column text */
.features li {
  padding-left: 10px;
}
.column li.yes::before {
  content: "✔";
  color: #2ecc71;
  font-size: 18px;
}

.column li.no::before {
  content: "✖";
  color: #e74c3c;
  font-size: 18px;
}
.yes::before,
.no::before {
  display: block;
  text-align: center;
}
/* YES / NO icons */
.yes::before {
  content: "✔";
  color: #2ecc71;
  font-size: 18px;
  margin: auto;
}

.no::before {
  content: "✖";
  color: #e74c3c;
  font-size: 18px;
  margin: auto;
}

/* FEATURED COLUMN */
.featured {
  border: 4px solid #2ecc71;
  z-index: 3;
  box-shadow: 0 15px 35px rgba(46, 204, 113, 0.5);
}

/* Glow */
.featured::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 20px;
  background: rgba(46, 204, 113, 0.15);
  z-index: -1;
}
.contact-section {
    background: url('https://streamlinehomeimprovement.com/images/bathroom_remodel_warren.jpeg') center/cover no-repeat;
    padding: 100px 20px;
}

/* Shift container left */
.contact-section .container {
    max-width: 1200px;
    margin-left: 5%;   /* 👈 pushes it off center to the left */
    margin-right: auto;
}

/* WHITE BOX */
.contact-box {
    display: flex;
    gap: 40px;
    background: rgba(255, 255, 255, 0.93);
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

/* LEFT SIDE CONTENT */
.contact-content {
    flex: 1;
}

.contact-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.contact-content p {
    font-size: 17px;
    margin-bottom: 20px;
}

.contact-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.contact-benefits li {
    margin-bottom: 10px;
}

/* RIGHT SIDE FORM */
.contact-form-wrap {
    flex: 1;
}

/* Remove any radius globally inside box */
.contact-box,
.contact-box * {
    border-radius: 0 !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .contact-box {
        flex-direction: column;
        padding: 30px;
    }

    .contact-section .container {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-content {
        text-align: center;
    }
}
/* GLASS PANEL */
.glass-panel {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

.glass-panel h1 { font-size: 32px; }
.glass-panel h2 { font-size: 20px; }
.glass-panel p,
.glass-panel li { color: #333; }

.content-panel {
    width: 45%;
    font-size: 18px;
}

@media (max-width: 768px) {
  .content-panel {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .scroll-header {
    display: none; 
  }     
}

@media (max-width: 768px) {
  .badges-row {
    gap: 30px;
  }
  }     
html {
    scroll-behavior: smooth;
}