
/* inter-400 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-400 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('plus-jakarta-sans-v12-latin-regular.woff2') format('woff2');
  unicode-range: U+0041;
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('plus-jakarta-sans-v12-latin-700.woff2') format('woff2');
  unicode-range: U+0041;
}

:root {
    --primary: #86543A;
    --primaryLight: #EED7C5;
    --secondary: #03045E;
    --third: #CAF0F8;
    --grayBackgrd: #F9FAFB;
    --font: #000;
    --h1: calc(2rem + 2vw);
    --h2: calc(1.3rem + 1vw);
    --h3: calc(1rem + 0.6vw);
    --p: calc(1rem + 0.5vw);
    --p2: calc(1rem + 0.2vw);
    --m-h1: 1.75rem;
    --m-h2: 1.5rem;
    --m-btn: 1.25rem;
    --border: 20px;
    --max: 1500px;
    --portfolioHeight: 500px;
}
/** {border: solid red 1px !important;}*/

* {box-sizing: border-box;}

body {
    font-family: Inter;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    max-width: 100vw;
    position: relative;

}

li {
	list-style: none;
}
a {
    border: none;
	text-decoration: none;
    color: var(--font);
}
h1, p, h2, h3 {
    color: var(--font);
}
h1 {
    font-size: var(--h1);
}
h2 {
    font-size: var(--h2);
}
h3 {
    font-size: var(--h3);
}
p {
    font-size: var(--p);
}
strong {
    font-size: var(--p);
}
button {
    display: flex;
    border-radius: 10px;
    background-color: var(--primary);
    width: auto;
    height: auto;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    border: none;
    cursor: pointer;
}
button a {
    padding: 15px 25px;
}
button img {
    margin-left: -17px;
    margin-right: 20px;
}
section {
    max-width: 1500px;
    margin: 0 auto;
}


 /*     ---------------------------------------
        ----------MOBILE iPhone/ONLY-----------
        ---------------------------------------  */
@media only screen and (min-width: 0rem) {
button a {
    font-size: var(--m-btn);
    color: #fff;
}
button img {
    width: var(--m-btn);
    height: auto;
}
.header-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 7vw;
}
.header-cont p {
    margin: 0;
    text-align: center;
    width: 85%;
}

#services {
    margin: 0 auto;
    padding: 20px 0;
    background-color: var(--grayBackgrd);
}
#services .service-cards {
    display: flex;
    flex-flow: row wrap;
    row-gap: 7vw;
    column-gap: 5vw;
    margin: 30px 0;
    padding: 0 5vw;
}
#services .service-card {
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    background-color: #fff;
    box-shadow: 0 10px 15px -1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
