/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2026 | 09:10:17 */
.top-logo img {
    object-fit: contain;
    height: 60px;
    filter: brightness(0) invert(1);
}
/* Input field ka wrapper (form ke andar hi rehta hai) */
/* 
.elementor-field-group .iti {
    position: relative;
    display: block;
    width: 100%;
}
.elementor-field-group .iti input {
    padding-left: 90px !important;
    width: 100% !important;
}
.elementor-field-group .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 5;
}
*/

/* Dropdown list — body mein append hoti hai (dropdownContainer: document.body ki wajah se) */
/* IMPORTANT: yahan position/top/left set NAHI karna — library khud JS se karti hai */
/*.iti__country-list {
    z-index: 99999 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 80px;
    max-height: 220px;
    overflow-y: auto;
    background: #ffffff !important;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.iti__country-list .iti__country-name {
    display: none !important;
}

.iti__country-list li,
.iti__country-list .iti__dial-code {
    color: #222 !important;
    font-weight: 500;
}

.iti__country-list li {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    cursor: pointer;
    list-style: none !important;
}

.iti__country-list li:hover,
.iti__country-list li.iti__highlight {
    background: #f0f0f0 !important;
}

.iti__flag {
    display: inline-block;
} */