:root {
    --primary: #D48C45;
    --secondary: #7C9D96;
    --accent: #E9C46A;
    --background: #F4F1EA;
    --surface: #FDFCF0;
    --text-primary-light: #2C3E50;
    --text-secondary-light: #5D6D7E;
    --text-primary-dark: #FDFCF0;
    --text-secondary-dark: #D5D8DC;
    --border-color: #D5C7B3;
    --gradient-warm: linear-gradient(135deg, #D48C45 0%, #E9C46A 100%);
    --shadow-warm: 0 10px 30px rgba(212, 140, 69, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--background);
    color: var(--text-primary-light);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.h-serif {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.02em;
}

.text-muted {
    color: #6c757d !important;
}

.smooth-transition {
    transition: all 0.4s ease-in-out;
}

.vintage-card {
    background: var(--surface);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-warm);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.vintage-card:hover {
    transform: translateY(-5px) rotate(0.5deg);
    box-shadow: 0 15px 35px rgba(212, 140, 69, 0.2);
}

.btn-vintage {
    background: var(--gradient-warm);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    transition: all 0.4s ease;
}

.btn-vintage:hover {
    box-shadow: 0 5px 15px rgba(212, 140, 69, 0.4);
    transform: translateY(-3px);
    color: white;
}

.section-padding {
    padding: clamp(60px, 10vh, 120px) 0;
}

/* ===== header ===== */
.roomvoro-header-wrapper {
    position: relative;
    z-index: 1000;
}

.roomvoro-top-bar {
    background-color: #2C3E50;
    color: #FDFCF0;
    padding: 8px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.roomvoro-top-bar a {
    color: #FDFCF0;
    transition: color 0.3s ease;
}

.roomvoro-top-bar a:hover {
    color: #E9C46A;
}

.roomvoro-navbar {
    background-color: #F4F1EA !important;
    border-bottom: 1px solid #D5C7B3;
    padding: 15px 0;
    transition: all 0.4s ease;
}

.roomvoro-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2C3E50;
    letter-spacing: 0.02em;
}

.roomvoro-logo {
    object-fit: contain;
    max-width: 45px;
    height: auto;
}

.roomvoro-navbar .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2C3E50 !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 0.5rem 1.2rem !important;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
}

.roomvoro-navbar .nav-link:hover {
    color: #D48C45 !important;
}

.roomvoro-btn-primary {
    background: linear-gradient(135deg, #D48C45 0%, #E9C46A 100%);
    color: #FDFCF0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 140, 69, 0.2);
}

.roomvoro-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 140, 69, 0.3);
    color: #FDFCF0;
}

.custom-toggler {
    border: none;
    font-size: 1.75rem;
    color: #2C3E50;
    padding: 0;
}

.custom-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .roomvoro-navbar {
        padding: 10px 0;
    }

    .navbar-collapse {
        background-color: #F4F1EA;
        padding: 20px;
        border-radius: 8px;
        margin-top: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .roomvoro-navbar .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid #D5C7B3;
    }

    .roomvoro-navbar .nav-link:last-child {
        border-bottom: none;
    }

    .roomvoro-nav-cta {
        margin-top: 20px;
        text-align: center;
    }

    .roomvoro-btn-primary {
        width: 100%;
    }
}

/* ===== hero ===== */
.hero-roomvoro {
    background-image: url('../site-files/pictures/uploads/luxury-casino-hotel-hero.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    overflow: hidden;
}

.hero-roomvoro__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.8) 0%, rgba(44, 62, 80, 0.4) 100%);
    z-index: 1;
}

.hero-roomvoro .container {
    z-index: 2;
}

.hero-roomvoro__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #FDFCF0;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-roomvoro__lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: #D5D8DC;
    max-width: 500px;
    line-height: 1.6;
}

.hero-roomvoro__booking-card {
    background-color: #FDFCF0;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid #D5C7B3;
    position: relative;
}

.hero-roomvoro__booking-card::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #D48C45;
    pointer-events: none;
    opacity: 0.3;
}

.hero-roomvoro__form-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: #2C3E50;
    text-align: center;
    margin-bottom: 0;
}

.hero-roomvoro__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5D6D7E;
    margin-bottom: 0.5rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hero-roomvoro__input {
    background-color: #F4F1EA !important;
    border: 1px solid #D5C7B3 !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #2C3E50 !important;
    padding: 0.75rem 1rem !important;
}

.hero-roomvoro__input::placeholder {
    color: #AAB7B8 !important;
    opacity: 1 !important;
}

.hero-roomvoro__input:focus {
    border-color: #D48C45 !important;
    box-shadow: none !important;
}

