.hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 200 245) !important;
}

#header-mob {
	display: none;
}

.logo-img img {
	max-width: 200px;
}

header nav a.font-semibold {
  position: relative;
}

header nav a.font-semibold::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #00bcd4; /* aqua */
  border-radius: 2px;
}


.link-system {
	margin-left: 15px !important;
}

.max-custom-hero  {
	max-width: 460px;
}

.hotels-partners {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hotels-partners img {
	width: 190px;
	height: auto;
	filter: grayscale(1);
}

.hotels-partners img:hover {
	filter: unset;
}

/* Estado inicial */
.hotels-partners img {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.3s ease;
}

/* Estado ativo (quando entra na viewport) */
.hotels-partners img.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.text-cta-footer {
	max-width: 50%;
	margin: auto;
}

.sitemap, .services {
	position: relative;
	left: 5rem;
}

.copy a {
	font-weight: 700;
}

/* Parallax CTA */
#cta.cta-parallax {
  background-image: url('../imgs/bg-footer-clean.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* parallax */
}

@media (max-width: 768px) {
  #cta.cta-parallax {
    background-attachment: scroll;
  }
}

/* =========================================
   CONTACT FORM 7 - Clean Touch (UI padrão)
   Escopo: somente dentro #contact-form
========================================= */

#contact-form .wpcf7 {
  width: 100%;
}

#contact-form .wpcf7 form {
  margin: 0;
}

/* Remove espaçamentos padrão do CF7 */
#contact-form .wpcf7 p {
  margin: 0 0 14px 0;
}

#contact-form .wpcf7 label {
  display: block;
  font-weight: 700;
  color: #0b1f3b; /* navy */
  font-size: 14px;
  letter-spacing: 0.2px;
}

/* Inputs / textarea base */
#contact-form .wpcf7 input[type="text"],
#contact-form .wpcf7 input[type="email"],
#contact-form .wpcf7 input[type="tel"],
#contact-form .wpcf7 textarea,
#contact-form .wpcf7 select {
  width: 100%;
  margin-top: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: #0b1f3b; /* navy */
  background: #ffffff;
  border: 1px solid rgba(11, 31, 59, 0.12);
  border-radius: 12px;
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

/* Textarea mais “premium” */
#contact-form .wpcf7 textarea {
  height: 80px;
  resize: vertical;
  line-height: 1.5;
}

/* Placeholder suave */
#contact-form .wpcf7 input::placeholder,
#contact-form .wpcf7 textarea::placeholder {
  color: rgba(11, 31, 59, 0.45);
}

/* Hover */
#contact-form .wpcf7 input[type="text"]:hover,
#contact-form .wpcf7 input[type="email"]:hover,
#contact-form .wpcf7 input[type="tel"]:hover,
#contact-form .wpcf7 textarea:hover,
#contact-form .wpcf7 select:hover {
  border-color: rgba(6, 191, 205, 0.35); /* aqua */
}

/* Focus (aqua glow) */
#contact-form .wpcf7 input[type="text"]:focus,
#contact-form .wpcf7 input[type="email"]:focus,
#contact-form .wpcf7 input[type="tel"]:focus,
#contact-form .wpcf7 textarea:focus,
#contact-form .wpcf7 select:focus {
  border-color: rgba(6, 191, 205, 0.75);
  box-shadow: 0 0 0 4px rgba(6, 191, 205, 0.18);
}

/* Layout em grid no desktop (2 colunas) */
@media (min-width: 768px) {
  /* Nome + Hotel */
  #contact-form .wpcf7 p:nth-of-type(1),
  #contact-form .wpcf7 p:nth-of-type(2),
  /* Role + Rooms */
  #contact-form .wpcf7 p:nth-of-type(3),
  #contact-form .wpcf7 p:nth-of-type(4),
  /* Email + Phone */
  #contact-form .wpcf7 p:nth-of-type(5),
  #contact-form .wpcf7 p:nth-of-type(6) {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
  }

  #contact-form .wpcf7 p:nth-of-type(1),
  #contact-form .wpcf7 p:nth-of-type(3),
  #contact-form .wpcf7 p:nth-of-type(5) {
    margin-right: 16px;
  }
}

