.elementor-527 .elementor-element.elementor-element-38a9ebf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e2254da *//* =========================================================
   PRIVACY POLICY PAGE STYLES
   ========================================================= */
.privacy-page-wrapper {
    background-color: #011032;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Narrower container for better reading experience */
.legal-container { 
    max-width: 900px !important; 
    margin: 0 auto; 
    padding: 0 40px; 
}

/* --- HEADER SECTION --- */
.privacy-header {
    padding: 100px 0 50px;
    background: radial-gradient(circle at top, #011a4a 0%, #011032 100%);
    border-bottom: 1px solid rgba(0, 242, 255, 0.1);
    text-align: center;
}

.neon-subtitle { color: #00f2ff; letter-spacing: 3px; font-size: 14px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }
.main-tech-title { font-size: 42px; font-weight: 800; color: #ffffff !important; line-height: 1.2; margin-bottom: 15px; }
.last-updated { color: #8892b0; font-size: 14px; font-style: italic; margin-bottom: 30px; }
.privacy-lead-text { color: #ccd6f6; font-size: 18px; line-height: 1.8; margin: 0 auto; font-weight: 400; }
.privacy-lead-text strong { color: #ffffff; }

/* --- CONTENT SECTION --- */
.privacy-content-section {
    padding: 60px 0 100px;
}

.legal-block {
    margin-bottom: 50px;
    background: rgba(255,255,255,0.01);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.03);
    transition: all 0.3s ease;
}
.legal-block:hover {
    background: rgba(255,255,255,0.02);
    border-color: rgba(0,242,255,0.1);
}

/* Left Border Indicator for Headings */
.legal-heading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
}
.legal-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    background-color: #00f2ff;
    border-radius: 2px;
}

.legal-text {
    color: #8892b0;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 20px;
}
.legal-text strong { color: #ccd6f6; font-weight: 600; }

/* Elegant Lists */
.legal-list {
    margin-bottom: 20px;
    padding-left: 10px;
}
.legal-list li {
    color: #8892b0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
    padding-left: 25px;
}
.legal-list li::before {
    content: '\f0da'; /* FontAwesome subtle right arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #00f2ff;
    font-size: 14px;
    top: 2px;
}
.legal-list li strong { color: #ffffff; }

/* Contact Box at the end */
.legal-contact-box {
    margin-top: 25px;
    padding: 25px;
    background: rgba(0, 242, 255, 0.03);
    border-left: 3px solid #00f2ff;
    border-radius: 0 8px 8px 0;
}
.legal-contact-box p {
    color: #ccd6f6;
    font-size: 16px;
    margin-bottom: 8px;
}
.legal-contact-box p:last-child { margin-bottom: 0; }
.legal-contact-box strong { color: #00f2ff; margin-right: 10px; }

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .legal-container { padding: 0 20px !important; }
    .main-tech-title { font-size: 32px; }
    .legal-block { padding: 25px 20px; }
    .legal-heading { font-size: 20px; }
    .privacy-header { padding: 80px 0 40px; }
}/* End custom CSS */