.elementor-2263 .elementor-element.elementor-element-9ae4454{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-f806a99 *//* MAIN FOOTER BACKGROUND */
.custom-footer {
    
    background-color: #153C22; /* footer background */
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    padding: 0;
}

/* TOP SECTION BACKGROUND (BEHIND IMAGE) */
.tree-wrap {
    background-color: #fff;
}

.footer-top-shape {
    width: 100%;
    display: block;
}

/* GRID LAYOUT */
.footer-container {
    
    max-width: 1200px;
    margin: auto;
    padding: 30px 20px;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 60px;
}

/* LEFT COLUMN */
.footer-links {
    
    padding: 0;
    margin: 0;
}

.footer-links li {
    list-style: none;
    margin-bottom: 12px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-social {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    padding: 6px;
}



/* FOOTER MAIN BACKGROUND */
.footer-section {
    text-align: center; 
    color: #fff;
    font-family: "Poppins", sans-serif;
}

/* CONTENT WRAPPER */
.footer-content {
    
    max-width: 700px;
    margin: auto;
}

/* TITLE */
.footer-title {
       font-family:'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

/* SIGN-UP INPUT + BUTTON (INSIDE BORDER BOX) */
.signup-box {
    
    display: flex;
    align-items: center;
    border: 2px solid #B6F064; 
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

/* EMAIL INPUT */
.signup-box input {
    width: 100%;
    padding: 16px;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
}

/* BUTTON */
.signup-box button {
    background: #fff; /* Light cream color */
    color: #2B1C0C;      /* Dark brown */
    border: none;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-left: 2px solid #B6F064;
}

/* SOCIAL ICONS BELOW */
.footer-social-icons {

    gap: 15px;
    margin-top: 10px;
    
}

.footer-social-icons img {
    width: 34px;
    height: 34px;
    background: #fff;
    padding: 6px;
    border-radius: 6px;
}

/* ------------------ RESPONSIVE ------------------ */
@media (max-width: 600px) {

    .signup-box {
        flex-direction: column;
        border-radius: 12px;
    }

    .signup-box button {
        width: 100%;
        border-left: none;
        border-top: 2px solid #d8d2c4;
    }

    .footer-title {
        font-size: 22px;
    }
}


/* RIGHT COLUMN */
.right p {
    
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.footer-contact p {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    text-align: right;
    margin-bottom:10px;
}

.accredited-logo {
    width: 50px;
    margin-left: auto;
    margin-top: 20px;
    display: block;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .right h3,
    .footer-contact p {
        text-align: center;
    }

    .accredited-logo {
        margin: 20px auto 0;
    }

    .name-row {
        flex-direction: column;
    }
}/* End custom CSS */