body {
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    background-color: #E8E1DA;
    color: #4A443F;
}

h1, h2, h3, h4, h5, h6 {
    color: #4A443F;
    font-weight: 600;
}

section {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.navbar {
    background-color: transparent !important;
    box-shadow: none;
    min-height: 100px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.navbar-hidden {
    transform: translateY(-100%);
}

.navbar-scrolled {
    background-color: #E8E1DA !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.navbar-light .navbar-nav .nav-link {
    color: #4A443F;
    font-weight: 500;
    font-size: 1.3rem;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #B59B85;
}

.navbar-brand {
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #B59B85;
}

#inicio {
    background-image: url('grazi/gra.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    color: #FFFFFF;
    background-attachment: fixed;
    height: 100vh;
}

#inicio h1 {
    color: #FFFFFF;
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

#inicio .lead {
    color: #FFFFFF;
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.btn-primary {
    background-color: #B59B85;
    border-color: #B59B85;
    color: #FFFFFF;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #A08771;
    border-color: #A08771;
    color: #FFFFFF;
}

#servicos .card {
    background-color: #E8E1DA;
    border: none;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

#servicos .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(74, 68, 63, 0.1);
}

.service-img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.service-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

.bg-light {
    background-color: #D1C4B9 !important;
}

#contato form {
    background-color: #E8E1DA;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(74, 68, 63, 0.1);
}

.bg-dark {
    background-color: #3D3732 !important;
}

#galeria {
    display: block;
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 56px;
}

#galeria h2 {
    background-color: #D1C4B9 !important;
    margin-bottom: 2rem;
}

.mural-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.mural-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(74, 68, 63, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.mural-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(74, 68, 63, 0.2);
}

#galleryModal .modal-content {
    background-color: transparent;
    border: none;
}

#galleryModal .modal-header {
    border-bottom: none;
}

#galleryModal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    z-index: 1060;
}

#galleryModal #galleryModalImage {
    max-height: 85vh;
    width: auto;
    margin: auto;
    display: block;
    border-radius: 8px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    color: #FFF;
    background-color: #128C7E;
    animation: none;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float .notification-badge, .instagram-float .notification-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 2px solid white;
}

.instagram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 40px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-instagram 2s infinite;
}

.instagram-float:hover {
    color: #FFF;
    background: #c13584; 
    animation: none;
}

@keyframes pulse-instagram {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(214, 36, 159, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(214, 36, 159, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(214, 36, 159, 0);
    }
}

footer {
    background-color: #E8E1DA;
    color: #000000;
    padding: 2rem 0;
    text-align: center;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer a {
    color: #000000;
    text-decoration: none;
    margin-left: 1rem;
}


footer a:hover {
    text-decoration: underline;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(74, 68, 63, 0.1);
}
html, body {
    overflow-x: hidden;
}

.feedbacks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feedback-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(74, 68, 63, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 4px solid #B59B85;
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(74, 68, 63, 0.2);
}

.feedback-header {
    margin-bottom: 1.5rem;
}

.stars {
    color: #FFD700;
    font-size: 1.2rem;
}

.stars i {
    margin-right: 0.3rem;
}

.feedback-text {
    color: #4A443F;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.feedback-author {
    color: #B59B85;
    font-weight: 600;
    margin-bottom: 0;
}

.search-bar-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
}

.search-bar-container .search-input {
    border: 2px solid #B59B85;
    border-radius: 25px 0 0 25px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    color: #4A443F;
    flex: 1;
}

.search-bar-container .search-input:focus {
    outline: none;
    border-color: #A08771;
    box-shadow: 0 0 0 0.2rem rgba(181, 155, 133, 0.25);
}

.search-bar-container .search-input::placeholder {
    color: #B59B85;
}

.search-bar-container .input-group-append {
    display: contents;
}

.search-bar-container .dropdown-toggle {
    border: 2px solid #B59B85;
    border-left: none;
    border-radius: 0 25px 25px 0;
    color: #4A443F;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    white-space: nowrap;
}

.search-bar-container .dropdown-toggle:hover {
    background-color: #B59B85;
    border-color: #B59B85;
    color: #FFFFFF;
}

.search-bar-container .dropdown-toggle::after {
    margin-left: 0.5rem;
}

.search-bar-container .dropdown-menu {
    border: 2px solid #B59B85;
    border-radius: 8px;
    padding: 0.5rem 0;
}

.search-bar-container .dropdown-item {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    color: #4A443F;
    font-weight: 500;
    transition: all 0.2s ease;
}

.search-bar-container .dropdown-item:hover {
    background-color: #E8E1DA;
    color: #B59B85;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: #FFFFFF;
    border: 2px solid #B59B85;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(74, 68, 63, 0.15);
    margin-top: 0;
    max-height: 400px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.search-results.show {
    display: block;
}

.search-result-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #E8E1DA;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background-color: #F5F0EB;
}

.search-result-title {
    font-weight: 600;
    color: #4A443F;
    font-size: 0.95rem;
}

.search-result-type {
    font-size: 0.8rem;
    color: #B59B85;
    margin-top: 0.2rem;
}