/* BADY BÁSICO */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #fdfdfd;
  background-color: #000;
  /* fundo preto */
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* ==============================
   CABEÇALHO E MENU
============================== */
header {
  background-color: #111;
  color: #fff;
  padding: 10px 20px;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  width: 120px;
  border-radius: 8px;
}

header .menu {
  display: flex;
  gap: 20px;
  margin-left: auto;
}

header .menu li a {
  color: #fff;
  font-weight: bold;
  transition: color 0.3s;
}

header .menu li a:hover {
  color: #FFD700;
}

/* ==============================
   BANNER
============================== */
.banner {
  background: url('img/banner1.1.jpg') center/cover no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
}

/* ==============================
   SEÇÃO SERVIÇOS
============================== */
#servicos {
  padding: 50px 20px;
  text-align: center;
  background-color: #111;
  /* fundo escuro */
  color: #fdfdfd;
}

#servicos h2.ns {
  margin-bottom: 20px;
  font-size: 2em;
  color: #FFD700;
}

.servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.servico-bloco {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}



.servico-bloco:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.1);
}

.botao-agendar {
  display: inline-block;
  background-color: #FFD700;
  color: #000;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.botao-agendar:hover {
  background-color: #a08905;
}

/* ==============================
   DEPOIMENTOS
============================== */
#depoimentos {
  padding: 50px 20px;
  background-color: #111;
  text-align: center;
  color: #FFD700;
}

.carousel {
  display: flex;
  overflow: hidden;
  justify-content: center;
  margin: 20px 0;
}

.depoimento-card {
  display: none;
  max-width: 500px;
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.05);
}

.depoimento-card.active {
  display: block;
}

.depoimento-texto {
  font-style: italic;
  margin-bottom: 10px;
  color: #fdfdfd;
}

.depoimento-nome {
  font-weight: bold;
  text-align: right;
  color: #FFD700;
}

.carousel-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.carousel-buttons button {
  background-color: #FFD700;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  color: #000;
  transition: background-color 0.3s;
}

.carousel-buttons button:hover {
  background-color: #a08905;
}

/* ==============================
   CONTATO E DEPOIMENTO
============================== */
.contato-depoimento-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 50px 20px;
  justify-content: center;
  background-color: #111;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.05);
}

.contato-depoimento-wrapper h3{
  color: #FFD700;
  text-align: center;
}

.coluna-esquerda {
  flex: 1 1 300px;
}

.bloco-esquerda>div {
  margin-bottom: 20px;
  color: #fdfdfd;
}

.social-icons a {
  font-size: 1.5em;
  margin-right: 15px;
  color: #FFD700;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.deixe-depoimento {
  flex: 1 1 300px;
}

.deixe-depoimento form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deixe-depoimento h3{
  color: #FFD700;
  text-align: center;
}

.deixe-depoimento input,
.deixe-depoimento textarea {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #333;
  background-color: #1a1a1a;
  color: #fdfdfd;
  width: 100%;
  resize: none;
}

.deixe-depoimento .radio-group {
  display: flex;
  gap: 15px;
}

.botao-enviar {
  background-color: #FFD700;
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s;
}

.botao-enviar:hover {
  background-color: #a08905;
}

/* ==============================
   SEÇÃO SOBRE
============================== */
#sobre {
  padding: 50px 20px;
  background-color: #111;
  color: #fdfdfd;
  line-height: 1.8;
  
}

#sobre h2 {
  margin-bottom: 20px;
  font-size: 2em;
  color: #FFD700;
  text-align: center;
}

/* ==============================
   RODAPÉ
============================== */
footer {
  background-color: #111;
  color: #fdfdfd;
  text-align: center;
  padding: 20px;
}

/* ==============================
   RESPONSIVO
============================== */
@media (max-width: 768px) {
  header nav {
    flex-direction: column;
    gap: 10px;
  }

  .contato-depoimento-wrapper {
    flex-direction: column;
  }

  .servicos-grid {
    grid-template-columns: 1fr;
  }
}