.hero-buttons {

    & .ux-button {
        font-family: inherit;
        font-size: 14px;
        background: white;
        color: black;
        padding: 0 30px 0 0;
        display: flex;
        align-items: center;
        border: none;
        border-radius: 50px;
        overflow: hidden;
        transition: all 0.2s;
        cursor: pointer;
        width: fit-content;
        margin-bottom: 10px;
    }

    & .ux-button:hover {
        background: rgb(255, 255, 255);
    }

    & .ux-button span {
        display: block;
        margin-left: 0.3em;
        transition: all 0.3s ease-in-out;
        font-weight: 600;
        color: #203246;
    }

    & .ux-button svg {
        display: block;
        transform-origin: center center;
        transition: transform 0.3s ease-in-out;
    }

    & .ux-button img {
        display: block;
        transform-origin: center center;
        transition: transform 0.3s ease-in-out;
        transform: translateX(-50px) translateY(-50px) rotate(40deg) scale(1.1);
        height: 50px;
    }

    & .ux-button:hover .svg-wrapper {
        animation: fly-1 0.6s ease-in-out infinite alternate;
    }

    & .ux-button:hover svg,
    & .ux-button:hover img {
        transform: translateX(1.2em) rotate(0deg) scale(1.1);
        filter: drop-shadow(0px 10px 1px rgba(0, 0, 0, 0.3));
    }

    & .ux-button:hover span {
        transform: translateX(20px);
    }

    & .ux-button:active {
        transform: scale(0.95);
    }
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

/*zoom-out*/
.zoombox {
    height: 400px;
    width: 100%;
    background-color: #333;
    overflow: hidden;
    border-radius: 10px;
}

.zoombox img.zoomboximg {
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    -webkit-transition: 2s ease-in;
    animation-duration: 10s;
}

.zoombox .zoomboxDiv {
    position: relative;
    right: 0;
    left: 0;
    top: -300px;
    bottom: 0;
    display: block;
    background-color: transparent;
    padding: 30px;
    text-align: center;
    transform: scale(0);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s ease-in-out;
}

.zoombox .zoomboxDiv img {
    width: 50%;
    height: auto;
}

.zoombox:hover img.zoomboximg {
    opacity: .3;
    transform: scale(1);
}

.zoombox:hover .zoomboxDiv {
    transform: scale(1);
}

/* Form and Contact Modernization */
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.contact-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.contact-card .material-icons {
  font-size: 32px;
  margin-right: 15px;
  color: #203246;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 50%;
}

.contact-info h3 {
  margin: 0;
  font-size: 16px;
  color: #203246;
}

.contact-info p {
  margin: 5px 0 0;
  color: #6c757d;
}

.contact-info .subtitle {
  font-size: 12px;
  color: #adb5bd;
  font-style: italic;
}

/* Modern Form Inputs */
.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 10px;
  color: #6c757d;
  font-size: 18px;
}

.form-input, .form-select {
  padding: 12px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-size: 14px;
}

.form-input:focus, .form-select:focus {
  border-color: #203246;
  box-shadow: 0 0 0 3px rgba(32, 50, 70, 0.15);
  outline: none;
}

/* Modern Submit Button */
.form-button {
  width: 100%;
  background: #203246;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
}

.form-button:hover {
  background: #304b6d;
  transform: translateY(-2px);
}

.form-button:active {
  transform: translateY(0);
}

.button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.button-content .material-icons {
  font-size: 18px;
}

/* Form Card */
.form-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.form-subcontainer {
  padding: 30px;
}

.form-header {
  margin-top: 0;
  margin-bottom: 25px;
  color: #203246;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.form-row {
  margin-bottom: 15px;
}

.form-checkbox-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.form-checkbox {
  margin-right: 10px;
  transform: scale(1.2);
  accent-color: #203246;
}

.form-checkbox-label {
  font-size: 14px;
  color: #6c757d;
}

/* Accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* SEO Enhancement */
.seo-heading {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Improve link hover states for accessibility */
a:focus {
  outline: 2px solid #203246;
  outline-offset: 2px;
}

/* Ensure contrast for form elements */
.form-label {
  font-weight: 600;
  color: #203246;
}

/* Clients Section */
.clients-section {
  padding: 10px 20px;
  overflow: hidden;
}

.section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px 0;
  text-align: center;
}

.section-title {
  color: #203246;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-subtitle {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 20px;
}

.clients-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

.clients-swiper {
  overflow: visible;
}

.client-slide {
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
  margin: 20px 10px;
}

.client-slide:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.client-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  margin-bottom: 15px;
}

.clients-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #203246;
}

.swiper-pagination-bullet-active {
  background: #203246;
  transform: scale(1.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0.3;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

/* Team Section */
.team-section {
  padding: 80px 20px;
  background-color: #ffffff;
  overflow: hidden;
}

.team-flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  flex: 0 0 320px;
  text-align: left;
  margin-bottom: 0;
  padding-right: 30px;
  align-self: flex-start;
}

@media (max-width: 1050px) {
  .section-header {
    flex: 0 0 100%;
    text-align: center;
    align-self: center;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 0;
  }
}

.team-container {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.team-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
}

@media (max-width: 1050px) {
  .team-flex-wrapper {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .section-header {
    padding-right: 0;
    text-align: center;
    align-self: unset;
  }
  .team-container {
    justify-content: center;
  }
  .team-grid {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .team-member {
    width: 90vw;
    min-width: unset;
    padding: 20px 10px;
  }
  .team-flex-wrapper {
    gap: 10px;
  }

}


.team-member {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 220px;
  padding-right: 24px;
}

.member-photo-horizontal {
  flex: 0 0 200px;
  width: 200px;
  height: 100%;
  min-height: 220px;
  max-height: 320px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  margin-right: 32px;
  background: #f5f5f5;
}

.member-photo-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.member-info-horizontal {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

@media (max-width: 700px) {
  .team-member {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    min-height: unset;
  }
  .member-photo-horizontal {
    width: 80%;
    height: auto;
    min-height: 320px;
    max-height: unset;
    margin-right: 0;
    margin-bottom: 18px;
    border-radius: 15px;
    overflow: hidden;
  }
  .member-info-horizontal {
    align-items: center;
    text-align: center;
  }
}


.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.member-photo {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-member:hover .member-photo img {
  transform: scale(1.1);
}

.social-media {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 15px 0;
  background: rgba(32, 50, 70, 0.8);
  transition: bottom 0.3s ease;
}

.team-member:hover .social-media {
  bottom: 0;
}

.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #203246;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.social-media a:hover {
  transform: translateY(-5px);
  background-color: #f8f9fa;
}

.social-media .material-icons {
  font-size: 18px;
}

.member-info {
  padding: 20px;
  text-align: center;
}

.member-name {
  font-size: 18px;
  font-weight: 600;
  color: #203246;
  margin-bottom: 5px;
}

.member-position {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 15px;
}

.member-bio {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}

/* Floating WhatsApp Animation */
.floating-whatsapp a {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Show More - Why Us Section */
.why-us-text-container {
  position: relative;
}

.why-us-section-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
}

.why-us-text-expandable {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.why-us-text-expandable.expanded {
  max-height: 1000px;
}

.why-us-text-expandable p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.why-us-text-expandable ul {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.why-us-text-expandable li {
  margin-bottom: 8px;
  color: #000;
}

.show-more-btn {
  background-color: transparent;
  border: 2px solid #203246;
  color: #203246;
  padding: 8px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 20px;
}

.show-more-btn:hover {
  background-color: #203246;
  color: white;
}

/* .show-more-btn.less:after {
  content: 'Mostrar menos';
}

.show-more-btn:after {
  content: 'Mostrar mais';
} */