.elementor-8125 .elementor-element.elementor-element-1dcae0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8125 .elementor-element.elementor-element-1dcae0a:not(.elementor-motion-effects-element-type-background), .elementor-8125 .elementor-element.elementor-element-1dcae0a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8125 .elementor-element.elementor-element-ac8843f{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8125 .elementor-element.elementor-element-dbb46dd > .elementor-widget-container{padding:32px 0px 0px 0px;}.elementor-8125 .elementor-element.elementor-element-dbb46dd .elementor-heading-title{color:#000000;}.elementor-widget-theme-post-excerpt .elementor-widget-container{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8125 .elementor-element.elementor-element-ad3133f .elementor-icon-list-icon i{color:#D47A60;font-size:14px;}.elementor-8125 .elementor-element.elementor-element-ad3133f .elementor-icon-list-icon svg{fill:#D47A60;--e-icon-list-icon-size:14px;}.elementor-8125 .elementor-element.elementor-element-ad3133f .elementor-icon-list-icon{width:14px;}.elementor-8125 .elementor-element.elementor-element-49d6d55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8125 .elementor-element.elementor-element-49d6d55:not(.elementor-motion-effects-element-type-background), .elementor-8125 .elementor-element.elementor-element-49d6d55 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8125 .elementor-element.elementor-element-90f90ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8125 .elementor-element.elementor-element-90f90ff:not(.elementor-motion-effects-element-type-background), .elementor-8125 .elementor-element.elementor-element-90f90ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-8125 .elementor-element.elementor-element-de480c8 > .elementor-widget-container{padding:32px 0px 32px 0px;}@media(min-width:768px){.elementor-8125 .elementor-element.elementor-element-ac8843f{--content-width:1280px;}}/* Start custom CSS for container, class: .elementor-element-49d6d55 */.elementor-7753 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1dcae0a */.elementor-8125 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw !important;
}

.salary-select { 
    font-family: 'Inter', sans-serif; 
    font-size: 0.95rem; 
    padding: 8px 30px 8px 12px; 
    border: 1px solid #ddd; 
    border-radius: 6px; 
    background-color: #fff; 
    cursor: pointer; 
    font-weight: 500; 
    color: #333; 
    outline: none; 
    transition: border 0.2s; 
    min-width: 180px; 
    
    /* FIX: Force remove native & theme styles, and apply one clean arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 14px !important;
}

/* Fix for older Edge browsers */
.salary-select::-ms-expand {
    display: none;
}

.salary-select { 
        font-family: 'Inter', sans-serif; 
        font-size: 0.95rem; 
        padding: 8px 30px 8px 12px; 
        border: 1px solid #ddd; 
        border-radius: 6px; 
        background-color: #fff; 
        cursor: pointer; 
        font-weight: 500; 
        color: #333; 
        outline: none; 
        transition: border 0.2s; 
        min-width: 180px; 
        
        /* FIX: Alignments and uniform sizing */
        margin: 0 !important; 
        height: 40px !important;
        box-sizing: border-box;

        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 10px center !important;
        background-size: 14px !important;
    }

    .reset-btn { 
        background: #fff; 
        border: 1px solid #ddd; 
        border-radius: 6px; 
        padding: 9px 12px; 
        cursor: pointer; 
        color: #555; 
        font-weight: 600; 
        font-size: 0.85rem; 
        transition: all 0.2s; 
        display: flex; 
        align-items: center; 
        gap: 5px; 

        /* FIX: Alignments and uniform sizing */
        margin: 0 !important;
        height: 40px !important;
        box-sizing: border-box;
    }/* End custom CSS */