#services .service-card p, #services .service-card h3 {
    margin: 0;
    padding: 0 20px;
}
#services .service-card div {
    position: relative;
}
#services .service-card div .cards-hero {
    display: block;
    width: 100%;
}
#services .service-card div .cards-hero img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}
#services .service-card div .cards-icon {
    position: absolute;
    top: 5vw;
    left: 5vw;
    background-color: var(--primary);
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 10px;
}
#services .cards-list {
    padding: 0 0 20px 20px;
}
#services .cards-list li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 2px 0;
}
#services .cards-list li span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--primary);
}
#services button {
    margin: 0 auto;
}
#about .icons-cont {
    width: 90%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    row-gap: 7vw;
}
#about .icons-w-content {
    display: flex;
    flex-flow: row wrap;
    column-gap: 15px;
    align-items: flex-start;
}
#about .icons-w-content picture {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primaryLight);
    border-radius: 10px;
}
#about .icons-w-content picture img {
    width: 52%;
    height: auto;
}
#about .icons-w-content div {
    width: calc(95% - 50px);
}
#about .icons-w-content strong {
    display: inline-block;
    margin-bottom: 7px;
}
#about .icons-w-content p {
    margin: 0;
}
#about .image-block-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5vw;
    margin: 0 auto;
    width: 90vw;
}
#about .about-icon-block {
    width: 100%;
    height: 135px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: var(--primary);
    padding: 15px 0 0 15px;
    color: #fff;
}
#about .about-image-block {
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 10px;
}
#about .image-block-cont .pic2 {
    order: 2;
}
#about .about-image-block img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#about .image-block-cont .pic2 img {
    object-position: 0 -60px;
}
#about .image-block-cont .blue-block {
    background-color: var(--secondary);
    order: 1;
}
#home-services-cta {
    margin: 30px auto 0 auto;
    padding: 10px 0 50px 0;
    width: 100vw;
    max-width: 1500px;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
}
#home-services-cta h2 {
    color: #fff;
    font-size: var(--m-h2);
    margin-bottom: 0;
}
#home-services-cta p {
    color: #fff;
    width: 80%;
    margin: 0;
    text-align: center;
}
#home-services-cta button {
    background-color: #fff;
}
#home-services-cta button a {
    color: var(--primary);
}
#process {
    margin: 0 auto;
    width: 100vw;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    background-color: var(--grayBackgrd);
}
#process .process-block {
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
    width: 87%;
    border-radius: 10px;
    padding: 20px;
}
#process .process-icon-block {
    width: 100px;
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}
#process .process-icon-block picture {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    border-radius: 10px;
}
#process .process-icon-block strong {
    font-size: 2rem;
    color: var(--primaryLight);
}
#process .process-icon-block picture img {
    width: 52%;
    height: auto;
}
#location {
    margin: 0 auto 30px auto;
}
#location .location-content {
    width: 85vw;
    border-radius: 15px;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    margin: 30px auto;
    padding: 20px;
    color: #fff;
}
#location .location-header-w-icon {
    display: flex;
    flex-flow: row wrap;
    align-self: center;
    align-items: center;
    column-gap: 15px;
}
#location .location-content h3, #location .location-content p {
    color: #fff;
}
#location .location-header-w-icon picture {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(225, 225, 225, 0.2);
    border-radius: 10px;
}
#location .location-header-w-icon img {
    width: 52%;
    height: auto;
}
#location .location-content-w-icon {
    display: flex;
    flex-flow: row wrap;
    column-gap: 12px;
    align-items: center;
}
#location .location-content-w-icon picture {
    width: 15px;
    height: 15px;
}
#location .location-content-w-icon img {
    width: 100%;
    height: auto;
}
#location .location-content-w-icon p {
    margin: 0 0 0 27px;
}
#location .location-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#location .location-image strong {
    margin-bottom: -20px;
}
#location .location-image img {
    width: 95vw;
    height: auto;
    margin: 0 0 30px 0;
    object-position: 30px;
}
#location button {
    margin: 0 auto;
}
#home-gallery {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    row-gap: 45px;
    width: 90vw;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}
#home-gallery .home-gallery-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}
.home-gallery-card h3, .home-gallery-card p {
    margin: 0;
    text-align: center;
}
#home-gallery .home-gallery-card .before-after-pics {
    width: 100%;
    display: flex;
    justify-content: center;
}
#home-gallery .before-after-pics img {
    width: 48%;
    height: auto;
}
#home-gallery .before-after-pics .img1 {
    border-radius: 15px 0 0 15px;
}
#home-gallery .before-after-pics .img2 {
    border-radius: 0 15px 15px 0;
}
#home-gallery .home-gallery-card button {
    margin-top: 25px;
}
#reviews {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    column-gap: 30px;
    margin: 0 auto 50px auto;
}
#reviews h2 {
    width: 90vw;
    text-align: center;
    padding: 30px 0;
}
#reviews .review-card {
    width: 75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    background-color: var(--secondary);
    padding: 30px 15px;
    border-radius: 20px;
}
#reviews img {
    width: 29px;
    height: 29px;
}
#reviews .stars-cont {
    display: flex;
    justify-content: center;
    column-gap: 5px;
}
#reviews .stars-cont img {
    width: 17px;
    height: 17px;
}
#reviews .review-card p, #reviews .review-card strong {
    color: #fff;
    text-align: center;
    margin: 0;
}
#faqs {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 90%;
    background-color: #e9e9e9;
    padding: 30px 20px;
    margin: 30px auto;
    row-gap: 27px;
    border-radius: 15px;
}
#faqs h2 {
    text-align: center;
    margin: 0;
}
#faqs .question-cont {
    width: 93%;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}
