html {
  scroll-behavior: smooth;
	scroll-padding-top: 70px; /* Adjusted for fixed navbar height */
}

body, html {
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
}

body {
  padding-top: 70px; /* Prevent content from being hidden by fixed navbar */
}


#app {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Fixed Navbar Styles */
.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFDFB; /* Changed to solid white */
  color: #333333; /* Changed default text color for navbar */
  padding: 0 20px; /* Horizontal padding */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Adjusted shadow for lighter bg */
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px; /* Navbar height */
  box-sizing: border-box;
}

.navbar-logo {
  flex-shrink: 0;
}

.navbar-logo .logo-img {
  height: 50px; /* Adjust as needed */
  vertical-align: middle;
}

.navbar-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center; /* Center links */
  align-items: center;
  flex-grow: 1; /* Allow links to take available space */
}

.navbar-links li {
  margin: 0 15px; /* Spacing between links */
}

.navbar-links a {
  text-decoration: none;
  color: #FFCCAA; /* Changed link color */
  font-weight: 500;
  padding: 10px 0;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-links a::after {
  content: '';
  position: absolute;
  bottom: 5px; /* Adjust position of underline */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #FFCCAA; /* Underline color - can be adjusted if needed */
  transition: width 0.3s ease;
}

.navbar-links a:hover,
.navbar-links a.active { /* Style for active link */
  color: #FFCCAAE; /* Hover/active color - can be adjusted */
}

.navbar-links a:hover::after,
.navbar-links a.active::after {
  width: 100%;
}

.navbar-cta {
  flex-shrink: 0;
}

.cta-button-nav {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(to right, #FEF5EF, #FFFFFF, #FEF5EF); /* New gradient background */
  color: #333333; /* New text color for contrast */
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: color 0.3s ease; /* Transition for text color */
  text-align: center;
  border: 1px solid #e0e0e0; /* Optional: add a light border for definition */
}

.cta-button-nav:hover {
  color: #54AF93; /* Change text color on hover */
}

.mobile-menu-toggle {
  display: none; /* Hidden by default, shown on mobile */
  background: none;
  border: none;
  color: #FFCCAA; /* Changed icon color */
  font-size: 1.5rem; /* Controls icon size */
  cursor: pointer;
  position: relative; /* For positioning icons inside */
  width: 30px; /* Ensure button has a size for icon positioning */
  height: 30px; /* Ensure button has a size for icon positioning */
  padding: 0;
}

.mobile-menu-toggle .icon-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.mobile-menu-toggle .icon-bars {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.mobile-menu-toggle .icon-times {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0.5);
}

.mobile-menu-toggle.active .icon-bars {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
}

.mobile-menu-toggle.active .icon-times {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}


.container {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
  text-align: left;
  flex-direction: column;
}

.container-1 {
  background-image: url("banner.webp");
  background-color: #163D30;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 80vh;
  padding: 0;
  position: relative;
}

/* Removed the ::after pseudo-element that created the "circle down" effect */
/*
.container-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 50% / 0 0 100% 100% ;
  transform: scaleX(1.5);
  bottom: -25px;
  background: #ffffff;
  border-radius: 50% / 50px;
  transform: scaleX(1.5) translateY(50%);
}
*/


.container-1 .text-content {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.container-1 .image-area {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}


.container-2 {
  background-color: #FFFAF7;
  color: #213547;
  align-items: center;
  text-align: center;
  min-height: 40vh;
  padding-top: 70px;
  position: relative;
  z-index: 0;
}

.container-2 h2 {
  color: #FFCCAA;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  font-size: 2.2em;
}


@keyframes slideInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 2em;
  margin-bottom: 1rem;
  margin-top: 0;
}

h2.smaller-text {
  font-size: 1.5em;
}


p {
  font-size: 1.1em;
}


.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 30px;
  background: linear-gradient(to right, #FEF5EF, #FFFFFF, #FEF5EF);
  color: #FFCCAA;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: none;
  text-shadow: none;
  border: 1px solid #e0e0e0;
}

.cta-button i {
  font-size: 1em;
  color: #333333;
}


.cta-button::before {
  display: none;
}

.cta-button::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 20px;
  width: 0;
  height: 2px;
  background-color: #FFCCAA;
  border-radius: 1px;
  transition: width 0.3s ease-out;
  z-index: -1;
}

.cta-button:hover::after {
  width: calc(100% - 40px);
}

.container-1 .cta-button {
  background: linear-gradient(to right, #FEF5EF, #FFFAF7, #FEF5EF);
}

.container-1 .cta-button i {
  color: #FFCCAA;
}

.cta-button.gray-cta {
  background: #6c757d;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.cta-button.gray-cta::after {
  display: none;
}

/* Font face for Lemon-Milk - Ensure you have the font file */
@font-face {
  font-family: 'lemon-milk';
  src: url('lemon-milk.otf') format('otf'), /* Adjust path as needed */
       url('/fonts/lemon-milk.otf') format('otf');   /* Adjust path as needed */
  font-weight: normal;
  font-style: normal;
}

/* Sobre Nós Section Styles */
.sobre-nos-container { /* This is #nos */
  background-color: #FFFAF7;
  color: #333;
  padding: 3rem 1rem; /* Added padding for spacing */
  min-height: auto;
  box-sizing: border-box;
}

.text-section-sobre-nos {
  padding: 3rem;
  background-color: #FEF5EF; /* Changed background color */
  color: #163D30; /* Changed text color for contrast */
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 8px; /* Optional: add some rounding */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Optional: subtle shadow */
}

.sobre-nos-title {
  color: #FFCCAA;
  font-size: 2.5em;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.sobre-nos-description {
  font-family: 'lemon-milk', sans-serif;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.sobre-nos-description:last-of-type {
  margin-bottom: 2rem;
}

.sobre-nos-cta {
  display: inline-block;
  width: auto;
  padding: 12px 25px;
  background-color: #FFCCAA;
  color: #163D30;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border: none;
  align-self: flex-start;
}

.sobre-nos-cta:hover {
  background-color: #eeb690;
  color: #163D30;
}
/* End Sobre Nós Section Styles */

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 0;
  color: white;
}

.contact-info p {
  font-size: 1em;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #FFCCAA; /* Updated color */
}

.contact-info i {
  font-size: 1.2em;
  color: #FFCCAA; /* Updated color */
}


footer {
  background-color: #000;
  color: #FFCCAA; /* Updated default footer text color */
  padding: 2rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 1rem;
  gap: 40px;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  padding: 0;
  box-sizing: border-box;
  min-width: 200px;
  display: flex; /* Added for centering content in footer-right */
  flex-direction: column; /* Added for centering content in footer-right */
  align-items: center; /* Added for centering content in footer-right */
  gap: 10px; /* Added gap for items in footer-right */
}

.footer-left {
  text-align: center;
}

.footer-center {
  text-align: center;
  position: relative;
  transition: background-color 0.3s ease;
  padding: 10px 0;
  border-radius: 5px;
}

.footer-center:hover {
  background-color: rgba(255, 204, 170, 0.1); /* Adjusted hover for new color */
}


.footer-right {
  text-align: center; /* Changed to center for CTA */
}

.footer-logo {
  height: 160px;
}

.footer-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.footer-center a {
  text-decoration: none;
  color: #FFCCAA; /* Updated link color */
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-center a:hover {
  color: #eeb690; /* Adjusted hover color */
}

.footer-right p {
  font-size: 1em;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; /* Changed to center for CTA */
  gap: 10px;
  color: #FFCCAA; /* Updated text color */
}

.footer-right i {
  font-size: 1.2em;
  color: #FFCCAA; /* Updated icon color */
}

.footer-center::before,
.footer-center::after {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 2px;
  background-color: #FFCCAA; /* Solid color, removed gradient */
}

.footer-center::before {
  left: 0;
}

.footer-center::after {
  right: 0;
}

.footer-cta {
  margin-top: 15px; /* Add some space above the button */
  padding: 10px 25px; /* Adjust padding if needed */
  font-size: 1em; /* Adjust font size if needed */
  /* Inherits gradient and other styles from .cta-button */
}
.footer-cta i { /* If the footer CTA has an icon, ensure its color is correct */
  color: #333333; /* Default icon color for cta-button */
}
.container-1 .footer-cta i { /* If it's specifically like container-1's CTA */
   color: #FFCCAA;
}


.contact-background {
  background-image: url('nego.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 5vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}


@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
  .fixed-navbar {
    height: 60px;
    padding: 0 15px;
    justify-content: flex-end;
  }
  .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .navbar-logo .logo-img {
    height: 40px;
  }
  .navbar-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  .navbar-links.active {
    display: flex;
  }
  .navbar-links li {
    margin: 10px 0;
    text-align: center;
  }
  .navbar-cta {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sobre-nos-container {
    padding: 2rem 1rem; /* Adjust mobile padding */
  }
  .text-section-sobre-nos {
    padding: 2rem;
    max-width: 100%;
  }
  .sobre-nos-title {
    font-size: 2em;
  }
  .sobre-nos-cta {
    align-self: center;
  }

  footer {
    flex-direction: column;
    gap: 30px;
    padding: 2rem 1rem;
    justify-content: center;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    width: 100%;
    text-align: center;
    padding: 0;
    align-items: center; /* Ensure content is centered on mobile */
  }

  .footer-left {
    order: 1;
  }

  .footer-center {
    order: 2;
  }

  .footer-right {
    order: 3;
  }

  .footer-center ul {
    align-items: center;
  }

  .footer-right p {
    justify-content: center;
  }

  .footer-center::before,
  .footer-center::after {
    display: none;
  }

  /* Removed the ::after pseudo-element for mobile as well */
  /*
  .container-1::after {
    height: 30px;
    border-radius: 50% / 30px;
    transform: scaleX(1.5) translateY(50%);
  }
  */
  .container-2 {
    padding-top: 40px;
  }
}

/* Added Card Styles */
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: 'Rubik', sans-serif;
  --font-serif: 'Cardo', serif;
}

.page-content * {
  box-sizing: border-box;
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-content .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: #f5f5f5;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1),
    0 2px 2px rgba(0,0,0,0.1),
    0 4px 4px rgba(0,0,0,0.1),
    0 8px 8px rgba(0,0,0,0.1),
    0 16px 16px rgba(0,0,0,0.1);
  min-height: 300px;
}

@media (min-width: 600px) {
  .page-content .card {
    height: 350px;
  }
}

.page-content .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center center;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}

.page-content .card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.009) 11.7%,
    hsla(0, 0%, 0%, 0.034) 22.1%,
    hsla(0, 0%, 0%, 0.072) 31.2%,
    hsla(0, 0%, 0%, 0.123) 39.4%,
    hsla(0, 0%, 0%, 0.182) 46.6%,
    hsla(0, 0%, 0%, 0.249) 53.1%,
    hsla(0, 0%, 0%, 0.320) 58.9%,
    hsla(0, 0%, 0%, 0.394) 64.3%,
    hsla(0, 0%, 0%, 0.468) 69.3%,
    hsla(0, 0%, 0%, 0.540) 74.1%,
    hsla(0, 0%, 0%, 0.607) 78.8%,
    hsla(0, 0%, 0%, 0.668) 83.6%,
    hsla(0, 0%, 0%, 0.721) 88.7%,
    hsla(0, 0%, 0%, 0.762) 94.1%,
    hsla(0, 0%, 0%, 0.790) 100%
  );
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

.page-content .card:nth-child(1):before { background-color: #5D737E; }
.page-content .card:nth-child(2):before { background-color: #64B5F6; }
.page-content .card:nth-child(3):before { background-color: #81C784; }
.page-content .card:nth-child(4):before { background-color: #AED581; }


.page-content .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.page-content .content > * + * {
  margin-top: 1rem;
}

.page-content .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color: white;
}

.page-content .copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
  color: white;
}

.page-content .btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
  border-radius: 4px;
}

.page-content .btn:hover {
  background-color: #333333;
}

.page-content .btn:focus {
  outline: 1px dashed #FFEB3B;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .page-content .card:after {
    transform: translateY(0);
  }

  .page-content .content {
    transform: translateY(calc(100% - 4.5rem));
  }

  .page-content .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition:
      transform var(--d) var(--e),
      opacity var(--d) var(--e);
  }

  .page-content .card:hover,
  .page-content .card:focus-within {
    align-items: center;
  }

  .page-content .card:hover:before,
  .page-content .card:focus-within:before {
    transform: translateY(-4%);
  }

  .page-content .card:hover:after,
  .page-content .card:focus-within:after {
    transform: translateY(-50%);
  }

  .page-content .card:hover .content,
  .page-content .card:focus-within .content {
    transform: translateY(0);
  }

  .page-content .card:hover .content > *:not(.title),
  .page-content .card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .page-content .card:focus-within:before,
  .page-content .card:focus-within:after,
  .page-content .card:focus-within .content,
  .page-content .card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}

/* Carousel Styles */
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%; /* Assuming 4 slides, so 300% to go to the start from the last slide */
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.carousel-wrapper-section {
  max-width: 600px; /* Or your preferred max-width for the carousel */
  margin: 2rem auto; /* Center the carousel and add some spacing */
  padding: 0 1rem; /* Padding for smaller screens */
  box-sizing: border-box;
  font-family: 'Lato', sans-serif; /* Font for carousel elements */
}

.carousel-wrapper-section ol,
.carousel-wrapper-section li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
  padding-top: 60%; /* Adjust aspect ratio (e.g., 75% for 4:3, 56.25% for 16:9, 60% for 5:3) */
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
  overflow: hidden; /* To contain the absolutely positioned arrows */
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.carousel__viewport::-webkit-scrollbar { /* WebKit */
  display: none;
}


.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: #f99; /* Default background, image will cover this */
  counter-increment: item;
  display: flex; /* For aligning image if uncommented */
  justify-content: center; /* For aligning image if uncommented */
  align-items: center; /* For aligning image if uncommented */
}

