:root {
    --roomvira-primary-bg: #FDFBF7;
    --roomvira-secondary-bg: #F4F7F9;
    --roomvira-surface: #FFFFFF;
    --roomvira-text-primary: #1A2B3C;
    --roomvira-text-secondary: #5C7285;
    --roomvira-text-muted: #8DA2B4;
    --roomvira-accent-primary: #0D2149;
    --roomvira-accent-soft-blue: #A3C1DA;
    --roomvira-accent-muted-green: #8E9B84;
    --roomvira-border: #E5E9EC;
    --roomvira-success: #6B8E23;
    --roomvira-heading-font: 'Playfair Display', serif;
    --roomvira-body-font: 'Montserrat', sans-serif;
}

.roomvira-main-layout {
    background-color: var(--roomvira-primary-bg);
    color: var(--roomvira-text-primary);
    font-family: var(--roomvira-body-font);
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.text-muted {
    color: var(--roomvira-text-muted) !important;
}

.roomvira-heading-large {
    font-family: var(--roomvira-heading-font);
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

.roomvira-heading-section {
    font-family: var(--roomvira-heading-font);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.roomvira-btn-primary {
    background-color: var(--roomvira-accent-primary);
    color: #FFFFFF;
    border-radius: 4px;
    padding: 12px 32px;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.9);
    border: none;
    text-decoration: none;
    display: inline-block;
}

.roomvira-btn-primary:hover {
    background-color: #1a3a7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 33, 73, 0.15);
    color: #FFFFFF;
}

.roomvira-btn-secondary {
    background-color: transparent;
    border: 1px solid var(--roomvira-accent-primary);
    color: var(--roomvira-accent-primary);
    border-radius: 4px;
    padding: 12px 32px;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.9);
    text-decoration: none;
    display: inline-block;
}

.roomvira-btn-secondary:hover {
    background-color: var(--roomvira-accent-primary);
    color: #FFFFFF;
}

.roomvira-card {
    background: var(--roomvira-surface);
    border: 1px solid var(--roomvira-border);
    border-radius: 8px;
    padding: 24px;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.roomvira-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .roomvira-heading-large {
        font-size: 2.5rem;
    }

    .roomvira-heading-section {
        font-size: 1.8rem;
    }
}

/* ===== header ===== */
.roomvira-header {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E5E9EC;
    z-index: 1050;
}

.roomvira-header .navbar {
    padding: 1rem 0;
    background-color: #FFFFFF !important;
}

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

.roomvira-header .site-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #0D2149;
    line-height: 1;
}

.roomvira-header .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    color: #1A2B3C !important;
    padding: 0.5rem 1.25rem !important;
    transition: color 0.3s ease;
}

.roomvira-header .nav-link:hover {
    color: #0D2149 !important;
}

.roomvira-header .roomvira-cta-btn {
    background-color: #0D2149;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 4px;
    border: none;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.roomvira-header .roomvira-cta-btn:hover {
    background-color: #1A2B3C;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 33, 73, 0.15);
}

.roomvira-header .navbar-toggler {
    font-size: 1.5rem;
    color: #0D2149;
    padding: 0;
}

@media (max-width: 991.98px) {
    .roomvira-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
    }

    .roomvira-header .nav-item {
        border-bottom: 1px solid #F4F7F9;
    }

    .roomvira-header .nav-link {
        padding: 0.85rem 0 !important;
    }

    .roomvira-header .roomvira-cta-btn {
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }
}

/* ===== hero ===== */
.roomvira-hero {
    position: relative;
    padding: 120px 0;
    background-image: url('../ui/img/content/luxury-casino-resort-night.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #FFFFFF;
}

.roomvira-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(13, 33, 73, 0.85) 0%, rgba(13, 33, 73, 0.95) 100%);
    z-index: 1;
}

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

.roomvira-hero .hero-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(163, 193, 218, 0.15);
    border: 1px solid rgba(163, 193, 218, 0.3);
    border-radius: 50px;
    color: #A3C1DA;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.roomvira-hero .hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.roomvira-hero .hero-glow-text {
    color: #A3C1DA;
    text-shadow: 0 0 20px rgba(163, 193, 218, 0.4);
}

.roomvira-hero .hero-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #E5E9EC;
    max-width: 600px;
    margin-bottom: 40px;
}

.roomvira-hero .hero-stats-row {
    display: flex;
    align-items: center;
    gap: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
}

.roomvira-hero .hero-stat-item {
    display: flex;
    flex-direction: column;
}

