/* Configurações Gerais */


.logo-dark {
    display: none !important;
}


.dark-theme .logo-light {
    display: none !important;
}

.dark-theme .logo-dark {
    display: block !important;
    max-width: 160px;
    height: auto;
}


.logo-light {
    display: block !important;
    max-width: 160px;
    height: auto;
}

:root {
    --primary-color: #f39c12; 
    --bg-light: #ffffff;
    --text-light: #333333;
    --bg-dark: #1a1a1a;
    --text-dark: #f5f5f5;
    --transition: 0.3s;
}

body {
    transition: background-color var(--transition), color var(--transition);
    font-family: 'Arial', sans-serif;
}

/* Dark Mode Classes */
body.dark-theme {
    background-color: var(--bg-dark);
    color: var(--text-dark);
}

.dark-theme .header-wrap, .dark-theme .bg-whisper {
    background-color: #222 !important;
}

.dark-theme .feature-card {
    background: #333;
    border: 1px solid #444;
}
/* Fundo dos cards no modo escuro */
.dark-theme .feature-card.style1 {
    background-color: #2c2c2c !important;
    border: 1px solid #444;
}

/* Texto dos cards no modo escuro */
.dark-theme .feature-card.style1 h3 a, 
.dark-theme .feature-card.style1 p {
    color: #ffffff !important;
}

/* Mantém o card dourado quando passar o mouse, mesmo no dark mode */
.dark-theme .feature-card.style1:hover {
    background-color: #a69b55 !important;
}

/* Garante que o texto do botão laranja continue branco ou preto legível */
.btn.style1 {
    color: #ffffff !important;
}
/* Switch Theme Slider */
.switch-theme-mode {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input { opacity: 0; width: 0; height: 0; }

.slider.round {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider.round:before {
    position: absolute;
    content: "";
    height: 16px; width: 16px;
    left: 4px; bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider { background-color: var(--primary-color); }
input:checked + .slider:before { transform: translateX(26px); }

/* Hero Section & Forms */
.hero-wrap { padding: 80px 0; background: #f9f9f9; }
.dark-theme .hero-wrap { background: #111; }

.currency-converter-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.dark-theme .currency-converter-wrap { background: #2c2c2c; color: #fff; }

.form-group input, .form-group textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn.style1 {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}


.currency-flag img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.3s;
}

.feature-card.style1 {
    background: #fff; 
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: all 0.4s ease; 
    border: 1px solid transparent;
    text-align: left;
    height: 100%;
}


.feature-card.style1 h3 a, 
.feature-card.style1 p {
    color: #333; 
    transition: all 0.4s ease;
    text-decoration: none;
}



.feature-card.style1:hover {
    background-color: #a69b55; 
    transform: translateY(-5px); 
}


.feature-card.style1:hover h3 a,
.feature-card.style1:hover p {
    color: #fff !important;
}

.currency-flag img:hover { transform: scale(1.05); }

.logo-light, .logo-dark {
    max-width: 120px; 
    height: auto;
    display: block;
}


.footer-logo img {
    max-width: 140px;
    height: auto;
    margin-bottom: 20px;
}


@media (max-width: 991px) {
    .navbar-brand img {
        max-width: 130px;
    }
}

.about-img {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.about-img img {
    width: 100%;
    height: 250px; 
    object-fit: cover; 
    display: block;
}

.dark-theme, 
.dark-theme p, 
.dark-theme span, 
.dark-theme h1, 
.dark-theme h2, 
.dark-theme h3, 
.dark-theme a:not(.btn) {
    color: #ffffff !important;
}


.dark-theme .navbar-nav .nav-link {
    color: #ffffff !important;
}


.dark-theme .header-bottom {
    background-color: #1a1a1a !important;
}

.header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media (max-width: 1199px) {
    .other-options.md-none {
        display: none !important;
    }
}


.about-img img {
    width: 100%;
    height: auto;
    min-height: 200px;
    object-fit: cover;
    display: block;
}

:root {
    --dourado-claro: #D4AF37; 
    --dourado-hover: #C5A028;
}


h2, h3, h5, .section-title h2 {
    color: var(--dourado-claro) !important;
}


p, span, li, label {
    color: #333333 !important; 
    font-weight: 500;
}


.footer-menu li a, .nav-link {
    color: #444444 !important;
}

.footer-menu li a:hover {
    color: var(--dourado-claro) !important;
}

input, textarea {
    background-color: #f9f9f9 !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
    border-radius: 5px;
}


input:focus, textarea:focus {
    border-color: var(--dourado-claro) !important;
    outline: none;
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}


.btn.style1 {
    background-color: var(--dourado-claro) !important;
    border-color: var(--dourado-claro) !important;
    color: #ffffff !important;
}

.btn.style1:hover {
    background-color: var(--dourado-hover) !important;
}
/* Container para as colunas do rodapé */
.footer-widget {
    background: rgba(255, 255, 255, 0.5); /* Fundo branco bem transparente */
    padding: 25px;
    border-radius: 20px; /* Bordas bem redondas */
    border: 1px solid rgba(212, 175, 55, 0.3); /* Borda dourada sutil */
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.footer-widget:hover {
    transform: translateY(-5px); /* Efeito flutuante ao passar o mouse */
    background: rgba(255, 255, 255, 0.8);
}


body.dark-theme .footer-widget {
    background: rgba(30, 30, 30, 0.6) !important;
    border-color: #D4AF37 !important;
}
input, textarea, .form-group input {
    border-radius: 15px !important; 
    padding: 15px !important;
    border: 1px solid #D4AF37 !important;
}

.btn.style1 {
    border-radius: 50px !important; 
    padding: 12px 30px !important;
}
.navbar-nav {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 5px 20px;
}


@media (max-width: 991px) {
    .navbar-collapse {
        border-radius: 20px;
        margin-top: 15px;
        border: 2px solid #D4AF37;
    }
}

.footer-widget, .contact-item, .about-card {
    background: #ffffff !important; 
    padding: 30px;
    border-radius: 25px; 
    border: 1px solid rgba(212, 175, 55, 0.2); 
    
  
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
    
    transition: all 0.4s ease;
    margin-bottom: 30px;
}


.footer-widget:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2); 
    border-color: #D4AF37;
}


body.dark-theme .footer-widget,
body.dark-theme .contact-item {
    background: #1e1e1e !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
    border-color: #D4AF37 !important;
}

.btn.style1 {
    border-radius: 50px !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4) !important;
    transition: 0.3s;
}

.btn.style1:hover {
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6) !important;
    transform: scale(1.03); 
}

/
input, textarea {
    border-radius: 15px !important;
    border: 1px solid #ddd !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02); 
}

.gallery-img img {
    width: 100% !important;
    height: 300px !important;/
    object-fit: cover !important; 
    border-radius: 20px; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
    transition: transform 0.3s ease;
}

.gallery-img img:hover {
    transform: scale(1.05); 
}
/* Força todas as fotos da galeria a terem o mesmo tamanho */
.gallery-img img, 
.portfolio-img img {
    width: 100% !important;
    height: 300px !important; /* Defina a altura desejada aqui */
    object-fit: cover !important; /* Mantém a proporção cortando as bordas extras */
    border-radius: 20px !important; /* Bordas arredondadas que você pediu */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    display: block !important;
}
/* 1. Padronizar as fotos do "Sobre Nós" (as que você mandou o código) */
.img-padronizada {
    width: 100% !important;
    height: 280px !important; /* Altura fixa para alinhar tudo */
    object-fit: cover !important; /* Corta a sobra sem esticar */
    border-radius: 20px !important;
    transition: all 0.4s ease-in-out !important; /* Reativa a interação */
    display: block !important;
    cursor: pointer;
}

/* 2. Efeito de Interação (O mouse passa e ela cresce) */
.img-padronizada:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4) !important;
    z-index: 10;
}

/* 3. Padronizar as fotos da GALERIA (geradas pelo Script) */
#grade-fotos img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    transition: transform 0.3s ease !important;
}

