.scheme_default .top_panel_default .top_panel_title, .scheme_default.top_panel_default .top_panel_title {
    background-color: #0F5E87;
}
.scheme_default h1{
	color: #ffffff;
}

.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button){
	color: #ffffff;
}
/*Home- why rent*/
.sc_icons.sc_icons_default .sc_icons_item .sc_icons_item_details .sc_icons_item_description {
	overflow: unset;
}

/*Sign Up Form*/
/* .page_content_wrap {
	 padding-top: 1rem;
   padding-bottom: 1rem;
}
.ur-frontend-form .description {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-size: 21px;
    margin-top: 34px;
    margin-bottom: -27px;
	width:180%;
	color: #f48418;
}
div#user-registration-form-2381 {
	background: none;
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid legend, .ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label {
    margin-left: 5px;
    color: #000000;
} */

/* Modern Form Container with Background Effect */
.page_content_wrap {
    padding: 3rem 1rem;
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(145deg, rgba(255,255,255,0.6), rgba(255,255,255,0.9));
    min-height: 100vh;
}

/* Form Background and Container with Enhanced Elevation */
div#user-registration-form-2381 {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 
        0 10px 30px -10px rgba(0, 0, 0, 0.1),
        0 5px 12px -3px rgba(0, 0, 0, 0.05),
        0 2px 4px -1px rgba(0, 0, 0, 0.03),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    padding: 2.5rem;
    margin: 1rem auto;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(244, 132, 24, 0.08);
    backdrop-filter: blur(10px);
}

div#user-registration-form-2381:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.15),
        0 10px 20px -5px rgba(0, 0, 0, 0.08),
        0 2px 4px -1px rgba(0, 0, 0, 0.03),
        0 0 0 1px rgba(0, 0, 0, 0.01);
}

/* Form Description */
.ur-frontend-form .description {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin: 1.5rem 0;
    width: 100%;
    padding: 0.5rem 0;
    position: relative;
}

/* Form Labels with Enhanced Contrast */
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label,
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid legend {
    color: #2d3748;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0 0 0.5rem 0;
    transition: color 0.3s ease;
}

/* Enhanced Form Fields with Depth */
.ur-frontend-form input[type="text"],
.ur-frontend-form input[type="email"],
.ur-frontend-form input[type="password"],
.ur-frontend-form textarea {
    border: 1px solid rgba(225, 225, 225, 0.7);
    border-radius: 12px;
    padding: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 
        inset 0 2px 4px rgba(0, 0, 0, 0.02),
        0 1px 2px rgba(0, 0, 0, 0.01);
}

/* Enhanced Focus State */
.ur-frontend-form input[type="text"]:focus,
.ur-frontend-form input[type="email"]:focus,
.ur-frontend-form input[type="password"]:focus,
.ur-frontend-form textarea:focus {
    border-color: #f48418;
    box-shadow: 
        0 0 0 3px rgba(244, 132, 24, 0.15),
        inset 0 2px 4px rgba(0, 0, 0, 0);
    outline: none;
    background: #ffffff;
}

/* Enhanced Submit Button with Depth */
.ur-frontend-form button[type="submit"] {
    background: linear-gradient(145deg, #f48418, #f7a054);
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 
        0 4px 12px rgba(244, 132, 24, 0.2),
        0 2px 4px rgba(244, 132, 24, 0.1);
}

.ur-frontend-form button[type="submit"]:hover {
    background: linear-gradient(145deg, #f7a054, #f48418);
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(244, 132, 24, 0.25),
        0 4px 8px rgba(244, 132, 24, 0.15);
}

.ur-frontend-form button[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 
        0 2px 8px rgba(244, 132, 24, 0.15),
        0 1px 2px rgba(244, 132, 24, 0.1);
}

/* Enhanced Error Messages with Depth */
.ur-frontend-form .ur-error-message {
    background: #fff5f5;
    color: #e53e3e;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-top: 0.75rem;
    box-shadow: 0 2px 4px rgba(229, 62, 62, 0.1);
    border-left: 3px solid #e53e3e;
}

/* Enhanced Success Messages with Depth */
.ur-frontend-form .ur-message {
    background: #f0fff4;
    color: #38a169;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-top: 0.75rem;
    box-shadow: 0 2px 4px rgba(56, 161, 105, 0.1);
    border-left: 3px solid #38a169;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page_content_wrap {
        padding: 1.5rem 1rem;
    }
    
    div#user-registration-form-2381 {
        padding: 1.5rem;
        margin: 0.5rem;
    }
}

/*Breadcrumbs*/
.breadcrumbs .breadcrumbs_item.home:hover {
    color: #ffffff;
}

/*checkout quantity*/
.woocommerce .quantity .qty {
    width: 6em;
    margin-right: -24px;
    text-align: center;
    height: 12px;
}
.scheme_default table th {
    color: #ffffff;
    background-color: #0F5E87;
}
button.single_add_to_cart_button.button.alt.date-selection-needed {
	  border-radius: 50px;
    padding: 1.35em 3.2em;
    margin-top: 10%;
}
.screen-reader-text:hover,{
    display: block;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
	font-size: unset !important;
}
.quantity>label.screen-reader-text{
    size: 2em;
    color: black;
    display: contents;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 10%;
}

/*Site Preloader*/
#page_preloader {
    background-color: #0F5E87 !important;
}