#landing-hero {
    background-color: rgb(240, 246, 241);
    min-height: 800px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*align-content: flex-start;*/
    justify-content: center;
    align-items: center;
    /*padding: 300px 0 160px 0;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    clip-path: ellipse(120% 80% at 50% 20%);
}

#landing-hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 29, 36, .5);
    background: -moz-linear-gradient(0deg, rgba(0, 29, 36, .5) 0%);
    background: -webkit-linear-gradient(0deg, rgba(0, 29, 36, .5) 0%);
    background: linear-gradient(0deg, rgba(0, 29, 36, .5) 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001d24", endColorstr="#001d24", GradientType=1);
}

#landing-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(5, 46, 48);
    background: -moz-radial-gradient(circle, rgba(5, 46, 48, 0.2) 0%, rgba(5, 46, 48, .8) 100%);
    background: -webkit-radial-gradient(circle, rgba(5, 46, 48, 0.2) 0%, rgba(5, 46, 48, .8) 100%);
    background: radial-gradient(circle, rgba(5, 46, 48, 0.2) 0%, rgba(5, 46, 48, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#052e30", endColorstr="#052e30", GradientType=1);
}

#landing-hero .container {
    position: relative;
    z-index: 2;
}

.hero-buttons {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.hero-buttons .button {
    margin: 0 10px 10px 10px;
}

#video-button .icon {
    position: relative;
    flex-basis: 11px;
    width: 11px;
    height: 12px;
    margin-left: 9px;
}

#video-button .icon:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    flex-basis: 11px;
    width: 11px;
    height: 12px;
    mask: url('../icons/video.svg') no-repeat center;
    -webkit-mask: url('../icons/video.svg') no-repeat center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: var(--white);
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#video-button:hover .icon:before {
    background-color: var(--green);
}

#landing-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#landing-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#landing-hero iframe {
    border: none;
    height: 62vw;
    left: 50%;
    min-height: 101vh;
    min-width: 177.778vh;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    /*transition: opacity .36s ease-in;*/
    width: 100vw;
}

#landing-hero h1 {
    font-size: 60px;
    letter-spacing: 19px;
    line-height: 71px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#landing-hero h1 span {
    display: block;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #landing-hero {
        /*height: 100vh;*/
        height: 90vh;
        padding: 100px 0;
        min-height: 450px;
    }
}

@media only screen and (max-width: 1199.9px) {
    /*#landing-hero {*/
    /*    min-height: auto;*/
    /*    !*padding: 200px 0 150px 0;*!*/
    /*}*/
    #landing-hero h1 {
        font-size: 50px;
        letter-spacing: 10px;
        line-height: 60px;
    }

}

@media only screen and (max-width: 991.9px) {
    #landing-hero {
        min-height: auto;

    }

    #landing-hero h1 {
        font-size: 40px;
        letter-spacing: 5px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .hero-buttons {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767.9px) {
    #landing-hero {
        min-height: auto;
        padding: 140px 0 80px 0;
    }

    #landing-hero h1 {
        font-size: 32px;
        letter-spacing: 2px;
        line-height: 40px;
    }

    .hero-buttons {
        margin-top: 40px;
    }

    #landing-hero p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 575.8px) {
    #landing-hero h1 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
    }

    #landing-hero {
        padding: 120px 0 60px 0;
        clip-path: ellipse(160% 80% at 50% 20%);
    }

    .hero-buttons {
        margin-top: 30px;
    }

    #landing-hero p {
        font-size: 16px;
        line-height: 20px;
    }
}

/* 
===================
2ND HERO SECTION ( WHAT WE DO )
===================
 */
 #what-we-do {
    padding: 150px 0 140px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

#hero-left {
    position: relative;
    z-index: 2;
}

#hero-left {
    position: relative;
    z-index: 2;
}

#what-map-wrapper {
    position: absolute;
    top: 90vh;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-height: 80vh;
}

#what-map-wrapper img {
    position: absolute;
    top: -80px;
    right: 0;
    width: 1920px;
    max-width: inherit;

}

@media only screen and (max-width: 1460px) {
    #what-map-wrapper img {
		top: 0;
        margin-right: -200px;
    }
}

@media only screen and (max-width: 1199.9px) {
    #what-we-do {
        padding-bottom: 100px;
    }

    #what-map-wrapper img {
        width: 1500px;
    }

    /*#what-map-wrapper img{*/
    /*    margin-right: -300px;*/
    /*}*/
}

@media only screen and (max-width: 991.9px) {
    #what-we-do {
        padding-top: 100px;
    }

    #what-map-wrapper img {
        margin-right: -120px;
        width: 1050px;
    }
}

@media only screen and (max-width: 767.8px) {
    #what-we-do {
        position: relative;
        padding-bottom: 510px;
    }

    #what-we-do:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 280px;
        background-color: rgba(245, 249, 246, .5);
        z-index: 1;
    }

    #what-mobile-map-wrapper img {
        width: 100vw;
        position: absolute;
        bottom: 0;
        left: 0;

    }


    #hero-left {
        text-align: center;
        position: relative;
    }
}

@media only screen and (max-width: 700px) {
    #what-mobile-map-wrapper img {
        width: calc(100vw + 100px);
        left: -50px;
		bottom: -30px;
        max-width: inherit;
    }
}

@media only screen and (max-width: 600px) {
	#what-we-do{
		padding-bottom: 455px;
	}
    #what-mobile-map-wrapper img {
       bottom: 0;
    }
}

@media only screen and (max-width: 575.8px) {
/*     #what-we-do {
        padding-bottom: 300px;
    } */
}

