:root {
  --verde-escuro: #4b5f41;
  --verde-claro: #667e59;
  --laranja: #f37021;
  --preto-suave: #333333;
  --font-bold: 'Arial', sans-serif; /* Defina a fonte correta */
  --font-regular: 'Arial', sans-serif; /* Defina a fonte correta */
  --font-light: 'Arial', sans-serif; /* Defina a fonte correta */
  --cinza: #555; /* Defina a cor cinza */
}

html {
  scroll-behavior: smooth;
}

body {
  /* Define o degradê linear com opacidade */
  background: linear-gradient(
    to bottom,
    rgba(75, 95, 65, 0.8),
    rgba(102, 126, 89, 0.5)
  );
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #fff;
}

/* Estilo do Navbar */
.navbar {
  background: radial-gradient(circle, var(--verde-claro) 0%, var(--verde-escuro) 100%);
  padding: 1rem;
  position: relative;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("../images/heder_site_leaves.png") bottom / cover no-repeat;
  z-index: 5;
}

.navbar-brand img {
  height: 60px;
}

.navbar-nav .nav-link {
  color: white;
  font-weight: bold;
  margin-left: 1rem;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
  color: var(--laranja);
}

.navbar-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  width: 100%;
}

.navbar-nav .nav-item {
  margin-left: 20px;
}

.navbar-toggler {
  border: none;
  background-color: white;
  padding: 0.5rem;
  border-radius: 5px;
}

.navbar-toggler-icon {
  background-image: none;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 22px;
}

.toggler-line {
  content: "";
  display: block;
  background-color: var(--laranja);
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
}

.navbar-toggler-icon .toggler-line {
  width: 100%;
}

/* Remover o padding do container apenas para a área do banner */
.container.banner-container {
  padding: 0;
}

/* Banner principal */
.banner {
  position: relative;
  width: 100%;
  height: 550px;
}

/* Imagem do banner */
.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Conteúdo do banner */
.banner-content {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  color: white;
  text-align: right;
  line-height: 1;
  max-width: 48%;
}

/* Texto */
.banner-text {
  font-size: 2.5rem;
  font-family: var(--font-bold);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.banner-subtext {
  font-family: var(--font-regular);
  font-size: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.banner-subtextt {
  font-family: var(--font-regular);
  font-size: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Botões do carrossel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .banner {
    height: auto;
    text-align: center;
  }

  .banner-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  .banner-content {
    position: static;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    transform: none;
  }

  .banner-text {
    font-size: 2rem;
  }

  .banner-subtext {
    font-size: 1.5rem;
  }
}

.service-box {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #fff;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.service-box i {
  color: var(--laranja);
}

.service-box h5 {
  margin-top: 15px;
  font-size: 1.25rem;
  font-family: var(--font-bold);
  color: var(--preto-suave);
}

.service-box p {
  font-size: 1rem;
  margin-top: 10px;
  color: #555;
}

@media (max-width: 991.98px) {
  .service-box {
    padding: 1rem;
  }
}

/* Estilo para o Carrossel de Depoimentos */
#depoimentos {
  background: var(--laranja);
  color: var(--preto-suave);
}

.depoimento-container {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.depoimento-container h2 {
  font-family: var(--font-light);
  color: var(--preto-suave);
  margin-top: 30px;
}

.depoimento-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel-item {
  padding: 20px;
}

/* Estilo dos controles de navegação (setas) */
.carousel-control-prev,
.carousel-control-next {
  background: none;
  border: none;
}

/* Mudando a cor das setas para laranja com o uso do filtro */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent;
  filter: invert(38%) sepia(83%) saturate(2651%) hue-rotate(355deg) brightness(101%) contrast(100%);
  width: 30px;
  height: 30px;
  border-radius: 0%;
}

/* Estilo do nome da pessoa no depoimento */
.depoimento-container h5 {
  font-family: var(--font-medium);
  font-size: 1.75rem;
  color: var(--laranja) !important;
}

/* Melhorando a aparência do texto do depoimento */
.depoimento-container p {
  font-family: var(--font-light);
  color: var(--cinza) !important;
}

/* Melhorando a aparência do texto de depoimentos */
.text-muted {
  font-style: italic;
}

/* Sessão Clientes */
.nossos-clientes {
  padding: 50px 0;
  background-color: #fff;
}

.nossos-clientes h2 {
  margin-bottom: 30px;
  color: var(--preto-suave);
}

.logo-track {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logo-track-inner {
  display: flex;
  animation: scroll 180s linear infinite;
}

.logo-track img {
  height: 50px;
  margin: 0 20px;
  flex-shrink: 0;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Sessão de Contato */
#contato {
  background-color: #f8f9fa;
  padding: 3rem 0;
  color: var(--preto-suave);
}

#contato h2 {
  color: var(--verde-escuro);
}

#contato .form-label {
  font-weight: bold;
}

