.elementor-2407 .elementor-element.elementor-element-74edc386{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2407 .elementor-element.elementor-element-4bbbb24a{--display:flex;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:600px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-162602b7 *//* Outer container */
    .custom-search-form {
        display: flex;
        align-items: center; 
        justify-content: center;
        background-color: #B2B2B2;
        border-radius: 10px;
        max-width: 600px;
        height: 4.5rem;
        padding: 0.4rem;
        box-sizing: border-box;
        margin: 20px auto;
    }
    
    /* Input field */
    .custom-search-form input[type="text"] {
        flex-grow: 1;
        height: 100%;
        border: 2px solid #b2b2b2;
        border-right: none;
        border-radius: 5px 0 0 5px;
        padding: 15px;
        font-family: "Oxanium", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
        background-color: #fff;
        outline: none;
        text-align: center;
    }
    
    
    /* Placeholder styling */
    .custom-search-form input[type="text"]::placeholder {
        color: #000;
        font-weight: 700;
        font-size: 24px;
    }
    
    .reg-divider {
                width: 1px;
                height: 100%;
                background-color: #B2B2B2;
            }
    
    
    /* Button styling */
    .custom-search-form button {
        height: 100%;
        background-color: #ff7f00;
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 0 20px;
        border: 2px solid #b2b2b2;
        border-left: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border-radius: 0 5px 5px 0;
        outline: none;
    }
    
    /* Button hover effect */
    .custom-search-form button:hover {
        background-color: #FFA14A;
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .custom-search-form input[type="text"] {
            font-size: 18px;
            padding: 10px;
        }
    
        .custom-search-form button {
            font-size: 20px;
            padding: 5px 5px 5px 5px;
        }
    }
    
    @media (max-width: 480px) {
        .custom-search-form {
            max-width: 100%;
        }
    
        .custom-search-form input[type="text"] {
            font-size: 16px;
            padding: 10px;
        }
    
        .custom-search-form button {
            font-size: 20px;
            padding: 5px ;
        }
    }
    
    /* Desktop-only fixes */
    @media (min-width: 1024px) {
        
        .custom-search-form {
        display: flex;
        align-items: center; 
        justify-content: center;
        background-color: #B2B2B2;
        border-radius: 10px;
        max-width: 400px;
        height: 80px;
        padding: 0.4rem;
        box-sizing: border-box;
        margin: 20px auto;
    }
    
        .custom-search-form input[type="text"] {
            font-size: 24px;
            padding: 15px;
        }
    
        .custom-search-form button {
            font-size: 24px;
            min-width: 10px;
            padding: 5px 15px 5px 5px;
        }
        
        
    }/* End custom CSS */