@media only screen and (max-width: 480px) {
/*     #what-mobile-map-wrapper img {
        top: 36%;
    } */
		#what-we-do{
		padding-bottom: 380px;
	}
}

@media only screen and (max-width: 400px) {
	#what-we-do{
		padding-bottom: 300px;
	}
	#what-we-do:before{
		height:50%;
	}
/*     #what-mobile-map-wrapper img {
        top: 45%;
    } */
}

@media only screen and (max-width: 350px) {
/*     #what-mobile-map-wrapper img {
        top: 49%;
    } */
}

@media only screen and (max-width: 330px) {
/*     #what-mobile-map-wrapper img {
        top: 50%
    } */

    #what-we-do {
        padding-bottom: 270px;
    }
}

@media only screen and (max-width: 300px) {
/*     #what-mobile-map-wrapper img {
        top: 55%
    } */
}
/*
=======================
INTRO
=======================
 */
 #why-us {
    padding: 0 45px 50px 45px;
}

#intro-image {
    position: relative;
    z-index: 2;
    height: 780px;
    border-radius: 15px;
    overflow: hidden;
}

#intro-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#intro-image:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(157, 203, 69);
    background: -moz-linear-gradient(180deg, rgba(157, 203, 69, 0.0046612394957983305) 0%, rgba(57, 100, 58, 0.0046612394957983305) 41%, rgba(7, 48, 52, 0.65172006302521) 67%, rgba(10, 39, 37, 1) 90%);
    background: -webkit-linear-gradient(180deg, rgba(157, 203, 69, 0.0046612394957983305) 0%, rgba(57, 100, 58, 0.0046612394957983305) 41%, rgba(7, 48, 52, 0.65172006302521) 67%, rgba(10, 39, 37, 1) 90%);
    background: linear-gradient(180deg, rgba(157, 203, 69, 0.0046612394957983305) 0%, rgba(57, 100, 58, 0.0046612394957983305) 41%, rgba(7, 48, 52, 0.65172006302521) 67%, rgba(10, 39, 37, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9dcb45", endColorstr="#0a2725", GradientType=1);
}

#promo-container {
    position: relative;
    z-index: 3;
    margin-top: -400px;
}

#why-us h2 span {
    color: var(--white);
}

#promo-columns-container {
    margin-top: 50px;
    border-radius: 15px;
    filter: drop-shadow(0px 29px 32.5px rgba(78, 92, 62, 0.08));
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    overflow: hidden;

}

.promo-column {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

#promo-columns-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 66.66%;
    height: 10px;
    background-color: rgb(106, 166, 79);
    z-index: 2;

}

#promo-columns-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33%;
    height: 10px;
    background-color: var(--lighter-green);
    z-index: 2;

}

#promo-columns-container .row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgb(157, 204, 69);
    z-index: 0;
}

.promo-column-inner {
    padding: 55px 50px;
}

.promo-column:nth-of-type(2) {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.promo-column-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.promo-column-icon {
    width: 80px;
    flex-basis: 80px;
    max-width: 100%;
}

.promo-column-title {
    width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
    max-width: 100%;
}

.promo-column-title h5 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) {
    #promo-columns-container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 991.8px) {
    #why-us {
        padding: 0;
    }

    #intro-image {
        height: 500px;
    }

    #intro-image {
        border-radius: 0;
    }

    .promo-column {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .promo-column:nth-of-type(2) {
        border-left: none;
        border-right: none;
    }

    .promo-column:last-of-type {
        border-bottom: none;
    }

    .promo-column-top {
        margin-bottom: 20px;
    }

    .promo-column-inner {
        padding: 30px;
    }

    #intro-image:before {
        background-image: linear-gradient(0deg, rgba(10, 39, 37, 0.9999999999999999) 0%, rgba(10, 39, 37, 0) 100%);
        /*background: rgb(7, 48, 52);*/
        /*background: -moz-linear-gradient(180deg, rgba(7, 48, 52, 0.4808517156862745) 0%, rgba(8, 44, 45, 0.6909357492997199) 16%, rgba(9, 42, 43, 0.9262298669467787) 56%, rgba(10, 39, 37, 1) 100%);*/
        /*background: -webkit-linear-gradient(180deg, rgba(7, 48, 52, 0.4808517156862745) 0%, rgba(8, 44, 45, 0.6909357492997199) 16%, rgba(9, 42, 43, 0.9262298669467787) 56%, rgba(10, 39, 37, 1) 100%);*/
        /*background: linear-gradient(180deg, rgba(7, 48, 52, 0.4808517156862745) 0%, rgba(8, 44, 45, 0.6909357492997199) 16%, rgba(9, 42, 43, 0.9262298669467787) 56%, rgba(10, 39, 37, 1) 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#073034", endColorstr="#0a2725", GradientType=1);*/
    }

    #promo-container {
        margin-top: -170px;
        text-align: center;
    }

    #promo-container h2 {
        margin-bottom: 10px;
    }

    #promo-columns-container {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767.8px) {
    #promo-columns-container {
        margin-top: 37px;
    }

    .promo-column-title h5 {
        font-size: 20px;
    }
}

/*
========================
ESTIMATE
========================
 */
 #estimate {
    position: relative;
    padding: 190px 0 150px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    min-height: auto;
    margin-block: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#estimate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(to right, rgba(7, 48, 52, 0.3744091386554622) 55.04%, rgba(7, 48, 52, 1));
    background: -webkit-linear-gradient(to right, rgba(7, 48, 52, 0.3744091386554622) 55.04%, rgba(7, 48, 52, 1));
    background: linear-gradient(to right, rgba(7, 48, 52, 0.3744091386554622) 55.04%, rgba(7, 48, 52, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#073034", endColorstr="#073034", GradientType=1);
}

#estimate .container {
    position: relative;
    z-index: 1;
}