.hero-roomvoro__submit {
    background: #D48C45;
    color: #FDFCF0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.hero-roomvoro__submit:hover {
    background: #B97736;
    color: #FDFCF0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 140, 69, 0.3);
}

@media (max-width: 767px) {
    .hero-roomvoro__booking-card {
        padding: 1.5rem;
    }

    .hero-roomvoro__title {
        font-size: 2rem;
        text-align: center;
    }

    .hero-roomvoro__lead {
        font-size: 1rem;
        text-align: center;
        margin: 0 auto;
    }
}

/* ===== hotels-rating ===== */
.hotels-rating-block {
    padding: 100px 0;
    background-color: #F4F1EA;
    background-image: url('../site-files/pictures/uploads/vintage-resort-background.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.hotels-rating-block .section-display-title {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hotels-rating-block .title-accent {
    width: 60px;
    height: 3px;
    background: #D48C45;
    margin: 0 auto 3rem;
}

.hotels-rating-block .hotel-ranking-card {
    background: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    box-shadow: 0 4px 15px rgba(212, 140, 69, 0.08);
}

.hotels-rating-block .hotel-ranking-card:hover {
    transform: translateY(-8px) rotate(0.5deg);
    box-shadow: 0 12px 25px rgba(212, 140, 69, 0.15);
}

.hotels-rating-block .card-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.hotels-rating-block .card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.hotels-rating-block .hotel-ranking-card:hover .card-image-wrapper img {
    transform: scale(1.1);
}

.hotels-rating-block .rating-ribbon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #D48C45;
    color: #FDFCF0;
    padding: 5px 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    border-radius: 2px;
    z-index: 2;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.hotels-rating-block .card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.hotels-rating-block .hotel-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #2C3E50;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.hotels-rating-block .hotel-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hotels-rating-block .hotel-name a:hover {
    color: #D48C45;
}

.hotels-rating-block .privilege-text {
    font-family: 'Montserrat', sans-serif;
    color: #5D6D7E;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.hotels-rating-block .card-footer-action {
    margin-top: auto;
}

.hotels-rating-block .js-btn-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #D48C45;
    color: #FDFCF0;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    transition: background 0.4s ease, transform 0.3s ease;
}

.hotels-rating-block .js-btn-link:hover {
    background: #E9C46A;
    color: #2C3E50;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hotels-rating-block .section-display-title {
        font-size: 1.75rem;
    }

    .hotels-rating-block {
        padding: 60px 0;
    }
}

/* ===== popular-resorts ===== */
.popular-resorts-block {
    padding: 80px 0;
    background-color: #F4F1EA;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.popular-resorts-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(244, 241, 234, 0.85);
    z-index: 1;
}

.popular-resorts-block .container {
    position: relative;
    z-index: 2;
}

.popular-resorts-title {
    font-family: 'Playfair Display', serif;
    color: #D48C45;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.popular-resorts-intro {
    font-family: 'Montserrat', sans-serif;
    color: #5D6D7E;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.resort-card {
    background: #FDFCF0;
    border: 1px solid #D5C7B3;
    padding: 15px;
    box-shadow: 6px 6px 0px rgba(212, 140, 69, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.resort-card:nth-child(even) {
    transform: rotate(1deg);
}

.resort-card:nth-child(odd) {
    transform: rotate(-1.5deg);
}

.resort-card:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 10px 10px 20px rgba(212, 140, 69, 0.15);
}

.resort-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid #D5C7B3;
    margin-bottom: 20px;
}

.resort-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.resort-card-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.resort-title-link {
    color: #2C3E50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.resort-title-link:hover {
    color: #D48C45;
}

