.elementor-4908 .elementor-element.elementor-element-044976b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d7f2fcd *//* 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 */