.elementor-442 .elementor-element.elementor-element-2cc5598{--display:flex;}.elementor-442 .elementor-element.elementor-element-2cc5598:not(.elementor-motion-effects-element-type-background), .elementor-442 .elementor-element.elementor-element-2cc5598 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1b6a978 *//* ===== PRIVACY POLICY STYLING ===== */

.privacy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 25px;
    font-family: 'Poppins', sans-serif;
    color: #eaeaea;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

/* Title */
.privacy-container h1 {
    font-size: 44px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

/* Section Headings */
.privacy-container h2 {
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 10px;
    color: #d4af37;
    font-weight: 500;
    position: relative;
}

/* Golden underline effect */
.privacy-container h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37, transparent);
    margin-top: 8px;
}

/* Paragraphs */
.privacy-container p {
    font-size: 15px;
    color: #cfcfcf;
    margin: 12px 0;
}

/* Lists */
.privacy-container ul {
    padding-left: 20px;
    margin-top: 10px;
}

.privacy-container li {
    margin: 8px 0;
    position: relative;
}

/* Custom bullet */
.privacy-container li::marker {
    color: #d4af37;
}

/* Highlight text */
.privacy-highlight {
    color: #d4af37;
    font-weight: 500;
}

/* Info Box */
.privacy-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.25);
    padding: 22px;
    border-radius: 14px;
    margin-top: 20px;
    backdrop-filter: blur(8px);
    transition: 0.3s ease;
}

/* Hover glow */
.privacy-box:hover {
    border-color: #d4af37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
}

/* Links */
.privacy-container a {
    color: #d4af37;
    text-decoration: none;
    transition: 0.3s;
}

.privacy-container a:hover {
    color: #ffffff;
}

/* ===== OPTIONAL BACKGROUND EFFECT ===== */

.privacy-container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212,175,55,0.15), transparent);
    filter: blur(80px);
    z-index: -1;
}

.privacy-container::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent);
    filter: blur(100px);
    z-index: -1;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .privacy-container {
        padding: 60px 18px;
    }

    .privacy-container h1 {
        font-size: 32px;
    }

    .privacy-container h2 {
        font-size: 20px;
    }

    .privacy-container p {
        font-size: 14px;
    }
}/* End custom CSS */