body.SiteBackground{background-image:url('https://resx.octorate.com/content/422520/1730301036968.jpg')}@media (min-width: 1220px) {.SearchLabel .fa{background:#178fa7;color:#fff}}.BoxHover:hover{box-shadow:1px 1px 10px #178fa7}.SearchBar .GreenButton .ui-button-text{background-color:#178fa7}.SiteTopBar{background-color:rgba(23,143,167,0.8)}:root{--color:#178fa7!important;--color-rotation:188.94827556462707deg!important;}.button, .button span.ui-button-text, .customButton span.ui-button-text{background-color:#178fa7!important;}/* fonts.css */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    color: #333; /* More modern, softer font color */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
/* reservation.css */
.GreenButton .ui-button-text {
    background-color: #47a447;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.GreenButton .ui-button-text:hover {
    background-color: #3a8b3a;
    color: #fff;
}

.GoldButton .ui-button-text {
    background-color: #cc9005;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.GoldButton .ui-button-text:hover {
    background-color: #f8b903;
    color: #fff;
}
/* style_octorate.css */
.SiteMain {
    margin: 0 auto 50px auto;
    padding: 20px; /* Added padding for breathing space */
    max-width: 1200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Softer, modern shadow */
}

.SiteHeader {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.RoomPhoto {
    min-height: 300px;
    background-color: #f5f5f5; /* Neutral backdrop */
}