.elementor-1251 .elementor-element.elementor-element-84ac8f7{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-457c51d *//* Unique wrapper for Privacy Policy */
.skvv-pp-container {
    max-width: 1000px; /* Thoda wide kiya Elementor layout ke liye */
    margin: 20px auto;
    padding: 40px;
    background: #ffffff;
    color: #333;
    line-height: 1.8;
    font-family: 'Segoe UI', Arial, sans-serif;
    border: 1px solid #f1f1f1;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 4px; /* Minimal radius like your site buttons */
}

/* Header Styling - Matching the Maroon in your Logo */
.skvv-pp-header {
    border-bottom: 2px solid #8B201F; /* Exact Maroon from logo */
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.skvv-pp-header h1 {
    color: #8B201F; /* Maroon Color */
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
}

.skvv-pp-header p {
    color: #666;
    font-size: 0.95rem;
    margin-top: 8px;
}

/* Section Headings - Blue like your Navy Buttons */
.skvv-pp-content h2 {
    color: #1A3C5E; /* Navy Blue from your buttons */
    font-size: 1.6rem;
    margin-top: 40px;
    border-left: 5px solid #8B201F; /* Maroon Accent */
    padding-left: 15px;
}

.skvv-pp-content h3 {
    color: #8B201F; /* Maroon for sub-headings */
    font-size: 1.25rem;
    margin-top: 25px;
}

.skvv-pp-content p {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

/* List Styling */
.skvv-pp-content li {
    margin-bottom: 12px;
}

.skvv-pp-content strong {
    color: #1A3C5E; /* Navy Blue for keywords */
}

/* Contact Box - Matching Button Style */
.skvv-pp-contact-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 5px;
    border-top: 4px solid #1A3C5E; /* Navy Blue top border */
    margin-top: 50px;
}

.skvv-pp-contact-box a {
    color: #8B201F;
    text-decoration: underline;
    font-weight: bold;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .skvv-pp-container {
        padding: 20px;
        margin: 10px;
    }
    .skvv-pp-header h1 {
        font-size: 1.8rem;
    }
}/* End custom CSS */