.roomvira-hero .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
}

.roomvira-hero .stat-txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #8DA2B4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.roomvira-hero .stat-v-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

.roomvira-hero .hero-glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.roomvira-hero .card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.roomvira-hero .card-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #8DA2B4;
    margin-bottom: 32px;
}

.roomvira-hero .form-label-custom {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #A3C1DA;
    margin-bottom: 8px;
    font-weight: 500;
}

.roomvira-hero .form-label-custom i {
    margin-right: 6px;
}

.roomvira-hero .form-input-custom {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s ease;
}

.roomvira-hero .form-input-custom:focus {
    outline: none;
    border-color: #A3C1DA;
    background: rgba(255, 255, 255, 0.1);
}

.roomvira-hero select.form-input-custom option {
    background: #0D2149;
    color: #FFFFFF;
}

.roomvira-hero .btn-hero-primary {
    background: #A3C1DA;
    color: #0D2149;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: 0.4s ease;
    cursor: pointer;
}

.roomvira-hero .btn-hero-primary:hover {
    background: #FFFFFF;
    transform: translateY(-2px);
}

.roomvira-hero .btn-hero-secondary {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: 0.4s ease;
    text-decoration: none;
    display: block;
    text-align: center;
}

.roomvira-hero .btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFFFFF;
}

.roomvira-hero .card-analytics-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
}

.roomvira-hero .analytics-label {
    font-size: 0.75rem;
    color: #8DA2B4;
    font-family: 'Montserrat', sans-serif;
}

.roomvira-hero .analytics-value {
    font-size: 0.75rem;
    color: #A3C1DA;
    font-weight: 600;
}

.roomvira-hero .analytics-progress-track {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.roomvira-hero .analytics-progress-fill {
    height: 100%;
    background: #A3C1DA;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(163, 193, 218, 0.5);
}

@media (max-width: 991px) {
    .roomvira-hero {
        padding: 80px 0;
        text-align: center;
    }

    .roomvira-hero .hero-title {
        font-size: 2.5rem;
    }

    .roomvira-hero .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .roomvira-hero .hero-stats-row {
        justify-content: center;
    }

    .roomvira-hero .hero-glass-card {
        margin-top: 48px;
    }
}

@media (max-width: 767px) {
    .roomvira-hero .hero-title {
        font-size: 1.8rem;
    }

    .roomvira-hero .hero-stats-row {
        gap: 16px;
    }

    .roomvira-hero .stat-num {
        font-size: 1.4rem;
    }

    .roomvira-hero .hero-glass-card {
        padding: 24px;
    }
}

/* ===== about-us ===== */
.about-us-block {
    padding: 120px 0;
    background-color: #FDFBF7;
    overflow: hidden;
}

.about-us-block .about-us-image-stack {
    position: relative;
    padding-bottom: 40px;
}

.about-us-block .about-us-main-img-wrapper {
    width: 90%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.about-us-block .about-us-main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.about-us-block .about-us-detail-img-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    border: 8px solid #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-us-block .about-us-detail-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.about-us-block .about-us-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0D2149;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.about-us-block .about-us-lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: #1A2B3C;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.about-us-block .about-us-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #5C7285;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.about-us-block .about-feature-item {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.9);
}

.about-us-block .about-feature-item:hover {
    transform: translateY(-5px);
}

.about-us-block .about-feature-icon {
    font-size: 2rem;
    color: #0D2149;
    margin-bottom: 1rem;
}

.about-us-block .about-feature-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #1A2B3C;
    margin-bottom: 0.5rem;
}

.about-us-block .about-feature-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #5C7285;
    margin-bottom: 0;
    line-height: 1.5;
}

.about-us-block .about-us-btn {
    display: inline-block;
    background-color: #0D2149;
    color: #FFFFFF;
    padding: 16px 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}

.about-us-block .about-us-btn:hover {
    background-color: #152d5e;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.about-us-block .stat-card {
    padding: 24px;
    background: transparent;
}

.about-us-block .stat-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0D2149;
    line-height: 1;
}

.about-us-block .stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #5C7285;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: block;
}

@media (max-width: 991px) {
    .about-us-block {
        padding: 60px 0;
    }

    .about-us-block .about-us-title {
        font-size: 2rem;
    }

    .about-us-block .about-us-main-img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .about-us-block .about-us-main-img-wrapper {
        width: 100%;
    }

    .about-us-block .about-us-title {
        font-size: 1.5rem;
    }

    .about-us-block .about-us-lead {
        font-size: 1.1rem;
    }

    .about-us-block .stat-number {
        font-size: 1.8rem;
    }
}