#faqs .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#faqs img {
    transition: ease 0.5s;
}
#faqs .move-chevron img {
    transform: rotate(180deg);
    transition: ease 0.5s;
}
#faqs .answer {
    display: none;
}
#faqs .show-answer {
    display: inherit;
    border-top: 1.5px solid #000;
    margin-top: 12px;
    padding-top: 10px;
}
#faqs button {
    align-items: center;
}
#faqs button > img {
    margin: 0 -10px 0 15px;
}



footer {
    width: 100vw;
    max-width: var(--max);
    margin: 0 auto;
    background-color: var(--secondary);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
}
footer .footer-company {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 25px 0 0 0;
    margin: 0 auto;
}
footer .footer-company strong {
    text-align: center;
}
footer .footer-company strong a {
    color: #fff;
    font-size: var(--h2);
}
footer .footer-company strong a span {
    color: var(--primary);
}
footer .footer-company p {
    color: #fff;
    width: 85%;
    font-size: var(--p);
    text-align: center;
}
footer .footer-links {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7px;
    padding: 0;
}
footer .footer-links li:nth-child(1) {
    font-size: var(--h2);
}
footer .footer-links li a {
    color: #fff;
    font-size: var(--p);
}
footer .footer-contact {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 0;
}
footer .footer-contact li:nth-child(1) {
    font-size: var(--h2);
}
footer .footer-contact li a, footer .footer-contact li {
    color: #fff;
    font-size: var(--p);
}
footer .copyright-hc-branding {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .copyright-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 7px;
}
footer .copyright-cont img {
    width: var(--p);
    height: auto;
}
footer .copyright-cont span {
    font-size: var(--p);
}
footer .harvest-clicks {
    width: 95%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
footer .harvest-clicks span a {
    font-size: var(--p);
    color: #E7D09F;
}


/*     ---------------------------------------
       -------Interior pages iPhone/ONLY------
       --------------------------------------- */



}

 /*     ---------------------------------------
        --------MOBILE iPAD/only (772px)-------
        ---------------------------------------  */
@media only screen and (min-width: 48.3rem) {
#services .service-cards {
    column-gap: 30px;
    justify-content: center;
}
#services .service-card {
    width: 27vw;
    max-width: 405px;
}
#services .cards-list li {
    font-size: var(--p2);
}
#services .service-card div .cards-icon {
    top: 20px;
    left: 20px;
}
#about .icons-cont {
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 55px auto;
}
#about .icons-w-content {
    width: 40%;
}
#about .icons-w-content strong {
    font-size: var(--p2);
}
#about .image-block-cont {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    row-gap: 30px;
    column-gap: 30px;
    margin: 55px auto;
}
#about .about-icon-block {
    width: 38%;
    font-size: var(--h3);
    align-self: center;
}
#about .about-image-block {
    width: 53%;
}
#about .image-block-cont .pic2 {
    order: 0;
}
#about .image-block-cont .blue-block {
    order: 0;
}
#process {
    flex-flow: row wrap;
    column-gap: 50px;
    justify-content: center;
    padding-bottom: 55px;
}
#process .header-cont {
    margin-bottom: 35px;
}
#process .process-block {
    width: 40%;
}
#location {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}
#location .location-content {
    width: clamp(300px, 45%, 550px);
    max-width: 550px;
}
#location .location-image img {
    width: 45vw;
    max-width: 675px;
}
#location button {
    margin-top: 50px;
}
#home-gallery .home-gallery-card {
    width: 40%;
}
#reviews .review-card {
    width: 30%;
}




}

 /*     ---------------------------------------
        -----------DESKTOP/LAPTOP--------------
        ---------------------------------------  */
