.elementor-3 .elementor-element.elementor-element-7ab651a4{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3 .elementor-element.elementor-element-218d814{text-align:center;}.elementor-3 .elementor-element.elementor-element-218d814 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;text-decoration:none;}.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-30ea9d2 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}/* Start custom CSS for container, class: .elementor-element-7ab651a4 */.elementor-3 .elementor-element.elementor-element-7ab651a4 {
    border: 2px solid rgba(0, 255, 255, 0.3);
    border-radius: 26px;
    box-shadow: 0 0 25px #00e5e5, inset 0 0 25px #00e5e5;
    padding: 40px;
}
/* ================================
   FYT PREMIUM PRIVACY POLICY STYLING
   (All scoped inside this container)
   ================================ */

/* --- TYPOGRAPHY BASE --- */
.elementor-3 .elementor-element.elementor-element-7ab651a4 {
    font-family: 'Poppins', sans-serif;
}

/* MAIN PAGE TITLE (PRIVACY POLICY) */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00e5e5;
    text-align: center;
    margin-bottom: 40px;

    text-shadow:
        0 0 12px rgba(0, 229, 229, 0.8),
        0 0 28px rgba(0, 229, 229, 0.7),
        0 0 40px rgba(0, 229, 229, 0.5);
    position: relative;
    padding-bottom: 16px;
}

/* Centered neon bar under main title */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 220px;
    height: 3px;
    background: linear-gradient(90deg, rgba(0,229,229,0), #00e5e5, rgba(0,229,229,0));
    box-shadow: 0 0 18px rgba(0, 229, 229, 0.9);
    border-radius: 999px;
}

/* SECTION HEADINGS (H2) */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00e5e5;
    margin-top: 50px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 14px;

    text-shadow:
        0 0 10px rgba(0, 229, 229, 0.7),
        0 0 20px rgba(0, 229, 229, 0.6),
        0 0 30px rgba(0, 229, 229, 0.4);
}

/* Left-aligned neon label line under each H2 */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, #00e5e5 0%, rgba(0, 229, 229, 0) 100%);
    box-shadow: 0 0 14px rgba(0, 229, 229, 0.9);
    border-radius: 999px;
}

/* Slight top border glow between sections for more separation */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h2:not(:first-of-type) {
    padding-top: 30px;
    margin-top: 60px;
}

.elementor-3 .elementor-element.elementor-element-7ab651a4 h2:not(:first-of-type)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(circle at left, rgba(0,229,229,0.6), transparent 60%);
    opacity: 0.6;
}

/* Optional smaller headings if you use them (H3/H4) */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #9ffcff;
    margin-top: 24px;
    margin-bottom: 10px;
}

.elementor-3 .elementor-element.elementor-element-7ab651a4 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #c3ffff;
    margin-top: 18px;
    margin-bottom: 8px;
}

/* --- BODY TEXT --- */
.elementor-3 .elementor-element.elementor-element-7ab651a4 p,
.elementor-3 .elementor-element.elementor-element-7ab651a4 li {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #e0f4ff;
}

/* Paragraph spacing */
.elementor-3 .elementor-element.elementor-element-7ab651a4 p {
    margin-bottom: 14px;
}

/* First paragraph after each H2 gets a tiny emphasis */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h2 + p {
    color: #f0fcff;
    font-weight: 400;
}

/* --- LISTS / BULLETS --- */
.elementor-3 .elementor-element.elementor-element-7ab651a4 ul {
    padding-left: 1.5em;
    margin-bottom: 18px;
}

/* Neon bullets */
.elementor-3 .elementor-element.elementor-element-7ab651a4 ul li::marker {
    color: #00e5e5;
}

/* Slight extra spacing between bullet items */
.elementor-3 .elementor-element.elementor-element-7ab651a4 ul li {
    margin-bottom: 6px;
}

/* --- LINKS --- */
.elementor-3 .elementor-element.elementor-element-7ab651a4 a {
    color: #00e5e5;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.elementor-3 .elementor-element.elementor-element-7ab651a4 a:hover {
    text-decoration: none;
    text-shadow:
        0 0 8px rgba(0, 229, 229, 0.8),
        0 0 16px rgba(0, 229, 229, 0.6);
}

/* --- OPTIONAL: LIGHT FADE AT TOP & BOTTOM CONTENT AREA --- */
.elementor-3 .elementor-element.elementor-element-7ab651a4 {
    position: relative;
    overflow: hidden;
}

.elementor-3 .elementor-element.elementor-element-7ab651a4::before,
.elementor-3 .elementor-element.elementor-element-7ab651a4::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
}

.elementor-3 .elementor-element.elementor-element-7ab651a4::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
}

.elementor-3 .elementor-element.elementor-element-7ab651a4::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}
/* ============================
   FIX: Style the first H2 as the MAIN PAGE TITLE
   ============================ */

.elementor-3 .elementor-element.elementor-element-7ab651a4 h2:first-of-type {
    font-size: 44px !important;
    font-weight: 700 !important;
    text-align: center !important;
    letter-spacing: 2px !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    text-transform: uppercase !important;
    color: #00e5e5 !important;

    text-shadow:
        0 0 12px rgba(0, 229, 229, 0.8),
        0 0 28px rgba(0, 229, 229, 0.7),
        0 0 40px rgba(0, 229, 229, 0.5) !important;

    position: relative;
    padding-bottom: 18px !important;
}

/* Center glowing bar under the main title */
.elementor-3 .elementor-element.elementor-element-7ab651a4 h2:first-of-type::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 260px;
    height: 3px;
    background: linear-gradient(90deg, rgba(0,229,229,0), #00e5e5, rgba(0,229,229,0));
    box-shadow: 0 0 18px rgba(0, 229, 229, 0.9);
    border-radius: 999px;
}/* End custom CSS */