#estimate h2 span {
    color: var(--white);
}

#estimate .row{
    justify-content: flex-end;
}

#estimate .banner-text {
    margin-bottom: 50px;
}

.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.banner-buttons a {
    min-width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.8px) {
    #form-wrapper label,
    #form-wrapper .gfield_label_before_complex {
        position: relative;
        width: 100%;
        left: 0;
        top: auto;
        text-align: left;

    }

    #estimate {
        padding: 50px 0;
        text-align: center;
        min-height: 630px;
    }

    #estimate .banner-text {
        text-align: center;
        width: 100%;
    }

    .banner-buttons {
        justify-content: center;
    }

    .banner-buttons a {
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 767.8px) {
    #estimate::before {
        background: linear-gradient(to bottom, rgba(7, 48, 52, 0.3744091386554622) 48.32%, rgba(7, 48, 52, 1) 74.37%);
        background: -moz-linear-gradient(to bottom, rgba(7, 48, 52, 0.3744091386554622) 55.04%, rgba(7, 48, 52, 1));
        background: -webkit-linear-gradient(to bottom, rgba(7, 48, 52, 0.3744091386554622) 55.04%, rgba(7, 48, 52, 1));
    }
    #form-wrapper input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
        margin: 8px;
    }
}

@media only screen and (max-width: 575.8px) {
    #free-estimate {
        padding-bottom: 30px;
    }

    #form-wrapper {
        padding: 30px 15px;
    }

    #form-wrapper .gfield {
        width: 100%;
        flex-basis: 100%;
    }
}


/*
=======================
WARRANTY
=======================
 */
 #warranty {
    padding: 50px 0;
}

#warranty h2 span {
    color: var(--dark-green);
}

.warranty-text {
    width: 950px;
    flex-basis: 950px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#warranty-row {
    margin-top: 70px;
    margin-left: -50px;
    margin-right: -50px;
}

.warranty-column {
    width: 25%;
    flex-basis: 25%;
    flex-wrap: wrap;
    border-right: 1px solid rgba(0, 0, 0, .1);

}

.warranty-column:last-of-type {
    border-right: none;
}

.warranty-column-inner {
    padding: 25px 50px;
}

.warranty-top {
    margin-bottom: 30px;
}

.year-number {
    font-size: 80px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 0;
}

.warranty-column-inner .year {
    font-size: 30px;
    letter-spacing: 12px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}

.warranty-bottom p {
    font-weight: 300;
    margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .warranty-column-inner {
        padding: 20px 30px;
    }

    .warranty-top {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991.8px) {
    .warranty-column {
        width: 50%;
        flex-basis: 50%;
    }

    .warranty-column:nth-of-type(1) {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .warranty-column:nth-of-type(2) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

@media only screen and (max-width: 575.8px) {
    #warranty {
        padding-bottom: 0;
    }

    #warranty-row {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
    }

    .warranty-column {
        width: 100%;
        flex-basis: 100%;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .warranty-column:nth-of-type(1) {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .warranty-column-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding: 25px 15px;
    }

    .warranty-top {
        margin-bottom: 0;
        width: 100px;
        flex-basis: 100px;
    }

    .year-number {
        font-size: 50px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .warranty-column-inner .year {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 6px;
        text-transform: uppercase;
        color: #9dcc45;
        font-weight: 400;
    }

    .warranty-bottom {
        width: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
        max-width: 100%;
    }

    .warranty-bottom p {
        text-align: left;
        margin-bottom: 0;
        padding-left: 15px;
    }
}

/*
===================
LOCATIONS
==================
 */
 @media (min-width: 1400px) {
    #locations-container,
    #contact-container {
        max-width: 1320px;
    }
}

#locations-container {
    border-radius: 15px;
    filter: drop-shadow(0px 29px 32.5px rgba(78, 92, 62, 0.08));
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

#locations-container .locations-title{
    font-size: 90px;
    margin-inline: auto;
    width: fit-content;
    text-align: center;
    text-transform: none;
    margin-block: 4rem;
}

#locations-container .locations-title span{
    line-height: 1;
}

#locations-container .row{
    justify-content: space-between;
}

.location-wrapper {
    padding: 0;
    background-color: white;
}

.location-wrapper:last-of-type {
    border-right: none;
}