/* ===== top-destinations ===== */
.top-destinations-block {
    background-color: #FDFBF7;
    color: #1A2B3C;
    overflow: hidden;
}

.top-destinations-block .td-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #0D2149;
    font-weight: 700;
}

.top-destinations-block .td-section-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #5C7285;
    line-height: 1.7;
}

.top-destinations-block .td-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.9), box-shadow 0.4s ease;
    overflow: hidden;
}

.top-destinations-block .td-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(13, 33, 73, 0.08);
}

.top-destinations-block .td-card-img-container {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.top-destinations-block .td-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.top-destinations-block .td-card:hover .td-card-img {
    transform: scale(1.08);
}

.top-destinations-block .td-card-body {
    padding: 24px;
}

.top-destinations-block .td-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #8DA2B4;
}

.top-destinations-block .td-location {
    display: flex;
    align-items: center;
}

.top-destinations-block .td-rating {
    color: #6B8E23;
    display: flex;
    align-items: center;
}

.top-destinations-block .td-card-title-link {
    text-decoration: none;
}

.top-destinations-block .td-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #1A2B3C;
    font-weight: 600;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.top-destinations-block .td-card-title-link:hover .td-card-title {
    color: #0D2149;
}

.top-destinations-block .td-card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #5C7285;
    line-height: 1.6;
}

.top-destinations-block .td-btn-action {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #0D2149;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.4s ease, transform 0.4s ease;
    border: none;
}

.top-destinations-block .td-btn-action:hover {
    background-color: #1a3a7a;
    color: #FFFFFF;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .top-destinations-block .td-section-title {
        font-size: 1.8rem;
    }

    .top-destinations-block .td-section-description {
        font-size: 1rem;
    }
}

/* ===== premium-amenities ===== */
.premium-amenities-block {
    background-color: #FDFBF7;
    color: #1A2B3C;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.premium-amenities-block h2 {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
    font-weight: 700;
}

.premium-amenities-block h3 {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
    font-weight: 600;
    transition: color 0.4s ease-in-out;
}

.premium-amenities-block .card-img-link:hover+.card-body h3,
.premium-amenities-block h3:hover {
    color: #A3C1DA;
}

.premium-amenities-block .lead {
    color: #5C7285;
    font-size: 1.1rem;
}

.premium-amenities-block .card {
    background-color: #FFFFFF;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.9), box-shadow 0.4s ease-in-out;
}

.premium-amenities-block .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(13, 33, 73, 0.1) !important;
}

.premium-amenities-block .card-img-top {
    height: 240px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.premium-amenities-block i {
    color: #0D2149;
}

.premium-amenities-block .btn-primary {
    background-color: #0D2149;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: background-color 0.4s ease-in-out, transform 0.2s ease;
}

.premium-amenities-block .btn-primary:hover {
    background-color: #1A3B7A;
    color: #FFFFFF;
}

.premium-amenities-block .btn-primary:active {
    transform: scale(0.98);
}

.premium-amenities-block .modal-content {
    background-color: #FFFFFF;
    border-radius: 8px;
}

.premium-amenities-block .form-control {
    background-color: #F4F7F9;
    border: 1px solid #E5E9EC;
    padding: 0.75rem;
    color: #1A2B3C;
}

.premium-amenities-block .form-control:focus {
    border-color: #A3C1DA;
    box-shadow: none;
    background-color: #FFFFFF;
}

.premium-amenities-block .form-control::placeholder {
    color: #8DA2B4;
    opacity: 1;
}

.premium-amenities-block .form-label {
    color: #1A2B3C;
}

.premium-amenities-block .btn-close:focus {
    box-shadow: none;
}

/* ===== latest-news ===== */
.latest-news-section {
    padding: 80px 0;
    background-color: #FDFBF7;
    overflow: hidden;
}

.latest-news-section .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1A2B3C;
    margin-bottom: 1rem;
}

.latest-news-section .section-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #5C7285;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.latest-news-section .news-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.9), box-shadow 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
}

.latest-news-section .news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(13, 33, 73, 0.08);
}

.latest-news-section .news-image-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.latest-news-section .news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.latest-news-section .news-card:hover .news-image {
    transform: scale(1.05);
}

.latest-news-section .news-content {
    padding: 24px;
    flex-grow: 1;
}