#contato .btn-primary {
  background-color: var(--laranja);
  border: none;
}

#contato .btn-primary:hover {
  background-color: #d95b18;
}

.map-container iframe {
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info {
  font-size: 1rem;
  color: #333;
}

.contact-info p {
  margin-bottom: 5px;
}

.contact-info a {
  color: #f37021;
  text-decoration: none;
  font-weight: bold;
}

.contact-info a:hover {
  text-decoration: underline;
}

.footer-custom {
  background-color: #f37021;
  padding: 20px 0;
  width: 100%;
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
}

.footer-custom .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.footer-custom a {
  color: #ffffff;
  font-size: 1.5rem;
}

/* Ajuste para telas menores */
@media (max-width: 992px) {
  .navbar-collapse {
    text-align: right !important;
  }

  .navbar-nav {
    margin-left: auto !important;
  }

  .navbar-nav .nav-item {
    margin-left: 20px;
    border-bottom: 1px solid rgba(243, 112, 33, 0.3);
  }

  .navbar-nav .nav-item:first-child {
    border-top: none;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
}

.sobre {
  background-color: var(--verde-escuro);
  text-align: justify;
}

.sobre h3 {
  color: var(--laranja);
}

.sobre .card-text {
  color: var(--verde-claro);
}

.sobre i {
  color: var(--laranja);
  font-size: 2rem;
  margin-bottom: 5px;
}

.sobre img {
  border-radius: 5px;
  border: solid 2px #667e59;
}

/* Estilo do botão flutuante */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366; /* Cor do WhatsApp */
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000; /* Garante que o botão fique acima de outros elementos */
  text-decoration: none; /* Remove o sublinhado do link */
}

.whatsapp-button:hover {
  background-color: #128c7e; /* Cor do WhatsApp (mais escura) */
  transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
}

.whatsapp-button i {
  font-size: 32px; /* Aumentei o tamanho do ícone */
  margin-top: 2px; /* Ajuste fino para centralizar o ícone */
}

/* PÁGINA SOBRE */
.hero-section-sobre {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/sobre-background.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 120px 0;
  text-align: center;
}

.destaque-laranja {
  color: var(--laranja);
}

.cor-lead {
  color: var(--verde-escuro);
}

.card-diferencial {
  border-left: 4px solid var(--laranja);
  transition: transform 0.3s;
  height: 100%;
}

.card-diferencial:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.icone-diferencial {
  font-size: 2.5rem;
  color: var(--laranja);
  margin-bottom: 15px;
}

.timeline {
  position: relative;
  padding-left: 50px;
  color: var(--preto-suave);
}

.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--verde-escuro);
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -44px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--verde-claro);
  border: 3px solid var(--verde-escuro);
}

.bg-cinza-claro {
  background-color: #f8f9fa;
}

.btn-laranja {
  background-color: var(--laranja);
  color: white;
  font-weight: bold;
}

.btn-laranja:hover {
  background-color: #e05e1a;
  color: white;
}

/*PÁGINA SERVIÇOS*/

.hero-section-servicos {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/sobre-background.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    margin-bottom: 60px;
}

.service-item {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

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

.service-icon {
    font-size: 2.5rem;
    color: var(--verde-escuro);
    margin-bottom: 20px;
}

.service-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.service-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--verde-escuro);
}

.training-section {
    background-color: var(--verde-claro);
    padding: 60px 0;
    margin: 60px 0;
}

/*PÁGINA SEEGMENTOS*/

.segment-icon {
    font-size: 1.5rem;
    margin-right: 10px;
    color: var(--laranja);
}
.accordion-button:not(.collapsed) {
    background-color: rgba(102, 126, 89, 0.3);
    color: var(--verde-escuro);
}
.badge-custom {
    background-color: #198754;
}
.accordion-body ul {
    list-style-type: none;
    padding-left: 0;
}
.accordion-body li:before {
    content: "•";
    color: var(--laranja);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.img-placeholder {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 5px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    margin-bottom: 20px;
}
.segment-title {
    font-weight: 600;
    color: var(--verde-escuro);
}