.location-wrapper:nth-child(odd) {
    flex: 0 0 58%;
    max-width: 58%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.location-wrapper:nth-child(even) {
    flex: 0 0 41%;
    max-width: 41%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*.location-content {*/

/*}*/

.location-wrapper:last-of-type .location-content {
    border-right: none;
}

.location-top {
    /*padding: 22px 25px 22px 60px;*/
    padding: 22px 15px 22px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.location-top p {
    margin-bottom: 0;
}

.location-top .dot {
    margin-left: 10px;
}


.location-content {
    /*padding: 45px 60px;*/
    padding: 40px 45px 40px 45px;
}

.location-content .person-wrapper {
    margin-bottom: 40px;
}

.location-content .person-wrapper:last-of-type {
    margin-bottom: 0;
}

.location-content .person-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 16px;
}

.location-content .person-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.location-content .person-main .person-top {
    width: 100%;
}

.location-content .person-headshot-wrap {
    width: 96px;
    height: 96px;
    margin: 0;
    padding: 3px;
    border-radius: 50%;
    box-sizing: border-box;
    background: linear-gradient(to right, #5b9e54, #9ccb45);
    flex-shrink: 0;
}

.location-content .person-headshot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: var(--white);
}

.location-content .person-headshot--default {
    object-fit: contain;
    padding: 22%;
    /* Inner fill; green ring comes from .person-headshot-wrap gradient + padding */
    background-color: var(--light-grey);
}

.person-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 24px;
}

.person-top p {
    margin-bottom: 0;
}

.person-top .name p {
    font-size: 20px;
    font-weight: 400;
}

.person-top a,
.person-content a {
    font-weight: 300;
}

.spacer {
    width: 1px;
    background-color: rgba(0, 0, 0, .1);
    height: 18px;
    margin: 0 10px;
}

.location-content .person-main .person-connect {
    margin-top: 10px;
}

.location-content .person-connect .person-connect-btn {
    min-width: 0;
    display: inline-flex;
    width: auto;
    max-width: 100%;
    padding: 14px 22px;
    font-size: 14px;
    line-height: 1.2;
    text-decoration-line: none;
}

.location-content .person-connect .person-connect-btn:hover,
.location-content .person-connect .person-connect-btn:focus {
    text-decoration-line: none;
}

.location-top {
    background-color: #6AA64F;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.location-name {
    margin-inline: auto;
}
.location-name img {
    display: inline-block;
    height: 60px;
    width:  60px;
    margin-right: 1rem;
}
.location-name p {
    display: inline-block;
    font-size: 46px;
    vertical-align: middle;
}

.province-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.province-name {
    width: 100%;
    margin-bottom: 1rem;
    color: #6AA64F;
}

.location-short {
    color: var(--light-green);
}

/*
==========================
MAP
=========================
 */
 #desktop-map {
    position: relative;
    height: 910px;
    margin-top: -120px;
}

#desktop-map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .spacer {
        display: none;
    }
}

@media only screen and (max-width: 1199.9px) {
    #location-2 {
        border-right: none;
    }
    .location-top,
    .location-content{
        padding-left: 35px;
    }
}

@media only screen and (max-width: 991.8px) {
    #contact {
        padding-bottom: 20px;
    }

    #locations-container-mobile {
        position: relative;
        z-index: 2;
        filter: drop-shadow(0px 29px 32.5px rgba(78, 92, 62, 0.14));
    }
    #locations-container-mobile .locations-title{
        font-size: 48px;
        margin-inline: auto;
        width: fit-content;
        text-align: center;
        text-transform: none;
        margin-block: 4rem;
    }
    #locations-container-mobile .locations-title span{
        line-height: 1;
    }
    .location-wrapper{
        border: none;
        border-bottom: 1px solid #2c7050 !important;
    }

    .location-content{
        background-color: var(--white);
    }


    .location-top {
        padding: 15px 20px 15px 30px;
    }

    .location-content {
        padding: 30px 30px;
    }

    .card {
        border: none;
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }

    .card-header {
        border: none;
    }

    .card-body {
        padding: 0;
    }

    .card-header:first-child {
        border-radius: 0;
    }

    .location-wrapper {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        flex: unset !important;
        max-width: unset !important;
    }

    .location-name {
        margin-bottom: 0;
        width: 100%;
    }

    .location-name button {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        flex-basis: 100%;
        position: relative;
    }

    .location-name button:hover,
    .location-name button:focus {
        outline: none;
    }

    .location-name button:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: calc(50% - 7px);
        flex-basis: 21px;
        width: 21px;
        height: 13px;
        mask: url('../icons/filter-arrow.svg') no-repeat center;
        -webkit-mask: url('../icons/filter-arrow.svg') no-repeat center;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        background-color: var(--white);
        transform: rotate(0deg);

        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .location-name button.collapsed:before {
        transform: rotate(180deg);
    }

    .location-top .dot {
        margin-left: 0;
        margin-right: 10px;
        color: var(--light-green);
    }

    #desktop-map {
        margin-top: 0;
    }

    .location-content .person-wrapper {
        margin-bottom: 20px;
    }

    .location-content .person-wrapper:last-of-type {
        margin-bottom: 0;
    }

    .person-top .name p {
        font-size: 18px;
    }

    #desktop-map {
        height: inherit;
        padding-top: 100%;
    }
}
@media only screen and (max-width: 360px){
    .location-top {
        padding: 15px;
    }

    .location-content {
        padding: 30px 15px;
    }

    .location-content .person-row {
        gap: 10px;
    }

    .location-content .person-headshot-wrap {
        width: 72px;
        height: 72px;
    }

    .location-content .person-connect .person-connect-btn {
        font-size: 13px;
        padding: 12px 16px;
    }
}
/*
====================
CRAFTS SECTION
====================
 */
 #materials {
    padding: 50px 0 0 0;
}

#materials h2 {
    margin-block: 1em;
}

#materials h2 span {
    color: var(--dark-green);
}

#crafts-row {
    margin-top: 70px;
    margin-bottom: 70px;
}

.craft-column {
    width: 33.33%;
    flex-basis: 33.33%;
    max-width: 100%;
    display: flex;

    flex-wrap: wrap;
    flex-direction: column;
}

