.elementor-65 .elementor-element.elementor-element-d236456{--display:flex;}body.elementor-page-65:not(.elementor-motion-effects-element-type-background), body.elementor-page-65 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030303;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-59c4076 *//* 1. ड्रॉपडाउन लिस्ट का मुख्य कंटेनर */
.select2-container--default .select2-dropdown {
    background-color: #1a1a1a !important; /* गहरा काला बैकग्राउंड */
    border: 1px solid #D4AF37 !important; /* गोल्डन बॉर्डर */
}

/* 2. लिस्ट के सभी ऑप्शंस का टेक्स्ट कलर (जो अभी नहीं दिख रहे) */
.select2-results__option {
    color: #ffffff !important; /* सफ़ेद टेक्स्ट */
    background-color: #1a1a1a !important; 
    padding: 8px 12px !important;
}

/* 3. जब माउस किसी ऑप्शन पर जाए (Hover) या वो हाईलाइट हो */
.select2-results__option--highlighted[aria-selected], 
.select2-results__option--highlighted {
    background-color: #D4AF37 !important; /* गोल्डन बैकग्राउंड */
    color: #000000 !important; /* काला टेक्स्ट */
}

/* 4. जो ऑप्शन पहले से चुना जा चुका है (Selected Option in list) */
.select2-results__option[aria-selected="true"] {
    background-color: #333333 !important;
    color: #D4AF37 !important;
}

/* 5. सर्च बॉक्स का कलर (अगर ड्रॉपडाउन में सर्च चालू है) */
.select2-search--dropdown {
    background-color: #1a1a1a !important;
}
.select2-search--dropdown .select2-search__field {
    background-color: #2e2e2e !important;
    color: #ffffff !important;
    border: 1px solid #444 !important;
}/* End custom CSS */