@media only screen and (min-width: 64rem) {   
#about .about-icon-block {
    height: 205px;
    max-width: 375px;
}
#about .about-image-block {
    height: 275px;
    max-width: 575px;
}
#about .image-block-cont .pic2 img {
    object-position: 0 -90px;
}
#reviews .review-card {
    width: 28%;
}
footer {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}
footer .footer-company, footer .footer-contact,
footer .footer-links {
    width: calc(33% - 60px);
    margin: 0;
}


}



/*     ---------------------------------------
       ---------Home Page desktop/ONLY--------
       --------------------------------------- */
@media only screen and (min-width: 1150px) {
#about .image-block-cont {
    column-gap: 55px;
    max-width: 1500px;
}


}
/* ================================================
   ------------------ABOUT PAGE -------------------
   ================================================ */


/* -----------------------------------------------
   MOBILE (min-width: 0rem) — base styles
   ----------------------------------------------- */
@media only screen and (min-width: 0rem) {

/* ---------- #about-mission ---------- */
#about-mission {
    margin: 0 auto;
    padding: 30px 5vw 40px 5vw;
    background-color: var(--grayBackgrd);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5vw;
}
#about-mission .header-cont {
    flex: 0 0 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
}
#about-mission .header-cont h2 {
    width: 100%;
    margin-bottom: 8px;
}
#about-mission .header-cont p {
    margin: 0;
    width: 85vw;
}
#about-mission .about-mission-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    background-color: #fff;
    box-shadow: 0 10px 15px -1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px 20px;
}
#about-mission .about-mission-card picture {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primaryLight);
    border-radius: 10px;
    padding: 10px;
}
#about-mission .about-mission-card picture img {
    width: 100%;
    height: auto;
}
#about-mission .about-mission-card h3,
#about-mission .about-mission-card p {
    margin: 0;
}

/* ---------- #about-process ---------- */
#about-process {
    margin: 0 auto;
    width: 100vw;
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    align-items: center;
}
#about-process .header-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 7vw;
    text-align: center;
    width: 100%;
}
#about-process .header-cont h2 {
    width: 100%;
    margin-bottom: 8px;
}
#about-process .header-cont p {
    margin: 0;
    width: 85vw;
}
#about-process .about-process-card {
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
    width: 87%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
#about-process .about-process-card strong {
    font-size: 2rem;
    color: var(--primaryLight);
}
#about-process .about-process-card h3,
#about-process .about-process-card p {
    margin: 0;
}
#about-process button {
    margin: 10px auto 0 auto;
    align-items: center;
}
#about-process button a {
    font-size: var(--m-btn);
    color: #fff;
}
#about-process button img {
    width: var(--m-btn);
    height: auto;
}


/* ---------- #about-location ---------- */
#about-location {
    margin: 30px auto;
    padding: 0 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
}
#about-location h2 {
    text-align: center;
    margin: 10px 0 0 0;
}
#about-location picture:nth-child(2) {
    width: 95vw;
    max-width: 1420px;
}
#about-location picture:nth-child(2) img {
    width: 100%;
    height: auto;
    object-position: 35px;
    overflow: hidden;
}
.about-location-towns {
    width: 90%;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    color: #000;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
}
.about-location-header-icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    row-gap: 15px;
    column-gap: 20px;
}
.about-location-header-icon picture {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    border-radius: 10px;
    padding: 10px;
}
.about-location-header-icon picture img {
    width: 100%;
    height: auto;
}
.about-location-header-icon div h3,
.about-location-header-icon div p {
    color: #000;
    margin: 0;
}
.about-locations-towns-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 5vw;
}
.about-locations-towns-list span {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #000;
    font-size: var(--p);
    width: 100%;
}
.about-locations-towns-list span img {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}
.about-location-note {
    width: 99%;
    background-color: var(--primaryLight);
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 auto;
}
.about-location-note span {
    font-size: calc(var(--p) - 0.6vw);
}