.craft-column:nth-child(-n+3) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.craft-column:nth-child(2),
.craft-column:nth-child(5) {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.craft-column-inner {
    padding: 40px 35px;
    height: 100%;
}

.craft-column-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.craft-icon-wrapper {
    width: 75px;
    flex-basis: 75px;
    max-width: 100%;
}

.craft-icon {
    display: block;
    width: 48px;
    height: 48px;
    mask: url('../icons/check-mark.svg') no-repeat center;
    -webkit-mask: url('../icons/check-mark.svg') no-repeat center;
    background-color: var(--light-green);
}

.craft-title {
    width: calc(100% - 120px);
    flex-basis: calc(100% - 120px);

}

.craft-title h3 {
    line-height: 27px;
    margin-bottom: 0;
}

.craft-column-content p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199.9px) {
    .craft-column-inner {
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 991.9px) {
    #materials {
        padding: 40px 0;
    }

    #crafts-row {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .craft-column {
        width: 50%;
        flex-basis: 50%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .craft-column-inner {
        padding: 30px 20px;
    }

    .craft-column:nth-child(2), .craft-column:nth-child(5) {
        border-left: none;
        border-right: none;
    }

    .craft-column:nth-of-type(odd) {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }

    .craft-title {
        width: calc(100% - 80px);
        flex-basis: calc(100% - 80px);
    }

    .craft-column:nth-child(5),
    .craft-column:nth-child(6) {
        border-bottom: none;
    }

    .craft-column-top {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767.9px) {
    .craft-column {
        width: 100%;
        flex-basis: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-left: none !important;
        border-right: none !important;
    }

    .craft-column:nth-child(5), .craft-column:nth-child(6) {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .craft-column:nth-of-type(odd) {
        border-right: none;
    }

    .craft-title h3 br {
        display: none;
    }

    .craft-column-top {
        align-items: center;
    }
}

@media only screen and (max-width: 575.8px) {
    #materials {
        padding: 30px 0;
    }

    .craft-column-inner {
        padding: 20px 15px;
    }
}
/*
=======================
MATERIALS SLIDER
=======================
 */
 #materials-slider {
    padding: 15px 0 0 0;
    border-bottom: 1px solid rgba(12, 88, 78, .1);
}

.material-slide-inner {
    /*height: 537px;*/
    padding-top: calc(47% + 145px);
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 15px;

}


.material-slide-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.material-slider-link:hover .material-slide-inner img {
    transform: scale(1.2);
}

#materials-slider .materials-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    position: relative;
    top: auto;
    bottom: auto;
}

#materials-slider .materials-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: rgb(112, 112, 112);
    opacity: .25;
    margin: 0 15px;
}

#materials-slider .materials-pagination .swiper-pagination-bullet-active {
    background-color: var(--light-green);
    opacity: 1;
}

.materials-slider-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
    margin: 30px auto;
}

.materials-slider-bottom .project-slider-button {
    width: 50px;
    flex-basis: 50px;
    max-width: 100%;
    margin: 0;
    top: 0;
    position: relative;
    left: auto;
    right: auto;
    height: auto;

}

.materials-slider-bottom .project-slider-button span {
    background: var(--light-green);
    display: flex;
    flex-basis: 30px;
    width: 30px;
    height: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.materials-slider-bottom .project-button-next {
    margin-left: auto;
    margin-right: 0;
}

.materials-slider-bottom .project-button-prev {
    margin-right: auto;
    margin-left: 0;
}

.materials-slider-bottom .project-button-next span {
    mask: url('../icons/arrow-right.svg') no-repeat center;
    -webkit-mask: url('../icons/arrow-right.svg') no-repeat center;
}

.materials-slider-bottom .project-button-prev span {
    mask: url('../icons/arrow-left.svg') no-repeat center;
    -webkit-mask: url('../icons/arrow-left.svg') no-repeat center;
}

.materials-slider-bottom .project-slider-button:hover span {
    background: var(--green);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

@media only screen and (max-width: 1600px) {
    /*.material-slide-inner {*/
    /*    height: 450px;*/
    /*}*/
}

@media only screen and (max-width: 1190px) {
    /*.material-slide-inner {*/
    /*    height: 400px;*/
    /*}*/
}

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

    /*.material-slide-inner {*/
    /*    height: 370px;*/
    /*}*/

}

@media only screen and (max-width: 767.8px) {
    #materials-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .material-slide-inner {
        padding-top: calc(47% + 137px);
    }
}

@media only screen and (max-width: 575.8px) {
    #materials-slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .material-slide-inner {
        padding-top: calc(47% + 90px);
    }

    #materials-slider .materials-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 6px;
    }

}

/*
=======================
PRODUCTS ACCORDION
=======================
 */
#products {
    padding: 70px 0;
    border-bottom: 1px solid rgba(12, 88, 78, .1);
}

#products h2 span {
    color: var(--dark-green);
}

.products-subtitle {
    width: 950px;
    flex-basis: 950px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.products-subtitle a {
    color: var(--light-green);
    text-decoration-line: underline;
}

.products-subtitle a:hover {
    color: var(--dark-green);
}

#accordionProducts.accordion {
    margin-top: 60px;
}

#accordionProducts.accordion .card {
    border-radius: 10px;
    padding: 0;
    border: 1px solid #f0f6f1;
    margin-bottom: 15px;
}

#accordionProducts .card-header:first-child {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
}

.accordion > .card > .card-header {
    border: none;
    padding: 0;
}

#accordionProducts .card-header {
    padding: 0;
}

#accordionProducts .card-header button {
    padding: 25px 35px;
    font-size: 24px;
    color: var(--dark-green);
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#accordionProducts .card-header button span.button-text {
    width: calc(100% - 20px);
    max-width: calc(100%);
}

#accordionProducts .card-header button.collapsed {
    /*background-color: rgba(255, 255, 255, 0);*/
    background-color: #f0f6f1;
}

#accordionProducts .card-header button:hover,
#accordionProducts .card-header button:focus,
#accordionProducts .card-header button:focus-visible {
    text-decoration-line: none;
    color: var(--dark-green);
    outline: none;
    box-shadow: none;
}

#accordionProducts .card-header button span.icon {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
    mask: url('../icons/minus.svg') no-repeat center;
    -webkit-mask: url('../icons/minus.svg') no-repeat center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    background-color: var(--dark-green);
    webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: .5;
    display: flex;
    margin-left: auto;
    margin-right: 0;
}

