body, header, nav, main, footer, h1, div, img, #logo, #menu-icon, #telephone-link {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}
header {
  background-color: #0A2E53;
  color: white;
  height: 60px;
  box-shadow: 0px 10px 5px hsl(0, 0%, 65%);
  z-index: 10;
  width: 100%;
}

#header .site-container {
  width: min(100% - 2rem, 1800px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
}

#menu-icon {
  width: 2.5em;
  height: auto;
  cursor: pointer;
}

#logo {
  width: 7em;
  height: auto;
}

#telephone-link {
  width: 2.2em;
  height: auto;
}

#nav-links {
  display: none;
}
#header.menu-open #nav-links {
    display: flex;
    flex-direction: column; /* Stack links vertically */
    position: absolute;
    top: 60px; /* Directly below header */
    left: 0;
    width: 100%;
    background-color: #0A2E53;
    z-index: 100;
}

#header.menu-open #nav-links a {
    color: white;
    text-decoration: none;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
}

#nav-links a:first-child {
    border-top: none;
}

#header.menu-open #nav-links a:hover {
  background-color: #127C9F;
  color: white;
}




/* Footer */
#footer {
    background-color: #0A2E53;
    color: white;
    padding: 30px 15px 15px;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Logo */
.footer-logo img {
    width: 120px;
    height: auto;
    margin-bottom: 15px;
}

/* Links */
.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 0.95em;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #127C9F;
}

/* Bottom text */
.footer-bottom p {
    font-size: 0.8em;
    opacity: 0.8;
}


/* Home page logo image */
#main-logo {
    display: block;
    width: 80%;
    height: auto;
    margin-top: 25px;
    margin-left: 5%;
    margin-bottom: 3%;

}

/* Main content home page */
#main-con {
    display: grid;
    grid-template-columns: auto;
    max-width: 100%;
}

#welcome {
    background-image: linear-gradient(#0A2E53, #127C9F);
}
#welcome h1 {
    color: white;
    font-size: 2.25em;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 0%;   
}
#welcome h2 {
    color: white;
    font-size: 1.5em;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 2%;
}
#welcome p {
    width: 80%;
    color: white;
    font-size: 1em;
    text-align: left;
    margin-left: 10%;
    margin-top: 0%;
    margin-bottom: 2%;
}
#welcome button {
    background-color: #0A2E53;
    color: white;
    border-radius: 5px;
    border-style: none;
    width: 8em;
    height: 2.5em;
}
.two-buttons {
    display: flex;
    justify-content: center;
    gap: 3em;
    margin-bottom: 2%;
}
#contactUsButton:hover {
    background-color: white;
    color: #127C9F;
}
#servicesButton:hover {
    background-color: white;
    color: #127C9F;
}

/* Benefits section */
.desktopView-benefits-box {
    display: none;
}
#benefits {
    box-shadow: 0px 10px 5px hsla(210.41, 78.49%, 18.24%, 0.5);
    padding: 2%;
    z-index: 2;
}
#benefits h3 {
    color: black;
    font-size: 1.5em;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%;   
}
#benefits-box {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #F2F2F2;
    box-shadow: 10px 10px 5px hsl(0, 0%, 65%);
    border-radius: 10px;
    padding: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#benefits-box ul {
    font-size: 1em;
    display: flex;
    flex-direction: column;
    gap: .75em;
}

#results {
    box-shadow: 0px 10px 5px hsla(210.41, 78.49%, 18.24%, 0.5);
    padding: 2%;
    z-index: 2;
    background-color: #0A2E53;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /*  
  width: 30em;  
  max-width: 1000px;
  */
  width: 80%;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container h2 {
    color: white;
    font-size: 1.75em;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 4%;   
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
    /*
    border: .25em solid white;
    border-radius: 5px;
    */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 1.25em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  /*  
  color: #f2f2f2;
  font-size: 1.25em;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  */
    background: rgba(0, 0, 0, 0.65);
    color: white;
    position: absolute;
    padding: 8px 20px;
    border-radius: 20px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  /*
  height: 15px;
  width: 15px;
  */
  width: .65em;
  height: .65em;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Promotions section */
.promotions {
    background-color: #127C9F;
    padding: 2%;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 1;
}
.promotions h3 {
    color: white;
    font-size: 1.2em;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;   
}
.promotions p {
    width: 100%;
    color: white;
    font-size: .8em;
    text-align: left;
    margin-top: 0%;
    margin-bottom: 2%;
}
.promotions button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    color: #127C9F;
    border-radius: 5px;
    border-style: none;
    width: 8em;
    height: 2.5em;
    font-size: .75em;
}
.promotions a {
    text-decoration: none;
}
.promotions button:hover {
    background-color: #0A2E53;
    color: white;
}


