.elementor-3079 .elementor-element.elementor-element-4cc5718{--display:flex;}body.elementor-page-3079:not(.elementor-motion-effects-element-type-background), body.elementor-page-3079 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#131313;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2de2660 *//* --- KAST LEGAL PAGES (Dark Luxury Theme) --- */
.kast-legal-wrapper {
    background-color: #000000;
    min-height: 80vh; /* पेज को बहुत लंबा होने से रोकेगा */
    padding: 60px 20px;
    font-family: 'Playfair Display', serif;
    display: flex;
    justify-content: center;
}

.kast-legal-card {
    background-color: #0a0a0a; /* हल्का काला */
    width: 100%;
    max-width: 800px; /* कंटेंट को कॉम्पैक्ट रखने के लिए */
    padding: 40px;
    border: 1px solid #222;
    border-top: 3px solid #D4AF37; /* गोल्ड टॉप बॉर्डर */
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}

.kast-legal-title {
    color: #D4AF37;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
}

.kast-legal-content h3 {
    color: #e0e0e0;
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
    border-left: 3px solid #D4AF37; /* हेडिंग के बगल में गोल्ड लाइन */
    padding-left: 10px;
}

.kast-legal-content p, 
.kast-legal-content ul li {
    color: #999; /* लाइट ग्रे टेक्स्ट */
    font-family: sans-serif; /* पढ़ने में आसान फॉन्ट */
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.kast-legal-content ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .kast-legal-card { padding: 25px; }
    .kast-legal-title { font-size: 1.8rem; }
}/* End custom CSS */