.elementor-3127 .elementor-element.elementor-element-344d561{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3127 .elementor-element.elementor-element-2014d8c{--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-3127 .elementor-element.elementor-element-1caad6e{font-family:"Poppins", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-1caad6e *//* Wrapper */
.policy-wrapper{
    max-width:1000px;
    margin:auto;
    padding:40px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height:1.7;
    color:#333;
}

/* Main Heading */
.policy-wrapper h1{
    font-size:34px;
    font-weight:700;
    margin-bottom:8px;
}

/* Last Updated */
.updated{
    font-size:14px;
    color:#777;
    margin-bottom:25px;
}

/* Section Card */
.policy-section{
    margin-bottom:35px;
   
    padding:25px;
    border-radius:8px;
  
}

/* Section Title */
.policy-section h2{
    font-size:22px;
    margin-bottom:12px;
    font-weight:600;
}

/* Paragraph spacing */
.policy-section p{
    margin-bottom:12px;
}

/* List Styling */
.policy-section ul{
    list-style:none;
    padding:0;
    margin-top:12px;
}

/* List Item */
.policy-section ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
    font-size:16px;
}

/* Blue Star Bullet */
.policy-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 Title */
.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){

.policy-wrapper{
    padding:30px 15px;
}

.policy-wrapper h1{
    font-size:26px;
}

.policy-section{
    padding:20px;
}

}


.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 */