
.w-webflow-badge {
  display: none !important;
}

/* Remove vertical lines */
.bg-border-box,
.bg-border,
.bg-border.forth {
  display: none !important;
}

/* Remove any vertical lines from Webflow */
[class*="border"] {
  border-left: none !important;
  border-right: none !important;
}

/* Remove any vertical lines from containers */
.container::before,
.container::after,
.page-wrapper::before,
.page-wrapper::after {
  display: none !important;
}

a[href*="webflow.com?utm_campaign=brandjs"] {
  display: none !important;
}

a[href*="webflow.com?utm_source=brandjs"] {
  display: none !important;
}

/* Hide the specific badge element */
.w-bottom {
  display: none !important;
}

/* Target the actual badge container */
div[style*="webflow"] {
  display: none !important;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Base styles for mobile first */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Container responsivo */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section Responsive */
.hero {
  padding: 80px 0 60px;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.hero-content-wrapper {
  width: 100%;
}

.hero-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.hero-content-left {
  order: 1;
}

.hero-content-right {
  min-width: auto;
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-position {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.hero-sub-title {
  font-size: 1rem;
  margin-bottom: 30px;
}

.hero-desc-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Formulário de contato responsivo */
.section.contact {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #ffffff;
}

.mu-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.mu-title h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mu-title-bar {
    display: block;
    width: 100px;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 0 auto;
}

.mu-contact-content {
    margin-top: 50px;
}

.mu-contact-form {
    background: #1c1c1c;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    border: 1px solid #333;
}

.mu-contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    color: #bcb1b1;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #333;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #2a2a2a;
    color: #ffffff;
}

.form-control:focus {
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15);
    background: #333;
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.mu-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.2);
}

.mu-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.mu-contact-right {
    padding: 40px;
}

.mu-contact-widget {
    margin-bottom: 40px;
    background: #1c1c1c;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #333;
}

.mu-contact-widget h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.mu-contact-widget h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.mu-contact-widget address {
    margin-bottom: 0;
}

.mu-contact-widget address p {
    margin-bottom: 15px;
    color: #bcb1b1;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
}

.mu-contact-widget address p i {
    color: #667eea;
    font-size: 1.2rem;
}

.mu-contact-widget address p span {
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}

.mu-contact-widget a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.mu-contact-widget a:hover {
    color: #667eea;
}

@media (max-width: 768px) {
    .section.contact {
        padding: 40px 0;
    }

    .mu-title h2 {
        font-size: 2rem;
    }

    .mu-contact-form {
        margin-bottom: 30px;
        padding: 25px;
    }

    .mu-contact-right {
        padding: 20px 0;
    }

    .mu-contact-widget {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .mu-title h2 {
        font-size: 1.75rem;
    }

    .form-control {
        font-size: 0.95rem;
        padding: 12px 15px;
    }

    .mu-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .mu-contact-widget h3 {
        font-size: 1.25rem;
    }

    .mu-contact-widget address p {
        font-size: 0.95rem;
    }
}

.input-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.form-input {
  width: 100%;
  padding: 20px 25px;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  background: white;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.form-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15), 0 8px 25px rgba(102, 126, 234, 0.1);
  transform: translateY(-3px);
}

.form-input::placeholder {
  color: #999;
  transition: all 0.3s ease;
  font-weight: 400;
}

.form-input:focus::placeholder {
  color: #667eea;
  transform: translateY(-2px);
}

textarea.form-input {
  min-height: 160px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.6;
}

.form-btn {
  width: 100%;
  padding: 20px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.form-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.form-btn:hover::before {
  left: 100%;
}

.form-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.5);
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.form-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

/* Animações */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(102, 126, 234, 0);
  }
}

.form-btn:focus {
  animation: pulse 1.5s infinite;
}

/* Counter cards responsivo */
.hero-counter-flex-wrap {
  flex-flow: wrap;
  display: flex;
}

.single-counter-card {
  background: #080808;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-top: 1px solid var(--border);
  flex-flow: column;
  padding: 32px 22px;
  display: flex;
}

.single-counter-card.last {
  background: #0000;
  border-bottom: 1px solid var(--border);
}

.counter-details-wrap {
  max-width: 171px;
}

.counter-details {
  opacity: .6;
  font-family: var(--neutral-color--fonts--secondary-font-family);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.66667;
}

.counter-number-wrap {
  text-align: right;
}

.counter-number {
  font-family: var(--neutral-color--fonts--primary-font-family);
  letter-spacing: -.04em;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

/* Hide 3D element on mobile */
.hero-3d-track {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 630px;
  display: flex;
  position: static;

}

/* ===== TABLET STYLES (768px and up) ===== */
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
  
  .hero {
    padding: 80px 0;
  }
  
  .hero-content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-position {
    font-size: 1.4rem;
  }
  
  .hero-sub-title {
    font-size: 1.1rem;
  }
  
  .input-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  
  .hero-counter-flex-wrap {
    flex-flow: wrap;
    width: 100%;
  }
  
  .h3.form-title {
    font-size: 3.5rem;
  }
  
  .contact-form {
    padding: 120px 0;
  }
  
  .form {
    padding: 60px;
  }
}

