body{
  overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Tela de carregamento */
#splash {
    background: #02113b;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: splash 3s ease-in-out forwards;
}

/* Centraliza a barbearia */
#logo-container {
    position: absolute;
    width: 250px;
    height: auto;
}

/* Ajusta o tamanho da imagem */
#barbershop-logo {
    width: 100%;
    height: auto;
}

/* Animação para esconder o loader */
@keyframes splash {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-100%);
        visibility: hidden;
    }
}

/* Barbearia */
.page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/* Estrutura da Barbearia */
.property {
    width: 160px;
}

.property__base {
    position: relative;
    height: 2px;
    background-color: #293f58;
}

.property__shop {
    width: 120px;
    margin: 0 auto;
}

.shop__roof {
    position: relative;
    height: 25px;
    background-color: #fff;
    background-image: repeating-linear-gradient(
        135deg,
        transparent 0,
        transparent 10px,
        #ff746a 10px,
        #ff746a 20px,
        transparent 20px,
        transparent 30px,
        #82bfdb 30px,
        #82bfdb 40px
    );
}

.shop__frame {
    position: relative;
    height: 60px;
    background-color: #fcf8f0;
}

.shop__door {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 27px;
    height: 54px;
    padding: 4px;
    border-radius: 2px;
    background-color: #293f58;
}

.shop__window {
    position: absolute;
    top: 5px;
    left: 18px;
    width: 57px;
    height: 47px;
    border-left: 4px solid #293f58;
    border-right: 4px solid #293f58;
    background-color: #caedef;
}

.window__name {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.name__barber {
    color: #ff695e;
    font-size: 11px;
    letter-spacing: -1px;
}

.name__shop {
    position: relative;
    top: -10px;
    color: #3b5167;
    font-size: 7px;
}

.name__line {
    position: relative;
    width: 23px;
    height: 2px;
    background-color: #3b5167;
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 10px;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
  height: 10vh; 
  max-width: 100%; 
 
}


.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #8167a9 !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* inicio botao toggle */
.theme-switch {
    position: relative;
    display: flex;
    justify-content: center;
    direction: rtl;
  }
  
  #theme-checkbox {
    display: none;
  }
  
  #theme-checkbox + label {
    font-size: 1.3rem;
    height: 1em;
    width: 2.5em;
    border-radius: 0.25em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background-color: #cecece;
    position: relative;
    margin-left: 2vh;
  }
  
  #theme-checkbox:checked + label {
    background-color: #3a3a3a;
  }
  
  #theme-checkbox + label:active {
    transform: scale(0.85);
    transition: transform 0.2s;
  }
  
  #theme-checkbox + label div {
    width: 0.8em;
    height: 0.8em;
    border-radius: inherit;
    position: absolute;
    top: 0.1em;
    left: 0.1em;
    z-index: 10;
    transition: 0.5s cubic-bezier(1, 0.33, 0.11, 1.34);
    background-color: #f2f2f2;
  }
  
  #theme-checkbox:checked + label div {
    /* left: calc(2.5em - .8em - .1em); */
    left: 1.6em;
    background-color: #212121;
  }
  
  #theme-checkbox + label span {
    display: flex;
  }
  
  #theme-checkbox + label svg {
    display: inline-block;
    height: 1em;
    width: 1em;
    padding: 0.15em;
    box-sizing: border-box;
  }
  
  #theme-checkbox + label span:first-of-type {
    color: #3a3a3a;
  }
  
  #theme-checkbox + label span:last-of-type {
    color: #cecece;
  }
  
/* fim  botao toggle*/

/* Início do Slide */
.carousel,
.carousel-item {
    height: 100vh;
    width: 100vw;
}

.carousel-inner {
    height: 100%;
    background: #000;
}

/* Ajuste para imagens cobrirem completamente a tela */
.carousel-item img {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

/* Centralização do texto no slide */
.carousel-caption {
    padding-bottom: 80px;
}

h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

p {
    padding: 10px;
    color: #fff;
}

/* Ajustando botões */
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
    color: #000;
}

.btn-rounded {
    border-radius: 70px;
}

.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}

/* Ajustando animações */
.animated {
    animation-duration: 1.5s;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

/* Ajuste da navegação do carrossel */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
}

/* fim slide */

/* Tema escuro */

body.dark-mode {
  background-color: #121212 !important; /* Fundo escuro */
  color: #ffffff !important; /* Texto branco */
}

.dark-mode {
  background-color: #121212 !important;
  color: #ffffff !important;
}



.dark-mode .navigation-wrap {
  background-color: #1f1f1f !important;
}

.dark-mode a.nav-link {
  color: #ffffff !important;
}

.dark-mode .carousel-caption h2,
.dark-mode .carousel-caption p {
  color: #ffffff !important;
}