.resort-description {
    font-family: 'Montserrat', sans-serif;
    color: #5D6D7E;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

.btn-resort {
    display: inline-block;
    background: #D48C45;
    color: #FDFCF0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 12px 24px;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.4s ease;
    text-align: center;
    font-size: 0.85rem;
    border: none;
}

.btn-resort:hover {
    background: #E9C46A;
    color: #2C3E50;
    transform: translateY(-2px);
}

.popular-resorts-block .js-reveal {
    visibility: hidden;
    transform: translateY(30px);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.8s;
}

.popular-resorts-block .js-reveal.is-visible {
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .popular-resorts-block {
        padding: 60px 0;
    }

    .popular-resorts-title {
        font-size: 1.75rem;
    }

    .popular-resorts-intro {
        font-size: 0.9rem;
    }

    .resort-card {
        transform: none !important;
        margin-bottom: 10px;
    }

    .resort-card-content h3 {
        font-size: 1.25rem;
    }
}

/* ===== tourist-tips ===== */
.tourist-tips-block {
    background-color: #F4F1EA;
    font-family: 'Montserrat', sans-serif;
    color: #2C3E50;
    overflow: hidden;
}

.tourist-tips-block__title {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
}

.tourist-tips-block__subtitle {
    color: #5D6D7E;
    font-size: 1.125rem;
    line-height: 1.6;
}

.tourist-tips-block__card {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    padding: 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.tourist-tips-block__card:nth-child(odd) {
    transform: rotate(-1deg);
}

.tourist-tips-block__card:nth-child(even) {
    transform: rotate(1deg);
}

.tourist-tips-block__card:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 0 10px 20px rgba(212, 140, 69, 0.12);
    z-index: 2;
}

.tourist-tips-block__img-wrapper {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 20px;
    border: 1px solid #D5C7B3;
}

.tourist-tips-block__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.tourist-tips-block__card:hover .tourist-tips-block__img {
    transform: scale(1.1);
}

.tourist-tips-block__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tourist-tips-block__card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.tourist-tips-block__card-title a {
    color: #2C3E50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tourist-tips-block__card-title a:hover {
    color: #D48C45;
}

.tourist-tips-block__excerpt {
    font-size: 0.95rem;
    color: #5D6D7E;
    margin-bottom: 20px;
    line-height: 1.5;
}

.tourist-tips-block__btn {
    margin-top: auto;
    color: #D48C45;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s ease;
}

.tourist-tips-block__btn:hover {
    gap: 10px;
    color: #7C9D96;
}

@media (max-width: 767px) {
    .tourist-tips-block__card {
        transform: none !important;
        margin-bottom: 10px;
    }

    .tourist-tips-block__title {
        font-size: 1.5rem;
    }
}

/* ===== footer ===== */
.footer-section {
    background-color: #F4F1EA;
    color: #2C3E50;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.footer-section .footer-disclaimer {
    background-color: #FDFCF0;
    border: 1px solid #D48C45;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(212, 140, 69, 0.08);
}

.footer-section .footer-disclaimer-title {
    font-family: 'Playfair Display', serif;
    color: #D48C45;
    letter-spacing: 0.05em;
}

.footer-section .footer-disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5D6D7E;
}

.footer-section .footer-org-logos img {
    max-width: 130px;
    height: auto;
    transition: transform 0.3s ease;
}

.footer-section .footer-org-link:hover img {
    transform: translateY(-3px);
}

.footer-section .footer-age-badge img {
    max-width: 60px;
}

.footer-section .footer-logo {
    max-width: 50px;
    height: auto;
}

.footer-section .footer-heading {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #D48C45;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-section .footer-link {
    color: #5D6D7E;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section .footer-link:hover {
    color: #D48C45;
}

.footer-section .footer-about-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5D6D7E;
}

.footer-section .footer-bottom {
    border-top-color: #D5C7B3 !important;
    font-size: 0.85rem;
}

.footer-section .btn-primary {
    background-color: #D48C45;
    border-color: #D48C45;
    color: #FDFCF0;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.footer-section .btn-primary:hover {
    background-color: #C07B38;
    border-color: #C07B38;
}

.footer-section .age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(8px);
}

.footer-section .age-modal-content {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.footer-section .age-modal-title {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
}

@media (max-width: 768px) {
    .footer-section .footer-disclaimer {
        padding: 1.5rem !important;
    }

    .footer-section .footer-org-logos {
        gap: 1.5rem;
    }

    .footer-section .footer-org-logos img {
        max-width: 100px;
    }
}

.roomvoro-header-wrapper {
    position: relative;
    z-index: 1000;
}

.roomvoro-top-bar {
    background-color: #2C3E50;
    color: #FDFCF0;
    padding: 8px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.roomvoro-top-bar a {
    color: #FDFCF0;
    transition: color 0.3s ease;
}

.roomvoro-top-bar a:hover {
    color: #E9C46A;
}

.roomvoro-navbar {
    background-color: #F4F1EA !important;
    border-bottom: 1px solid #D5C7B3;
    padding: 15px 0;
    transition: all 0.4s ease;
}

.roomvoro-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2C3E50;
    letter-spacing: 0.02em;
}

.roomvoro-logo {
    object-fit: contain;
    max-width: 45px;
    height: auto;
}

.roomvoro-navbar .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2C3E50 !important;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 0.5rem 1.2rem !important;
    letter-spacing: 0.1em;
    transition: color 0.3s ease;
}

.roomvoro-navbar .nav-link:hover {
    color: #D48C45 !important;
}

.roomvoro-btn-primary {
    background: linear-gradient(135deg, #D48C45 0%, #E9C46A 100%);
    color: #FDFCF0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    letter-spacing: 0.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 140, 69, 0.2);
}

.roomvoro-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 140, 69, 0.3);
    color: #FDFCF0;
}