#work-van {
    display: block;
    width: 20em;
    height: auto;
    margin: 0%;
}

/* Service area */

#service-area {
    margin-top: 0%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: 90%;
    background-color: rgb(99, 99, 99);
    border-radius: 13px;
    text-align: center;
}
.service-area-content {
    padding: 5%;
}

#service-area h3 {
    color: white;
    font-size: 1em;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;   
}
#service-area p {
    color: white;
    font-size: .8em;
    margin-top: 0%;
    margin-bottom: 4%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#service-area a {
    text-decoration: none;
}
#service-area button {
    background-color: #127C9F;
    color: white;
    border-radius: 5px;
    border-style: none;
    width: 8em;
    height: 2.5em;
    font-size: .75em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}
#service-area button:hover {
    background-color: #0A2E53;
    color: white;
}

.elfsight-app-a371455e-547e-4b5f-8902-37ea83a0a8f4 {
    margin-top: 2%;
    margin-bottom: 2%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
}

.elfsight-app-a371455e-547e-4b5f-8902-37ea83a0a8f4 .es-text-shortener {
        font-size: 10px !important;
        line-height: 1.35 !important;
}



/* START OF SERVICES PAGE */
#servicesPage-welcome-image {
    position: relative;
}
#servicesPage-welcome-image img {
    display: block;
    max-width: 1800px;
    width: 100%;
    height: auto;
    opacity: 50%;
}
#left-image {
    position: absolute;
    top: 1%;
    left: 1%;
    text-align: center;
}
#left-image h1 {
    color: black;
    font-size: 1em;
    margin-top: 2%;
    margin-bottom: 0%;
}
#left-image h2 {
    color: black;
    font-size: 1em;
    margin-top: 0%;
    margin-bottom: 2%;
}
#left-image hr {
    height: .35em;
    background-color: #127C9F;
    border-style: none;
}
#servicesPage-content {
    display: grid;
    grid-template-columns: auto;
    max-width: 100%;
}

#company-choice {
   text-align: left;
   padding-left: 6%;
   padding-right: 6%;

    margin-left: auto;
    margin-right: auto;
}
#company-choice img {
    display: block;
    width: 50%;
    height: auto;
    box-shadow: 10px 10px 5px hsl(0, 0%, 65%);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
#company-choice h3 {
    color: #127C9F;
    font-size: 1.25em;
    margin-top: 5%;
    margin-bottom: 0%;
}
#company-choice p {
    color: black;
    font-size: 1em;
    margin-top: 2%;
    margin-bottom: 3%;
    text-align: left;
}

.freeEstimates {
    background: linear-gradient(to top, #0b3c5d, #1e7ea3);
    color: white;
    text-align: center;
    padding: 1%;
}

.freeEstimates h3 {
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0%;
}

.freeEstimates-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 2%;
}

.freeEstimates-number p {
    font-size: 1.5em;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 0%;
    margin-top: 2%;
}

.freeEstimates-number a {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.freeEstimates-number a:hover {
    text-decoration: underline;
}

.freeEstimates-button button {
    background: #e6e6e6;
    color: #1e7ea3;
    border: none;
    padding: 0.75rem .5rem;
    font-size: 1em;
    border-radius: 12px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.freeEstimates-button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(0,0,0,0.3);
}

/* Services in Service Page */
#servicePage-services {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#servicePage-services h2 {
    color: black;
    font-size: 1.75em;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 2%;
}
#servicePage-services hr {
    height: 7px;
    background-color: #127C9F;
    border-style: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.tabletOnly {
    display: none;
}

#servicePage-services h3 {
    color: #127C9F;
    font-size: 1.25em;
    margin-bottom: 0%;
    text-align: center;
}
#servicePage-services p {
    color: black;
    font-size: 1em;
    margin-top: 1%;
    margin-bottom: 5%;
    text-align: left;
}


