/*
Theme Name: Anderson Montagem de Móveis
Theme URI: https://example.com/
Author: Stefany Oliveira
Author URI: https://example.com/
Description: Tema do Anderson - portado com funcionalidades do Ilton (galeria com upload, avaliacoes, servicos e sobre editaveis).
Version: 1.0.0
Text Domain: montagem-pro
*/

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
  color: #1b263b;
  line-height: 1.6;
  background-image: url("img/wood-texture.webp");
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: multiply;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3 {
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: #0d1b2a;
}

h3 {
  font-size: 1.4rem;
  color: #0d1b2a;
}

section {
  padding: 60px 0;
}

.cta-button {
  background: url("img/dark-wood-texture.webp");
  color: #e0e1dd;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.cta-button:hover {
  background-color: #ffda57;
  transform: translateY(-3px);
}

/* Navbar */
.navbar {
  background-color: #fff;
  box-shadow: 3px 5px 5px rgba(113, 64, 44, 0.36);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding-bottom: 1px;
}
.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  max-width: 80%;
}
.navbar .navbar-collapse {
  max-width: 500px;
}
.navbar .logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d1b2a;
  text-decoration: none;
}
.navbar .logo img {
  width: 120px;
  margin-top: -11px;
}
.navbar .nav-links {
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar .nav-links li {
  margin-left: 25px;
}
.navbar .nav-links a {
  text-decoration: none;
  color: #1b263b;
  font-weight: 600;
  transition: color 0.3s ease;
}
.navbar .nav-links a:hover {
  color: #ffc300;
}
.navbar .nav-links a.nav-cta {
  background: url("img/dark-wood-texture.webp");
  color: #e0e1dd;
  padding: 10px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.navbar .nav-links a.nav-cta:hover {
  background-color: #ffda57;
  color: #0d1b2a;
}

/* Hero Section */
.hero {
  position: relative;
  height: 80vh;
  background: url("img/hero-bg.webp") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0;
}
.hero h1 {
  margin-bottom: 0.5rem;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 27, 42, 0.7);
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

/* Services Section */
.services {
  text-align: center;
  background-size: 100%;
}
.services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.services .service-card {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.services .service-card h3 {
  margin-bottom: 1rem;
}
.services .service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  color: #ffc300;
}

/* Portfolio Section */
.portfolio {
  background-color: #fff;
  text-align: center;
}
.portfolio .portfolio-subtitle {
  max-width: 600px;
  margin: 0 auto 40px auto;
}
.portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.portfolio .portfolio-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.portfolio .portfolio-item img:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
}

/* Galeria — carrossel horizontal (mesmo padrão do tema Ilton) */
.portfolio.galeria-section {
  background-color: #f3f4f6;
  text-align: center;
}

.gallery-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  max-width: 100%;
}

.gallery-track {
  display: flex;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-slide {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  padding: 0 4px;
  box-sizing: border-box;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .gallery-slide {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4px;
  }
}

.gallery-slide-inner {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.gallery-slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-slide-inner img:hover {
  transform: scale(1.1);
}

.gallery-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.25rem;
}

.gallery-dots .gallery-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.gallery-dots .gallery-dot:hover,
.gallery-dots .gallery-dot.is-active,
.gallery-dots .gallery-dot.dot-active {
  background: #0d1b2a;
}

@media (max-width: 640px) {
  .gallery-carousel {
    padding: 0 40px;
  }
}

.galeria-upload-cta {
  margin-top: 1.25rem;
  text-align: center;
}

.galeria-upload-cta__btn {
  padding: 10px 22px;
  font-size: 0.95rem;
}

/* About Section */
.about-content {
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-content p {
  margin-bottom: 1rem;
}
.about-content .profile-pic {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #ffc300;
}

/* Contact Section */
.contact {
  background-color: #0d1b2a;
  color: #e0e1dd;
}
.contact h2 {
  text-align: center;
  color: #e0e1dd;
}
.contact p {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}
.contact .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  background-color: #fff;
  color: #1b263b;
  padding: 40px;
  border-radius: 8px;
}
.contact .contact-info p {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.contact .contact-info h3 {
  margin-bottom: 1.5rem;
}
.contact .contact-info a {
  text-decoration: none;
  color: #9d3a11;
  font-weight: 700;
}
.contact .contact-form h3 {
  margin-bottom: 1.5rem;
}
.contact .contact-form textarea,
.contact .contact-form input {
  resize: vertical;
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}
.contact .contact-icons img {
  max-width: 60px;
}
.contact ul.contact-icons {
  list-style: none;
  display: flex;
  gap: 1vw;
  justify-content: center;
  padding-left: 0;
}

.logo-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 4vw;
}
.logo-whatsapp img {
  max-width: 100%;
}

/* Footer */
.footer {
  background: url("img/dark-wood-texture.webp") center center/cover;
  color: #fff;
  padding: 17px 0 1px 0;
  text-align: center;
  position: relative;
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .navbar .container-fluid {
    max-width: 100%;
    height: auto;
  }
  .navbar .navbar-collapse {
    max-width: 100%;
  }
  .navbar .logo img {
    width: 75px;
    margin-top: -11px;
  }
  .logo-whatsapp {
    position: fixed;
    bottom: 8px;
    right: 6px;
    z-index: 999;
    width: 14vw;
  }
  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .contact .contact-wrapper {
    grid-template-columns: 1fr;
    padding: 15px;
    gap: 18px;
  }
  .contact .contact .contact-icons img {
    max-width: 54px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
/* Avaliações — carrossel (mesmo padrão do tema Ilton) */
.avaliacoes-section {
  background-color: #fff;
  text-align: center;
  padding: 60px 0;
  overflow: hidden;
}

.avaliacoes-section h2 {
  margin-bottom: 2rem;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  max-width: 100%;
}

.testimonial-track {
  display: flex;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-slide {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  padding: 0 8px;
  box-sizing: border-box;
}

.testimonial-slide-inner {
  background-color: #f9fafb;
  padding: 1.5rem;
  border-radius: 1rem;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.testimonial-stars-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  color: #ffc300;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.testimonial-quote {
  font-style: italic;
  color: #1b263b;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.testimonial-byline {
  font-weight: 700;
  font-size: 0.875rem;
  color: #0d1b2a;
  margin: 0;
}

.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  color: #1b263b;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  opacity: 1;
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1rem;
}

.testimonial-dots .testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.3s ease;
}

.testimonial-dots .testimonial-dot.is-active,
.testimonial-dots .testimonial-dot.dot-active {
  background: #0d1b2a;
}

@media (max-width: 640px) {
  .testimonial-carousel {
    padding: 0 40px;
  }

  .testimonial-prev,
  .testimonial-next {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
}

.avaliar-cta {
  margin-top: 1.75rem;
  text-align: center;
}

.avaliar-cta__btn {
  padding: 10px 22px;
  font-size: 0.95rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=style.css.map */