#accordionProducts .card-header button.collapsed span.icon {

    mask: url('../icons/plus.svg') no-repeat center;
    -webkit-mask: url('../icons/plus.svg') no-repeat center;

}

#accordionProducts .card-body {
    padding: 10px 35px;
}

.product-text-inner {
    color: var(--grey);
}

.product-text-inner li {
    font-size: 18px;
    color: var(--grey);
    font-weight: 300;
}

.product-text-inner h2,
.product-text-inner h3,
.product-text-inner h4,
.product-text-inner h5 {
    color: var(--dark-green);
    margin-bottom: 10px;
}

.product-text-inner p,
.product-text-inner ul,
.product-text-inner ol {
    margin-bottom: 30px;
}

.product-text-inner p.highlight {
    margin-bottom: 5px;
}

/*.product-text-inner p:last-of-type,*/
/*.product-text-inner ul:last-of-type,*/
/*.product-text-inner ol:last-of-type{*/
/*    margin-bottom: 0;*/
/*}*/
.product-text-inner ul,
.product-text-inner ol {
    margin-left: 20px;
}

.product-image-inner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    height: 350px;
}

.product-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 767.8px) {
    #products {
        padding: 0;
        border-bottom: none;
    }

    #accordionProducts .card-header button,
    #accordionProducts .card-body {
        padding: 20px 15px;
    }

    .product-text-wrapper {
        order: 1;
    }

    .product-image-wrapper {
        order: 2;
        margin-top: 10px;
    }

    .product-image-inner {
        height: auto;
        padding-top: 60%;
    }
}

@media only screen and (max-width: 575.8px) {
    #accordionProducts .card-header button {
        font-size: 18px;
        line-height: 24px;
    }
}
/*
===============
FORM WRAPPER
===============
 */

 /* SALES REP FORM */

#form-wrapper-top {
    width: 90%;
    margin-inline: auto;
    max-width: 1230px;
    border-radius: 20px;
    background-color: var(--light-green);
    color: #0C584E !important;
    padding-inline: 4em;
    padding-block: 3em;
    margin-block: 80px;
}

#form-wrapper-top h2.gform_title {
    font-size: 50px;
    color: #0C584E;
    margin-bottom: 32px;
}

#form-wrapper-top .gform_description {
    text-align: center;
    margin-inline: auto;
    max-width: 850px;
    margin-block: 50px;
}

#form-wrapper-top .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)):not(:last-child) {
    margin-right: 5%
}

#form-wrapper-top .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
    line-height: 1;
    display: inline-block;
    width: 20%;
}

#form-wrapper-top .gform-theme--foundation .gform_fields {
    display: block;
}

#form-wrapper-top .gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    appearance: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px #0C584E solid;
    border-radius: 0;
    box-shadow: none;
    color: #0C584E;
    padding-bottom: 10px;
}

#form-wrapper-top #gform_submit_button_6 {
    width: 100%;
    background-color: white;
    color: black;
    text-transform: uppercase;
}

#form-wrapper-top .gfield>div {
    position: relative;
}

#field_6_8>div::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    background: url('/wp-content/themes/prairiepostframe/assets/icons/greenformname.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#field_6_5>div::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    background: url('/wp-content/themes/prairiepostframe/assets/icons/greenformemail.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#field_6_6>div::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    background: url('/wp-content/themes/prairiepostframe/assets/icons/greenformphone.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#field_6_10>div::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    background: url('/wp-content/themes/prairiepostframe/assets/icons/greenformlocation.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#form-wrapper-top #gform_submit_button_6 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--dark-green);
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 10px;
    filter: drop-shadow(-0.384px 21.997px 25.5px rgba(0, 0, 0, 0.08));
    padding: 18px;
    border: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#form-wrapper-top #gform_submit_button_6 .plane {
    margin-left: 12px;
    line-height: 20px;
    position: relative;
    flex-basis: 27px;
    width: 27px;
    height: 22px;
}

#form-wrapper-top #gform_submit_button_6 .plane:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    flex-basis: 27px;
    width: 27px;
    height: 22px;
    mask: url('../icons/plane.svg') no-repeat center;
    -webkit-mask: url('../icons/plane.svg') no-repeat center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-color: var(--light-green);
}

#form-wrapper-top #gform_submit_button_6:hover {
    background-color: var(--green);
    color: var(--white);
}

#form-wrapper-top #gform_submit_button_6:hover .plane:before {
    background-color: var(--white);
}
#form-wrapper-top input:focus {
    outline: none;
}

@media only screen and (max-width:992px) {
    #form-wrapper-top {
        padding: 1em;
    }

    #form-wrapper-top h2.gform_title {
        font-size: 38px;
    }
    #form-wrapper-top .gform_description {
        margin-block: 20px;
    }
    #form-wrapper-top .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)):not(:last-child) {
        margin-right: unset;
    }
    
    #form-wrapper-top .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
        display: unset;
        width: 100%;
    }
    
    #form-wrapper-top .gform-theme--foundation .gform_fields {
        display: grid;
    }
    #gform_6 .gform_footer::before {
        right: 20px;
    }
}

/* SALES REP FORM ENDS */
 #free-estimate {
    padding-bottom: 70px;
    z-index: 1;
    background-color: white;
}

#free-estimate .form-title{
    margin-inline: auto;
    width: fit-content;
    text-align: center;
    font-size: 90px;
    line-height: 1;
}
#free-estimate .form-subtitle{
    margin-inline: auto;
    width: fit-content;
    text-align: center;
}
#free-estimate .form-text{
    margin-block-start: 2em;
    margin-block-end: 2em;
}

@media only screen and (max-width: 575.8px) {
    #free-estimate .form-title{
        font-size: 48px;
    }
}

