/*------------------------------------*\
    
    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
    position: relative;
}

.footer-top {
    background: #292929;
    color: #FFFFFF;
    padding: 80px 0 72px;
    border-bottom: 6px solid #56E04E;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    margin-top: -28px;
    z-index: 3;
    position: relative;
}

.footer-logo-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 37px;
}

.footer-logo {
    max-width: 126px;
}

.footer-logo a {
    display: block;
    border: none;
    background: transparent;
}

.footer-social-media ul,
.footer-menu ul,
.footer-secondary-menu ul {
    margin: 0;
    padding: 0;
}

.footer-social-media ul li,
.footer-menu ul li,
.footer-secondary-menu ul li {
    margin: 0;
    padding: 0;
}

.footer-social-media ul li::before,
.footer-menu ul li::before,
.footer-secondary-menu ul li::before {
    display: none;
}

.footer-social-media ul li a {
    margin: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 16px 0 16px 0;
    background: #37CE2E;
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    line-height: 1em;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-description {
    padding: 65px 0 18px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-description p {
    margin: 0;
    padding: 0 0 16px 35px;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.77em;
}

.footer-description p i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 23px;
    color: #37CE2E;
    line-height: 1em;
}

.footer-description p i.icon-phone {
    font-size: 18px;
    left: 6px;
}

.footer-description p a {
    font-weight: normal;
    color: #FFFFFF;
    background: transparent;
    border: none;
}

.footer-social-media-area p a {
    font-weight: 700;
}

.footer-menu {
    padding: 30px 0 0 25px;
}

.footer-menu ul {
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 70px;
}

.footer-menu ul li a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.77em;
    border: none;
}

.footer-bottom {
    padding: 25px 0 22px 0;
}

.footer-bottom > .container {
    padding: 0 10px;
}

.footer-menu ul {
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 70px;
}

.footer-menu ul li a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.77em;
    border: none;
}

.footer-secondary-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-secondary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-secondary-menu ul li {
    padding: 0 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 1em;
    border-left: 1px solid #000;
    text-align: center;
}

.footer-secondary-menu ul li:first-child {
    padding-left: 0;
    border-left: none;
}

.footer-secondary-menu ul li:nth-child(3) {
    padding-right: 0;
}

.footer-secondary-menu ul li a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 1em;
    border: none;
}

.footer-back-to-top {
    padding-top: 10px;
    text-align: center;
}

.back-to-top {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    color: #0A7F01;
    line-height: 1.3em;
    border: none;
}

.back-to-top i {
    font-size: 21px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 3px 4px;
}

@media( min-width: 375px ) {
    .footer-secondary-menu ul li a,
    .footer-secondary-menu ul li {
        font-size: 18px;
    }
}

@media( min-width: 768px ) {
    .footer-top {
        padding: 100px 0 65px;
        clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
        margin-top: -50px;
    }

    .footer-top__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-logo-col {
        display: block;
        gap: 0px;
        width: 184px;
    }

    .footer-logo {
        max-width: 184px;
        margin-bottom: 25px;
    }

    .footer-right-col {
        width: calc(100% - 184px);
        padding-left: 106px;
    }

    .footer-description {
        padding: 0 0 25px 0;
    }

    .footer-description p {
        padding-bottom: 8px;
    }

    .footer-menu {
        padding: 30px 0 0 0;
    }

    .footer-menu ul {
        column-gap: 40px;
    }

    .footer-bottom {
        padding: 25px 0 18px 0;
    }
    
    .footer-secondary-menu {
        flex-direction: row;
    }

    .footer-secondary-menu ul li {
        padding: 0 12px;
        margin-bottom: 5px;
    }

    .footer-secondary-menu ul li:last-child {
        border-left: 1px solid #000;
        padding-left: 12px;
    }

    .footer-secondary-menu ul li:nth-child(3) {
        padding-right: 12px;
    }
}

@media( min-width: 1200px ) {
    .footer-top {
        padding: 182px 0 94px;
        clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 100%);
        margin-top: -144px;
    }

    .footer-logo {
        max-width: 184px;
        margin-bottom: 0;
        position: relative;
        top: 6px;
    }

    .footer-right-col {
        width: calc(100% - 184px);
        padding-left: 35px;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-description {
        padding: 0 0 0 0;
        border-bottom: none;
        width: calc(100% - 380px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 60px;
    }

    .footer-description p {
        padding-bottom: 10px;
    }

    .footer-menu {
        padding: 0 0 0 35px;
        width: 380px;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-menu ul {
        column-gap: 100px;
    }

    .footer-bottom {
        padding: 20px 0 16px 0;
    }

    .footer-bottom > .container {
        padding: 0 21px;
    }

    .footer-secondary-menu ul {
        margin: 0;
    }

    .footer-secondary-menu ul li {
        padding: 0 16px;
        margin-bottom: 0;
    }

    .footer-secondary-menu ul li:last-child {
        padding-left: 16px;
    }

    .footer-secondary-menu ul li:nth-child(3) {
        padding-right: 16px;
    }

    .footer-bottom__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .footer-back-to-top {
        padding-top: 0;
    }

    .footer-menu ul li a:hover,
    .footer-description p a:hover {
        color: #37CE2E;
    }

    .footer-social-media ul li a:hover {
        background: #FFFFFF;
        color: #000000;
    }

    .footer-secondary-menu ul li a:hover {
        color: #37CE2E;
    }

    .footer-social-media-area {
        margin-top: 3px;
    }

    .footer-description .footer-social-media-area p {
        padding-bottom: 13px;
    }

    .back-to-top:hover {
        background: none;
    }
}

@media( min-width: 1367px ) {
    .footer-description {
        gap: 110px;
    }

    .footer-right-col {
        padding-left: 115px;
    }

    .footer-menu {
        padding: 0 0 0 86px;
    }
}

/* CTA Section */