/* Welcome header */
.welcome-header {
    background-image: linear-gradient(rgb(21, 50, 81), #127C9F .5em);
    color: white;
    padding-top: 2%;
    padding-bottom: 0%;
    text-align: center;
    font-size: .9em;
    z-index: 20;
}

/* Service Area Page Main Content */
#serviceAreaPage-con {
        display: grid;
        grid-template-columns: auto;
        max-width: 100%;
}
#serviceAreaPage-con p {
    max-width: 80%;
    color: black;
    font-size: .8em;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#map-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}

#map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
#citiesListed {
    padding: 2rem 6%;
    text-align: center;
    background-color: #F2F2F2;
    color: black;
    box-shadow: 10px 10px 5px hsl(0, 0%, 65%);
    margin: 5% auto;
    border-radius: 10px;
    
}

#citiesListed ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem 2rem;
    max-width: 900px;
    text-align: left;
}

#citiesListed li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1em;
    padding: 0.4rem 0;
}

#citiesListed li::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("media/location.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

#citiesListed h3 {
    color: black;
    font-size: 1.25em;
    margin: 4% auto;
    text-align: center;
}

/* Free Estimates Page */
#freeEstimatesPage-con {
    display: grid;
    grid-template-columns: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#freeEstimatesPage-con p {
    color: black;
    font-size: 1em;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: left;
}
form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 5%;
}
label {
    display: block;
    margin-bottom: 0%;
    font-weight: bold;
}
input[type=text], select {
  width: 100%;
  padding: 12px;
  margin-top: 0px;
  margin-bottom: 2%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=email], select {
  width: 100%;
  padding: 12px;
  margin-top: 0px;
  margin-bottom: 2%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=tel], select {
  width: 100%;
  padding: 12px;
  margin-top: 0px;
  margin-bottom: 2%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  height: 150px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 16px;
}
form button {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
form button:hover {
  background-color: #0A2E53;
}
.required{
    color: red;
    font-size: smaller;
}

/* Promotions Page */
#promotionsPage-welcome-image {
    position: relative;
}
#promotionsPage-welcome-image img {
    display: block;
    width: 75%;
    height: auto;
    opacity: 75%;
    margin: 0 auto;
    box-shadow: 5px 0px 12px -5px hsl(0, 0%, 48%), -5px 0px 12px -5px hsl(0, 0%, 48%);
}
#promotionsPage-con {
    display: grid;
    grid-template-columns: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#promotionsPage-con p {
    color: black;
    font-size: .8em;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: left;
}
.promotions-boxes {
    background-color: #F2F2F2;
    box-shadow: 10px 10px 5px hsl(0, 0%, 65%);
    margin: 5% auto;
    width: 75%;
    height: auto;
    border-radius: 10px;
    text-align: center;
}
.promotions-boxes h2 {
    color: black;
    font-size: 1.5em;
    margin-top: 2%;
    margin-bottom: 0%;
}
.promotions-boxes h3 {
    color: #127C9F;
    font-size: 1em;
    margin-top: 0%;
    margin-bottom: 0%;
}
.promotions-boxes p {
    color: black;
    font-size: 1em;
    margin-top: 1%;
    margin-bottom: 0%;
    padding: 0% 10%;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.1em;
    }
    #menu-icon {
        width: 3.5em;
        height: auto;
        cursor: pointer;
    }

    #logo {
        width: 8em;
        height: auto;
    }

    #telephone-link {
        width: 2.75em;
        height: auto;
    }
        
    header {
        height: 100px;
    }
    #header .site-container {
        height: 100px;
    }
    #header.menu-open #nav-links {
    display: flex;
    flex-direction: column; /* Stack links vertically */
    position: absolute;
    top: 100px; /* Directly below header */
    left: 0;
    width: 100%;
    background-color: #0A2E53;
    z-index: 100;
}

#header.menu-open #nav-links a {
    color: white;
    text-decoration: none;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
}

#nav-links a:first-child {
    border-top: none;
}

