.custom_rule{color:inherit;}

/* Make booking hero title white like the booking section title */
.top_panel_image_header .sc_section_title {
	color: #fff;
}

/* Make booking hero subtitle white */
.top_panel_image_header .sc_section_subtitle {
	color: #fff;
}

.cal_fontsize {
    font-size: 16px;
    line-height: 1.8em;
}

/* Service Selector Styling */
.service-selector-wrap {
    text-align: center;
    margin: 30px auto;
    max-width: 600px;
}

.service-selector-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #6b5e54;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.service-selector {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #54616b;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b5e54' 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");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 45px;
}

.service-selector:hover {
    border-color: #6b5e54;
}

.service-selector:focus {
    outline: none;
    border-color: #6b5e54;
    box-shadow: 0 0 0 3px rgba(107, 94, 84, 0.1);
}

.service-selector option {
    padding: 10px;
}

.padding_top_medium {
padding-top: 30px;;
}