.custom-toggler {
    border: none;
    font-size: 1.75rem;
    color: #2C3E50;
    padding: 0;
}

.custom-toggler:focus {
    box-shadow: none;
}

.roomvoro-tips-page {
    background-color: #F4F1EA;
    font-family: 'Montserrat', sans-serif;
    color: #2C3E50;
}

.roomvoro-tips-page .hero-section {
    min-height: 350px;
    background-color: #2C3E50;
    background-image: url('../site-files/pictures/uploads/how-to-choose-a-resort.png');
    background-size: cover;
    background-position: center;
}

.roomvoro-tips-page .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.roomvoro-tips-page .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #FDFCF0;
    letter-spacing: 0.02em;
}

.roomvoro-tips-page .hero-subtitle {
    font-size: 1.125rem;
    color: #D5D8DC;
    font-weight: 300;
}

.roomvoro-tips-page .search-input-group .form-control {
    background-color: #FDFCF0;
    border-color: #D5C7B3;
    color: #2C3E50;
    padding: 12px 15px;
}

.roomvoro-tips-page .search-input-group .input-group-text {
    border-color: #D5C7B3;
    color: #D48C45;
    font-size: 1.25rem;
}

.roomvoro-tips-page .tip-card-item {
    background: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}

.roomvoro-tips-page .tip-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(212, 140, 69, 0.15);
}

.roomvoro-tips-page .tip-image-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.roomvoro-tips-page .tip-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.roomvoro-tips-page .tip-card-item:hover .tip-img {
    transform: scale(1.05);
}

.roomvoro-tips-page .tip-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #D48C45;
    color: #FDFCF0;
    padding: 5px 12px;
    font-size: 0.75rem;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.roomvoro-tips-page .tip-card-title {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
    line-height: 1.3;
    font-weight: 700;
}

.roomvoro-tips-page .tip-btn-link {
    background: #2C3E50;
    color: #FDFCF0;
    border: none;
    padding: 10px 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.roomvoro-tips-page .tip-btn-link:hover {
    background: #D48C45;
    color: #FDFCF0;
}

.footer-section {
    background-color: #F4F1EA;
    color: #2C3E50;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.footer-section .footer-disclaimer {
    background-color: #FDFCF0;
    border: 1px solid #D48C45;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(212, 140, 69, 0.08);
}

.footer-section .footer-disclaimer-title {
    font-family: 'Playfair Display', serif;
    color: #D48C45;
    letter-spacing: 0.05em;
}

.footer-section .footer-disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5D6D7E;
}

.footer-section .footer-org-logos img {
    max-width: 130px;
    height: auto;
    transition: transform 0.3s ease;
}

.footer-section .footer-org-link:hover img {
    transform: translateY(-3px);
}

.footer-section .footer-age-badge img {
    max-width: 60px;
}

.footer-section .footer-logo {
    max-width: 50px;
    height: auto;
}

.footer-section .footer-heading {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #D48C45;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-section .footer-link {
    color: #5D6D7E;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section .footer-link:hover {
    color: #D48C45;
}

.footer-section .footer-about-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5D6D7E;
}

.footer-section .footer-bottom {
    border-top-color: #D5C7B3 !important;
    font-size: 0.85rem;
}

.footer-section .age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(8px);
}

.footer-section .age-modal-content {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.footer-section .age-modal-title {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #F4F1EA;
        padding: 20px;
        border-radius: 8px;
        margin-top: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .roomvoro-navbar .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid #D5C7B3;
    }

    .roomvoro-btn-primary {
        width: 100%;
    }
}


