@charset "UTF-8";
/* CSS Document — Services page */

* {
    box-sizing: border-box;
}
body {
    color: #d2d5d4;
    background-color: #165936;
    background-image: url(../images/homeImages/mockup.04.06.19.jpg);
    background-position: center 32px;
    background-size: 100%;
    list-style: none;
    font-family: "Open Sans", "sans-serif;";
    font-size: 0.8em;
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding-top: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#logo {
    width: 745px;
}
a:link {
    color: #27c46e;
    text-decoration: none;
}
a:visited {
    color: #27c46e;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #42cf81;
}
a:active {
    text-decoration: none;
    color: #42cfa0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: none;
    margin-left: 0px;
    padding-left: 0px;
}
p {
    margin: 15px 0 8px 0;
}
#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background-color: #125936;
    background-image: url(../images/homeImages/menu-icon.png);
    background-position: center;
}
a:hover#menu-icon {
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

.mainContainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 32px;
    margin-bottom: 0px;
    list-style: none;
    top: 0px;
    background-color: rgba(22, 89, 54, 1);
    overflow: hidden;
}
#container {
    min-height: 100%;
    position: relative;
}

/* ===== Services page card ===== */
.container3 {
    width: 80%;
    max-width: 1200px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    padding: 45px 50px 55px;
    color: #333333;
    margin: 0 auto 40px auto;
}
.container2bText {
    padding: 0;
    margin-top: 0;
}
.container2bText > h1 {
    font-family: "Dancing Script", cursive;
    font-size: 3em;
    font-weight: lighter;
    color: rgba(0, 153, 51, 1);
    text-align: center;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 18px;
}
.container2bText > h1::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background-color: rgba(39, 196, 110, 0.5);
    margin: 12px auto 0 auto;
    border-radius: 3px;
}

/* ===== Intro block ===== */
.service-intro {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    max-width: 1000px;
    margin: 10px auto 20px auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e2;
}
.service-intro .intro-photo {
    width: 220px;
    flex: 0 0 300px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.service-intro-text {
    flex: 1;
    color: #3a3a3a;
    font-size: 1.05em;
    line-height: 1.75;
}
.service-intro-text .style1 {
    display: inline-block;
    font-size: 2.5em;
    font-weight: lighter;
    color: rgba(0, 153, 50, 1);
    background: none;
    padding: 0;
    margin: 0 0 12px 0;
    font-family: "Dancing Script", cursive;
}
.service-intro-text p {
    margin: 0 0 16px 0;
    font-size: 14px;
}

/* ===== Service card grid ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1050px;
    margin: 0 auto;
}
.service-card {
    position: relative;
    background-color: #fbfcfa;
    border: 1px solid #e7e7e2;
    border-top: 3px solid rgba(39, 196, 110, 0.6);
    border-radius: 8px;
    padding: 28px 24px 24px;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    border-top-color: #0e8a4b;
}
.service-num {
    display: block;
    font-family: "Open Sans", "sans-serif;";
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #a9d7bd;
    margin-bottom: 6px;
}
.service-card h3 {
    font-family: "Open Sans", "sans-serif;";
    font-size: 1.25em;
    font-weight: 600;
    color: rgba(0, 153, 50, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}
.service-card p {
    font-size: 0.98em;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0;
}
/* =========================================================
   PROFESSIONAL FOOTER
   ========================================================= */

#footerText {
    width: 100%;
    margin: 70px 0 0 0;
    padding: 45px 30px 30px 30px;

    box-sizing: border-box;

    position: relative;

    background: #124c2f;

    color: rgba(255, 255, 255, 0.65);

    text-align: center;

    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;

    line-height: 1.7;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    clear: both;
}


/* =========================================================
   CONTACT INFORMATION
   ========================================================= */

#footerText h1 {
    margin: 0 0 25px 0;

    color: rgba(255, 255, 255, 0.9);

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.4px;

    line-height: 1.6;
}


/* Phone number */

#footerText h1 a {
    color: #c9f04a;

    text-decoration: none;

    transition: color 0.2s ease;
}

#footerText h1 a:hover {
    color: #ffffff;
}


/* =========================================================
   PARTNER / BUSINESS LOGOS
   ========================================================= */

#footerText > p {
    margin: 0 auto 28px auto;

    padding: 18px 0;

    max-width: 850px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 18px 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.07);

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}


/* Logo links */

#footerText > p a {
    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    padding: 5px 8px;

    text-decoration: none;
}


/* Logos */

#footerText > p img {
    display: block;

    width: auto;

    max-width: 145px;

    max-height: 50px;

    height: auto;

    margin: 0;

    padding: 0;

    border: none;

    /*
     * Makes old/dark logos look cleaner
     * on the dark green footer.
     */
    filter:
        grayscale(100%)
        brightness(1.65);

    opacity: 0.75;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        filter 0.25s ease;
}


/* Logo hover */

#footerText > p a:hover img {
    opacity: 1;

    filter:
        grayscale(0%)
        brightness(1);

    transform: translateY(-2px);
}


/* =========================================================
   FOOTER DESCRIPTION
   ========================================================= */

#footerText {
    font-size: 12px;
}

#footerText br {
    line-height: 1.8;
}


/* =========================================================
   WEBSITE DESIGN CREDIT
   ========================================================= */

#footerText a {
    color: #8fcfa8;

    text-decoration: none;

    transition: color 0.2s ease;
}

#footerText a:hover {
    color: #c9f04a;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

#footerText::after {
    content: "";

    display: block;

    width: 45px;

    height: 2px;

    margin: 22px auto 0 auto;

    background: #c9f04a;

    border-radius: 10px;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 900px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 640px) {
    body {
        background-size: 200%;
        background-color: #223a2c;
        padding: 0px;
        padding-top: 120px;
    }
    #menu-icon {
        display: inline-block;
    }

    #logo {
        width: 380px;
    }
    .mainContainer {
        width: 380px;
        height: 40px;
    }
    #container {
        width: 380px;
        /* margin-bottom: 30px;
        padding-bottom: 40px; */
    }
    .container3 {
        width: 90%;
        padding: 25px 20px;
    }
    .service-intro {
        flex-direction: column;
    }
    .service-intro .intro-photo {
        width: 100%;
        flex-basis: auto;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
/* =========================================================
   FOOTER — MOBILE
   ========================================================= */

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

    #footerText {

        width: 100%;

        margin-top: 50px;

        padding:
            35px 18px
            25px 18px;

        font-size: 11px;

        line-height: 1.7;
    }


    /* Contact information */

    #footerText h1 {

        font-size: 12px;

        line-height: 1.7;

        margin-bottom: 22px;
    }


    /* Logo section */

    #footerText > p {

        width: 100%;

        max-width: 100%;

        padding: 18px 5px;

        gap: 15px 12px;

        margin-bottom: 22px;
    }


    /* Individual logo */

    #footerText > p a {

        min-height: 40px;

        padding: 4px 5px;
    }


    #footerText > p img {

        max-width: 105px;

        max-height: 42px;
    }


    #footerText::after {

        margin-top: 18px;
    }
}
}
