html {
            scroll-behavior: smooth;
        }
        .hero-bg {
            background: linear-gradient(rgba(15, 42, 68, 0.85), rgba(15, 42, 68, 0.9)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
        }
        .room-card:hover .room-img {
            transform: scale(1.05);
        }
        .flink:hover {
            background-color: #f8f9fa;
            border-color: #C5A572;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        }
        .accordion-button:not(.collapsed) {
            background-color: #f8f9fa;
            color: #0F2A44;
            font-weight: 600;
        }
        .stat-number {
            background: linear-gradient(90deg, #C5A572, #E8DFD5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .footer-links a:hover {
            color: #C5A572;
            padding-left: 5px;
        }
        @media (max-width: 768px) {
            .mobile-stack {
                flex-direction: column;
            }
        }
