.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Wrapper: rounded pill style */
.mphb_sc_search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 12px 20px;
    max-width: 950px;
    margin: 20px auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Arial', sans-serif;
}

/* Hide "Required fields" note */
small {
    display: none;
    
}

/* Each field group */
.mphb_sc_search-form  p:not(.mphb-required-fields-tip){
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
    flex: 1;
}

.mphb_sc_search-form p:last-of-type {
    border-right: none;
}

/* Labels */
.mphb_sc_search-form label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}

/* Inputs & Selects */
.mphb_sc_search-form input[type="text"],
.mphb_sc_search-form select {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #666;
    outline: none;
    padding: 2px 0;
    width: 100%;
}

/* Remove line breaks after labels */
.mphb_sc_search-form br {
    display: none;
}

/* Submit Button */
.mphb_sc_search-submit-button-wrapper {
    padding: 0;
    border: none;
}

/* Target the submit button */
.mphb_sc_search-submit-button-wrapper input[type="submit"] {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-color:  black;
    background-color: transparent;
    color: transparent; /* hide text */
    font-size: 0; /* hide text */
   
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("https://cdn-icons-png.flaticon.com/512/622/622669.png"); /* magnifier icon */
    transition: background 0.3s ease;
}






/* Responsive: Stack on small screens */
@media (max-width: 768px) {
    .mphb_sc_search-form {
        flex-direction: column;
        border-radius: 20px;
        gap: 15px;
        padding: 20px;
    }

    .mphb_sc_search-form p {
        border-right: none;
        width: 100%;
    }

    .mphb_sc_search-submit-button-wrapper input[type="submit"] {
        width: 100%;
        border-radius: 10px;
    }
}/* End custom CSS */