/* inicio textos slide */
#tituloSlide{
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

#descSlide{
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

#btnAgendarSlide{
    background-color: #02113b;
    font-weight: bolder;
}
/* fim textos slide */


/* INICIO CARD PROFISSIONAIS */
.tituloProfissionais {
    text-align: center;
    margin-top: 10vh;
    color: black;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 10vh;
}

/* Ajuste do card (Padrão: Modo Claro) */
.card {
    width: 100%;
    max-width: 300px;
    max-height: 330px;
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 5px 5px 30px rgb(180, 180, 180), -5px -5px 30px rgb(220, 220, 220);
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
    margin: 20px 30px;
}

/* Borda brilhante fluída */
.card::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: conic-gradient(rgb(238, 2, 2), rgb(1, 6, 75), rgb(250, 251, 252));
    top: -50%;
    left: -50%;
    animation: rotBGimg 3s linear infinite;
    z-index: -1;
}

/* Fundo interno do card */
.card::after {
    content: '';
    position: absolute;
    background: #ffffff;
    inset: 5px;
    border-radius: 15px;
    z-index: 0;
}

/* Animação fluída da borda */
@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Ajuste do contêiner da imagem de perfil */
.profileimage {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    z-index: 1000;
}

/* Ajuste da imagem dentro do contêiner */
.profileimage img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Botão "Agendar" */
.schedule-btn {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.btn-agendar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 50px;
    color: black;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    box-shadow: 3px 3px 15px rgb(180, 180, 180), -3px -3px 15px rgb(220, 220, 220);
    z-index: 100;
}

.btn-agendar:hover {
    background-color: #f0f0f0;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2), -3px -3px 20px rgba(0, 0, 0, 0.2);
}

/* Garantindo visibilidade do nome dos funcionários */

/* No modo claro, o nome deve ser preto */
.Name_profile {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Unicode', Geneva, Verdana, sans-serif;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 10vh;
}

.Name_profile{
    color: black !important;
}

/* No modo escuro, o nome deve ser branco */
.dark-mode .Name_profile {
    color: white !important;
}






/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .card {
        width: 90%;
        margin: 10px auto;
    }
}

/* ============================= */
/*          DARK MODE            */
/* ============================= */

.dark-mode .body{
    background-color: #000;
}

.dark-mode .tituloProfissionais {
    color: white;
}

.dark-mode .card {
    background-color: #191919;
    box-shadow: 5px 5px 30px rgb(4, 4, 4), -5px -5px 30px rgb(57, 57, 57);
}

.dark-mode .card::after {
    background: #191919;
}

.dark-mode .btn-agendar {
    background-color: #191919;
    color: white;
    box-shadow: 3px 3px 15px rgb(0, 0, 0), -3px -3px 15px rgb(58, 58, 58);
}

.dark-mode .btn-agendar:hover {
    background-color: #282828;
    box-shadow: 3px 3px 20px rgba(255, 255, 255, 0.2), -3px -3px 20px rgba(255, 255, 255, 0.2);
}


/* FIM CARD PROFISSIONAL */

/* inicio imagem clientes */
.tituloClientes{
    text-align: center;
    margin-top: 10vh;
}

/* Estilização do carrossel */
.carrousel {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px; /* Mantém a profundidade */
    overflow: hidden;
}

