.elementor-69 .elementor-element.elementor-element-900ee97{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c59d9f0 *//* 1. Text Clarity & Contrast Adjustments */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Gold Text High Contrast & Drop Shadow */
.gold-text {
    background: linear-gradient(135deg, #FFE79A 0%, #FFAE00 50%, #D4AF37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.8));
}

/* Dark Card Background for Maximum Contrast */
.glass-card-item {
    background: rgba(10, 15, 26, 0.85) !important; /* చీకటి బ్యాక్‌గ్రౌండ్ వల్ల టెక్స్ట్ క్లియర్ గా కనిపిస్తుంది */
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Feature List Title Clarity */
.glass-card-item div .text-slate-100 {
    color: #FFFFFF !important;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

/* Subtitles Clarity */
.text-amber-400 {
    color: #FBBF24 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* Button Text Contrast */
.luxury-btn {
    color: #000000 !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
}/* End custom CSS */