.elementor-kit-6{--e-global-color-primary:#AA956B;--e-global-color-secondary:#1B1919;--e-global-color-text:#000000;--e-global-color-accent:#AA956B;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{--e-global-typography-primary-font-size:30px;--e-global-typography-text-font-size:15px;}.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 */.homepress-button{
    color: #fff !important;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.container {
    max-width: 1300px !important;
}

.elementor-kit-6 ul{
       list-style-type: disc; 
    list-style-position: inside; 
    padding-left: 20px;
}

.elementor-kit-6 .elementor-icon-box-title{
    line-height: 36px;
}

.elementor-kit-6 .elementor-heading-title,.elementor-toggle-title, .elementor-icon-box-title {
    font-family: 'Raleway', sans-serif !important;
}

.elementor-kit-6 .elementor-icon-box-description, p{
    font-family: 'Open Sans', sans-serif !important;
}


/* Container */
.select2-container {
    width: 100% !important;
}

/* Selection box clean */
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: 45px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 40px 0 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: #fff !important;
}

/* Text alignment */
.select2-selection__rendered {
    line-height: normal !important;
    padding: 0 !important;
}

/* ===== CLEAR (X) ICON PERFECT FIX ===== */
.select2-selection__clear {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 35px !important;
    font-size: 16px !important;
    color: #666 !important;
    cursor: pointer;
    z-index: 2;
}

.select2-selection__clear:hover {
    color: #000 !important;
}

/* ===== ARROW FIX ===== */
.select2-selection__arrow {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Remove theme arrows */
.select2-selection__arrow b {
    border: none !important;
    background-image: none !important;
}

/* ===== DROPDOWN FIX ===== */
.select2-dropdown {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    overflow: hidden;
}

/* Scroll fix */
.select2-results {
    max-height: 250px !important;
    overflow-y: auto !important;
}

/* Scrollbar */
.select2-results::-webkit-scrollbar {
    width: 6px;
}
.select2-results::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* Options clean */
.select2-results__option {
    padding: 10px 12px !important;
    background: #fff !important;
}

/* Hover */
.select2-results__option--highlighted {
    background: #f2f2f2 !important;
    color: #333 !important;
}

/* REMOVE weird icons from IDX */
.select2-results__option:before,
.select2-results__option:after {
    display: none !important;
}

/* ===== MULTI SELECT FIX ===== */
.select2-selection--multiple {
    padding: 5px !important;
    align-items: flex-start !important;
}

.select2-selection__choice {
    display: flex !important;
    align-items: center;
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    padding: 4px 8px !important;
    margin: 3px !important;
    font-size: 13px;
}

/* Remove weird close icon duplication */
.select2-selection__choice__remove {
    margin-right: 6px !important;
    font-size: 14px !important;
    color: #666 !important;
}

.select2-selection__choice__remove:before,
.select2-selection__choice__remove:after {
    display: none !important;
}

/* ===== DUPLICATE FIELD FIX ===== */
.select2-container + .select2-container {
    display: none !important;
}

/* ===== Z-INDEX FIX ===== */
.select2-container--open {
    z-index: 99999 !important;
}

/* ===== OVERFLOW FIX (VERY IMPORTANT) ===== */
.IDX-control-group,
.IDX-controls,
.IDX-row-content,
.wpb_wrapper,
.vc_column-inner {
    overflow: visible !important;
    position: relative;
}/* End custom CSS */