.elementor-1728 .elementor-element.elementor-element-0851c2e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-6d78840 *//* ================================
   TERMS & CONDITIONS PAGE DESIGN
   Class: .terms-&-conditions
   ================================ */

/* Escape class for safe CSS use */
.terms-\&-conditions {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,0.06);
    font-family: 'Poppins', sans-serif;
    line-height: 1.85;
    color: #333;
}

/* ------------------- HEADINGS ------------------- */
.terms-\&-conditions h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #1e6f5c;
}

.terms-\&-conditions h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    padding-left: 14px;
    color: #1e6f5c;
    border-left: 4px solid #1e6f5c;
}

.terms-\&-conditions h3 {
    font-size: 19px;
    font-weight: 600;
    margin-top: 16px;
    color: #222;
}

/* ---------------- TEXT & LIST STYLE ---------------- */
.terms-\&-conditions p {
    font-size: 16px;
    margin-bottom: 12px;
    color: #444;
}

.terms-\&-conditions ul {
    margin: 15px 0 20px;
    padding-left: 25px;
}

.terms-\&-conditions li {
    font-size: 15.5px;
    margin-bottom: 6px;
}

/* line dividers */
.terms-\&-conditions hr {
    margin: 30px 0;
    opacity: 0.3;
}

/* highlight bold text */
.terms-\&-conditions strong {
    color: #0e6c54;
}

/* ---------------- MOBILE RESPONSIVE ---------------- */
@media (max-width:768px){

    .terms-\&-conditions {
        padding: 28px 22px;
        margin: 20px;
    }

    .terms-\&-conditions h1 { font-size: 26px; }
    .terms-\&-conditions h2 { font-size: 21px; }
    .terms-\&-conditions p,
    .terms-\&-conditions li { font-size: 15px; }
}

@media (max-width:480px){

    .terms-\&-conditions {
        padding: 20px 15px;
    }

    .terms-\&-conditions h1 { font-size: 22px; }
    .terms-\&-conditions h2 { font-size: 19px; }
    .terms-\&-conditions p,
    .terms-\&-conditions li { font-size: 14px; }
}/* End custom CSS */