/* Configurações Gerais */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Barra Superior */
.top-bar {
    background-color: #f8f9fa;
    font-size: 13px;
}

.quick-links a {
    text-decoration: none;
    color: #333;
    margin-left: 25px;
    transition: color 0.3s;
}

.quick-links i {
    margin-right: 5px;
}

/* Menu de Navegação */
.navbar {
    padding: 15px 0;
}

.navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 700;
    text-uppercase: uppercase;
    font-size: 14px;
    padding: 10px 20px !important;
    transition: all 0.3s ease;
    border-radius: 4px; /* Opcional: arredonda levemente o fundo no hover */
}

/* Efeito de Background ao passar o mouse (#DA9527) */
.navbar-nav .nav-link:hover {
    background-color: #DA9527 !important;
    color: #fff !important;
}

/* Container de Busca */
.search-container {
    background-color: #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
}

.search-container .form-control {
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    box-shadow: none;
}

.btn-search {
    background-color: transparent;
    color: #888;
    padding-right: 15px;
}

/* Responsividade */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        padding: 20px 0;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: #DA9527;
        display: inline-block;
        width: 100%;
    }

    .search-container {
        margin-top: 15px;
    }
    
    .quick-links {
        justify-content: center;
        width: 100%;
        display: flex;
    }
}

/* Efeito Hover Desktop (Fundo #DA9527 abaixo do texto) */
.navbar-nav .nav-link {
    transition: all 0.3s ease;
    padding: 10px 20px !important;
}

.navbar-nav .nav-link:hover {
    background-color: #DA9527 !important;
    color: #fff !important;
    border-radius: 4px;
}

/* Estilo do Menu Mobile (Baseado no image_3b231c.jpg) */
.offcanvas {
    background-color: #F9F7F2; /* Tom creme do Q Sabor */
    width: 300px !important;
}

.mobile-nav-list li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mobile-nav-list li a {
    display: block;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

/* Ícones Rebouças (Podem ser #DA9527 ou o marrom da logo) */
.mobile-nav-list li a i {
    width: 35px;
    color: #DA9527; 
    font-size: 18px;
    text-align: center;
}

/* Pesquisa Mobile */
.search-mobile .form-control {
    font-size: 13px;
    padding: 12px;
}

/* Botão de Ação */
.btn-action-reboucas {
    background-color: #DA9527;
    color: white;
    font-weight: bold;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
}

/* Redes Sociais Mobile */
.social-icons-reboucas a {
    color: #333;
    font-size: 22px;
    margin: 0 12px;
    transition: color 0.3s;
}

.social-icons-reboucas a:hover {
    color: #DA9527;
}

/* Ajuste de Busca no Desktop */
.search-desktop .input-group {
    width: 250px;
}
.search-desktop .form-control {
    font-size: 12px;
}

/* Importação de fonte manuscrita alternativa caso a Adelia não carregue localmente */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

/* Altura fixa para o slide não "pular" em imagens de tamanhos diferentes */
.main-slide-img {
    height: 600px;
    object-fit: cover;
    filter: brightness(0.8); /* Escurece um pouco para o texto brilhar mais */
}

/* Container do Texto */
.carousel-caption {
    text-align: left;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 10;
}

/* Efeito de Fundo por Linha (idêntico à image_3ac219_2.jpg) */
.font-adelia {
    font-family: 'Adelia', 'Dancing Script', cursive; /* Fallback para Dancing Script */
    color: #FFFFFF;
    background-color: rgba(218, 149, 39, 0.8); /* #DA9527 com transparência */
    display: table; /* Crucial para o fundo envolver apenas o texto */
    padding: 10px 30px;
    margin-bottom: 10px;
    font-size: 62px;
    font-weight: normal;
    line-height: 1.2;
    border-radius: 2px;
}

/* Transição Fade suave */
.carousel-fade .carousel-item {
    transition: opacity 1.5s ease-in-out;
}

/* Onda Branca no Rodapé */
.wave-divider {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 5;
}

.wave-divider svg {
    width: 100%;
    height: 80px;
}

/* Responsividade Mobile */
@media (max-width: 991px) {
    .main-slide-img {
        height: 400px;
    }
    .font-adelia {
        font-size:25px;
        padding: 8px 20px;
    }
    .carousel-caption {
        left: 5%;
    }
}

/* Cabeçalho da Seção */
.titulo-sessao-reboucas {
    color: #b57a1d; /* Tom de dourado da imagem */
    font-size: 1.85rem;
    font-weight: 500;
}

.ver-todos {
    font-size: 0.8rem;
    color: #999;
    text-decoration: none;
}

/* Setas de Navegação no Topo */
.setas-navegacao .btn-reboucas-seta {
    background-color: #b57a1d;
    color: #fff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 0.7rem;
    transition: 0.3s;
}

.btn-reboucas-seta:hover {
    background-color: #333;
}

/* Estilo do Card Rebouças */
.reboucas-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Sombra suave conforme a imagem */
    padding: 30px 15px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.02);
}