.carousel__slide img { /* Style for the images when uncommented */
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__slide:nth-child(1) { background-color: #FFCCAA; } /* Example color */
.carousel__slide:nth-child(2) { background-color: #AED581; } /* Example color */
.carousel__slide:nth-child(3) { background-color: #64B5F6; } /* Example color */
.carousel__slide:nth-child(4) { background-color: #FF8A65; } /* Example color */


.carousel__slide:before { /* Shows slide number, can be removed if not needed */
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,70px); /* Adjusted Y transform */
  color: #fff;
  font-size: 2em;
  z-index: 1; /* Ensure it's above background color but below image if image is opaque */
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 6s; /* Increased duration for 4 slides */
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 10px; /* Adjusted position */
  left: 0;
  text-align: center;
  z-index: 2; /* Ensure navigation is above slides */
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1rem; /* Adjusted size */
  height: 1rem; /* Adjusted size */
  background-color: rgba(51, 51, 51, 0.7); /* Semi-transparent */
  background-clip: content-box;
  border: 0.2rem solid transparent; /* Adjusted border */
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s, background-color 0.2s;
  margin: 0 0.25rem; /* Spacing between buttons */
}
.carousel__navigation-button:hover {
  background-color: rgba(0,0,0,0.9);
  transform: scale(1.1);
}


.carousel::before, /* Next/Prev arrow backgrounds */
.carousel::after,
.carousel__prev, /* Actual clickable links for arrows */
.carousel__next {
  position: absolute;
  top: 50%; /* Vertically center */
  width: 3rem; /* Adjusted size */
  height: 3rem; /* Adjusted size */
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0; /* Hide text */
  outline: 0;
  z-index: 2; /* Ensure arrows are above slides */
}

.carousel::before,
.carousel__prev {
  left: 0.5rem; /* Adjusted position */
}

.carousel::after,
.carousel__next {
  right: 0.5rem; /* Adjusted position */
}

.carousel::before,
.carousel::after { /* Arrow styling */
  content: '';
  background-color: rgba(51, 51, 51, 0.7); /* Semi-transparent */
  background-size: 1.2rem 1.2rem; /* Adjusted icon size */
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none; /* Backgrounds are not clickable */
  transition: background-color 0.2s;
}
.carousel:hover::before, .carousel:hover::after {
  background-color: rgba(0,0,0,0.9);
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

/* Make actual links cover the arrow backgrounds */
.carousel__prev,
.carousel__next {
  /* Ensure they are clickable and cover the pseudo-elements */
  background-color: transparent; /* Make them transparent so pseudo-elements show */
}

/* Testimonial Section Styles */
#depoimentos {
  background-color: #FFEBDE; /* Updated background color */
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#depoimentos .section-title {
  color: #FFCCAA; /* Updated title color */
  font-size: 2.5em;
  margin-bottom: 50px;
}

.testimonial-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 70px;
  margin-top: 50px;
  position: relative;
  width: calc(33.333% - 40px);
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.testimonial-image-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFCCAA;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #163D30;
  font-size: 2em;
}
.testimonial-image-wrapper::before {
 content: "\f007";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
}


.testimonial-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-text {
  font-size: 0.95em;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
  flex-grow: 1;
}

.testimonial-author {
  font-size: 1em;
  font-weight: bold;
  color: #163D30;
  margin-top: auto;
  margin-bottom: 10px;
}

.testimonial-stars {
  margin-top: 10px;
  text-align: center;
}

.testimonial-stars .fa-star {
  color: #FFD700;
  font-size: 1em;
  margin: 0 2px;
}

/* Responsive adjustments for testimonial cards */
@media (max-width: 992px) {
  .testimonial-card {
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  #depoimentos {
    padding: 40px 15px;
  }
  #depoimentos .section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .testimonial-card {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .testimonial-image-wrapper {
    width: 90px;
    height: 90px;
  }
  .testimonial-card {
    padding-top: 60px;
  }
}