/* ===== PAGE: privacy ===== */
.policy-document-wrapper .policy-container { max-width: 900px; margin: 0 auto; padding: 40px 20px; line-height: 1.8; color: #2C3E50; background-color: #FDFCF0; position: relative; border: 1px solid #D5C7B3; box-shadow: 0 10px 30px rgba(44, 62, 80, 0.05); } .policy-document-wrapper .policy-intro-card { background: rgba(212, 140, 69, 0.03); padding: 30px; border-radius: 4px; border-bottom: 2px solid #D48C45; margin-bottom: 40px; } .policy-document-wrapper .policy-heading-main { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #D48C45; margin-bottom: 10px; text-transform: capitalize; } .policy-document-wrapper .policy-updated-date { font-size: 0.9rem; color: #7C9D96; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; } .policy-document-wrapper .policy-lead-text { font-size: 1.1rem; font-style: italic; color: #5D6D7E; } .policy-document-wrapper .policy-toc { background: #F4F1EA; padding: 25px; margin-bottom: 40px; border-left: 4px solid #7C9D96; } .policy-document-wrapper .toc-title { font-family: 'Playfair Display', serif; font-size: 1.25rem; margin-bottom: 15px; color: #2C3E50; } .policy-document-wrapper .toc-list { list-style: none; padding: 0; margin: 0; } .policy-document-wrapper .toc-item { margin-bottom: 8px; } .policy-document-wrapper .toc-item a { text-decoration: none; color: #D48C45; transition: color 0.3s ease; font-weight: 500; font-size: 0.95rem; } .policy-document-wrapper .toc-item a:hover { color: #7C9D96; } .policy-document-wrapper .policy-section { margin-bottom: 50px; scroll-margin-top: 100px; } .policy-document-wrapper .policy-section h3 { font-family: 'Playfair Display', serif; color: #D48C45; font-size: 1.75rem; border-bottom: 1px solid #D5C7B3; padding-bottom: 10px; margin-bottom: 20px; } .policy-document-wrapper .policy-section p { margin-bottom: 1.5rem; } .policy-document-wrapper .policy-section ul { padding-left: 1.5rem; margin-bottom: 1.5rem; list-style: none; } .policy-document-wrapper .policy-section ul li { position: relative; padding-bottom: 10px; } .policy-document-wrapper .policy-section ul li::before { content: '\2022'; color: #D48C45; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } .policy-document-wrapper a { color: #D48C45; text-decoration: underline; text-underline-offset: 4px; transition: color 0.3s ease; } .policy-document-wrapper a:hover { color: #7C9D96; } @media (max-width: 768px) { .policy-document-wrapper .policy-heading-main { font-size: 1.125rem !important; } .policy-document-wrapper .policy-section h3 { font-size: 1rem !important; } .policy-document-wrapper .policy-container { padding: 20px 15px; border: none; } .policy-document-wrapper .policy-updated-date { font-size: 0.75rem; } .policy-document-wrapper .policy-lead-text { font-size: 0.9rem; } .policy-document-wrapper .policy-section p, .policy-document-wrapper .policy-section li { font-size: 0.85rem; line-height: 1.6; } }

/* ===== PAGE: terms ===== */
.policy-document-wrapper { background-color: #FDFCF0; padding: 60px 20px; font-family: 'Montserrat', sans-serif; color: #2C3E50; line-height: 1.7; }.policy-document-wrapper .terms-content-area { max-width: 900px; margin: 0 auto; background: #FFFFFF; padding: 40px; border: 1px solid #D5C7B3; box-shadow: 0 10px 30px rgba(212, 140, 69, 0.08); position: relative; }.policy-document-wrapper .terms-header-group { border-bottom: 2px solid #D48C45; margin-bottom: 40px; padding-bottom: 20px; }.policy-document-wrapper .terms-main-title { font-family: 'Playfair Display', serif; font-size: 32px; color: #D48C45; margin-bottom: 10px; font-weight: 700; }.policy-document-wrapper .terms-last-updated { font-size: 0.9rem; color: #7C9D96; font-style: italic; }.policy-document-wrapper .terms-section { margin-bottom: 35px; }.policy-document-wrapper .terms-heading { font-family: 'Playfair Display', serif; font-size: 24px; color: #2C3E50; margin-bottom: 15px; font-weight: 700; position: relative; padding-left: 0; }.policy-document-wrapper .terms-text { font-size: 1rem; color: #5D6D7E; margin-bottom: 15px; text-align: justify; }.policy-document-wrapper .terms-list { list-style: none; padding-left: 0; margin-bottom: 20px; }.policy-document-wrapper .terms-list-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; color: #5D6D7E; }.policy-document-wrapper .terms-list-item i { color: #D48C45; margin-top: 5px; font-size: 1.2rem; }.policy-document-wrapper .terms-contact-card { background: #F4F1EA; padding: 25px; border-radius: 4px; border-left: 4px solid #D48C45; margin-top: 20px; }.policy-document-wrapper .terms-contact-item { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-weight: 600; color: #2C3E50; }.policy-document-wrapper .terms-contact-item i { color: #D48C45; font-size: 1.3rem; }.policy-document-wrapper .terms-link { color: #D48C45; text-decoration: none; transition: color 0.3s ease; }.policy-document-wrapper .terms-link:hover { color: #7C9D96; text-decoration: underline; }@media (max-width: 768px) { .policy-document-wrapper { padding: 40px 15px; } .policy-document-wrapper .terms-content-area { padding: 25px; } .policy-document-wrapper .terms-main-title { font-size: 18px !important; } .policy-document-wrapper .terms-heading { font-size: 16px !important; } .policy-document-wrapper .terms-text, .policy-document-wrapper .terms-list-item { font-size: 14px !important; } .policy-document-wrapper .terms-contact-item { font-size: 13px !important; } }

/* ===== PAGE: cookies ===== */
.policy-document-wrapper {
  padding: 80px 0;
  background-color: #F4F1EA;
  min-height: 100vh;
  color: #2C3E50;
  line-height: 1.7;
}

.policy-document-wrapper .policy-card {
  background: #FDFCF0;
  border: 1px solid #D5C7B3;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(212, 140, 69, 0.08);
  position: relative;
  overflow: hidden;
}

.policy-document-wrapper .policy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #D48C45 0%, #E9C46A 100%);
}

.policy-document-wrapper h2.policy-heading-main {
  font-family: 'Playfair Display', serif;
  color: #2C3E50;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.policy-document-wrapper h3 {
  font-family: 'Playfair Display', serif;
  color: #D48C45;
  font-weight: 600;
  margin-bottom: 1rem;
  border-left: 3px solid #7C9D96;
  padding-left: 15px;
}

.policy-document-wrapper p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #5D6D7E;
}

