@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");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
    --green: #65b81f;
    --lightMuave: #dbd5d2;
    --muave: #af9a93;
    --rust: #973f22;
    --offWhite: #efe9e7;
    --darkGrey: #2f2e2e;
    --grey: #4f4d4d;
    --mediumGrey: #757575;
    --lightGrey: #c3c3c3;
    --veryLightGrey: #e3e3e3;
}
body {
    background-color: var(--offWhite);
}
h1 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.25rem;
}
@media (min-width: 768px) {
    h1 {
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 3rem;
    }
}
h2 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
}
@media (min-width: 768px) {
    h2 {
        font-size: 2.5rem;
    }
}
h2 span:nth-child(1) {
    display: block;
    font-size: 2rem;
    line-height: 90%;
}
@media (min-width: 768px) {
    h2 span:nth-child(1) {
        font-size: 3rem;
        line-height: 120%;
    }
}
h2 span:nth-child(2) {
    display: block;
    font-size: 0.975rem;
    padding-top: 20px;
}
@media (min-width: 768px) {
    h2 span:nth-child(2) {
        font-size: 1.5rem;
        padding-top: 0px;
    }
}
h3 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.375rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
}
.no-transform {
    text-transform: none;
}
@media (min-width:1400px) {
    .img-xxl-not-fluid {
        max-width: initial;
    }
}
.headerWrapper {
    padding: 0px;
    background-color: #000000;
    position: scroll;
    top: 0px;
    z-index: 250;
}
@media (min-width: 992px) {
    .headerWrapper {
        position: fixed;
    }
}
@media (min-width:992px) {
	:target {
		scroll-margin-top: 170px; /* To account for fixed header with anchors */
	}
}
.navbar-toggler {
    margin-top: 0px; /* was -150px when on same line */
}
header {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .logo {
    padding-top: 0px;
    padding-left: 35px;
}
header .theNav {
    padding-top: 0px;
}
header .navbar-dark .navbar-toggler {
    border: 2px solid var(--mediumGrey);
}
header .navbar-toggler {
    margin-top: 0;
}
header .quote {
    padding-top: .5rem;
    text-align: center;
}
@media (min-width: 992px) {
    header .quote {
        padding-right: 15px;
        text-align: left;
    }
}
a:link.nav-link, a:visited.nav-link {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.05rem;
    color: #ffffff; /* colors switched per Dan */
}
a:hover.nav-link {
    color: var(--lightGrey);
}
.dropdown-menu {
    background-color: #000000;
}
a:link.dropdown-item, a:visited.dropdown-item {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    color: var(--lightGrey);
}
a:hover.dropdown-item {
    color: #000000;
}
.phone {
    background-color: var(--green);
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
@media (min-width: 768px) {
    .phone {
        text-align: right;
    }
}
@media (min-width: 1400px) {
    .phone {
        padding-right: 6%;
    }
}
.phone a:link, .phone a:visited {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.35rem;
    color: #ffffff;
    text-decoration: none;
}
.phone a:hover {
    color: #000000;
}
.hero {
    padding: 0px;
    margin-top: 0px;
}
@media (min-width: 992px) {
    .hero {
        padding: 0px;
        margin-top: 106px;
    }
}
@media (min-width: 1400px) {
    .hero {
        padding: 0px;
        margin-top: 185px;
    }
}
@media (min-width:768px) {
    .hero .carousel-item img {
        position: absolute;
        bottom: 0;
        height: auto;
    }
}
@media (min-width:768px) {
    .hero .carousel-item {
        height: 430px;
    }
}
@media (min-width:992px) {
    .hero .carousel-item {
        height: 555px;
    }
}
@media (min-width:1200px) {
    .hero .carousel-item {
        height: 675px;
    }
}
.hero .carousel-item .carousel-caption {
    bottom: auto;
    top: 8%;
    color: var(--offWhite);
    text-align: center;
}
@media (min-width: 992px) {
    .hero .carousel-item .carousel-caption {
        top: 20%;
    }
}
.hero .carousel-item .carousel-caption p {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.35rem;
    line-height: 110%;
}
@media (min-width:596px) {
    .hero .carousel-item .carousel-caption p {
        font-size: 1.9rem;
    }
}
@media (min-width: 768px) {
    .hero .carousel-item .carousel-caption p {
        font-size: 3.25rem;
    }
}
.hero .carousel-item .carousel-caption p.catchphrase {
    background-color: rgba(20, 20, 20, 0.325);
}
.btn {
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 2px;
    background-color: var(--green);
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    border-style: solid;
    border-color: var(--green);
    -webkit-transition: all 0.475s ease;
    -moz-transition: all 0.475s ease;
    -ms-transition: all 0.475s ease;
    -o-transition: all 0.475s ease;
    transition: all 0.475s ease;
}
@media (min-width:1400px) {
    .btn {
        font-size: 1.35rem; /* larger per Dan */
    }
}
.hero .btn {
    font-size: 1.15rem;
    padding: 2px 8px;
}
@media (min-width:596px) {
    .hero .btn {
        font-size: 1.25rem;
        padding: .5rem 1rem;
    }
}
.btn:hover {
    color: var(--green);
    background-color: transparent;
    border-color: var(--green);
}
.btn.jump {
    color: #ffffff;
    text-transform: none;
    border-radius: 0px;
    letter-spacing:normal;
    background-color: var(--mediumGrey);
    font-family: "Poppins", sans-serif;
    font-size: .8rem;
    font-weight: 500;
    border:none;
	padding:.5rem .7rem;
    -webkit-transition: all 0.475s ease;
    -moz-transition: all 0.475s ease;
    -ms-transition: all 0.475s ease;
    -o-transition: all 0.475s ease;
    transition: all 0.475s ease;
}
@media (min-width:1400px) {
    .btn.jump {
        font-size: .8rem; 
    }
}
.content.index {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content.interior {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (min-width: 992px) {
    .content.interior {
        margin-top: 150px;
    }
}
@media (min-width: 1400px) {
    .content.interior {
        margin-top: 190px;
    }
}

.interiorHero {
  margin-top: 0px;
	background-image:url(../graphics/wood.webp); 
	background-size:cover;
}
@media (min-width:768px) {
	.interiorHero {
		padding-top: 25px;
  		padding-bottom: 25px;
	}
}
@media (min-width: 992px) {
  .interiorHero {
    margin-top: 140px;
  }
}
@media (min-width: 1200px) {
  .interiorHero {
    margin-top: 128px;
  }
}
@media (min-width: 1400px) {
  .interiorHero {
    margin-top: 180px;
  }
}		
.content.interior.services {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .content.interior.services {
   /* margin-top: 75px;*/
  }
}
@media (min-width: 1400px) {
  .content.interior.services {
    /*margin-top: 75px;*/
  }
}		
.content.interior a:link, .content.interior a:visited {
    text-decoration: none;
    color: var(--rust);
}
.content.interior a:hover {
    color: var(--green);
}
.content.interior a.jump:link, .content.interior a.jump:visited {
    text-decoration: none;
    color: #ffffff;
}
.content.interior a.jump:hover {
    color: var(--green);
}
.content .intro p {
    font-family: "Lato", sans-serif;
    color: var(--grey);
    font-size: 1.125rem;
    font-weight: 300;
}
@media (min-width: 768px) {
    .content .intro p {
        font-size: 1.25rem;
    }
}
@media (min-width: 1400px) {
    .content .intro p {
        font-size: 1.35rem;
    }
}
.content.interior p, .content.interior ul, .content.interior ol {
    font-family: "Lato", sans-serif;
    color: var(--grey);
    font-size: 1.125rem;
    font-weight: 300;
}
@media (min-width: 768px) {
    .content.interior p, .content.interior ul, .content.interior ol {
        font-size: 1.25rem;
    }
}
.content ul, .content ol {
    margin-bottom: 0px;
}
.line {
    display: block;
    width: 175px;
    height: 7px;
    background-color: var(--muave);
    margin-top: 20px;
    margin-bottom: 20px;
}

.bullets .row {
    padding-left: 20px;
}
@media (min-width: 768px) {
    .bullets .row {
        padding-left: 90px;
    }
}
a:link.cta, a:visited.cta {
    display: block;
    background-color: var(--green);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    text-decoration: none;
    -webkit-transition: all 0.475s ease;
    -moz-transition: all 0.475s ease;
    -ms-transition: all 0.475s ease;
    -o-transition: all 0.475s ease;
    transition: all 0.475s ease;
    margin-bottom: 20px;
}
a:hover.cta {
    color: var(--green);
    background-color: #000000;
    border-color: var(--green);
}
a.cta p {
    font-size: 1.2rem;
}
@media (min-width:1400px) {
    a.cta p {
        font-size: 1.45rem;
    }
}
.leadIns {
    background-image: url(../graphics/backLeadIns.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 90px;
    padding-bottom: 75px;
    text-align: center;
}
.leadIns a:link, .leadIns a:visited {
    display: block;
    width: 270px; /* Set a width */
    height: 250px; /* Set a height */
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    position: relative; /* Set position relative for overlay */
    text-decoration: none; /* Remove underline from link */
    color: var(--offWhite); /* Text color */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}
.overlay-text {
    position: absolute;
    top: 100%;
    left: 0%;
    font-size: 1.5rem; /* Adjust text size */
    text-align: center; /* Center text */
    background-color: var(--muave);
    padding: 10px; /* Optional: Padding for text */
    width: 100%;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: all linear 0.375s;
}
.leadIns a:hover .overlay-text {
    background-color: var(--green);
}
.leadIns a:link.landscaping {
    background-image: url(../photos/leadInLandscaping.webp); /* Change to your image URL */
}
.leadIns a:link.patios {
    background-image: url(../photos/leadInPatios.webp); /* Change to your image URL */
}
.leadIns a:link.lawn {
    background-image: url(../photos/leadInLawncare.webp); /* Change to your image URL */
}
.leadIns a:link.snow {
    background-image: url(../photos/leadInSnowPlowing.webp); /* Change to your image URL */
}
.testimonial {
    background-image: url(../graphics/stoneMoss.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 90px;
    padding-bottom: 90px;
}
@media (min-width: 768px) {
    .testimonial {
        background-size: cover;
        background-attachment: fixed;
        padding-top: 125px;
        padding-bottom: 125px;
    }
}
.testimonial .col-md-5 {
    padding: 0px;
}
.testimonial .col-md-7 {
    background-color: rgba(239, 233, 231, 0.75);
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .testimonial .col-md-7 {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.testimonial .col-md-9 {
    background-color: rgba(239, 233, 231, 0.75);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
}
@media (min-width: 768px) {
    .testimonial .col-md-9 {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.testimonial p:nth-child(1) {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.75rem;
    line-height: 110%;
    margin-top: 35px;
    color: var(--darkGrey);
}
@media (min-width: 768px) {
    .testimonial p:nth-child(1) {
        font-size: 2rem;
        line-height: 80%;
    }
}
.testimonial p:nth-child(2) {
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--darkGrey);
}
.testimonial p.reviewButt {
    text-align: left;
    margin-top: 0px;
}
@media (min-width: 768px) {
    .testimonial p.reviewButt {
        text-align: right;
        margin-top: -25px;
    }
}
.logos {
    padding-top: 25px;
    padding-bottom: 25px;
}
.logos .item {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
}
.logos img {
    max-width: 100%;
    opacity: 1;
    -webkit-transition: all 0.475s ease;
    -moz-transition: all 0.475s ease;
    -ms-transition: all 0.475s ease;
    -o-transition: all 0.475s ease;
    transition: all 0.475s ease;
}
.logos img:hover {
    opacity: 0.5;
}
footer {
    background-color: #000000;
    color: var(--offWhite);
    padding-top: 90px;
    padding-bottom: 90px;
}
footer .col-md-4 {
    padding-left: 75px;
}
footer p, footer ul {
    font-family: "Lato", sans-serif;
    font-size: 0.95rem;
}
@media (min-width:768px) {
    footer ul {
        font-family: "Lato", sans-serif;
        font-size: 1.0rem;
    }
}
footer a:link, footer a:visited {
    color: var(--offWhite);
    text-decoration: none;
}
footer a:hover {
    color: var(--lightGrey);
}
footer .bi-facebook {
    font-size: 2rem;
    margin-right: 20px;
}
footer .bi-instagram {
    font-size: 2rem;
}
/* start uneven photo grid and intro ==============================================================================*/
.intro .col-md-6:nth-child(1) {
    padding: 0px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .intro .col-md-6:nth-child(1) {
        margin-bottom: 0px;
        padding-right: 10px;
    }
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 10px;
}
.image-grid img:nth-child(2) {
    grid-column: span 2;
    grid-row: span 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.image-grid img:nth-child(3) {
    grid-column: 3 / span 2;
    grid-row: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-grid img:nth-child(1) {
    grid-column: span 4;
    grid-row: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.text-column {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: var(--mediumGrey);
}
@media (min-width:768px) {
    .text-column {
        padding: 35px;
    }
}
@media (min-width:1200px) {
    .text-column {
        padding: 40px;
    }
}
@media (min-width:1600px) {
    .text-column {
        padding: 50px;
    }
}
.content .text-column h1, .content .text-column p {
    color: var(--offWhite);
    font-weight: 500;
}
.text-column .line {
    color: var(--lightGrey);
}
@media (min-width:768px) {
    .text-column h1 {
        font-size: 2.00rem;
    }
    .text-column p {
        font-size: 1rem;
    }
}
@media (min-width:1200px) {
    .text-column h1 {
        font-size: 2rem;
    }
    .text-column p {
        1rem;
    }
}
@media (min-width: 1600px) {
    .text-column h1 {
        font-size: 3rem;
    }
    .text-column p {
        font-size: 1.35rem;
    }
}
/* end uneven photo grid and intro ==============================================================================*/
/* start flip card styling ==============================================================================*/
.cardFlip {
    text-align: center;
    background-image: url(../graphics/wood.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding-top: 90px;
    padding-bottom: 90px;
}
.cardFlip h2 {
    color: var(--offWhite);
}
.flip-card {
    background-color: transparent;
    width: 390px; /* changed from 375px per Dan - wanted them larger */
    height: 400px; /* Was 380px */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.575s;
    transform-style: preserve-3d;
}
/* Do a horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    background-repeat: no-repeat;
}
.flip-card-front h3 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--muave);
    margin-top: 395px; /* was 375 px, increased with card size increase */
    color: var(--offWhite);
}
/* Style the front side (fallback if image is missing) */
.flip-card-front.design {
    background-image: url(../photos/backDesign.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.flip-card-front.build {
    background-image: url(../photos/backBuild.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
}
.flip-card-front.maintain {
    background-image: url(../photos/backMaintain.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
}
/* Style the back side */
.flip-card-back {
    background-color: var(--muave);
    background-image: url(../graphics/backCard.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    transform: rotateY(180deg);
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
    box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
}
.flip-card-back p {
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
}
/* end flip card styling ==============================================================================*/
.carousel-inner img {
    width: 100%;
}
.carousel-indicators [data-bs-target] { /* per Dan, make the indicators more visible */
    height: 4px;
    border: 1px solid #ffffff;
}
@media (min-width:768px) {
    .carousel-indicators [data-bs-target] { /* per Dan, make the indicators more visible */
        height: 5px;
        border: 2px solid #ffffff;
    }
}
.irrigreen {
    background-image: url(../photos/backIrrigreenIntro.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center; /* per Dan */
}
@media (min-width: 768px) {
    .irrigreen {
        background-size: cover;
        background-position: center;
        padding-top: 125px;
        padding-bottom: 125px;
    }
}
.irrigreen p {
    font-size: 1.1rem;
}
.irrigreen .col-md-7 {
    margin-left: 5px;
}
@media (min-width: 768px) {
    .irrigreen .col-md-7 {
        margin-left: 75px;
    }
}
.indexFinancing {
    display: block;
    background-color: var(--green);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    text-decoration: none;
    -webkit-transition: all 0.475s ease;
    -moz-transition: all 0.475s ease;
    -ms-transition: all 0.475s ease;
    -o-transition: all 0.475s ease;
    transition: all 0.475s ease;
}
.indexFinancing .btn {
    color: var(--green);
    background-color: #000000;
}
.indexFinancing .btn:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #000000;
}
.indexFinancing p {
    font-size: 1.2rem;
}
@media (min-width:1400px) {
    .indexFinancing p {
        font-size: 2rem;
    }
}
/* For the IRRIGREEN page */
.irrigreenFlip {
    margin-bottom: 20px;
}
.irrigreenFlip .flip-card {
    width: 331px;
    height: 421px;
    margin-bottom: 120px;
}
.irrigreenFlip .flip-card-front.piping {
    background-image: url("../graphics/irrigreen/flip/piping-irrigreen.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.irrigreenFlip .flip-card-front.heads {
    background-image: url("../graphics/irrigreen/flip/sprinkler-heads-irrigreen.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.irrigreenFlip .flip-card-front.water {
    background-image: url("../graphics/irrigreen/flip/watering-irrigreen.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.irrigreenFlip .flip-card-back.piping {
    background-image: url("../graphics/irrigreen/flip/piping-traditional.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    transform: rotateY(180deg);
    -webkit-box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
    box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
}
.irrigreenFlip .flip-card-back.heads {
    background-image: url("../graphics/irrigreen/flip/sprinkler-heads-traditional.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    transform: rotateY(180deg);
    -webkit-box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
    box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
}
.irrigreenFlip .flip-card-back.water {
    background-image: url("../graphics/irrigreen/flip/watering-traditional.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    transform: rotateY(180deg);
    -webkit-box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
    box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.925);
}
.irrigreenFlip h4 {
    color: var(--offWhite);
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.irrigreenControls {
    background-color: #ffffff;
    padding: 50px 20px;
    color: var(--grey);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.irrigreenControls p {
    font-size: 1.4rem;
}
.irrigreenControls .components {
    padding: 50px;
}
.getQuote {
    background-image: url(../graphics/backLeadIns.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
    /*  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;*/
    text-align: center;
}
.getQuote p {
    font-size: 2.0rem; /* Adjust text size */
    text-align: center; /* Center text */
    color: var(--offWhite); /* Text color */
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: all linear 0.375s;
    margin-bottom: 50px;
}
.getQuote a:link, .getQuote a:visited {
    display: block;
    width: 400px; /* Set a width */
    height: 375px;
    color: var(--offWhite); /* Text color */
    background-color: pink;
    background-size: cover; /* Cover the entire area */
    background-position: center; /* Center the image */
    position: relative; /* Set position relative for overlay */
    text-decoration: none; /* Remove underline from link */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}
.getQuote-overlay-text {
    position: absolute;
    top: 100%;
    left: 0%;
    font-size: 1.5rem; /* Adjust text size */
    text-align: center; /* Center text */
    background-color: var(--muave);
    color: var(--offWhite); /* Text color */
    padding: 10px; /* Optional: Padding for text */
    width: 100%;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: all linear 0.375s;
}
.getQuote a:hover .getQuote-overlay-text {
    background-color: var(--green);
}
.getQuote .landscaping {
    background-image: url("../photos/getQuoteLandscape.webp"); /* Change to your image URL */
}
.getQuote a.maintenance {
    background-image: url(../photos/getQuoteMaintenance.webp); /* Change to your image URL */
}
.accordion-button {
    background-color: transparent;
    border: 1px solid var(--mediumGrey);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: var(--lightGrey);
    border: 1px solid var(--mediumGrey);
}
.accordion-collapse {
    background-color: var(--veryLightGrey);
    border: 1px solid var(--mediumGrey);
}
.content.interior.learning .btn {
    font-size: .85rem;
    color: #ffffff;
    background-color: var(--green);
    padding: 2px 3px;
}
.content.interior.learning a:link, .learning a:visited {
    color: #ffffff;
}
.content.interior.learning a:hover {
    color: var(--rust);
}