.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.footer{
    background:#021D14;
    padding:70px 8% 40px;
    border-top:1px solid rgba(110,170,130,.15);
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:70px;
}

.footer-brand img{
    width:180px;
    margin-bottom:25px;
}

.footer-brand p{
    color:#91A99B;
    line-height:2;
    max-width:420px;
}

.footer-column h4{
    font-size:15px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#66D19B;
    margin-bottom:30px;
}

.footer-column a,
.footer-column p{
    display:block;
    color:#D8E5DD;
    margin-bottom:16px;
    text-decoration:none;
    transition:.3s;
}

.footer-column a:hover{
    color:#67D6A6;
    padding-left:8px;
}

.footer-bottom{
    margin-top:60px;
    padding-top:35px;
    border-top:1px solid rgba(255,255,255,.07);
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-bottom span{
    color:#799285;
}

.footer-links-bottom{
    display:flex;
    gap:30px;
}

.footer-links-bottom a{
    color:#799285;
    text-decoration:none;
}

.footer-links-bottom a:hover{
    color:#66D19B;
}

@media(max-width:900px){

    .footer-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .footer-bottom{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

}
.cta-btn {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 20px;
    padding: 16px 36px;
    background: #0d2b1e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.2s, transform 0.15s;
}

.cta-btn:hover {
    background: #163d2a;
    transform: translateY(-2px);
}
}/* End custom CSS */