.policy-document-wrapper .policy-divider {
  width: 60px;
  height: 2px;
  background-color: #7C9D96;
  margin-bottom: 2rem;
}

.policy-document-wrapper .policy-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.policy-document-wrapper .policy-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  color: #5D6D7E;
}

.policy-document-wrapper .policy-list li::before {
  content: '\ea52';
  font-family: 'boxicons';
  position: absolute;
  left: 0;
  top: 0;
  color: #D48C45;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .policy-document-wrapper {
    padding: 40px 15px;
  }
  .policy-document-wrapper h2.policy-heading-main {
    font-size: 18px !important;
  }
  .policy-document-wrapper h3 {
    font-size: 16px !important;
  }
  .policy-document-wrapper p, .policy-document-wrapper .policy-list li {
    font-size: 14px !important;
  }
}

.policy-document-wrapper a {
  color: #D48C45;
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 1px dotted #D48C45;
}

.policy-document-wrapper a:hover {
  color: #7C9D96;
  border-color: #7C9D96;
}

/* ===== PAGE: about ===== */
.about-page-container {
  background-color: #F4F1EA;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.about-page-container .about-heading {
  font-family: 'Playfair Display', serif;
  color: #2C3E50;
  font-size: 2.5rem;
  font-weight: 700;
}

.about-page-container .about-description {
  color: #5D6D7E;
  line-height: 1.8;
  font-size: 1.05rem;
}

.about-page-container .feature-pill {
  background: #FDFCF0;
  border: 1px solid #D5C7B3;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #D48C45;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.about-page-container .about-img {
  transition: transform 0.6s ease;
  border: 8px solid #FDFCF0;
}

.about-page-container .about-img:hover {
  transform: scale(1.02);
}

.about-page-container .contact-card {
  background: #FDFCF0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #D5C7B3;
}

.about-page-container .contact-info-panel {
  background: #2C3E50;
  position: relative;
  z-index: 1;
}

.about-page-container .contact-info-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM85 52c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM39 50c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-5-1c0 .552.448 1 1 1s1-.448 1-1-.448-1-1-1-1 .448-1 1zm9 1c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm-4-4c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1zm6 6c.552 0 1-.448 1-1s-.448-1-1-1-1 .448-1 1 .448 1 1 1z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  z-index: -1;
}

.about-page-container .contact-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
}

.about-page-container .detail-icon {
  width: 45px;
  height: 45px;
  background: rgba(212, 140, 69, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D48C45;
  font-size: 1.25rem;
}

.about-page-container .form-floating > .form-control {
  background-color: #FDFCF0;
  border: 1px solid #D5C7B3;
  color: #2C3E50;
}

.about-page-container .form-floating > .form-control:focus {
  border-color: #D48C45;
  box-shadow: 0 0 0 0.25rem rgba(212, 140, 69, 0.1);
}

.about-page-container .form-floating > label {
  color: #5D6D7E;
}

.about-page-container .btn-primary-custom {
  background: linear-gradient(135deg, #D48C45 0%, #E9C46A 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 50px;
}

.about-page-container .btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 140, 69, 0.3);
  color: #fff;
}

@media (max-width: 768px) {
  .about-page-container .about-heading {
    font-size: 1.75rem;
  }
  .about-page-container .contact-heading {
    font-size: 1.75rem;
  }
}

.comment-card {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    box-shadow: 8px 8px 0px rgba(212, 140, 69, 0.08);
    position: relative;
    transition: all 0.4s ease;
    transform: rotate(-0.5deg);
}

.comment-card:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 12px 12px 0px rgba(212, 140, 69, 0.12);
}

