.elementor-20 .elementor-element.elementor-element-438fda5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-293b1ec *//* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Urbanist', sans-serif;
}

body {
    background-color: #f8fafc;
    color: #1E3A8A;
    line-height: 1.7;
}

/* Container */
.terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Headings */
h1 {
    font-size: 2rem;
    color: #1E3A8A;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 5px solid #3B82F6;
    color: #1E3A8A;
}

/* Paragraphs and Lists */
p, li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #1E3A8A;
}

ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.highlight {
    color: #059669;
    font-weight: 500;
}

/* Contact Button */
.btn-contact {
    display: inline-block;
    margin-top: 15px;
    background-color: #28A745;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background-color: #059669;
}

/* Responsive */
@media (max-width: 768px) {
    .terms-container {
        padding: 15px;
        margin: 20px auto;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    p, li {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.1rem;
    }

    p, li {
        font-size: 0.9rem;
    }
}/* End custom CSS */