.elementor-1851 .elementor-element.elementor-element-004a151{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1851 .elementor-element.elementor-element-4fe0600{--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-1851 .elementor-element.elementor-element-f160d04{text-align:left;font-family:"Poppins", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-f160d04 *//* Wrapper */
.payment-wrapper,
.policy-wrapper,
.privacy-wrapper{
    max-width:1000px;
    margin:auto;
    padding:40px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height:1.7;
    color:#333;
}

/* Main Title */
.payment-wrapper h1,
.policy-wrapper h1,
.privacy-wrapper h1{
    font-size:34px;
    margin-bottom:8px;
    font-weight:700;
}

/* Last Updated */
.updated{
    font-size:14px;
    color:#777;
    margin-bottom:25px;
}

/* Section Card */
.payment-section,
.policy-section,
.privacy-section{
    margin-bottom:35px;
   
    padding:25px;
    border-radius:8px;
   
}

/* Section Heading */
.payment-section h2,
.policy-section h2,
.privacy-section h2{
    font-size:22px;
    margin-bottom:12px;
    font-weight:600;
}

/* Paragraph spacing */
.payment-section p,
.policy-section p,
.privacy-section p{
    margin-bottom:12px;
}

/* List Design */
.payment-section ul,
.policy-section ul,
.privacy-section ul{
    list-style:none;
    padding:0;
    margin-top:12px;
}

/* List Item */
.payment-section ul li,
.policy-section ul li,
.privacy-section ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
    font-size:16px;
}

/* Blue Star Bullet */
.payment-section ul li:before,
.policy-section ul li:before,
.privacy-section ul li:before{
    content:"✸";
    position:absolute;
    left:0;
    top:3px;
    color:#2f6fb2;
    font-size:16px;
}

/* Contact Section */
.contact-section{
    margin-top:40px;
    padding-top:20px;
    border-top:2px solid #eee;
}

/* Contact Heading */
.contact-section h2{
    font-size:22px;
    margin-bottom:12px;
}

/* Links */
.contact-section a{
    color:#2f6fb2;
    text-decoration:none;
    font-weight:500;
}

.contact-section a:hover{
    text-decoration:underline;
}

/* Mobile Responsive */
@media (max-width:768px){

.payment-wrapper,
.policy-wrapper,
.privacy-wrapper{
    padding:30px 15px;
}

.payment-wrapper h1,
.policy-wrapper h1,
.privacy-wrapper h1{
    font-size:26px;
}

.payment-section,
.policy-section,
.privacy-section{
    padding:20px;
}

}/* End custom CSS */