.elementor-1993 .elementor-element.elementor-element-90a93b8{--display:flex;}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}#elementor-popup-modal-1993{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1993 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1993 .dialog-close-button{display:flex;}#elementor-popup-modal-1993 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1366px){.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:1024px){.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-search .elementor-pagination{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for search, class: .elementor-element-08e3cf3 *//* ==========================================
   1. UNIVERSAL PREMIUM STYLES (All Screens)
   ========================================== */

/* Elegant dark overlay with a modern frosted-glass blur */
.dialog-lightbox-widget-content {
    background: rgba(10, 10, 10, 0.95) !important; 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
}

/* Minimalist container line */
.e-search-form {
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; 
}

/* Clean transparent input field */
.e-search-input-wrapper input[type="search"] {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-family: 'Playfair Display', 'Didot', serif !important; 
    letter-spacing: 1px;
}

/* Luxury placeholder styling */
.e-search-input-wrapper input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    font-weight: 300;
    font-style: italic;
}

.e-search-input-wrapper input[type="search"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* High-end gold search button */
.e-search-submit {
    background: transparent !important;
    color: #d4af37 !important; 
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
}

.e-search-submit:hover {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* Clean, modern popup close button */
.dialog-close-button {
    color: rgba(255, 255, 255, 0.5) !important;
    transition: color 0.3s ease;
}

.dialog-close-button:hover {
    color: #d4af37 !important;
}


/* ==========================================
   2. LAPTOP & DESKTOP OPTIMIZATIONS
   ========================================== */
@media (min-width: 1025px) {
    .e-search-form {
        max-width: 650px !important; 
        margin: 15% auto 0 auto !important; /* Centers it beautifully on desktop screens */
        padding: 12px 0 !important;
    }
    .e-search-input-wrapper input[type="search"] {
        font-size: 26px !important;
    }
    .e-search-submit {
        font-size: 14px !important;
    }
}


/* ==========================================
   3. MOBILE & TABLET OPTIMIZATIONS
   ========================================== */
@media (max-width: 1024px) {
    /* Prevents the search bar from touching the screen edges on mobile */
    .e-search-form {
        max-width: 85% !important; 
        margin: 30% auto 0 auto !important; /* Drops it down slightly lower than the mobile header */
        padding: 8px 0 !important;
    }
    
    /* Shrinks font sizes so they don't break onto multiple lines on small devices */
    .e-search-input-wrapper input[type="search"] {
        font-size: 18px !important; 
    }
    
    .e-search-submit {
        font-size: 12px !important;
        letter-spacing: 1px !important;
        padding-left: 10px !important;
    }

    /* Makes the close button larger and easier to hit with a thumb */
    .dialog-close-button {
        font-size: 24px !important;
        top: 20px !important;
        right: 20px !important;
    }
}/* End custom CSS */