.latest-news-section .news-meta {
    display: flex;
    gap: 16px;
    font-size: 0.85rem;
    color: #8DA2B4;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.latest-news-section .news-meta i {
    margin-right: 4px;
    color: #A3C1DA;
}

.latest-news-section .news-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.latest-news-section .news-title a {
    text-decoration: none;
    color: #1A2B3C;
    transition: color 0.3s ease;
}

.latest-news-section .news-title a:hover {
    color: #0D2149;
}

.latest-news-section .news-excerpt {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #5C7285;
    line-height: 1.6;
    margin-bottom: 24px;
}

.latest-news-section .btn-news-action {
    display: inline-block;
    background-color: #0D2149;
    color: #FFFFFF;
    padding: 10px 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.4s ease-in-out, transform 0.3s ease;
}

.latest-news-section .btn-news-action:hover {
    background-color: #1A2B3C;
    color: #FFFFFF;
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .latest-news-section {
        padding: 60px 0;
    }

    .latest-news-section .section-title {
        font-size: 1.8rem;
    }

    .latest-news-section .news-image-wrapper {
        height: 200px;
    }
}

/* ===== footer ===== */
.footer-block .footer-logo-img {
    width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.footer-block .footer-logo-img:hover {
    transform: scale(1.05);
}

.footer-block .disclaimer-title {
    font-family: 'Playfair Display', serif;
}

.footer-block .age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 33, 73, 0.95);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.footer-block .age-modal-content {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-block .btn-primary {
    background-color: #0D2149;
    border-color: #0D2149;
    color: #FFFFFF;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}

.footer-block .btn-primary:hover {
    background-color: #1a3a7a;
    border-color: #1a3a7a;
}

.footer-block .btn-outline-secondary {
    border: 1px solid #0D2149;
    color: #0D2149;
    background: transparent;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}

.footer-block .btn-outline-secondary:hover {
    background-color: #0D2149;
    color: #FFFFFF;
}

.category-page-wrapper {
    overflow-x: hidden;
}

.category-page-wrapper h1,
.category-page-wrapper h2,
.category-page-wrapper h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.category-page-wrapper .category-hero {
    border-bottom: 1px solid #E5E9EC;
}

.category-page-wrapper .card {
    transition: transform 0.4s cubic-bezier(0.6, 0.05, 0.01, 0.9), box-shadow 0.4s ease;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.category-page-wrapper .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(13, 33, 73, 0.08) !important;
}

.category-page-wrapper .btn-primary {
    background-color: #0D2149;
    border: none;
    padding: 10px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.category-page-wrapper .btn-primary:hover {
    background-color: #1A2B3C;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 33, 73, 0.2);
}

.category-page-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: #8DA2B4;
}

.category-page-wrapper .footer-block .footer-logo-img {
    width: 100px;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.category-page-wrapper .footer-block .footer-logo-img:hover {
    transform: scale(1.05);
}

.category-page-wrapper .age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 33, 73, 0.95);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.category-page-wrapper .age-modal-content {
    background: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.category-page-wrapper .btn-outline-secondary {
    border: 1px solid #0D2149;
    color: #0D2149;
    border-radius: 4px;
}

.category-page-wrapper .btn-outline-secondary:hover {
    background-color: #0D2149;
    color: #FFFFFF;
}


/* ===== PAGE: privacy ===== */
.policy-content-inner { max-width: 900px; margin: 0 auto; padding: 60px 24px; color: #1A2B3C; font-family: 'Montserrat', sans-serif; line-height: 1.7; } .policy-header { margin-bottom: 48px; border-bottom: 1px solid #E5E9EC; padding-bottom: 24px; } .policy-header h1 { font-family: 'Playfair Display', serif; font-size: 3rem; color: #0D2149; margin-bottom: 12px; } .policy-header .last-updated { color: #8DA2B4; font-size: 0.95rem; font-weight: 500; } .policy-section { margin-bottom: 40px; } .policy-section h2 { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: #0D2149; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .policy-section h2 i { color: #A3C1DA; font-size: 1.5rem; } .policy-section p { margin-bottom: 16px; font-size: 1.1rem; } .policy-section ul { list-style: none; padding-left: 0; margin-bottom: 20px; } .policy-section ul li { position: relative; padding-left: 28px; margin-bottom: 12px; font-size: 1.05rem; } .policy-section ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 8px; height: 8px; background-color: #8E9B84; border-radius: 50%; } .policy-section strong { color: #0D2149; font-weight: 600; } .contact-macros-list { background-color: #F4F7F9; padding: 24px; border-radius: 8px; border: 1px solid #E5E9EC; } .contact-macros-list p { margin-bottom: 12px; display: flex; align-items: center; gap: 10px; font-weight: 500; } .contact-macros-list p:last-child { margin-bottom: 0; } .contact-macros-list a { color: #0D2149; text-decoration: none; transition: color 0.3s ease; } .contact-macros-list a:hover { color: #A3C1DA; } @media (max-width: 768px) { .policy-content-inner { padding: 40px 16px; } .policy-header h1 { font-size: 18px !important; } .policy-section h2 { font-size: 16px !important; } .policy-section h3 { font-size: 14px !important; } .policy-section p, .policy-section ul li { font-size: 1rem; } }

/* ===== PAGE: terms ===== */
.policy-content-block { background-color: #FDFBF7; color: #1A2B3C; font-family: 'Montserrat', sans-serif; line-height: 1.7; padding: 60px 0; } .policy-content-block h1 { font-family: 'Playfair Display', serif; color: #0D2149; font-weight: 700; font-size: 4rem; line-height: 1.1; } .policy-content-block h2 { font-family: 'Playfair Display', serif; color: #0D2149; font-weight: 600; font-size: 2.5rem; line-height: 1.2; border-bottom: 1px solid #E5E9EC; padding-bottom: 1rem; } .policy-content-block h3 { font-family: 'Playfair Display', serif; color: #0D2149; font-weight: 600; font-size: 1.5rem; } .policy-content-block p { margin-bottom: 1.5rem; font-size: 1.1rem; color: #5C7285; } .policy-content-block .custom-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; } .policy-content-block .custom-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; color: #5C7285; } .policy-content-block .custom-list li::before { content: '•'; position: absolute; left: 0; color: #0D2149; font-weight: bold; } .policy-content-block a { color: #0D2149; transition: color 0.4s ease-in-out; } .policy-content-block a:hover { color: #A3C1DA; } .policy-content-block i { color: #0D2149; opacity: 0.8; } @media (max-width: 768px) { .policy-content-block { padding: 40px 0; } .policy-content-block h1 { font-size: 18px !important; } .policy-content-block h2 { font-size: 16px !important; } .policy-content-block h3 { font-size: 14px !important; } .policy-content-block p, .policy-content-block li { font-size: 14px; } }

/* ===== PAGE: disclaimer ===== */
.policy-content-block { font-family: 'Montserrat', sans-serif; color: #1A2B3C; line-height: 1.7; background-color: #FFFFFF; padding: 40px; border-radius: 8px; border: 1px solid #E5E9EC; max-width: 1200px; margin: 0 auto; } .policy-content-block h2 { font-family: 'Playfair Display', serif; color: #0D2149; font-weight: 700; font-size: 2.5rem; line-height: 1.2; } .policy-content-block h3 { font-family: 'Playfair Display', serif; color: #0D2149; font-weight: 600; font-size: 1.5rem; margin-top: 2rem; margin-bottom: 1rem; border-bottom: 1px solid #A3C1DA; padding-bottom: 0.5rem; } .policy-content-block p { margin-bottom: 1.2rem; font-size: 1.1rem; } .policy-content-block .policy-list { list-style-type: none; padding-left: 0; margin-bottom: 1.5rem; } .policy-content-block .policy-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.5rem; } .policy-content-block .policy-list li::before { content: '•'; color: #0D2149; font-weight: bold; position: absolute; left: 0; } .policy-content-block .policy-contact-list { list-style: none; padding-left: 0; } .policy-content-block .policy-contact-list li { display: flex; align-items: center; margin-bottom: 0.8rem; font-weight: 500; color: #0D2149; } .policy-content-block .policy-update-date { font-size: 0.9rem; font-style: italic; } @media (max-width: 768px) { .policy-content-block { padding: 20px; } .policy-content-block h2 { font-size: 18px !important; } .policy-content-block h3 { font-size: 16px !important; } .policy-content-block p, .policy-content-block li { font-size: 14px !important; } }

/* ===== PAGE: cookies ===== */
.policy-content-block .policy-inner-wrapper { padding: 48px 24px; color: #1A2B3C; font-family: 'Montserrat', sans-serif; } .policy-content-block .policy-header-group { text-align: center; margin-bottom: 64px; } .policy-content-block .policy-main-icon { font-size: 3rem; color: #0D2149; margin-bottom: 16px; } .policy-content-block .policy-main-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #0D2149; margin-bottom: 24px; } .policy-content-block .policy-intro-text { font-size: 1.1rem; line-height: 1.7; color: #5C7285; max-width: 800px; margin: 0 auto; } .policy-content-block .policy-section-card { background: #FFFFFF; border: 1px solid #E5E9EC; border-radius: 8px; padding: 32px; margin-bottom: 32px; box-shadow: 0 4px 12px rgba(13, 33, 73, 0.03); } .policy-content-block .policy-section-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #0D2149; margin-bottom: 20px; } .policy-content-block .policy-text { line-height: 1.8; color: #5C7285; margin-bottom: 0; } .policy-content-block .policy-interactive-tabs { background: #FFFFFF; border: 1px solid #E5E9EC; border-radius: 8px; overflow: hidden; } .policy-content-block .tabs-navigation { display: flex; border-bottom: 1px solid #E5E9EC; background: #F4F7F9; } .policy-content-block .tab-trigger { flex: 1; padding: 16px; border: none; background: transparent; font-weight: 600; color: #5C7285; transition: all 0.3s ease; cursor: pointer; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; } .policy-content-block .tab-trigger.active { background: #FFFFFF; color: #0D2149; border-bottom: 2px solid #0D2149; } .policy-content-block .tabs-container { padding: 32px; } .policy-content-block .tab-panel { display: none; animation: fadeIn 0.4s ease; } .policy-content-block .tab-panel.active { display: block; } .policy-content-block .panel-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #0D2149; } .policy-content-block .panel-header i { font-size: 1.5rem; } .policy-content-block .panel-header h4 { margin: 0; font-family: 'Playfair Display', serif; font-size: 1.25rem; } .policy-content-block .policy-list { list-style: none; padding: 0; margin-top: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; } .policy-content-block .policy-list li { position: relative; padding-left: 24px; color: #5C7285; font-size: 0.95rem; } .policy-content-block .policy-list li::before { content: '\2022'; color: #0D2149; font-weight: bold; position: absolute; left: 0; } .policy-content-block .policy-contact-box { margin-top: 24px; padding: 20px; background: #FDFBF7; border-left: 4px solid #0D2149; border-radius: 4px; } .policy-content-block .policy-link { color: #0D2149; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: border 0.3s ease; } .policy-content-block .policy-link:hover { border-bottom: 1px solid #0D2149; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .policy-content-block .policy-inner-wrapper { padding: 32px 16px; } .policy-content-block .policy-main-title { font-size: 1.5rem; } .policy-content-block .policy-section-title { font-size: 1.25rem; } .policy-content-block .tabs-navigation { flex-direction: column; } .policy-content-block .tab-trigger { text-align: left; border-bottom: 1px solid #E5E9EC; } .policy-content-block .tab-trigger.active { border-bottom: 1px solid #E5E9EC; border-left: 4px solid #0D2149; } .policy-content-block h2 { font-size: 16px !important; } .policy-content-block h3 { font-size: 14px !important; } }

/* ===== PAGE: contact ===== */
.roomvira-contact-section { background-color: #FDFBF7; padding: 120px 0; font-family: 'Montserrat', sans-serif; color: #1A2B3C; overflow: hidden; } .roomvira-h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #0D2149; line-height: 1.1; } .roomvira-h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #0D2149; } .roomvira-lead { font-size: 1.1rem; line-height: 1.7; color: #5C7285; max-width: 500px; } .roomvira-icon-wrapper { width: 48px; height: 48px; background-color: #F4F7F9; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #0D2149; font-size: 1.5rem; flex-shrink: 0; } .roomvira-info-label { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: #8DA2B4; margin-bottom: 4px; font-weight: 600; } .roomvira-info-text { font-size: 1.1rem; color: #1A2B3C; font-weight: 500; } .roomvira-info-link { color: #0D2149; font-weight: 600; text-decoration: none; border-bottom: 1px solid #A3C1DA; transition: 0.3s ease; } .roomvira-info-link:hover { color: #A3C1DA; border-color: #0D2149; } .roomvira-map-container { border-radius: 12px; overflow: hidden; box-shadow: 0 20px 40px rgba(13, 33, 73, 0.08); border: 1px solid #E5E9EC; } .roomvira-form-block { margin-top: 120px; } .roomvira-form-card { background: #FFFFFF; border: 1px solid #E5E9EC; border-radius: 12px; padding: 60px; box-shadow: 0 10px 30px rgba(0,0,0,0.02); } .roomvira-input-group { display: flex; flex-direction: column; gap: 8px; } .roomvira-label { font-size: 0.85rem; font-weight: 600; color: #0D2149; } .roomvira-input { border: none; border-bottom: 1px solid #A3C1DA; padding: 12px 0; font-size: 1rem; color: #1A2B3C; background: transparent; transition: border-color 0.4s ease; border-radius: 0; } .roomvira-input:focus { outline: none; border-bottom-color: #0D2149; } .roomvira-input::placeholder { color: #8DA2B4; opacity: 0.7; } .roomvira-btn-submit { background-color: #0D2149; color: #FFFFFF; border: none; padding: 16px 48px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; transition: 0.4s ease-in-out; cursor: pointer; display: inline-block; } .roomvira-btn-submit:hover { background-color: #1A2B3C; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(13, 33, 73, 0.2); } .roomvira-text-muted { color: #5C7285; font-size: 1rem; } @media (max-width: 991px) { .roomvira-contact-section { padding: 60px 0; } .roomvira-h1 { font-size: 2.5rem; } .roomvira-form-block { margin-top: 60px; } .roomvira-form-card { padding: 30px; } } @media (max-width: 767px) { .roomvira-h1 { font-size: 1.8rem; } .roomvira-h2 { font-size: 1.6rem; } .roomvira-map-container { height: 300px; } .roomvira-map-container iframe { height: 300px; } }

.comment-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E5E9EC;
    background-color: #F4F7F9;
}

.comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(13, 33, 73, 0.04);
    position: relative;
}

.comment-author {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
    font-weight: 700;
    font-size: 1.25rem;
}

.comment-date {
    font-family: 'Montserrat', sans-serif;
    color: #8DA2B4;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comment-rating {
    color: #6B8E23;
    font-size: 0.9rem;
}

.comment-text {
    font-family: 'Montserrat', sans-serif;
    color: #5C7285;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.comment-action-btn {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #0D2149;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.4s ease-in-out;
    cursor: pointer;
}

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

@media (max-width: 768px) {
    .comment-avatar {
        width: 48px;
        height: 48px;
    }
}

.reply-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #A3C1DA;
}

.reply-card {
    background-color: #F4F7F9;
    border-radius: 8px;
    border-left: 3px solid #0D2149;
}

.reply-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1A2B3C;
    font-size: 1rem;
}

.staff-badge {
    background-color: #8E9B84;
    color: #FFFFFF;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.reply-date {
    font-family: 'Montserrat', sans-serif;
    color: #8DA2B4;
    font-size: 0.8rem;
}

.reply-text {
    font-family: 'Montserrat', sans-serif;
    color: #5C7285;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.reply-container {
    position: relative;
}

.reply-container::before {
    content: '';
    position: absolute;
    left: -24px;
    top: -20px;
    bottom: 50%;
    width: 2px;
    border-left: 2px solid #E5E9EC;
    border-bottom: 2px solid #E5E9EC;
    border-bottom-left-radius: 8px;
}

@media (max-width: 768px) {
    .reply-container::before {
        left: -15px;
    }
}


/* ===== PAGE TEMPLATE: casino-hotels ===== */
.detail-page-wrapper {
    background-color: #FDFBF7;
}

.detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFFFFF;
}

.hero-category {
    background: #0D2149;
    color: #FFFFFF;
    padding: 4px 16px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

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

.content-rich-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #1A2B3C;
}

.content-rich-text h2 {
    font-family: 'Playfair Display', serif;
    margin: 2rem 0 1rem;
    color: #0D2149;
}

.content-rich-text p {
    margin-bottom: 1.5rem;
}

.js-slider-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.slider-track {
    transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.01, 0.9);
}

.slider-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.slider-nav-btn:hover {
    background: #0D2149;
    color: #FFFFFF;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.nav-tabs .nav-link {
    color: #5C7285;
    border: 1px solid #E5E9EC !important;
    background: #F4F7F9;
    padding: 12px 24px;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    background: #0D2149 !important;
    color: #FFFFFF !important;
    border-color: #0D2149 !important;
}

.comment-avatar,
.reply-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-card,
.reply-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
}

.comment-author,
.reply-author {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
}

.staff-badge {
    background: #8E9B84;
    color: #FFFFFF;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.comment-action-btn {
    background: none;
    border: none;
    color: #5C7285;
    font-size: 0.9rem;
    padding: 0;
    transition: 0.3s;
}

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

.stars-selector i {
    font-size: 1.25rem;
    color: #A3C1DA;
    cursor: pointer;
}

.stars-selector i.active {
    color: #0D2149;
}

.sidebar-widget {
    background: #FFFFFF;
    padding: 24px;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
}

.widget-title {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
    border-bottom: 2px solid #F4F7F9;
    padding-bottom: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .slider-item img {
        height: 300px;
    }

    .detail-hero {
        padding: 80px 0 40px;
    }
}

/* ===== PAGE TEMPLATE: premium-service ===== */
.detail-page-wrapper {
    background-color: #FDFBF7;
}

.detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFFFFF;
}

