.elementor-1051 .elementor-element.elementor-element-eb0e9f2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1051 .elementor-element.elementor-element-8409e0f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-398ca83 */body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #F5F2E9;
    color: #1F3D2B;
}

/* SECTION */
.terms-section {
    padding: 80px 20px;
}

/* CONTAINER */
.terms-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* HEADINGS */
h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

h2 {
    margin-top: 30px;
    font-size: 22px;
    color: #C8A96A;
}

/* TEXT */
p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

/* LINKS */
a {
    color: #C8A96A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* DIVIDER */
hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 25px 0;
}

/* EXTRA */
.last-updated {
    font-size: 14px;
    color: #777;
}

.footer-note {
    margin-top: 30px;
    font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {

    .terms-container {
        padding: 30px 20px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

}/* End custom CSS */