/* ==========================================
   MODELO 2 - Estilos Adicionais
   Recurso Seguro - Versão Melhorada
   ========================================== */

/* ===== HEADER ESCURO ===== */
.header-section.style1 {
  background: rgba(0, 0, 0, 0.88) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.header-section.style1 .main-nav .navbar-nav > li > a {
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

.header-section.style1 .main-nav .navbar-nav > li > a:hover,
.header-section.style1 .main-nav .navbar-nav > li.active > a {
  color: #fccb06 !important;
}

/* ===== TEXTOS JUSTIFICADOS ===== */
.section-light p,
.section-bgimg-9 p,
.tab-content-style-15 p,
.ce-feature-box-46 .text-box p,
.parallax .ce-feature-box-46 p,
.section-dark .text-light,
.content,
section p {
  text-align: justify;
}

/* ===== SEÇÃO DEPOIMENTOS ===== */
.secao-depoimentos {
  padding: 70px 0;
  background: #f9f9f9;
  overflow: hidden;
}

.secao-depoimentos .sec-title-container {
  margin-bottom: 40px;
}

.secao-depoimentos .owl-wrapper-outer {
  overflow: hidden;
}

/* Mapa click-to-activate */
.map-wrapper {
  position: relative;
  cursor: pointer;
}
.map-wrapper iframe {
  pointer-events: none;
  transition: pointer-events 0s;
}
.map-wrapper.map-active iframe {
  pointer-events: auto;
}
.map-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.map-overlay i {
  margin-right: 10px;
  font-size: 22px;
}
.map-wrapper.map-active .map-overlay {
  opacity: 0;
  pointer-events: none;
}
.map-wrapper.map-active {
  cursor: default;
}

/* FALE AGORA */
#contato {
  padding: 80px 0;
}

/* Card de Depoimento */
.card-depoimento {
  background: #fff;
  border-radius: 10px;
  padding: 35px 30px;
  margin: 0 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.card-depoimento:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-depoimento .estrelas {
  color: #fccb06;
  font-size: 16px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.card-depoimento .texto-depoimento {
  font-size: 14px;
  line-height: 23px;
  color: #555;
  font-style: italic;
  margin-bottom: 20px;
  text-align: justify;
}

.card-depoimento .cliente-info {
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  margin-top: auto;
}

.card-depoimento .cliente-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fccb06, #e6b800);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  float: left;
  margin-right: 12px;
}

.card-depoimento .cliente-nome {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  margin: 0 0 3px 0;
}

.card-depoimento .cliente-local {
  font-size: 12px;
  color: #999;
  margin: 0;
}

/* Setas do carousel de depoimentos */
.slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-prev,
.slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-next {
  background: rgba(0,0,0,0.5) !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 8px 12px !important;
  opacity: 1 !important;
  transition: background 0.3s ease !important;
  box-shadow: none !important;
  filter: none !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
}

.slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #e6b800;
}

.slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -22px;
}

.slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -22px;
}

