.elementor-3 .elementor-element.elementor-element-b3995fd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3 .elementor-element.elementor-element-e56873f{--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 );}.elementor-3 .elementor-element.elementor-element-dfe6002{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;font-family:"Poppins", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-dfe6002 */.payment-wrapper{
    max-width:1000px;
    margin:auto;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height:1.7;
}

.payment-wrapper h1{
    font-size:34px;
    margin-bottom:5px;
}

.updated{
    color:#777;
    font-size:14px;
    margin-bottom:25px;
}

.payment-section{
    margin-bottom:35px;
}

/* LIST DESIGN LIKE IMAGE */
.payment-section ul{
    list-style:none;
    padding:0;
    margin-top:15px;
}

.payment-section ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
    font-size:16px;
}

/* Blue icon */
.payment-section ul li:before{
    content:"✸";
    position:absolute;
    left:0;
    top:2px;
    color:#2f6fb2;
    font-size:16px;
}

.payment-section h2{
    font-size:22px;
    margin-bottom:10px;
}

.contact-section{
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid #ddd;
}

.contact-line a{
    color:#2f6fb2;
    text-decoration:none;
}





.policy-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    color: #333;
}

.policy-wrapper h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.updated {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

.policy-section {
    margin-bottom: 35px;
}

.policy-section h2 {
    font-size: 20px;
    color: #0a4c8a;
    margin-bottom: 10px;
    font-weight: 600;
}

.policy-wrapper ul {
    padding-left: 20px;
}

.policy-wrapper li {
    margin-bottom: 6px;
}

.policy-wrapper a {
    color: #0a4c8a;
    text-decoration: none;
    font-weight: 500;
}

.policy-wrapper a:hover {
    text-decoration: underline;
}

.contact-section {
    background: #f4f7fb;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}/* End custom CSS */