/* ===== DESKTOP STYLES (992px and up) ===== */
@media (min-width: 992px) {
  .hero {
    padding: 100px 0;
  }
  
  .hero-content-grid {
    gap: 80px;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .hero-position {
    font-size: 1.6rem;
  }
  
  .hero-sub-title {
    font-size: 1.2rem;
  }
  
  .hero-desc-text {
    font-size: 1.1rem;
  }
  
  /* Show 3D element on desktop */
  .hero-3d-track.z-index-1 {
  z-index: 99;
  position: static;
}
  
  .hero-3d-track.hide-on-tablet-below {
    display: block;
  }
  
  .h3.form-title {
    font-size: 4rem;
  }
  
  .contact-form {
    padding: 140px 0;
  }
  
  .form {
    padding: 70px;
    max-width: 700px;
  }
  
  .form-input {
    padding: 22px 28px;
    font-size: 1.15rem;
  }
  
  .form-btn {
    padding: 22px 45px;
    font-size: 1.3rem;
  }
}

/* ===== LARGE DESKTOP STYLES (1200px and up) ===== */
@media (min-width: 1200px) {
  .w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

  .container {
    max-width: 1800px;
  }
  
  .hero-title {
    font-size: 4.5rem;
  }
  
  .hero-position {
    font-size: 1.8rem;
  }
  
  .h3.form-title {
    font-size: 4.5rem;
  }
  
  .contact-form {
    padding: 160px 0;
  }
  
  .form {
    padding: 80px;
    max-width: 800px;
  }
}

/* ===== MOBILE SPECIFIC STYLES (max-width: 767px) ===== */
@media (max-width: 767px) {
  .hero {
    padding: 60px 0 40px;
    min-height: auto;
  }
  
  .hero-title {
    font-size: 2rem;
    text-align: center;
  }
  
  .hero-position {
    font-size: 1rem;
    text-align: center;
  }
  
  .hero-sub-title {
    font-size: 0.9rem;
    text-align: center;
  }
  
  .hero-desc-text {
    font-size: 0.9rem;
    text-align: center;
  }
  
  .hero-content-flex {
    flex-direction: column;
    text-align: center;
  }
  
  .single-counter-card {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
  
  .counter-details {
    font-size: 0.8rem;
  }
  
  .counter-number {
    font-size: 1.5rem;
  }
  
  .contact-form {
    padding: 80px 0;
    margin-top: 60px;
  }
  
  .h3.form-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  
  .form {
    padding: 30px 20px;
    margin: 0 10px;
    border-radius: 20px;
  }
  
  .form-input {
    padding: 16px 20px;
    font-size: 1rem;
  }
  
  .form-btn {
    padding: 16px 30px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

/* ===== NAVIGATION RESPONSIVE ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  padding: 10px 0;
}

/* ===== UTILITY CLASSES ===== */
.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

/* Layout: reduzir formulário de contato e posicionar endereço ao lado (desktop) */
.mu-contact-content .row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.mu-contact-content .row > .botao {
  flex: 0 0 55%;
  max-width: 55%;
}

.mu-contact-content .row > .col-md-6 {
  flex: 0 0 40%;
  max-width: 40%;
}

.mu-contact-left {
  width: 100%;
}
.mu-contact-right{
  height: 30%;
}
.mu-contact-form {
  padding: 30px;
  max-width: 100%;
}

/* Ajustes para telas médias/pequenas: empilha novamente */
@media (max-width: 992px) {
  .mu-contact-content .row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .mu-contact-content .row > .botao,
  .mu-contact-content .row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mu-contact-form { padding: 25px; }
}

/* Pequenos refinamentos visuais */
.botao { display: block; }
.mu-contact-right { padding-top: 6px; }

/* Projects carousel / gallery */
.section.projects {
  padding: 60px 0;
  background: linear-gradient(180deg, #050505 0%, #0d0d0d 100%);
  color: #fff;
}

.projects-title.mu-title { margin-bottom: 20px; }

.projects-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.projects-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 12px 8px;
  -webkit-overflow-scrolling: touch;
}

.projects-carousel::-webkit-scrollbar { height: 10px; }
.projects-carousel::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 10px; }
.projects-carousel { scrollbar-width: thin; -ms-overflow-style: none; }

.project-card {
  flex: 0 0 360px;
  max-width: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #121212;
  box-shadow: 0 8px 30px rgba(0,0,0,0.6);
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.project-card img { 
    display: block; 
    width: 100%; 
    height: 220px; 
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-link {
    display: block;
    position: relative;
    text-decoration: none;
    color: white;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-card {
    cursor: pointer;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: center;
}

.project-overlay h3 {
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.project-overlay p {
    font-size: 0.9rem;
    margin: 0;
    transform: translateY(20px);
    transition: transform 0.3s ease 0.1s;
    color: #667eea;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-card:hover .project-overlay h3,
.project-card:hover .project-overlay p {
    transform: translateY(0);
}

.project-card:hover { 
    transform: translateY(-6px) scale(1.02); 
    box-shadow: 0 18px 40px rgba(0,0,0,0.7); 
}

.project-card:hover img {
    transform: scale(1.1);
}

.projects-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.projects-btn:hover { background: rgba(255,255,255,0.12); }
.projects-btn.prev { left: 8px; }
.projects-btn.next { right: 8px; }

.projects-hint { text-align: center; margin-top: 14px; color: #9a9a9a; font-size: 0.95rem; }

@media (max-width: 992px) {
  .project-card { flex: 0 0 320px; max-width: 320px; }
}

@media (max-width: 768px) {
  .projects-btn { display: none; }
  .project-card { flex: 0 0 260px; max-width: 260px; }
  .section.projects { padding: 30px 0; }
}

/* Dragging state */
.projects-carousel.dragging { cursor: grabbing; cursor: -webkit-grabbing; }
.project-card img { -webkit-user-drag: none; user-select: none; }

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

/* ===== SPACING UTILITIES ===== */
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }

/* ===== NAVIGATION STYLES ===== */
.nav-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  position: relative;
}

.nav-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #007bff;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
  position: absolute;
  right: 0;
}

.nav-toggle span {
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}

/* ===== PRESTADORES SECTION ===== */
.prestadores-section {
  padding: 80px 0px;
  background: #000000;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 60px;
  color: #333;
}

.prestadores-grid {
  display: grid;  
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.prestador-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;

}

.prestador-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.prestador-image {
  margin-bottom: 20px;
 
}

.prestador-image img {
  font-size: 4rem;
  width: 150px;
  border-radius: 50%;
}


.prestador-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.prestador-role {
  font-size: 1.1rem;
  color: #007bff;
  font-weight: 600;
  margin-bottom: 15px;
}

.prestador-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.prestador-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.skill-tag {
  background: #e9ecef;
  color: #333;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Portfolio Button */
.portfolio-link {
  margin-top: 20px;
  text-align: center;
}

.portfolio-btn {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: rgb(255, 255, 255);
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  border: none;
  cursor: pointer;
}

.portfolio-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  color: white;
  text-decoration: none;
}

.portfolio-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.mu-contact-form .form-control {
  background-color:rgb(34, 29, 75) !important;
  background: rgb(29, 13, 166)!important;
}

/* ===== MOBILE NAVIGATION ===== */
@media (max-width: 767px) {
  .navbar {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    transition: left 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-link {
    color: white;
    font-size: 1.2rem;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    text-align: center;
  }

  .nav-link:hover,
  .nav-link.active {
    color: #007bff;
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle span {
    background: white;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
    
  }
}

/* ===== PRESTADORES RESPONSIVE ===== */
@media (min-width: 768px) {
  .prestadores-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  
  .section-title {
    font-size: 3rem;
    color: whitesmoke;
     }
}

@media (min-width: 992px) {
  .prestadores-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  
  .prestador-card {
    padding: 40px;
  }
}

/* ===== FOOTER ===== */
footer {
  background: #333;
  color: white;
  padding: 60px 0 20px;
  margin-top: 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h4 {
  color: #007bff;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.footer-section p {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #007bff;
}

.footer-bottom {
  border-top: 1px solid #555;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  color: #999;
  margin: 0;
}


/* Footer Responsive */
@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== ADDITIONAL RESPONSIVE IMPROVEMENTS ===== */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .prestador-card {
    padding: 20px;
  }
  
  .prestador-image i {
    font-size: 3rem;
  }
  
  .prestador-name {
    font-size: 1.3rem;
  }
  
  .prestador-role {
    font-size: 1rem;
  }
  
  .prestador-description {
    font-size: 0.9rem;
  }
}

/* ===== SMALL SCREENS (500px and below) ===== */
@media (max-width: 500px) {
  .hero-content-left {
    text-align: center;
  }
  
  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .hero-position {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .hero-sub-title {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  
  .hero-desc-text {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }
  
  .hero-content-flex {
    text-align: center;
  }
  
  .hero-details-wrap {
    text-align: center;
  }
  
  .hero-title-wrap {
    text-align: center;
  }
  
  .hero-sub-title-wrap {
    text-align: center;
  }
  
  /* Formulário responsivo para telas pequenas */
  .contact-form {
    padding: 60px 0;
  }
  
  .h3.form-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .form {
    padding: 25px;
    margin: 0 15px;
    border-radius: 15px;
  }
  
  .input-wrapper {
    gap: 20px;
    margin-bottom: 25px;
  }
  
  .form-input {
    padding: 15px 18px;
    font-size: 0.95rem;
  }
  
  .form-btn {
    padding: 15px 25px;
    font-size: 1rem;
  }
}

/* ===== VERY SMALL SCREENS (400px and below) ===== */
@media (max-width: 400px) {
  .hero-position {
    margin-bottom: 10px;
  }
  
  .hero-sub-title {
    margin-bottom: 15px;
  }
  
  .hero-desc-text {
    margin-bottom: 20px;
  }
  
  .hero-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  
  .hero-position {
    font-size: 0.9rem;
  }
  
  .hero-sub-title {
    font-size: 0.8rem;
  }
  
  .hero-desc-text {
    font-size: 0.85rem;
    }
}