#form-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 15px;
    filter: drop-shadow(0px 29px 32.5px rgba(78, 92, 62, 0.08));
    background-color: var(--white);
    position: relative;
    padding: 55px 0;
    margin-block-start: 3em;

}

#form-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: var(--light-green);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.gform_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

h2.gform_title {
    font-size: 30px;
    line-height: 36px;
    color: var(--dark-green);
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

#form-wrapper .gform_fields {
    grid-row-gap: 12px;
    row-gap: 12px;
}

#form-wrapper .gform_wrapper .gfield--type-section {
    margin: 30px auto 20px auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    padding: 0;
}

#form-wrapper .gform_wrapper .gfield--type-section .gsection_title {
    position: relative;
    background-color: var(--white);
    display: inline-flex;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark-green);
    font-weight: 500;
    padding: 0 15px;
}

#form-wrapper .gform_wrapper .gfield--type-section .gsection_title::before {
    content: "";
    display: block;
    position: absolute;
    left: -400%;
    top: 50%;
    width: 800%;
    transform: translate(0, -50%);
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    z-index: -1;
}

#form-wrapper.gfield--type-section {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

#form-wrapper .gfield{
    width: 360px;
    flex-basis: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#form-wrapper fieldset{
	width: 360px !important;
    flex-basis: 360px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#form-wrapper  .ginput_address_city, 
#form-wrapper  .ginput_address_country, 
#form-wrapper  .ginput_address_state, 
#form-wrapper  .ginput_address_zip,
#form-wrapper .gform-grid-col.gform-grid-col--size-auto{
	width: 100%;
	flex-basis:100%;
	position: relative;
}
/* Remove the default spin buttons */
#form-wrapper input[type=number]::-webkit-inner-spin-button,
#form-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0;
}

/* Firefox overrides */
#form-wrapper input[type="number"] {
    -moz-appearance: textfield !important;
}

/* Additional styling to ensure consistency */
#form-wrapper input[type="number"] {
    appearance: textfield !important; /* For browsers not supporting -moz-appearance */
    width: 100% !important; /* Adjust width as needed */
}

#form-wrapper input[type=text],
#form-wrapper input[type=tel],
#form-wrapper input[type=email],
#form-wrapper input[type=number] {

    border-radius: 10px;
    background-color: #f0f6f1;
    outline: none;
    border: none;
    padding: 28px 10px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #707070;
    font-weight: 300;
}

#form-wrapper select {
    height: 59px;
    border-radius: 10px;
    background-color: #f0f6f1;
    outline: none;
    border: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    color: #707070;
    font-weight: 300;
    background-image: url("/wp-content/uploads/2024/04/dropdown-arrow-icon.svg");
    background-size: 14px;
    background-position-x: calc(100% - 20px);
    background-position-y: 50%;
}

#form-wrapper textarea {
    height: 223px;
    min-height: auto;
    border-radius: 10px;
    background-color: #f0f6f1;
    outline: none;
    border: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    color: #707070;
    font-weight: 300;
    box-sizing: border-box;
    resize: none;
    /*white-space: nowrap;*/
    word-break: break-word;
    overflow: hidden;
    min-height: auto;
}

#form-wrapper input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background-color: #f0f6f1;
    outline: none;
    border: none;
}

#form-wrapper input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    opacity: 1;
    background: var(--light-green);
    width: 22px;
    height: 22px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

#form-wrapper span.gfield_required_text {
    display: none;
}

#form-wrapper label {
    font-size: 18px;
    color: #707070;
    font-weight: 300;
    text-align: right;
    position: absolute;
    left: -300px;
    width: 300px;
    top: 15px;
    padding-right: 20px;
    display: block;
}

#form-wrapper label.gform-field-label--type-inline b {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

#form-wrapper label.gform-field-label--type-inline {
    font-size: 18px;
    line-height: 24px;
    color: #707070;
    font-weight: 300;
    margin-left: 10px;
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    padding-right: 0;
    width: 100%;
}

#form-wrapper .gfield_label_before_complex {
    font-size: 18px;
    color: #707070;
    font-weight: 300;
    text-align: right;
    position: absolute;
    left: -300px;
    width: 300px;
    top: 14px;
    padding-right: 20px;
    display: block;
}
#form-wrapper .gfield--type-checkbox .gfield_label_before_complex{
	top: 0;
}
#form-wrapper input[type=text],
#form-wrapper input[type=tel],
#form-wrapper input[type=email],
#form-wrapper input[type=number],
#form-wrapper select {
    box-shadow: none;
}

#form-wrapper input[type=text]:hover,
#form-wrapper input[type=text]:focus,
#form-wrapper input[type=text]:focus-visible,
#form-wrapper input[type=tel]:hover,
#form-wrapper input[type=tel]:focus,
#form-wrapper input[type=tel]:focus-visible,
#form-wrapper input[type=email]:hover,
#form-wrapper input[type=email]:focus,
#form-wrapper input[type=email]:focus-visible,
#form-wrapper input[type=number]:hover,
#form-wrapper input[type=number]:focus,
#form-wrapper input[type=number]:focus-visible,
#form-wrapper select:hover,
#form-wrapper select:focus,
#form-wrapper select:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

#form-wrapper .gfield--type-choice .gfield_checkbox,
#form-wrapper .gfield--type-choice .gfield_radio {
    gap: 20px
}

#form-wrapper .gfield.gfield--type-checkbox {
    margin-bottom: 20px;
    margin-top: 20px;
}


#form-wrapper #gform_submit_button_1 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 205px;
    padding: 20px;
    border-radius: 10px;
    text-decoration-line: none;
    /* display: inline-block; */
    text-align: center;
    filter: drop-shadow(-0.262px 14.998px 17.5px rgba(0, 0, 0, 0.08));
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    border: none;
    width: 360px;
}