.hero-category {
    background: #0D2149;
    color: #FFFFFF;
    padding: 4px 16px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

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

.content-rich-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #1A2B3C;
}

.content-rich-text h2 {
    font-family: 'Playfair Display', serif;
    margin: 2rem 0 1rem;
    color: #0D2149;
}

.content-rich-text p {
    margin-bottom: 1.5rem;
}

.js-slider-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.slider-track {
    transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.01, 0.9);
}

.slider-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.slider-nav-btn:hover {
    background: #0D2149;
    color: #FFFFFF;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.nav-tabs .nav-link {
    color: #5C7285;
    border: 1px solid #E5E9EC !important;
    background: #F4F7F9;
    padding: 12px 24px;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    background: #0D2149 !important;
    color: #FFFFFF !important;
    border-color: #0D2149 !important;
}

.comment-avatar,
.reply-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-card,
.reply-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
}

.comment-author,
.reply-author {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
}

.staff-badge {
    background: #8E9B84;
    color: #FFFFFF;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.comment-action-btn {
    background: none;
    border: none;
    color: #5C7285;
    font-size: 0.9rem;
    padding: 0;
    transition: 0.3s;
}

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

.stars-selector i {
    font-size: 1.25rem;
    color: #A3C1DA;
    cursor: pointer;
}