/* ---------- #about-trust-us ---------- */
#about-trust-us {
    margin: 0 auto;
    padding: 30px 0 50px 0;
    width: 100vw;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    color: #fff;
}
.trust-us-content {
    width: 87vw;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.trust-us-content h2,
.trust-us-content p {
    margin: 0;
    color: #fff;
}
.trust-us-content span {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-size: var(--p);
}
.trust-us-content span img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.trust-us-pics {
    width: 87vw;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.trust-us-pics picture {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.trust-us-pics picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}


/* ---------- #about-cta ---------- */
#about-cta {
    margin: 30px auto 0 auto;
    padding: 0 0 50px 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
#about-cta h2 {
    color: #000;
    font-size: var(--m-h2);
    margin: 20px 0 0 0;
    text-align: center;
    width: 85%;
}
#about-cta p {
    color: #000;
    width: 80%;
    margin: 0;
    text-align: center;
}
#about-cta div {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
}
#about-cta button {
    background-color: var(--primary);
    align-items: center;
}
#about-cta button a {
    color: #fff;
    font-size: var(--m-btn);
}
#about-cta button:last-child {
    background-color: var(--secondary);
}
#about-cta button:last-child a {
    color: #fff;
}

} /* end mobile */


/* -----------------------------------------------
   TABLET (min-width: 48.3rem / ~772px)
   ----------------------------------------------- */
@media only screen and (min-width: 48.3rem) {


/* ---------- #about-mission ---------- */
#about-mission {
    padding: 40px 4vw 55px 4vw;
    gap: 3vw;
}
#about-mission .about-mission-card {
    width: 42%;
}


/* ---------- #about-process ---------- */
#about-process {
    flex-flow: row wrap;
    column-gap: 50px;
    justify-content: center;
    padding-bottom: 55px;
}
#about-process .header-cont {
    margin-bottom: 10px;
}
#about-process .about-process-card {
    width: 40%;
}
#about-process button {
    margin-top: 15px;
}


/* ---------- #about-location ---------- */
#about-location {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 4vw;
    padding: 40px 5vw;
}
#about-location h2 {
    width: 100%;
    text-align: center;
}
/*#about-location picture {
    width: 85vw;
}*/
#about-location picture img {
    width: 100%;
}
.about-locations-towns-list {
    gap: 10px 0;
}
.about-locations-towns-list span {
    width: calc(50% - 10px);
}


/* ---------- #about-trust-us ---------- */
.trust-us-content {
    width: 75vw;
}
.trust-us-pics {
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 40px;
    width: 87vw;
}
.trust-us-pics picture {
    width: calc(45% - 20px);
}
/*.trust-us-pics picture img {
    height: 240px;
}*/
.trust-us-pics picture:nth-child(2) {
    width: calc(55% - 20px);
}


/* ---------- #about-cta ---------- */
#about-cta h2 {
    font-size: var(--h2);
}

} /* end tablet */


/* -----------------------------------------------
   DESKTOP (min-width: 64rem / 1024px)
   ----------------------------------------------- */
@media only screen and (min-width: 64rem) {

/* ---------- #about-mission ---------- */
#about-mission {
    gap: 2vw;
    padding: 55px 3vw;
}
#about-mission .about-mission-card {
    width: calc(46% - 1vw);
    /*min-width: 220px;*/
}


/* ---------- #about-process ---------- */
#about-process .about-process-card {
    width: 37%;
    max-width: 600px;
}


/* ---------- #about-location ---------- */
.about-location-note {
    max-width: 897px;
}


/* ---------- #about-trust-us ---------- */
#about-trust-us {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    column-gap: 60px;
    padding: 55px 5vw;
}
.trust-us-content {
    /*width: clamp(300px, 38%, 520px);*/
}
.trust-us-pics {
    /*flex-flow: column nowrap;
    width: clamp(300px, 48%, 650px);*/
    row-gap: 20px;
}
.trust-us-pics picture {
    
}
.trust-us-pics picture img {
    
}

} /* end desktop */

