.elementor-1562 .elementor-element.elementor-element-02a5113{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.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-weight:var( --e-global-typography-primary-font-weight );}#elementor-popup-modal-1562 .dialog-widget-content{animation-duration:0.4s;background-color:#C9C9C9C9;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1562{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1562 .dialog-message{width:100vw;height:100vh;align-items:center;}#elementor-popup-modal-1562 .dialog-close-button{display:flex;top:40px;font-size:25px;}body:not(.rtl) #elementor-popup-modal-1562 .dialog-close-button{right:40px;}body.rtl #elementor-popup-modal-1562 .dialog-close-button{left:40px;}@media(min-width:768px){.elementor-1562 .elementor-element.elementor-element-02a5113{--content-width:1200px;}}/* Start custom CSS for container, class: .elementor-element-02a5113 *//* --- PUTY FULL PAGE SEARCH OVERLAY --- */

/* 1. Make the search container occupy the center width */
.puty-full-page-search {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* 2. Style the Input Field - Large and Minimal */
.puty-full-page-search .elementor-search-form__input {
    font-family: 'Inter', sans-serif !important;
    font-size: 42px !important; /* Large, bold typography */
    font-weight: 700 !important;
    letter-spacing: -1px !important;
    color: #111 !important;
    
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid #ececec !important; /* Clean bottom line */
    border-radius: 0 !important;
    
    padding: 20px 60px 20px 0 !important; /* Space on right for icon */
    text-align: left !important;
    transition: border-color 0.4s ease !important;
}

/* Focus state - change the underline color */
.puty-full-page-search .elementor-search-form__input:focus {
    border-bottom-color: #333 !important;
    outline: none !important;
}

/* 3. The Overlapping Icon */
.puty-full-page-search .elementor-search-form__submit {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    
    background: transparent !important;
    color: #333 !important;
    font-size: 30px !important; /* Larger icon to match text */
    width: 60px !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}

.puty-full-page-search .elementor-search-form__submit:hover {
    transform: translateY(-50%) scale(1.1) !important;
    background: transparent !important;
}

/* 4. Placeholder styling */
.puty-full-page-search .elementor-search-form__input::placeholder {
    color: #d1d1d1 !important;
    font-weight: 300 !important;
}

/* 5. Mobile Adjustments */
@media (max-width: 767px) {
    .puty-full-page-search .elementor-search-form__input {
        font-size: 28px !important;
        padding-right: 45px !important;
    }
    .puty-full-page-search .elementor-search-form__submit {
        font-size: 22px !important;
    }
}/* End custom CSS */