.stars-selector i.active {
    color: #0D2149;
}

.sidebar-widget {
    background: #FFFFFF;
    padding: 24px;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
}

.widget-title {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
    border-bottom: 2px solid #F4F7F9;
    padding-bottom: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .slider-item img {
        height: 300px;
    }

    .detail-hero {
        padding: 80px 0 40px;
    }
}

/* ===== PAGE TEMPLATE: resort-guide ===== */
.detail-page-wrapper {
    background-color: #FDFBF7;
}

.detail-hero {
    padding: 120px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFFFFF;
}

.hero-category {
    background: #0D2149;
    color: #FFFFFF;
    padding: 4px 16px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

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

.content-rich-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #1A2B3C;
}

.content-rich-text h2 {
    font-family: 'Playfair Display', serif;
    margin: 2rem 0 1rem;
    color: #0D2149;
}

.content-rich-text p {
    margin-bottom: 1.5rem;
}

.js-slider-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.slider-track {
    transition: transform 0.5s cubic-bezier(0.6, 0.05, 0.01, 0.9);
}

.slider-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}

.slider-nav-btn:hover {
    background: #0D2149;
    color: #FFFFFF;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.nav-tabs .nav-link {
    color: #5C7285;
    border: 1px solid #E5E9EC !important;
    background: #F4F7F9;
    padding: 12px 24px;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    background: #0D2149 !important;
    color: #FFFFFF !important;
    border-color: #0D2149 !important;
}

.comment-avatar,
.reply-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-card,
.reply-card {
    background: #FFFFFF;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
}

.comment-author,
.reply-author {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
}

.staff-badge {
    background: #8E9B84;
    color: #FFFFFF;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.comment-action-btn {
    background: none;
    border: none;
    color: #5C7285;
    font-size: 0.9rem;
    padding: 0;
    transition: 0.3s;
}

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

.stars-selector i {
    font-size: 1.25rem;
    color: #A3C1DA;
    cursor: pointer;
}

.stars-selector i.active {
    color: #0D2149;
}

.sidebar-widget {
    background: #FFFFFF;
    padding: 24px;
    border: 1px solid #E5E9EC;
    border-radius: 8px;
}

.widget-title {
    font-family: 'Playfair Display', serif;
    color: #0D2149;
    border-bottom: 2px solid #F4F7F9;
    padding-bottom: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}

.share-btn.facebook {
    background: #3b5998;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .slider-item img {
        height: 300px;
    }

    .detail-hero {
        padding: 80px 0 40px;
    }
}