/*
Theme Name: Vanessa Monteiro Imóveis Theme
Theme URI: https://www.vanessamonteiroimoveis.com.br
Description: Tema customizado e otimizado com Tailwind e Phosphor Icons para Vanessa Monteiro Imóveis.
Version: 1.0.0
Author: Mawe Comunicação
Text Domain: vanessa-imob-theme
*/

/* Custom scrollbars */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c5a880;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1f3e30;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hero-overlay {
    background: linear-gradient(to top, rgba(17, 34, 26, 0.95) 0%, rgba(17, 34, 26, 0.5) 50%, rgba(17, 34, 26, 0.2) 100%);
}