/* Custom CSS for Trevi Palace Hotel */

.hero-bg {
    background-image: url('https://readdy.ai/api/search-image?query=luxury%20hotel%20facade%20in%20Rome%20near%20Trevi%20Fountain%20at%20golden%20hour%2C%20elegant%20baroque%20architecture%20with%20warm%20lighting%2C%20sophisticated%20entrance%20with%20doorman%2C%20beautiful%20Italian%20street%20scene%2C%20high-end%20hospitality%2C%20cinematic%20lighting%2C%20professional%20photography%20style&width=1920&height=1080&seq=hero001&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.gallery-item {
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.smooth-scroll {
    scroll-behavior: smooth;
}

/* Reset Elementor padding if needed */
.elementor-section.elementor-section-full_width > .elementor-container {
    max-width: none;
}