.cta {
    position: relative;
    z-index: 1;
}

.cta__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cta__wrap {
    position: relative;
    color: #000000;
    padding: 32px 0 60px;
    background: linear-gradient(135deg,  rgba(86,224,78,0.86) 0%,rgba(68,213,59,0.86) 100%);
}

.cta__content h2 {
    padding-bottom: 32px;
    color: #000000;
}

.cta__content h2::before {
    display: none;
}

.cta__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.cta-phn-btn {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    border: none;
    background: none;
}

.cta__plant1 {
    position: absolute;
    left: 51px;
    top: -100px;
    width: 65px;
    height: 209px;
    border-radius: 40px 0 40px 0;
    background: rgba(255,255,255,0.28);
    z-index: -1;
}

.cta__plant1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width:  65px;
    height: 209px;
    background: #F5F5F5; 
    border-radius: 40px 0 0 0;
}

.cta__plant2 {
    position: absolute;
    left: 124px;
    top: -75px;
    width: 65px;
    height: 209px;
    border-radius: 40px 0 40px 0;
    background: rgba(255,255,255,0.28);
    z-index: -1;
}

.cta__plant2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 65px;
    height: 209px;
    background: #F5F5F5; 
    border-radius: 40px 0 0 0;
}

.cta__content {
    position: relative;
    z-index: 4;
}

@media( min-width: 768px ) {
    .cta__wrap {
        padding: 66px 0 116px;
    }
    
    .cta__content h2 {
        padding-bottom: 32px;
        font-size: 36px;
    }
    
    .cta-phn-btn {
        font-size: 22px;
    }
}

@media( min-width: 1200px ) {
    .cta__wrap {
        padding: 94px 0 170px;
    }

    .cta__content {
        max-width: 666px;
        margin: 0 auto;
    }
    
    .cta__content h2 {
        padding-bottom: 18px;
        font-size: 62px;
        line-height: 1.3em;
    }
    
    .cta-phn-btn {
        font-size: 22px;
    }

    .cta-phn-btn:hover {
        border: none;
        color: #292929;
        background: none;
        text-decoration: underline;
    }

    .cta__plant1 {
        position: absolute;
        left: 128px;
        top: -120px;
        width: 144px;
        height: 400px;
        border-radius: 76px 0 60px 0;
        background: rgba(255,255,255,0.28);
        z-index: 3;
    }

    .cta__plant1::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 144px;
        height: 120px;
        background: #F5F5F5; 
        border-radius: 76px 0 0 0;
    }

    .cta__plant2 {
        position: absolute;
        left: 290px;
        top: -64px;
        width: 144px;
        height: 400px;
        border-radius: 76px 0 60px 0;
        background: rgba(255,255,255,0.28);
        z-index: 3;
    }

    .cta__plant2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 144px;
        height: 64px;
        background: #F5F5F5; 
        border-radius: 76px 0 0 0;
    }
}