.comment-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D48C45 0%, #E9C46A 100%);
    color: #FDFCF0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    border: 3px solid #FDFCF0;
    box-shadow: 0 4px 15px rgba(212, 140, 69, 0.2);
}

.comment-author {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
}

.comment-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #7C9D96;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.comment-text {
    font-family: 'Montserrat', sans-serif;
    color: #2C3E50;
    line-height: 1.8;
    font-size: 1.05rem;
}

.comment-rating {
    color: #E9C46A;
    font-size: 1.2rem;
}

.btn-comment-action {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7C9D96;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-comment-action:hover {
    color: #D48C45;
}

.comment-stamp {
    font-size: 0.65rem;
    color: #D48C45;
    border: 1px solid #D48C45;
    padding: 2px 6px;
    border-radius: 4px;
    opacity: 0.7;
    transform: rotate(-15deg);
}

.reply-variant {
    background-color: rgba(253, 252, 240, 0.6);
    border-left: 4px solid #7C9D96;
    transform: none;
    box-shadow: 4px 4px 0px rgba(124, 157, 150, 0.1);
}

.reply-variant:hover {
    transform: translateX(5px);
}

.avatar-sm {
    width: 45px;
    height: 45px;
    font-size: 1rem;
}

.author-sm {
    font-size: 1.15rem;
}

.text-sm {
    font-size: 0.95rem;
}

.text-accent {
    color: #D48C45 !important;
}


/* ===== PAGE TEMPLATE: hotels-list ===== */
.roomvoro-detail-page .roomvoro-hero-section {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    color: #FDFCF0;
    position: relative;
}

.roomvoro-detail-page .breadcrumb-item,
.roomvoro-detail-page .breadcrumb-item a {
    color: #E9C46A !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.roomvoro-detail-page .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
}

.roomvoro-detail-page .hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.roomvoro-detail-page .content-card,
.roomvoro-detail-page .sidebar-block {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.05);
}

.roomvoro-detail-page .main-content-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border: 8px solid #FDFCF0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.roomvoro-detail-page .content-rich-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #2C3E50;
}

.roomvoro-detail-page .content-rich-text h2,
.roomvoro-detail-page .content-rich-text h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #D48C45;
}

.roomvoro-detail-page .sidebar-title {
    font-family: 'Playfair Display', serif;
    border-bottom: 2px solid #D48C45;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.roomvoro-detail-page .sidebar-link-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #2C3E50;
    transition: color 0.3s ease;
}

.roomvoro-detail-page .sidebar-link-text:hover {
    color: #D48C45;
}

.roomvoro-detail-page .booking-block {
    background-color: #2C3E50;
    color: #FDFCF0;
    border: none;
}

.roomvoro-detail-page .booking-block .form-label {
    color: #E9C46A;
}

.roomvoro-detail-page .booking-block .sidebar-title {
    color: #FDFCF0;
}

.roomvoro-detail-page .form-control,
.roomvoro-detail-page .form-select {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    color: #2C3E50;
    border-radius: 4px;
}

.roomvoro-detail-page .comment-card {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
}

.roomvoro-detail-page .comment-avatar {
    width: 50px;
    height: 50px;
    background: #D48C45;
    color: #FDFCF0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.roomvoro-detail-page .comment-author {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
}

.roomvoro-detail-page .comment-date {
    font-size: 0.75rem;
    color: #7C9D96;
}

.roomvoro-detail-page .btn-comment-action {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.8rem;
    color: #5D6D7E;
    transition: color 0.3s ease;
}

.roomvoro-detail-page .btn-comment-action:hover {
    color: #D48C45;
}

@media (max-width: 768px) {
    .roomvoro-detail-page .roomvoro-hero-section {
        min-height: 300px;
    }

    .roomvoro-detail-page .comment-card {
        flex-direction: column;
        padding: 1.5rem !important;
    }

    .roomvoro-detail-page .comment-aside {
        flex-direction: row !important;
        gap: 15px;
        margin-bottom: 15px;
    }
}

/* ===== PAGE TEMPLATE: resorts-list ===== */
.roomvoro-detail-page .roomvoro-hero-section {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    color: #FDFCF0;
    position: relative;
}

.roomvoro-detail-page .breadcrumb-item,
.roomvoro-detail-page .breadcrumb-item a {
    color: #E9C46A !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.roomvoro-detail-page .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
}

.roomvoro-detail-page .hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.roomvoro-detail-page .content-card,
.roomvoro-detail-page .sidebar-block {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.05);
}

.roomvoro-detail-page .main-content-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border: 8px solid #FDFCF0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.roomvoro-detail-page .content-rich-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #2C3E50;
}

