.elementor-3 .elementor-element.elementor-element-0537c2f{--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;}/* Start custom CSS for html, class: .elementor-element-2239dbd *//* --- varanasigangaaarti.com Privacy Policy Styling --- */

/* Root Variables for Brand Alignment */
:root {
    --maroon: #641E16;
    --saffron: #ff6b35;
    --gold: #D4AF37;
    --cream: #fdf6ec;
    --white: #ffffff;
    --text-dark: #333333;
    --text-muted: #555555;
}

/* Main Container Styling */
.privacy-policy-container {
    max-width: 1000px;
    margin: 40px auto;
    padding: 60px 40px;
    background-color: var(--white);
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    color: var(--text-dark);
}

/* Header Section */
.policy-header {
    text-align: center;
    margin-bottom: 60px;
}

.policy-header .hindi-font {
    font-family: 'Tiro Devanagari Hindi', serif;
    font-size: 2.5rem;
    color: var(--maroon);
    margin-bottom: 5px;
}

.policy-header h1:not(.hindi-font) {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--saffron);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.accent-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--maroon), var(--saffron));
    margin: 20px auto;
    border-radius: 50px;
}

/* Policy Sections */
.policy-section {
    margin-bottom: 45px;
}

.policy-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--maroon);
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.policy-section p {
    font-family: 'Noto Serif', serif;
    font-size: 1.05rem;
    margin-bottom: 15px;
    text-align: justify;
    color: var(--text-dark);
}

.policy-section strong {
    color: var(--maroon);
    font-weight: 700;
}

/* Links inside Policy */
.policy-section a {
    color: var(--saffron);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    border-bottom: 1px dashed var(--saffron);
}

.policy-section a:hover {
    color: var(--maroon);
    border-bottom-style: solid;
}

/* Lists and Lists items if used */
.policy-section ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.policy-section li {
    margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .privacy-policy-container {
        margin: 20px;
        padding: 40px 20px;
    }
    
    .policy-header .hindi-font {
        font-size: 2rem;
    }
    
    .policy-section h2 {
        font-size: 1.4rem;
    }
}/* End custom CSS */