/* Pagination dots */
.slider-depoimentos .owl-theme .owl-controls .owl-page span {
  background: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.slider-depoimentos .owl-theme .owl-controls .owl-page.active span {
  background: #fccb06;
}

/* ===== BANNER CREDIBILIDADE ===== */
.secao-credibilidade {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.credibilidade-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* Card Reclame Aqui */
.card-reclameaqui {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.card-reclameaqui:hover {
  transform: translateY(-3px);
}

.reclameaqui-logo {
  margin-right: 20px;
}

.reclameaqui-logo .ra-icon {
  font-size: 40px;
  color: #4caf50;
}

.reclameaqui-logo .ra-text {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 4px;
}

.reclameaqui-info .ra-nota {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.reclameaqui-info .ra-status {
  display: inline-block;
  background: #4caf50;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.reclameaqui-info .ra-label {
  font-size: 13px;
  color: #777;
  margin-top: 5px;
}

/* Card Google */
.card-google {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.card-google:hover {
  transform: translateY(-3px);
}

.google-logo {
  margin-right: 20px;
  font-size: 36px;
  font-weight: 700;
}

.google-logo .g-blue { color: #4285f4; }
.google-logo .g-red { color: #ea4335; }
.google-logo .g-yellow { color: #fbbc05; }
.google-logo .g-green { color: #34a853; }

.google-info .google-nota {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.google-info .google-stars {
  color: #fbbc05;
  font-size: 16px;
  letter-spacing: 2px;
}

.google-info .google-stars .star-empty {
  color: #ddd;
}

.google-info .google-avaliacoes {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}

.google-info .google-label {
  font-size: 13px;
  color: #777;
  margin-top: 5px;
}

/* ===== FOOTER TELEFONE ===== */
.whatsapp-fixo-link {
  color: #acacac;
  transition: color 0.3s ease;
}

.whatsapp-fixo-link:hover {
  color: #25d366;
  text-decoration: none;
}

.whatsapp-fixo-link i {
  color: #25d366;
  margin-right: 5px;
  font-size: 16px;
}

/* ===== RESPONSIVIDADE ===== */


/* ==========================================
   SCROLLBAR CUSTOMIZADA
   ========================================== */

html {
  scrollbar-width: thin;
  scrollbar-color: #fccb06 #111;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #111;
}

::-webkit-scrollbar-thumb {
  background: #fccb06;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e6b800;
}

/* ==========================================
   SMOOTH SCROLL
   ========================================== */

html {
  scroll-behavior: smooth;
}

/* ==========================================
   BOTÃO WHATSAPP FLUTUANTE
   ========================================== */

.btn-whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.btn-whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  color: #fff;
  text-decoration: none;
}

.btn-whatsapp-float::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25d366;
  animation: whatsapp-pulse 2s infinite;
  z-index: -1;
}

@keyframes whatsapp-pulse {
  0% { transform: scale(1); opacity: 0.6; }
  70% { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* ==========================================
   BOTÃO SCROLL-TO-TOP POLIDO
   ========================================== */

.scrollup {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #fccb06 !important;
  box-shadow: 0 3px 10px rgba(252, 203, 6, 0.3) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-indent: 0 !important;
}

.scrollup i {
  color: #fff !important;
  font-size: 18px !important;
  text-indent: 0 !important;
  position: relative;
  top: 0;
  left: 0;
}

.scrollup:hover {
  background-color: #e6b800 !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 18px rgba(252, 203, 6, 0.5) !important;
}

/* ==========================================
   ANIMAÇÃO DE ENTRADA (fade-in ao rolar)
   ========================================== */

.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================
   RESPONSIVIDADE BOTÃO WHATSAPP
   ========================================== */



/* ==========================================
   OVERLAY NAS IMAGENS DO SLIDER (por trás do texto)
   ========================================== */

.rev_slider > ul > li {
  position: relative;
}

.rev_slider > ul > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  pointer-events: none;
}

.rev_slider > ul > li > .tp-caption {
  z-index: 2 !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* ==========================================
   FOOTER COMPACTO
   ========================================== */

.section-dark.sec-padding {
  padding: 35px 0 !important;
}

.section-dark.sec-padding .col-md-3 {
  margin-bottom: 15px !important;
}

.section-dark.sec-padding h4 {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

.section-dark.sec-padding p,
.section-dark.sec-padding span,
.section-dark.sec-padding address {
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin-bottom: 5px !important;
}

.section-dark.sec-padding .footer-quick-links-4 li {
  margin-bottom: 6px !important;
}

.section-dark.sec-padding .footer-quick-links-4 li a {
  font-size: 13px !important;
  padding: 3px 0 !important;
}

.section-dark.sec-padding .fo-map p {
  font-size: 12px !important;
  margin-bottom: 4px !important;
}

.section-dark.sec-padding .logo-rodape {
  max-height: 78px;
  width: auto;
  margin-bottom: 10px;
}

.sec-padding-6.section-medium-dark {
  padding: 18px 0 !important;
}

.fo-copyright-holder {
  font-size: 12px !important;
}

/* ==========================================
   LOGO FOOTER TAMANHO MÉDIO
   ========================================== */

.section-dark.sec-padding .logo-rodape {
  max-height: 78px;
  width: auto;
}

/* ==========================================
   LINHA ABAIXO DO HEADER FIXO
   ========================================== */

.header-section.style1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fccb06, #e6b800, #fccb06);
  z-index: 1001;
}





/* ==========================================
   NUCLEAR OVERRIDE - REMOVE RED FROM CAROUSEL BUTTONS
   ========================================== */

.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-buttons i {
  background-color: rgba(0,0,0,0.6) !important;
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  border-radius: 3px !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 3px !important;
  opacity: 1 !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

.owl-theme .owl-controls .owl-buttons div:hover,
.owl-theme .owl-buttons i:hover {
  background: #fccb06 !important;
  color: #000 !important;
}

.owl-theme .owl-controls .owl-buttons div.disabled,
.owl-theme .owl-buttons i.disabled {
  opacity: 0.3 !important;
}



/* ==========================================
   RESPONSIVIDADE MOBILE COMPLETA
   ========================================== */

/* Tablets e menores */
@media (max-width: 991px) {
  .section-dark.sec-padding .col-md-3 {
    width: 50% !important;
    float: left !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .header-section.style1 {
    background: rgba(0, 0, 0, 0.92) !important;
  }

  .credibilidade-grid {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .card-reclameaqui,
  .card-google {
    width: 100%;
    max-width: 300px;
  }

  .card-depoimento {
    margin: 0 5px;
    min-height: auto !important;
  }

  .slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 5px !important;
  }

  .slider-depoimentos .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 5px !important;
  }

  .tabstyle-15 .responsive-tabs li {
    width: 100% !important;
    float: none !important;
  }

  .tab-content-style-15 {
    padding: 25px 15px !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  .tabstyle-15 .responsive-tabs-content {
    border: none !important;
    padding-right: 0 !important;
  }

  .section-dark.sec-padding .col-md-3 {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
  }

  .footer-quick-links-4 {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .footer-quick-links-4 li {
    text-align: center !important;
  }

  .footer-quick-links-4 li a {
    display: block !important;
  }

  .footer-logo {
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .footer-logo .logo-rodape {
    max-height: 60px !important;
  }

  h4.text-white.less-mar3 {
    text-align: center !important;
  }

  address {
    text-align: center !important;
  }

  .btn-whatsapp-float {
    bottom: 75px !important;
    right: 15px !important;
    width: 52px !important;
    height: 52px !important;
    font-size: 24px !important;
  }

  .scrollup {
    width: 36px !important;
    height: 36px !important;
  }

  .scrollup i {
    font-size: 14px !important;
  }
}

/* Mobile pequeno */
@media (max-width: 480px) {
  .section-dark.sec-padding {
    padding: 25px 0 !important;
  }

  .section-dark.sec-padding h4 {
    font-size: 14px !important;
  }

  .section-dark.sec-padding p,
  .section-dark.sec-padding span,
  .section-dark.sec-padding address {
    font-size: 12px !important;
  }

  .credibilidade-grid {
    gap: 15px;
  }

  .card-reclameaqui,
  .card-google {
    max-width: 260px;
  }

  .owl-theme .owl-controls .owl-buttons div {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 12px !important;
  }

  .btn-whatsapp-float {
    width: 46px !important;
    height: 46px !important;
    font-size: 20px !important;
    bottom: 65px !important;
    right: 10px !important;
  }
}

/* ==========================================
   SEAL LEFT ALIGNMENT
   ========================================== */

.footer-quick-links-4 {
  padding-left: 0px !important;
  margin-left: -10px;
}