/* -----------------------------------------------
   -------------mobile (min-width: 0)
   ----------------------------------------------- */
@media only screen and (min-width: 0rem) {

/* ---------- #services-sections ---------- */
#garages {
    display: none;
}
#additions {
    display: none;
}
.show-garages #decks {
    display: none;
}
.show-additions #decks {
    display: none;
}
.show-garages #garages {
    display: inherit;
}
.show-additions #additions {
    display: inherit;
}

/* ---------- #services-hero content ---------- */
.services-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 20px auto;
    padding: 0 5vw;
}
.services-content div ul li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    row-gap: 5px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.services-content div ul li span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--primary);
    margin: 0 5px 0 -12px;
}
.services-content div ul li strong {
    width: 80%;
}
.services-gallery-cont strong {
    display: block;
    text-align: center;
    font-size: var(--m-h1);
    margin-bottom: 40px;
    width: 80vw;
}
.services-gallery-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    row-gap: 55px;
    margin: 0 auto;
}
.project {
    margin: 0 auto 50px auto;
    padding: 0 0 30px 0;
    border-radius: 20px;
    width: 90%;
    display: flex;
    row-gap: 25px;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: 0 15px 15px -1px rgba(0, 0, 0, 0.1);
}
.project {
    width: 100%;
}
.project h3 {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
}
.project h3, .project p {
    margin: 0;
}
.project p {
    padding: 0 20px;
    text-align: center;
}
.project > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.project .close-x-box {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 75%;
}
.project .close-gallery-top1 {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 40px;
    height: 6px;
    border-radius: 5px;
    transform: rotate(50deg);
    background-color: #545454;
}
.project .close-gallery-top2 {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 40px;
    height: 6px;
    border-radius: 5px;
    transform: rotate(-50deg);
    background-color: #545454;
}
.wp-block-gallery {
    width: 100vw;
    height: 100vh;
    background-color: #f5f5f5;
    position: fixed;
    top: -16px;
    left: -40px;
    overflow-y: scroll;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 90px 0 30px 0;
}
.wp-block-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    width: 90vw;
}
.wp-block-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.wp-element-caption {
    font-size: var(--p2);
}
.project button span {
    white-space: nowrap;
}
.portfolio-cont .project button span {
    padding: 15px 25px;
}
.project button {
    font-size: 1rem;
    font-weight: 600;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 65px;
}
.project button a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.project button a img {
    margin: 0;
    padding: 0;
}
.project button img {
    width: var(--m-btn);
    height: auto;
}
.portfolio-open img {
    transform: rotate(90deg);
}
.bottom-btn {
    background-color: inherit;
    border: var(--primary) solid 2.75px;
    color: var(--primary);
    padding: 15px 25px;
}
.bottom-btn img {
    margin: 0;
    padding: 0;
}
.bottom-btn img {
    transform: rotate(-90deg);
}
.hidden {
    display: none;
}

}
@media only screen and (max-width: 48.3rem) {
    .services-gallery-cont .project {
    width: 90%;
}
}
/* -----------------------------------------------
   TABLET (min-width: 48.3rem / ~772px)
   ----------------------------------------------- */
@media only screen and (min-width: 48.3rem) {
    .project {
        width: 40vw;
    }
    .services-content div ul li {
        font-size: var(--p);
        padding-left: 18px;
    }
    .services-content div ul li span {
        margin: 0 9px 0 -16px;
    }
    .project h3 {
    top: -50px;
    }
    .project .close-x-box {
        left: 83%;
    }
    .wp-element-caption {
    font-size: var(--p);
    }
}
/* -----------------------------------------------
   Desktop (min-width: 1050px)
   ----------------------------------------------- */
@media only screen and (min-width: 1050px) {
    .serv-port-buttons .select-a-service-buttons {
        column-gap: 50px;
     }
    .project {
        width: 37vw;
    }
    .services-gallery-cont {
        padding: 0 30px;
        column-gap: 30px;
    }
    .wp-block-image {
        width: 70vw;
        max-width: 900px;
}
}
/* -----------------------------------------------
                mobile (min-width: 0)
   ----------------------------------------------- */
   /*--------------portfolio-section--------------*/