#header.menu-open #nav-links a:hover {
  background-color: #127C9F;
  color: white;
}

    #main-con {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #welcome {
        grid-column: 1 / span 2;
    }
    #benefits {
        grid-column: 1 / span 2;
    }
    #benefits-box ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #benefits-box li {
        width: 48%;
    }
    #results {
        grid-column: 1 / span 2;
    }
    .slideshow-container {
        grid-column: 1 / span 2;
    }
    .promotions {
        grid-column: 1 / span 2;
    }
    #service-area-main {
        grid-column: 1 / span 2;
    }
    #service-area {
        grid-column: 1 / span 2;
    }
    #service-area h3 {
        font-size: 1.25em;
    }
    #service-area p {
        font-size: 1em;
    }

    .elfsight-app-a371455e-547e-4b5f-8902-37ea83a0a8f4 {
        grid-column: 1 / span 2;
    }

    /* SERVICES TABLET */
    #servicesPage-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #left-image h1 {
    font-size: 2em;
    }
    #left-image h2 {
        font-size: 1.5em;
    }
    #left-image hr {
        height: .5em;
        background-color: #127C9F;
        border-style: none;
    }

    #company-choice {
        grid-column: 1 / span 2;
    }
    .choice-text-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: start;
    }
    .choice-text {
        grid-column: 1;
    }
    .choice-image {
        grid-column: 2;
        position: sticky;
        top: 50%;
    }
    #company-choice img {
        width: 100%;
        margin: 0;
    }
    .freeEstimates {
        grid-column: 1 / span 2;
    }
    #servicePage-services {
        grid-column: 1 / span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2em;
        margin-bottom: 4%;
    }
    #servicePage-services h3 {
        text-align: left;
    }
    #title {
        grid-column: 1 / span 2;
    }



    /* SERVICE AREA PAGE */
    #serviceAreaPage-con {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 3%;
    }
    .welcome-header {
    font-size: 1.25em;
    }
    #serviceAreaPage-con p {
        font-size: 1em;
    }
    #paragraph {
        grid-column: 1 / span 2;
    }
    #map-container {
        margin: auto;
    }
    #citiesListed ul {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        padding: none;
    }


        /* Free Estimates Page Main Content */
    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

/* Make inputs fill their grid column */
    .form-grid input,
    .form-grid select {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 1em;
    }

/* Textarea takes full width */
    .form-grid textarea {
        grid-column: 1 / -1;
        width: 100%;
        height: 150px;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1em;
    }
    form button {
        grid-column: 1 / span 2;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1em;
    }

    /* PROMOTIONS PAGE TABLET */
    #promotionsPage-con {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #promotionsPage-con p {
        font-size: 1em;
    }
    #promotionsPage-con p {
        grid-column: 1 / span 2;
    }
}


