.elementor-22646 .elementor-element.elementor-element-feb5204{padding:0px 0px 0px 0px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-22646 .elementor-element.elementor-element-97ec496{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-97ec496 *//* General Styling for the Terms and Conditions */
.terms-and-conditions {
    padding: 40px;
    background-color: #f4f4f4;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.terms-and-conditions h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.terms-and-conditions h2 {
    font-size: 24px;
    color: #555;
    margin-top: 30px;
}

.terms-and-conditions h3 {
    font-size: 20px;
    color: #444;
    margin-top: 20px;
}

.terms-and-conditions p {
    font-size: 16px;
    color: #666;
}

.terms-and-conditions ul {
    font-size: 16px;
    color: #666;
    padding-left: 20px;
}

.terms-and-conditions a {
    color: #007bff;
    text-decoration: none;
}

.terms-and-conditions a:hover {
    text-decoration: underline;
}

.terms-and-conditions .cta-link {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}

.terms-and-conditions .cta-link:hover {
    background-color: #218838;
}/* End custom CSS */