/* Estilização dos itens do carrossel */
.carrousel-item {
    position: absolute;
    width: 260px;
    height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* Ajusta a imagem ativa */
.carrousel-item.active {
    transform: scale(1.3);
    z-index: 10;
    opacity: 1;
}

/* Imagens ao lado da ativa */
.carrousel-item.prev, .carrousel-item.next {
    transform: scale(1);
    opacity: 0.8;
}

/* Itens escondidos à esquerda e à direita */
.carrousel-item.hidden {
    opacity: 0;
    transform: scale(0.5);
}

/* Animação suave para os itens */
.carrousel-item.transitioning {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

/* Adiciona um efeito de profundidade */
.carrousel-item:nth-child(n) {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    .carrousel {
        width: 100vw;  /* Garante que o carrossel ocupe toda a largura */
        height: 50vh;
        display: flex;
        justify-content: center; /* Centraliza os itens dentro */
    }

    .carrousel-item {
        width: calc(100% / 3);  /* Distribui os itens de forma uniforme */
        height: 250px;
        min-width: 200px; /* Garante que tenha um tamanho mínimo */
    }
}


/* fim imagem cliente */

/* inicio avaliaçoes */
.cardies {
	background-color: #fff; /* Cor de fundo do card */
	border: 1px solid #ddd; /* Borda para destacar o card */
	border-radius: 8px; /* Cantos arredondados */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para o card */
	padding: 15px; /* Espaçamento interno do card */
	width: 300px; /* Largura fixa de cada card */
  }
  
  .stars {
	display: flex;
	grid-gap: 0.125rem;
	gap: 0.125rem;
	color: rgb(238, 203, 8);
  }
  
  .star {
	height: 1.25rem;
	width: 1.25rem;
  }
  
  .infos {
	margin-top: 1rem;
  }
  
  .date-time {
	color: rgba(7, 63, 216, 1);
	font-size: 12px;
	font-weight: 600;
  }
  
  .description {
	margin-top: 0.4rem;
	line-height: 1.625;
	color: rgba(107, 114, 128, 1);
  }
  
  .author {
	margin-top: 1.3rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: rgba(107, 114, 128, 1);
  }



.cards-container {
	display: flex; /* Ativa o flexbox */
	gap: 20px; /* Espaçamento entre os cards */
	justify-content: center; /* Centraliza os cards horizontalmente */
	flex-wrap: wrap; /* Permite quebra de linha para dispositivos menores */
	padding: 20px; /* Espaçamento interno do container */
  }
   .reviews-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center; /* Centraliza as avaliações */
	margin-top: 10vh;
  }
  
  .cardies {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 1);
	padding: 20px;
	max-width: 320px;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .stars {
	display: flex;
	grid-gap: 0.125rem;
	gap: 0.125rem;
	color: rgb(238, 203, 8);
  }
  
  .star {
	height: 1.25rem;
	width: 1.25rem;
  }
  
  .infos {
	margin-top: 1rem;
  }
  
  .date-time {
	color: rgba(7, 63, 216, 1);
	font-size: 12px;
	font-weight: 600;
  }
  
  .description {
	margin-top: 0.4rem;
	line-height: 1.625;
	color: rgba(107, 114, 128, 1) !important;
  }
  
  .author {
	margin-top: 1.3rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: black !important;
  }

  /* ============================= */
/*     DARK MODE - AVALIAÇÕES    */
/* ============================= */

.dark-mode .cardies {
    background-color: #1e1e1e !important; /* Fundo escuro */
    border: 1px solid #333 !important; /* Borda escura */
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1) !important; /* Sombra mais suave */
}

/* Cor do texto da data */
.dark-mode .date-time {
    color: #4a90e2 !important; /* Azul suave para destaque */
}

/* Cor do texto da descrição */
.dark-mode .description {
    color: #d1d1d1 !important; /* Cinza claro */
}

/* Cor do autor da avaliação */
.dark-mode .author {
    color: #ffffff !important; /* Nome branco */
}

/* Estrelas amarelas continuam */
.dark-mode .stars {
    color: rgb(238, 203, 8) !important;
}

/* Ajustando os botões ou links dentro das avaliações */
.dark-mode .cardies a {
    color: #4a90e2 !important; /* Azul para links */
}

.dark-mode .cardies a:hover {
    color: #7ab8ff !important; /* Azul mais claro no hover */
}

/* Ajustando fundo e texto do container de avaliações */
.dark-mode .reviews-container {
    background-color: #121212 !important;
}

/* Ajustando fundo dos cards container */
.dark-mode .cards-container {
    background-color: #181818 !important;
}
     /* Fim Avaliaçoes */


  /* 🌙 DARK MODE: Ativado apenas quando o Dark Mode estiver ativo */
.dark-mode .footer-section {
    background: #151414 !important;
    color: #ffffff !important;
  }
  .dark-mode .footer-cta {
    border-bottom: 1px solid #373636 !important;
  }
  .dark-mode .cta-text h4 {
    color: #ffffff !important;
  }
  .dark-mode .cta-text span {
    color: #aaaaaa !important;
  }
  .dark-mode .footer-text p {
    color: #bdbdbd !important;
  }
  .dark-mode .footer-widget-heading h3 {
    color: #ffffff !important;
  }
  .dark-mode .footer-widget ul  p {
    color: #bbbbbb !important;
  }
  
  .dark-mode .footer-social-icon span {
    color: #ffffff !important;
  }
  .dark-mode .footer-menu li a {
    color: #bbbbbb !important;
  }
  .dark-mode .footer-menu li:hover a {
    color: #02113b !important;
  }
  .dark-mode .copyright-area {
    background: #202020 !important;
  }
  .dark-mode .copyright-text p {
    color: #bdbdbd !important;
  }

  .dark-mode body{
    background-color: #000 !important;
  }


/*inicio assinaturas  */
/* Estilização do título */
.tituloAssinaturas {
    text-align: center;
    margin-top: 10vh;
    font-size: 2rem;
    color: #fff;
}