@media only screen and (min-width: 0rem) {
    .port-garages #port-garages {
        display: flex;
    }
    .port-additions #port-additions {
        display: flex;
    }
    .port-misc #port-misc {
        display: flex;
    }
    .portfolio-cont {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        margin: 50px auto 0 auto;
        width: 90vw;
        row-gap: 30px;
    }
    .project span:nth-child(3) {
        background-color: var(--primaryLight);
        padding: 5px 9px;
        border-radius: 15px;
    }
}
/* -----------------------------------------------
                tablet (min-width: 772)
   ----------------------------------------------- */
   /*--------------portfolio-section--------------*/
@media only screen and (min-width: 48.3rem) {
    .portfolio-cont {
        row-gap: 50px;
        column-gap: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .project {
        width: 27vw;
        max-width: 432px;
    }
}

/* -----------------------------------------------
          MOBILE (min-width: 0rem) 
   ----------------------------------------------- */
@media only screen and (min-width: 0rem) {
 
/* ---------- #contact-how-to-estimate ---------- */
#contact-how-to-estimate {
    margin: 0 auto;
    padding: 30px 0 40px 0;
    background-color: var(--grayBackgrd);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
#contact-how-to-estimate .header-cont {
    text-align: center;
    width: 100%;
}
#contact-how-to-estimate .header-cont h2 {
    margin-bottom: 8px;
}
#contact-how-to-estimate .header-cont p {
    margin: 0;
    width: 85vw;
}
.contact-how-to-cards {
    width: 87vw;
    background-color: #fff;
    box-shadow: 0 10px 15px -1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contact-how-to-cards div {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.contact-how-to-cards div img {
    width: 28px;
    height: auto;
    flex-shrink: 0;
}
.contact-how-to-cards div h3 {
    margin: 0;
}
.contact-how-to-cards p {
    margin: 0;
}
.contact-how-to-note {
    width: 87vw;
    background-color: var(--primaryLight);
    border-radius: 10px;
    border-left: solid 5px var(--primary);
    padding: 15px 20px;
    display: flex;
    flex-flow: row wrap;
    column-gap: 8px;
    row-gap: 5px;
    align-items: flex-start;
}
.contact-how-to-note strong {
    font-size: var(--p);
    flex-shrink: 0;
}
.contact-how-to-note span {
    font-size: var(--p);
}
 
 
/* ---------- #contact-form-primer ---------- */
#contact-form-primer {
    margin: 0 auto;
    padding: 30px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
}
.contact-primer {
    order: 2;
    width: 87vw;
    display: flex;
    flex-direction: column;
}
.contact-primer > strong {
    font-size: var(--p);
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.contact-primer h2 {
    font-size: var(--m-h2);
    margin: 0 0 20px 0;
}
.primer-content {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-top: 10px;
}
.primer-content strong {
    font-size: 2rem;
    color: var(--primary);
    flex-shrink: 0;
}
.primer-content h3 {
    margin: 0;
}
.contact-primer p {
    margin: 0 0 0 0;
}
 
/* contact form */
.contact-form {
    order: 1;
    width: 87vw;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    background-color: var(--grayBackgrd);
    border-radius: 20px;
    padding: 25px 20px;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.07);
}
.contact-form label {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    font-size: var(--p);
    font-weight: 700;
}
.contact-form input,
.contact-form textarea {
    font-family: Inter;
    font-size: calc(1rem + 0.1vw);
    padding: 12px 15px;
    border-radius: 10px;
    border: 1.5px solid var(--secondary);
    background-color: #fff;
    outline: none;
    transition: border-color 0.2s ease;
    width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--third);
}
.contact-form textarea {
    min-height: 130px;
    resize: vertical;
}
.contact-form button {
    margin: 5px auto 0 auto;
    align-items: center;
    font-size: var(--m-btn);
    cursor: pointer;
    padding: 15px 25px;
}
.contact-form button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
 
 
/* ---------- #contact-soft-cta ---------- */
#contact-soft-cta {
    margin: 0 auto;
    padding: 10px 0 50px 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
}
#contact-soft-cta strong {
    color: var(--primary);
    font-size: var(--p);
    text-transform: uppercase;
    background-color: var(--primaryLight);
    border-radius: 25px;
    padding: 7px 15px;
}
#contact-soft-cta h2 {
    font-size: var(--m-h2);
    margin: 0;
    text-align: center;
}
#contact-soft-cta p {
    width: 80%;
    margin: 0;
    text-align: center;
}
#contact-soft-cta ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 0;
    width: 80%;
}
#contact-soft-cta ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: var(--p);
}
#contact-soft-cta ul li span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--primary);
}