@media screen and (min-width: 1024px) {
    body {
        font-size: 1.25em;
    }


    header { height: 80px; }
    #header .site-container {
        height: 80px;
    }
    #menu-icon {display: none;}
    #logo { width: 6.5em; height: auto; }
    #telephone-link {display: none;}
    #nav-links { display: flex; align-items: center; gap: 20px; height: 100%;}
    #nav-links a {color: white; text-decoration: none; padding: 0 12px; display: flex; align-items: center; height: 100%;}
    #nav-links a:hover { background-color: #0A2E53; color: #127C9F;}


    /* Main content home page */
    #main-con {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #welcome {
        grid-column: 1 / span 3;
    }
    #contactUsButton {
        width: 6em;
        height: 2em;
        font-size: 1em;
    }
    #servicesButton {
        width: 6em;
        height: 2em;
        font-size: 1em;
    }
    #benefits-box {
        display: none;
    }
    #benefits {
        grid-column: 1 / span 3;
    }
    #benefits-container {
        grid-column: 1 / span 3;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;

    }
    #benefits-container h3 {
        grid-column: 1 / span 3;
    }
   
    .desktopView-benefits-box{
        display: block;
        
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    
        background-color: #F2F2F2;
        box-shadow: 10px 10px 5px hsl(0, 0%, 65%);
        border-radius: 10px;
        padding: 5%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .desktopView-benefits-box ul {
        font-size: 1em;
        display: flex;
        flex-direction: column;
        gap: .75em;
    }

    #results {
        grid-column: 1 / span 3;
    }

    .slideshow-container {
        grid-column: 1 / span 3;
    }
    .promotions {
        grid-column: 1 / span 3;
    }
    .promotions button {
        width: 6em;
        height: 2em;
        font-size: 1em;
    }
        #service-area-main {
        grid-column: 1 / span 3;
    }
    #service-area {
        grid-column: 1 / span 3;
    }
    #service-area button {
        width: 7em;
        height: 2em;
        font-size: 1em;
    }
    #citiesListed {
        margin: 5%;
    }

    .elfsight-app-a371455e-547e-4b5f-8902-37ea83a0a8f4 {
        grid-column: 1 / span 3;
    }



    /* Service Page Main Content */
    #servicesPage-content {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #company-choice {
        grid-column: 1 / span 3;
        display: grid;
        grid-template-columns: 2fr 1.2fr 2fr;
        gap: 2rem;
        align-items: start;
        padding: 0 5%;
        margin: 0 auto;
    }
    .choice-image {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
        justify-self: center;
        position: sticky;
        top: 50%;
    }
   #company-choice .choice-image img {
        width: 100%;
    }
    .choice-text {
        width: 100%;
        max-width: none;
        grid-column: unset;
    }
    .choice-text p, .choice-text h3{
        width: 100%;
        max-width: none;
    }

    .choice-text-group {
        display: contents;
    }
    .freeEstimates {
        grid-column: 1 / span 3;
    }
    #servicePage-services {
        grid-column: 1 / span 3;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1em;
    }

    .tabletOnly {
        display:contents;
        background-color: #127C9F;
        width: 100%;
        height: 100%;
    }

    #servicePage-services h3 {
        text-align: left;
    }
    #title {
        grid-column: 1 / span 3;
    }

    /* Service Area Page Main Content */
    #serviceAreaPage-con {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    #paragraph {
        grid-column: 1 / span 2;
    }
    /*
    #serviceAreaPage-con p{
        grid-column: 1 / span 3;
    } 
    #serviceAreaPage-con iframe {
        grid-column: 1 / span 3;
    }
    #map-container {
        grid-column: 1 / span 3;
        max-width: 800px;
    }
    */
    #map-container {
        max-width: 500px;
    }
    #map-container iframe{
        aspect-ratio: 4 / 3;
    }
     /*           
    #citiesListed {
        grid-column: 1 / span 3;
    }
        */
    #citiesListed ul {
        grid-template-columns: repeat(3, 1fr);
        max-width: 900px;
        text-align: left;
    }
    /* Promotions Page Main Content */
    #promotionsPage-con {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #promotionsPage-welcome-image {
        max-width: 900px;
        margin: 0 auto;
    }
    #promotionsPage-con p {
        grid-column: 1 / span 3;
    }
    /* Free Estimates Page Main Content */
    form {
        max-width: 1000px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 12px;
}

/* Make inputs fill their grid column */
.form-grid input,
.form-grid select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Textarea takes full width */
.form-grid textarea {
    grid-column: 1 / -1;
    width: 100%;
    height: 150px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
form button {
    grid-column: 1 / span 2;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
}


}

@media screen and (min-width: 1200px) {
    body {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 1600px) {
    body {
        font-size: 1.75em;
    }
    #logo {
        width: 5.5em;
        height: auto;
    }
}


@media screen and (min-width: 1800px) {
    /*
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    */
    .main-image-container {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;  
    }
    .welcome-content {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;  
    }
    #main-logo {
        width: 1500px !important;
        display: block;
        height: auto;
        margin-top: 25px;
        margin-left: 5%;
        margin-bottom: 3%;
    }
    #benefits-container {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }
    .promotions-content {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }
    #company-choice {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }
    #servicesPage-welcome-image {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }
    #servicePage-services {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;

    }

    /*
    .service-area-content {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }
    */
    #service-area-main {
        grid-column: 1 / span 3;
    }
    #service-area-container {
        grid-column: 1 / span 3;
        width: min(100% - 2rem, 1800px);
        margin-inline: auto; 
    }
    .site-container {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }

    #serviceAreaPage-con {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }
    #freeEstimatesPage-con {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }
    #freeEstimatesPage-con p {
        text-align: center;
    }
    #promotionsPage-con {
        width: min(100% - 2rem, 1800px);
        margin-inline: auto;
    }

}