#form-wrapper #gform_submit_button_1 span {
    color: var(--white);
}

#form-wrapper #gform_submit_button_1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -50%;
    width: 200%;
    height: 100%;
    background: rgb(72, 145, 89);
    background: -moz-linear-gradient(90deg, rgba(72, 145, 89, 1) 0%, rgba(72, 145, 89, 1) 34%, rgba(157, 204, 69, 1) 59%, rgba(157, 204, 69, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(72, 145, 89, 1) 0%, rgba(72, 145, 89, 1) 34%, rgba(157, 204, 69, 1) 59%, rgba(157, 204, 69, 1) 100%);
    background: linear-gradient(90deg, rgba(72, 145, 89, 1) 0%, rgba(72, 145, 89, 1) 34%, rgba(157, 204, 69, 1) 59%, rgba(157, 204, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#489159", endColorstr="#9dcc45", GradientType=1);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    overflow: clip;
    overflow: hidden;
}

#form-wrapper #gform_submit_button_1:hover:before {
    right: 0;
}

/*
========================
BOTTOM BANNER
========================
 */
#build-banner {
    position: relative;
    padding: 190px 0 150px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}

#build-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(7, 48, 52);
    background: -moz-linear-gradient(90deg, rgba(7, 48, 52, 1) 0%, rgba(7, 48, 52, 1) 25%, rgba(7, 48, 52, 0.3744091386554622) 100%);
    background: -webkit-linear-gradient(90deg, rgba(7, 48, 52, 1) 0%, rgba(7, 48, 52, 1) 25%, rgba(7, 48, 52, 0.3744091386554622) 100%);
    background: linear-gradient(90deg, rgba(7, 48, 52, 1) 0%, rgba(7, 48, 52, 1) 25%, rgba(7, 48, 52, 0.3744091386554622) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#073034", endColorstr="#073034", GradientType=1);
}

#build-banner .container {
    position: relative;
    z-index: 1;
}

#build-banner h2 span {
    color: var(--white);
}

#build-banner .banner-text {
    width: 535px;
    max-width: 100%;
    margin-bottom: 50px;
}

.banner-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.banner-buttons a {
    min-width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.8px) {
    #form-wrapper label,
    #form-wrapper .gfield_label_before_complex {
        position: relative;
        width: 100%;
        left: 0;
        top: auto;
        text-align: left;

    }

    #build-banner {
        padding: 50px 0;
    }

    #build-banner {
        text-align: center;
    }

    #build-banner .banner-text {
        text-align: center;
        width: 100%;
    }

    .banner-buttons {
        justify-content: center;
    }

    .banner-buttons a {
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 767.8px) {
    #build-banner::before {
        background-color: rgba(7, 48, 52, .7);
        background: rgba(7, 48, 52, .7);
    }
    #form-wrapper input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
        margin: 8px;
    }
}

@media only screen and (max-width: 575.8px) {
    #free-estimate {
        padding-bottom: 30px;
    }

    #form-wrapper {
        padding: 30px 15px;
    }

    #form-wrapper .gfield {
        width: 100%;
        flex-basis: 100%;
    }
}

/*
===================
PROJECTS
===================
 */
 #projects {
    padding: 5px 0;
    position: relative;
    z-index: 2;
    margin-block: 120px;
}
#projects h2.f-50{
    margin-bottom: 64px;
}

#projects .row {
    margin-left: -10px;
    margin-right: -10px;
}

.project-wrapper {
    padding: 5px;
}

.project-slide-inner {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    height: 358px;
    border-radius: 5px;

}

.project-slide-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(4deg, rgba(10, 39, 37, 0.9999999999999999) 0%, rgba(10, 39, 37, 0) 100%);
    z-index: 1;
    opacity: 0;
}

.project-slide-inner img.project-slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-bottom {
    position: relative;
    z-index: 4;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 35px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0;
}

.project-info {
    width: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
}

.project-info .h3 {
    margin-bottom: 5px;
}

.project-short-text {
    margin-bottom: 0;
}

.project-link-wrapper {
    width: 60px;
    flex-basis: 60px;
}

.project-slider-link > * {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration-line: none;
}

.project-slider-link.responsive > * {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration-line: none;
}

.project-slider-link:hover {
    text-decoration-line: none;
}

.project-arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--light-green);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.project-slider-link:hover .project-arrow {
    background-color: var(--light-green);
}

.project-slider-link:hover .project-bottom,
.project-slider-link:hover .project-slide-inner:before {
    opacity: 1;
}

.projects-slider-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
    margin: 30px auto;
}

.load-more-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

@media only screen and (min-width: 992px) {
    .project-slide-inner {
        height: 300px;
    }
}

@media only screen and (min-width: 1280px) {
    .project-slide-inner {
        height: 358px;
    }
}

@media only screen and (max-width: 991.8px) {
    #projects {
        margin-block: 30px;
    }
    #projects h2.f-50{
        margin-bottom: 30px;
    }
    .project-bottom {
        display: none !important;
    }

    .project-slider-link:hover .project-bottom, .project-slider-link:hover .project-slide-inner:before {
        display: none;
        opacity: 0;
    }

    .project-slide-inner {
        padding-top: 100%;
        height: auto;
    }
}


/* OTHERS */
#main-menu li {
    padding: 0 10px;
}
@media only screen and (max-width: 1280px) {
    #main-menu li {
        padding: 0px 1px;
    }
}
@media only screen and (max-width: 1100px) {
    #main-menu li {
        padding: 0 3px;
    }
}
