.elementor-140 .elementor-element.elementor-element-37fa42d{--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;}/* Start custom CSS for html, class: .elementor-element-0832a74 *//* --- Terms and Conditions General Container --- */
.terms-container {
    font-family: 'Poppins', sans-serif;
    color: #4A5568;
    line-height: 1.8;
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

/* --- Header Section --- */
.terms-header {
    text-align: center;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.terms-header h1 {
    font-size: 2.8em;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 10px;
}

.terms-header p {
    font-size: 1em;
    color: #718096;
}

/* --- Individual Sections --- */
.terms-section {
    margin-bottom: 40px;
}

.terms-section h2 {
    font-size: 1.8em;
    font-weight: 600;
    color: #2D3748;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E8F0;
}

.terms-section h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #2D3748;
}

/* --- Icons in Headings --- */
.terms-section h2 i,
.terms-header h1 i {
    color: #4299E1;
    margin-right: 15px;
    font-size: 0.9em;
}

/* --- List Styling --- */
.terms-section ul {
    list-style: none;
    padding-left: 10px;
}

.terms-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.terms-section ul li::before {
    content: '\f105'; /* Font Awesome angle-right icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: #4299E1;
}

/* --- Contact Email Link --- */
.contact-email {
    font-weight: 600;
    color: #4299E1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email:hover {
    color: #2B6CB0;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .terms-header h1 {
        font-size: 2em;
    }
    .terms-section h2 {
        font-size: 1.5em;
    }
    .terms-container {
        padding: 15px;
        margin: 20px auto;
    }
}/* End custom CSS */