#grade-fotos img:hover {
    transform: scale(1.03) !important;
}

.img-padronizada {
    width: 100% !important; /* Ocupa toda a largura da coluna */
    height: 400px !important; /* Altura fixa para manter a simetria */
    object-fit: cover !important; /* Preenche o espaço sem distorcer */
    border-radius: 20px !important;
    transition: transform 0.4s ease-in-out !important;
    display: block !important;
}

/* Garante que o container da imagem não limite a largura */
.about-img {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}

/* Efeito de zoom suave */
.img-padronizada:hover {
    transform: scale(1.02) !important;
    filter: brightness(1.1);
}

/* Remove qualquer margem estranha que o wrap original possa ter */
.about-img-wrap {
    margin: 0 !important;
    padding: 0 !important;
}
/* Torna a logo circular com borda dourada */
.navbar-brand img, .footer-logo img {
    width: 120px !important;    /* Ajuste o tamanho conforme necessário */
    height: 120px !important;   /* Precisa ser igual à largura para ser um círculo perfeito */
    border-radius: 50% !important; /* Cria o círculo */
    object-fit: cover !important;  /* Garante que a logo não amasse */
    border: 3px solid #D4AF37 !important; /* Borda dourada igual à da foto */
    padding: 2px !important;
    background-color: #000 !important; /* Fundo preto caso a logo seja transparente */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important; /* Sombra para dar profundidade */
}

/* Garante que no rodapé ela também siga o padrão */
.footer-widget .footer-logo img {
    width: 150px !important;
    height: 150px !important;
    margin-bottom: 20px !important;
}