.elementor-3 .elementor-element.elementor-element-1172155{--display:flex;--overlay-opacity:0.5;}.elementor-3 .elementor-element.elementor-element-1172155::before, .elementor-3 .elementor-element.elementor-element-1172155 > .elementor-background-video-container::before, .elementor-3 .elementor-element.elementor-element-1172155 > .e-con-inner > .elementor-background-video-container::before, .elementor-3 .elementor-element.elementor-element-1172155 > .elementor-background-slideshow::before, .elementor-3 .elementor-element.elementor-element-1172155 > .e-con-inner > .elementor-background-slideshow::before, .elementor-3 .elementor-element.elementor-element-1172155 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0E0E0E00;--background-overlay:'';}:root{--page-title-display:none;}/* Start custom CSS *//* --- PRIVACY PAGE VARIABLES (Purple Theme) --- */
:root {
    --tap-priv-primary: #667eea;   /* Periwinkle */
    --tap-priv-secondary: #764ba2; /* Deep Purple */
    --tap-priv-light: #f8f9fa;     /* Light Gray */
    --tap-priv-highlight: #e8f0fe; /* Very Light Blue */
    --tap-dark: #1a1a1a;
}

/* --- UTILITIES --- */
.tap-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.6;
    /* NO FONT FAMILY - Inherits WordPress */
}

/* --- LAYOUT --- */
.tap-policy-wrapper {
    display: flex;
    gap: 40px;
    padding: 60px 0;
}

/* --- SIDEBAR --- */
.tap-sidebar {
    width: 280px;
    flex-shrink: 0;
    /* Sticky Magic */
    position: -webkit-sticky;
    position: sticky;
    top: 100px; /* Adjust based on your header height */
    height: fit-content;
    align-self: start;
}

.tap-nav-box {
    background: var(--tap-priv-light);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.tap-nav-box h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--tap-dark);
    font-weight: 700;
}

.tap-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tap-nav-list li {
    margin-bottom: 0.8rem;
}

.tap-nav-link {
    color: var(--tap-priv-primary);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}

.tap-nav-link:hover {
    color: var(--tap-priv-secondary);
    text-decoration: underline;
}

.tap-key-points {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: var(--tap-priv-highlight);
    border-radius: 6px;
    font-size: 0.9rem;
    color: #444;
    border-left: 3px solid var(--tap-priv-primary);
}

/* --- MAIN CONTENT --- */
.tap-policy-content {
    flex: 1;
    max-width: 800px; /* Readability limit */
}

.tap-section {
    margin-bottom: 3rem;
    scroll-margin-top: 120px; /* Offsets anchor scroll for sticky headers */
}

.tap-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--tap-dark);
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--tap-priv-light);
}

.tap-section h3 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
    color: var(--tap-dark);
}

.tap-section p, .tap-section li {
    color: #555;
    margin-bottom: 1rem;
}

.tap-section ul {
    margin-left: 20px;
    margin-bottom: 1.5rem;
}

/* --- BOXES --- */
.tap-highlight-box {
    background: var(--tap-priv-highlight);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--tap-priv-primary);
    margin: 2rem 0;
}

.tap-contact-box {
    background: var(--tap-priv-light);
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
    border: 1px solid #eee;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .tap-policy-wrapper {
        flex-direction: column;
    }
    .tap-sidebar {
        width: 100%;
        position: relative;
        top: 0;
    }
}/* End custom CSS */