/* Botão (igual CTA do site) */
#contact-form .wpcf7 input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 6px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  background: #038ac4; /* aqua */
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(11, 31, 59, 0.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

#contact-form .wpcf7 input[type="submit"]:hover {
  background: rgb(0 200 245);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(11, 31, 59, 0.22);
}

#contact-form .wpcf7 input[type="submit"]:active {
  transform: translateY(0px);
  box-shadow: 0 10px 22px rgba(11, 31, 59, 0.18);
}

#contact-form .wpcf7 .wpcf7-spinner {
  display: none;
}

/* Mensagens de validação */
#contact-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #b42318; /* vermelho discreto */
}

#contact-form .wpcf7-response-output {
  margin: 14px 0 0 0;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.4;
}

/* Sucesso */
#contact-form .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid rgba(6, 191, 205, 0.45);
  background: rgba(6, 191, 205, 0.10);
  color: #0b1f3b;
}

/* Erro */
#contact-form .wpcf7 form.invalid .wpcf7-response-output,
#contact-form .wpcf7 form.failed .wpcf7-response-output,
#contact-form .wpcf7 form.aborted .wpcf7-response-output {
  border: 1px solid rgba(180, 35, 24, 0.35);
  background: rgba(180, 35, 24, 0.08);
  color: #6b1a14;
}

/* Acessibilidade: foco visível em checkbox/radio (se adicionar no futuro) */
#contact-form .wpcf7 input[type="checkbox"]:focus,
#contact-form .wpcf7 input[type="radio"]:focus {
  outline: 3px solid rgba(6, 191, 205, 0.25);
  outline-offset: 3px;
}


/* Responsivo Geral */
@media (max-width: 769px) {
	
	html,
	body {
	  width: 100%;
      overflow-x: hidden !important;
      height: initial !important;
	}
	
	.text-cta-footer {
		max-width: 90%;
		margin: auto;
	}

	
	.hotels-partners {
		flex-wrap: wrap;
		justify-content: center;
		gap: 50px;
	}
	
	#footer p,
	#footer h3,
	#footer li {
		text-align: center;
	}
	
	.sitemap, .services {
		position: relative;
		left: 0;
	}
	
	.list-social {
		justify-content: center;
	}
	
	#hero {
		height: 520px;
	}
	
	#why-choose .text-sm.text-gray-600 {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#how-we-work .detail-img {
		left: 0.5rem !important;
	}
	
	#contact-form {
		padding: 10px;
	}
	
	.header-desk {
		display: none !important;
	}
	
	.mobileonly {
		display: block;
	}
	
	.bar-menumob {
		position: absolute;
		right: 1rem;
	}
	
	.headermob {
		display: flex;
		align-items: center;
		justify-content: space-between;
	  }

	 #header-mob {
		position: relative;
		top: 0;
		background-color: #ffffff;
		z-index: 9;
		padding: 1rem 0;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
		 display: block;
		}
	
	#menu-mobile {
		width: 90%;
		height: 100vh;
		background-color: #ffffff;
		padding-left: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		position: absolute;
		top: 0;
		left: -100%;
		transition-property: left;
		transition-duration: 1s;
		z-index: 2;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
		}

  .nav-mob {
    padding-top: 7rem;
  }
	

  .nav-mob ul li {
    margin-bottom: 1.5rem;
    /* display: flex; */
  }

  .nav-mob ul li a {
	font-size: 0.8rem;
	color: var(--main-blue);
	font-weight: 600;
	margin-left: 0 !important;
	}

  .logo-menu-mobile {
    position: absolute;
    top: 2rem;
	width: 50%;
  }

  .close-menu-mob {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
  }

  .close-menu-mob button {
    border: none;
    background: unset;
  }
	
	.logo-menumob img {
		width: 190px;
		padding-left: 15px;
	}
	
	.bar-menumob img {
		width: 20px;
	}
	
	#menu-mobile .social-media ul {
		justify-content: left;
		flex-direction: row;
		gap: 20px;
		display: flex;
	}
	
	.img-about img {
		width: 96%;
	}
	
	.detail-mbl2 {
		display: none;
	}
	
	.detail-mbl3 {
		right: -0.3rem !important;
	}
	
	#thank-you .flex.items-start.gap-4.justify-center {
		flex-direction: column;
		align-items: center;
	}
	
}