/*------------thank you---------
------------------------------*/

#thank-you {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80vw;
    max-width: 375px;
    border-radius: 20px;
    border: 2px solid var(--primary);
    margin: 50px auto;
    padding: 30px;
}
#thank-you picture {
    background-color: var(--primary);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#thank-you .thanks-checkmark {
    width: 65%;
    height: 65%;
}
#thank-you h1 {
    font-size: var(--h2Font);
}
#thank-you p {
    font-size: var(--pFont2);
    text-align: center;
}
#thank-you .mail-response {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 4px;
    margin-bottom: 20px;
}
#thank-you .mail-response img {
    height: var(--pFont2);
    width: auto;
}
#thank-you .mail-response span {
    font-size: var(--pFont2);
}
#thank-you .button {
    font-size: var(--pFont);
    margin-top: 30px;
}
 
 
} /* end mobile */
 
 
/* -----------------------------------------------
   TABLET (min-width: 48.3rem / ~772px)
   ----------------------------------------------- */
@media only screen and (min-width: 48.3rem) { 
 
/* ---------- #contact-how-to-estimate ---------- */
#contact-how-to-estimate {
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 3vw;
    row-gap: 3vw;
    padding: 40px 5vw 55px 5vw;
}
#contact-how-to-estimate .header-cont {
    flex: 0 0 100%;
}
.contact-how-to-cards {
    width: 42%;
}
.contact-how-to-note {
    width: 87vw;
}
 
 
/* ---------- #contact-form-primer ---------- */
#contact-form-primer {
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 5vw;
    padding: 55px 5vw;
}
.contact-primer {
    order: 1;
    width: clamp(260px, 38%, 480px);
}
.contact-primer h2 {
    font-size: var(--h2);
}
.contact-form {
    order: 2;
    width: clamp(280px, 50%, 620px);
}
 
 
/* ---------- #contact-soft-cta ---------- */
#contact-soft-cta h2 {
    font-size: var(--h2);
}
 
 
} /* end tablet */
 
 
/* -----------------------------------------------
   DESKTOP (min-width: 64rem / 1024px)
   ----------------------------------------------- */
@media only screen and (min-width: 64rem) {
  
/* ---------- #contact-how-to-estimate ---------- */
.contact-how-to-cards {
    max-width: 475px;
}
#contact-how-to-estimate {
    padding: 55px 3vw;
}
.contact-how-to-note {
    max-width: 900px;
    width: 70vw;
}
 
/* ---------- #contact-form-primer ---------- */
#contact-form-primer {
    column-gap: 60px;
    max-width: var(--max);
    margin: 0 auto;
}
.contact-primer {
    max-width: 460px;
}
.contact-form {
    max-width: 620px;
}
 
 
/* ---------- #contact-soft-cta ---------- */
#contact-soft-cta ul {
    width: 60%;
    max-width: 600px;
}
#contact-soft-cta p {
    max-width: 700px;
}
#thank-you {
    width: 50vw;
    max-width: 500px;
    margin: 80px auto;
}
#thank-you p {
    font-size: var(--pFont);
}
#thank-you .button {
    font-size: 1.5rem;
}
 
} /* end desktop */
 





