.elementor-6263 .elementor-element.elementor-element-cbd2d7e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2dbca6f */:root{
    --bg: #f5ede0;
    --card: #fffaf3;
    --primary: #1e3a3a;
    --secondary: #2d4a4a;
    --accent: #e7d4bc;
    --text: #455252;
    --border: #e4d8c7;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--bg);
    color:var(--text);
    line-height:1.8;
}

.terms-page{
    padding:80px 20px;
}

.terms-container{
    max-width:1100px;
    margin:auto;
}

.terms-hero{
    text-align:center;
    margin-bottom:40px;
}

.terms-hero h1{
    font-size:48px;
    color:var(--primary);
    margin-bottom:15px;
    font-weight:700;
}

.meta{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.meta span{
    background:var(--accent);
    color:var(--primary);
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
}

.intro-box{
    background:var(--primary);
    color:white;
    padding:30px;
    border-radius:18px;
    margin-bottom:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.terms-section{
    background:var(--card);
    padding:35px;
    margin-bottom:25px;
    border-radius:18px;
    border:1px solid var(--border);
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.terms-section h2{
    color:var(--primary);
    margin-bottom:18px;
    font-size:24px;
    font-weight:600;
}

.terms-section p{
    margin-bottom:14px;
}

.terms-section ul{
    padding-left:22px;
}

.terms-section li{
    margin-bottom:12px;
}

.contact-box{
    margin-top:20px;
    background:var(--accent);
    padding:16px 20px;
    border-radius:12px;
    color:var(--primary);
    font-weight:500;
}

strong{
    color:var(--primary);
}

@media(max-width:768px){

    .terms-page{
        padding:50px 15px;
    }

    .terms-hero h1{
        font-size:34px;
    }

    .terms-section{
        padding:25px;
    }

    .terms-section h2{
        font-size:20px;
    }

    .meta{
        flex-direction:column;
        align-items:center;
    }
}/* End custom CSS */