@charset "UTF-8";
/* CSS Document */

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: 130px;
    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;
}
.button {
    color: #000000;
    background-color: rgba(12, 170, 129, 0.2);
    padding: 15px;
    border-radius: 40px;
    font-family: "Open Sans", "sans-serif;";
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}
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;
}
.mainContainer h1 {
    font-family: "Dancing Script", cursive;
    font-size: 1.5em;
    font-weight: lighter;
    padding-left: 28px;
    color: #006633;
    bottom: 0px;
    position: relative;
    top: 170px;
}
#container {
    min-height: 100%;
    position: relative;
}
/* =========================================================
   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;
}

.style1 {
    font-size: 2.5em;
    font-weight: lighter;
    color: rgba(0, 153, 50, 1);
    background-color: rgba(12, 170, 129, 0.3);
    padding: 5px 0px 5px 10px;
    margin-right: 10px;
    font-family: "Dancing Script", cursive;
}
.style2 {
    font-size: 8pt;
}

* {
    box-sizing: border-box;
}

/* =========================================================
   CONTACT PAGE — professional two-column layout
   ========================================================= */

   .toast {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #165936;
    color: #fff;
    padding: 16px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    z-index: 99999;
}

.toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.toast.success {
    background: #165936;
}

.toast.error {
    background: #b42318;
}

.contactHero {
    width: 80%;
    max-width: 1400px;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #eae9e4;
}
.contactHero h1 {
    font-family: "Dancing Script", cursive;
    font-weight: lighter;
    font-size: 3.4em;
    color: #ffffff;
    margin-bottom: 6px;
}
.contactHero p {
    font-size: 1.1em;
    color: #cfe9da;
    margin-top: 0;
}

.contactGrid {
    width: 80%;
    max-width: 1400px;
    margin: 30px auto 60px auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    align-items: stretch;
}

.contactInfoCard,
.contactFormCard {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    padding: 40px 35px;
    color: #222;
    display: flex;
    flex-direction: column;
}

.contactInfoCard h2,
.contactFormCard h2 {
    font-family: "Dancing Script", cursive;
    font-weight: lighter;
    font-size: 2.4em;
    color: rgba(0, 153, 51, 1);
    margin-top: 0;
    margin-bottom: 25px;
}

.contactInfoList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contactInfoList li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0 0 26px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 26px;
}
.contactInfoList li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contactInfoList .icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(12, 170, 129, 0.15);
    color: rgba(0, 153, 51, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}
.contactInfoList strong {
    display: block;
    color: #111;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.contactInfoList a {
    color: rgba(0, 153, 51, 1);
    font-size: 14px;
    font-weight: 600;
}
.contactInfoList p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #444;
}

.contactInfoCard .ctaButton {
    display: inline-block;
    margin-top: 50px;
    color: #ffffff;
    background-color: rgba(0, 153, 51, 1);
    padding: 14px 26px;
    border-radius: 40px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    width: 150px;
}
.contactInfoCard .ctaButton:hover {
    background-color: #007a29;
}

/* ---- Form ---- */
.contactFormCard form {
    float: none;
}
.contactFormRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 18px;
}
.contactFormCard label {
    display: block;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
    margin-bottom: 6px;
}
.contactFormCard input[type="text"],
.contactFormCard input[type="email"],
.contactFormCard input[type="tel"],
.contactFormCard textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    color: #222;
    background-color: #fafafa;
    margin: 0;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.contactFormCard input[type="text"]:focus,
.contactFormCard input[type="email"]:focus,
.contactFormCard input[type="tel"]:focus,
.contactFormCard textarea:focus {
    outline: none;
    border-color: rgba(0, 153, 51, 1);
    box-shadow: 0 0 0 3px rgba(0, 153, 51, 0.15);
}
.contactFormCard .fullWidth {
    margin-bottom: 18px;
}
.contactFormCard textarea {
    resize: vertical;
    min-height: 140px;
}
.contactFormCard .g-recaptcha {
    margin: 10px 0 20px 0;
}
.contactFormCard .submitBtn {
    background-color: rgba(0, 153, 51, 1);
    color: #ffffff;
    border: none;
    padding: 14px 34px;
    border-radius: 40px;
    font-size: 1.05em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.contactFormCard .submitBtn:hover {
    background-color: #007a29;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 640px) {
    body {
        background-size: 200%;
        background-color: #223a2c;
        padding: 0px;
        padding-top: 120px;
    }

    #logo {
        width: 380px;
    }
    .mainContainer {
        width: 380px;
        height: 40px;
    }
    #container {
        width: 380px;
        /* margin-bottom: 30px;
        padding-bottom: 40px; */
    }
   /* =========================================================
   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;
    }
}
    .style1 {
        font-size: 2em;
    }

    /* ---- Contact page mobile ---- */
    .contactHero {
        width: 90%;
        margin-top: 20px;
    }
    .contactHero h1 {
        font-size: 2.4em;
    }
    .contactGrid {
        width: 90%;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    .contactInfoCard,
    .contactFormCard {
        padding: 28px 22px;
    }
    .contactFormRow {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
