.elementor-127355 .elementor-element.elementor-element-59e37dc{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-heading .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-127355 .elementor-element.elementor-element-2bab1d4{text-align:center;}.elementor-127355 .elementor-element.elementor-element-2bab1d4 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:700;color:#FFFFFF;}.elementor-127355 .elementor-element.elementor-element-308f72a.elementor-element{--align-self:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}#elementor-popup-modal-127355 .dialog-widget-content{animation-duration:0.9s;background-color:var( --e-global-color-ecd4047 );border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-127355{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-127355 .dialog-message{width:350px;height:auto;}#elementor-popup-modal-127355 .dialog-close-button{display:flex;}/* Start custom CSS for wp-widget-wcpbc_country_selector, class: .elementor-element-308f72a *//* Inverted Country Switcher Styling */
select.wcpbc-country-switcher.country-switcher.wp-exclude-emoji {
    color: #2d2d2d; /* Dark text */
    background-color: #ffffff; /* White background */
    border: none;
    padding: 5px 10px; /* Padding for better spacing */
    border-radius: 25px; /* Rounded corners for a modern look */
    font-family: 'Arial', sans-serif; /* Modern font */
    font-size: 18px; /* Slightly larger font size for better readability */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
    cursor: pointer;
}

/* Inverted Country Switcher Hover Effect */
select.wcpbc-country-switcher.country-switcher.wp-exclude-emoji:hover {
    background-color: #333333; /* Dark background on hover */
    color: #ffffff; /* White text on hover */
}

/* Inverted Dropdown Styling */
select.wcpbc-country-switcher.country-switcher.wp-exclude-emoji option {
    background-color: #ffffff; /* White background for dropdown options */
    color: #333333; /* Dark text for dropdown options */
    padding: 10px; /* Increased padding for a more modern feel */
    font-family: 'Arial', sans-serif; /* Consistent modern font */
    font-size: 14px; /* Consistent font size */
    border-bottom: 1px solid #cccccc; /* Subtle border between options */
}

/* Option Hover Effect */
select.wcpbc-country-switcher.country-switcher.wp-exclude-emoji option:hover {
    background-color: #f2f2f2; /* Slightly darker background on hover */
    color: #333333; /* Keep text dark */
}/* End custom CSS */