.reboucas-img-wrapper {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.reboucas-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.reboucas-info h3 {
    font-size: 0.75rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

/* Botão Alugar Estilo Pílula */
.btn-alugar-reboucas {
    background-color: #b57a1d;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 45px;
    border-radius: 50px; /* Estilo pílula conforme image_76d5dc.jpg */
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}

.btn-alugar-reboucas:hover {
    background-color: #333;
    transform: scale(1.05);
}

/* Ajustes Mobile */
@media (max-width: 768px) {
    .reboucas-card {
        margin-bottom: 10px;
    }
}


/* Seção Geral - Fundo Dourado Rebouças */
.nossos-servicos {
    background-color: #DA9527;
}

/* Título em Branco */
.titulo-servicos {
    color: #FFFFFF;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

/* Card Branco Perfeitamente Quadrado conforme a imagem */
.card-servico {
    background-color: #FFFFFF;
    aspect-ratio: 1 / 1; /* Retornou para 1/1 (quadrado perfeito) */
    padding: 25px;
    border: none;
    border-radius: 0px;
    transition: transform 0.3s ease;
}

.card-servico:hover {
    transform: scale(1.03);
}

/* Container da Imagem */
.imagem-servico {
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.imagem-servico img {
    max-height: 100%;
    object-fit: contain;
}

/* Texto dos Serviços */
.nome-servico, .nome-servico-longo {
    color: #DA9527;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.nome-servico {
    font-size: 0.95rem;
    line-height: 1.3;
}

.nome-servico-longo {
    font-size: 0.75rem;
    line-height: 1.4;
}


/* Seção Quem Somos */
.quem-somos {
    font-family: 'Arial', sans-serif;
    overflow: hidden;
}

/* Subtítulo Dourado */
.subtitulo-quem-somos {
    color: #DA9527;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Título Principal */
.titulo-quem-somos {
    color: #333333;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
}

/* Parágrafos de Texto */
.texto-quem-somos p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
}

/* Frase em Destaque Negrito */
.texto-quem-somos .p-destaque {
    font-size: 1.05rem;
    line-height: 1.5;
}

/* Botão Conheça */
.btn-conheca {
    background-color: #DA9527;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 12px 45px;
    border-radius: 10px; /* Cantos levemente suavizados conforme imagem */
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 10px rgba(218, 149, 39, 0.2);
}

.btn-conheca:hover {
    background-color: #b57a1d;
    transform: translateY(-2px);
}

/* Container da Imagem com Borda Dourada Orgânica */
.wrapper-imagem-organica {
    position: relative;
    max-width: 480px;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 4px; /* Espaço para simular a borda dourada externa */
    background: #DA9527;
    /* Gera o formato exato de ovo/casulo assimétrico da imagem usando border-radius complexo */
    border-radius: 43% 57% 41% 59% / 57% 45% 55% 43%;
    transition: transform 0.5s ease;
}

.wrapper-imagem-organica:hover {
    transform: scale(1.02);
}

/* Imagem Interna Recortada no mesmo formato */
.imagem-organica {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fff;
    border: 6px solid #ffffff; /* Margem interna branca entre a foto e o filete dourado */
    border-radius: 43% 57% 41% 59% / 57% 45% 55% 43%;
}

/* Ajustes de Responsividade */
@media (max-width: 991px) {
    .titulo-quem-somos {
        font-size: 1.9rem;
    }
    
    .wrapper-imagem-organica {
        max-width: 380px;
        margin-bottom: 20px;
    }
    
    .texto-quem-somos p {
        text-align: left; /* Melhora leitura em telas menores */
    }
}

/* Configurações Gerais do Rodapé */
.main-footer {
    font-family: 'Arial', sans-serif;
    color: #000000;
}

/* Menu do Rodapé */
.footer-nav a {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #DA9527 !important;
}

/* Texto de Endereço */
.footer-address {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Ícones de Redes Sociais (Círculos Pretos com Ícone Branco) */
.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #000000;
    color: #FFFFFF !important;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-link:hover {
    background-color: #DA9527;
    transform: scale(1.1);
}

/* Assinatura Corporativa */
.footer-dev {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

/* Faixa Inferior Dourada (#DA9527) */
.footer-bottom {
    background-color: #DA9527;
}

.small-text-footer {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Ajustes de Responsividade para Mobile */
@media (max-width: 767.98px) {
    .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-nav a {
        margin-right: 0 !important;
    }
    
    .footer-social {
        width: 100%;
    }
    
    .footer-dev {
        margin-top: 15px;
    }
}

/* Customizações da Tabela de Orçamento */
.input-qtd-disabled {
    width: 40px !important;
    padding: 0 !important;
    max-height: 31px;
}

.btn-alterar-qtd {
    padding: 2px 10px !important;
    font-weight: bold;
    color: #555;
}

.btn-remover-item {
    color: #dc3545;
    transition: color 0.2s ease;
}

.btn-remover-item:hover {
    color: #a71d2a;
}