.roomvoro-detail-page .content-rich-text h2,
.roomvoro-detail-page .content-rich-text h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #D48C45;
}

.roomvoro-detail-page .sidebar-title {
    font-family: 'Playfair Display', serif;
    border-bottom: 2px solid #D48C45;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.roomvoro-detail-page .sidebar-link-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #2C3E50;
    transition: color 0.3s ease;
}

.roomvoro-detail-page .sidebar-link-text:hover {
    color: #D48C45;
}

.roomvoro-detail-page .booking-block {
    background-color: #2C3E50;
    color: #FDFCF0;
    border: none;
}

.roomvoro-detail-page .booking-block .form-label {
    color: #E9C46A;
}

.roomvoro-detail-page .booking-block .sidebar-title {
    color: #FDFCF0;
}

.roomvoro-detail-page .form-control,
.roomvoro-detail-page .form-select {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    color: #2C3E50;
    border-radius: 4px;
}

.roomvoro-detail-page .comment-card {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
}

.roomvoro-detail-page .comment-avatar {
    width: 50px;
    height: 50px;
    background: #D48C45;
    color: #FDFCF0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.roomvoro-detail-page .comment-author {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
}

.roomvoro-detail-page .comment-date {
    font-size: 0.75rem;
    color: #7C9D96;
}

.roomvoro-detail-page .btn-comment-action {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.8rem;
    color: #5D6D7E;
    transition: color 0.3s ease;
}

.roomvoro-detail-page .btn-comment-action:hover {
    color: #D48C45;
}

@media (max-width: 768px) {
    .roomvoro-detail-page .roomvoro-hero-section {
        min-height: 300px;
    }

    .roomvoro-detail-page .comment-card {
        flex-direction: column;
        padding: 1.5rem !important;
    }

    .roomvoro-detail-page .comment-aside {
        flex-direction: row !important;
        gap: 15px;
        margin-bottom: 15px;
    }
}

/* ===== PAGE TEMPLATE: tips-list ===== */
.roomvoro-detail-page .roomvoro-hero-section {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    color: #FDFCF0;
    position: relative;
}

.roomvoro-detail-page .breadcrumb-item,
.roomvoro-detail-page .breadcrumb-item a {
    color: #E9C46A !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.roomvoro-detail-page .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
}

.roomvoro-detail-page .hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.roomvoro-detail-page .content-card,
.roomvoro-detail-page .sidebar-block {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.05);
}

.roomvoro-detail-page .main-content-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border: 8px solid #FDFCF0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.roomvoro-detail-page .content-rich-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #2C3E50;
}

.roomvoro-detail-page .content-rich-text h2,
.roomvoro-detail-page .content-rich-text h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #D48C45;
}

.roomvoro-detail-page .sidebar-title {
    font-family: 'Playfair Display', serif;
    border-bottom: 2px solid #D48C45;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.roomvoro-detail-page .sidebar-link-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #2C3E50;
    transition: color 0.3s ease;
}

.roomvoro-detail-page .sidebar-link-text:hover {
    color: #D48C45;
}

.roomvoro-detail-page .booking-block {
    background-color: #2C3E50;
    color: #FDFCF0;
    border: none;
}

.roomvoro-detail-page .booking-block .form-label {
    color: #E9C46A;
}

.roomvoro-detail-page .booking-block .sidebar-title {
    color: #FDFCF0;
}

.roomvoro-detail-page .form-control,
.roomvoro-detail-page .form-select {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    color: #2C3E50;
    border-radius: 4px;
}

.roomvoro-detail-page .comment-card {
    background-color: #FDFCF0;
    border: 1px solid #D5C7B3;
    border-radius: 4px;
}

.roomvoro-detail-page .comment-avatar {
    width: 50px;
    height: 50px;
    background: #D48C45;
    color: #FDFCF0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.roomvoro-detail-page .comment-author {
    font-family: 'Playfair Display', serif;
    color: #2C3E50;
}

.roomvoro-detail-page .comment-date {
    font-size: 0.75rem;
    color: #7C9D96;
}

.roomvoro-detail-page .btn-comment-action {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.8rem;
    color: #5D6D7E;
    transition: color 0.3s ease;
}

.roomvoro-detail-page .btn-comment-action:hover {
    color: #D48C45;
}

@media (max-width: 768px) {
    .roomvoro-detail-page .roomvoro-hero-section {
        min-height: 300px;
    }

    .roomvoro-detail-page .comment-card {
        flex-direction: column;
        padding: 1.5rem !important;
    }

    .roomvoro-detail-page .comment-aside {
        flex-direction: row !important;
        gap: 15px;
        margin-bottom: 15px;
    }
}