/* Container principal das assinaturas */
.container-assinaturas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* Contêiner individual de cada assinatura */
.assinatura {
    position: relative;
    width: 350px;
    height: 500px;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #191919;
    box-shadow: 5px 5px 30px rgb(4, 4, 4), -5px -5px 30px rgb(57, 57, 57);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

/* Borda animada sempre visível */
.assinatura::before {
    content: '';
    position: absolute;
    width: 250%;
    height: 250%;
    background: conic-gradient(rgb(238, 2, 2), rgb(1, 9, 117), rgb(250, 251, 252));
    top: -75%;
    left: -75%;
    animation: rotBGimg 3s linear infinite;
    z-index: 0; /* Mantém a borda acima do fundo */
}

/* Fundo interno do container */
.assinatura::after {
    content: '';
    position: absolute;
    background: #191919;
    inset: 5px;
    border-radius: 15px;
    z-index: 1; /* Mantém o fundo abaixo da borda */
}

/* Ajuste das imagens dentro dos cards */
.assinatura img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 2; /* Mantém as imagens sempre acima */
}

/* Efeito hover apenas com escala */
.assinatura:hover {
    transform: scale(1.05);
}

/* Animação da borda fluída */
@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsividade */
@media (max-width: 1024px) {
    .container-assinaturas {
        gap: 30px;
    }

    .assinatura {
        width: 320px;
        height: 480px;
    }
}

@media (max-width: 768px) {
    .container-assinaturas {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .assinatura {
        width: 90%;
        max-width: 300px;
        height: auto;
    }

    .assinatura img {
        max-width: 90%;
        margin-left: 10px;
    }
}
/*fim assinaturas  */



/* INICIO LOCALIZAÇÃO */
.tituloLocalizaçao {
    text-align: center;
    margin-top: 8vh;
}

/* Centraliza a sessão de localização */
.container-maps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1000;
    width: 100%;
}

/* Wrapper do mapa para centralização */
.map-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px; /* Mantém um limite para telas grandes */
    z-index: 1000;
}

/* Container do mapa com a borda brilhante */
.map-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 700px; /* Mantém um tamanho fixo para desktops */
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #191919;
    box-shadow: 5px 5px 30px rgb(4, 4, 4), -5px -5px 30px rgb(57, 57, 57);
    z-index: 100;
}

/* Borda brilhante fluída ao redor do mapa */
.map-container::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: conic-gradient(rgb(238, 2, 2), rgb(1, 9, 117), rgb(250, 251, 252));
    top: -50%;
    left: -50%;
    animation: rotBGimg 3s linear infinite;
    z-index: -1;
}

/* Fundo interno do mapa */
.map-container::after {
    content: '';
    position: absolute;
    background: #191919;
    inset: 5px;
    border-radius: 15px;
    z-index: -1;
}

/* Animação da borda brilhante */
@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Ajusta os mapas para ficarem dentro do container */
.map-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    border: none;
    z-index: 10;
}

/* Botão centralizado */
#mapsButton {
    margin-top: 15px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 8px;
}

/* Responsividade */
@media (max-width: 768px) {
    .map-container {
        width: 90%;
        max-width: 90%;
    }

    .map-container iframe {
        height: 300px; /* Reduz a altura para telas menores */
    }
}


/* ============================= */
/*     DARK MODE - AVALIAÇÕES    */
/* ============================= */

/* Fundo dos cards das avaliações */
.dark-mode .cardies {
    background-color: #1e1e1e !important; /* Fundo bem escuro */
    border: 1px solid #333 !important; /* Borda mais escura */
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1) !important; /* Sombra mais suave */
}

/* Cor do texto da data */
.dark-mode .date-time {
    color: #4a90e2 !important; /* Azul suave para destaque */
}

/* Cor do texto da descrição */
.dark-mode .description {
    color: #d1d1d1 !important; /* Cinza claro */
}

/* Cor do autor da avaliação */
.dark-mode .author {
    color: #ffffff !important; /* Nome branco */
}

/* Estrelas amarelas continuam */
.dark-mode .stars {
    color: rgb(238, 203, 8) !important;
}

/* Ajustando os botões ou links dentro das avaliações */
.dark-mode .cardies a {
    color: #4a90e2 !important; /* Azul para links */
}

.dark-mode .cardies a:hover {
    color: #7ab8ff !important; /* Azul mais claro no hover */
}

/* Fundo do container das avaliações */
.dark-mode .reviews-container {
    background-color: #121212 !important;
}

/* Fundo do container principal */
.dark-mode .cards-container {
    background-color: #181818 !important;
}

.custom-btn {
    background: linear-gradient(135deg, #ff4b2b, #ff416c); /* Gradiente vermelho */
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.custom-btn:hover {
    background: linear-gradient(135deg, #ff3a1a, #ff2d5c);
    transform: scale(1.05);
}

.custom-btn:active {
    transform: scale(0.95);
}