/* Language Switcher Styles */
.language-selector {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  gap: 10px;
}

.lang-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-btn:hover {
  border-color: #ea9c00;
  color: #ea9c00;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.lang-btn.active {
  background-color: #ea9c00;
  color: #fff;
  border-color: #ea9c00;
}

.flag-icon {
  width: 24px; /* Tamaño ajustado para visibilidad */
  height: auto;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* Hide Google Translate branding (Legacy support just in case) */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Google Translate body fix */
body.translated-ltr {
  top: 0 !important;
}

.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-gadget {
  font-family: 'Open Sans', sans-serif !important;
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  display: none !important;
}

/* Asegurar que body y html no causen scroll */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(135deg, #f8fbfa, #e6e9ec);
  overflow: hidden;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background: linear-gradient(90deg, #f8fbfa, #e6e9ec);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header .logo {
  font-size: 24px;
  font-weight: 600;
  color: #ea9c00; /* Amarillo */
}
header nav a {
  margin: 0 15px;
  color: #ea9c00; /* Amarillo */
  text-decoration: none;
  font-weight: 500;
}
header nav a:hover {
  color: #fff;
}
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 0;
  /*background: linear-gradient(90deg, #f8fbfa, #e6e9ec);*/
  height: calc(100vh - 10px); /* Restar la altura de la barra amarilla superior */
  min-height: calc(100vh - 10px);
  max-height: calc(100vh - 10px);
  overflow: hidden; /* Evitar scroll */
  box-sizing: border-box;
  position: relative;
  top: 10px; /* Posicionar justo debajo del yellow-stripe */
}
.hero-section .content {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* Centering the form container horizontally */
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.hero-section .video-container {
  flex: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* Logo Container */
.logo-container {
  margin-bottom: 20px;
  text-align: center;
}

.responsive-logo {
  max-width: 350px;
  height: auto;
}

/* Video Container */
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  line-height: 0; /* Eliminar espacio de línea base */
  font-size: 0; /* Eliminar espacio de fuente */
}

.video-container img.video-thumbnail {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  display: block;
  box-sizing: border-box;
  /*clip-path: polygon(
    60px 0%,
    100% 0%,
    100% 100%,
    60px 100%,
    50px 95%,
    40px 90%,
    50px 85%,
    40px 80%,
    50px 75%,
    40px 70%,
    50px 65%,
    40px 60%,
    50px 55%,
    40px 50%,
    50px 45%,
    40px 40%,
    50px 35%,
    40px 30%,
    50px 25%,
    40px 20%,
    50px 15%,
    40px 10%,
    50px 5%,
    60px 0%
  );
*/}

/* Botón estilo YouTube */
.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, background-color 0.2s;
}

.youtube-play-button:hover {
  background-color: #ffffff;
  transform: translate(-50%, -50%) scale(1.1);
}

.youtube-play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
}

.youtube-play-button svg {
  margin-left: 4px; /* Ajuste para centrar el triángulo */
}

/* Formulario de Contacto */
.contact-form-container {
  width: 100%;
  max-width: 450px;
  margin-top: 25px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.form-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  font-family: 'Roboto', sans-serif;
}

.form-subtitle {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form .form-group input {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  transition: border-color 0.3s;
}

.contact-form .form-group select {
  font-family: 'Open Sans', sans-serif;
  border: 2px solid #ddd;
  border-radius: 5px;
  transition: border-color 0.3s;
  cursor: pointer;
}

.contact-form .form-group select:focus {
  outline: none;
  border-color: #ea9c00;
}

.contact-form .form-group input:focus {
  outline: none;
  border-color: #ea9c00;
}

.contact-form .form-group input::placeholder {
  color: #999;
}

.submit-contact-btn {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ea9c00;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  font-family: 'Open Sans', sans-serif;
}

.submit-contact-btn:hover {
  background-color: #ea9c00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.submit-contact-btn:active {
  transform: translateY(0);
}

.contact-form .error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.contact-form .error-message.show {
  display: block;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  position: relative;
  margin: 10% auto;
  padding: 0;
  width: 80%;
  max-width: 700px;
  margin-top: 200px;
}
.close {
  position: absolute;
  top: -60px; /* Move the button above the video */
  right: -10px; /* Move the button to the right of the video */
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1002; /* Ensure it is above the video */
  border-radius: 50%;
  padding: 5px;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.video-container {
  padding-top: 0; /* Remove padding-top for aspect ratio */
}
.video-container iframe {
  width: 100%;
  height: 100%;
}
.form-section {
  /*background: linear-gradient(90deg, #f8fbfa, #e6e9ec);*/
  padding: 50px 0;
  display: none;
}
.form-section.active {
  display: block;
}
.form-section .form-container {
  width: 60%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.form-section h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.form-section .form-group {
  margin-bottom: 20px;
}
.form-section .form-group input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box; /* Ensure padding is included in width */
}
.form-section .form-group input:focus {
  outline: none;
  border-color: #ea9c00; /* Amarillo */
}
.form-section .submit-btn {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ea9c00; /* Amarillo */
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.form-section .submit-btn:hover {
  background-color: #ea9c00;
}
.yellow-stripe {
  width: 100%;
  height: 10px;
  background-color: #ea9c00; /* Amarillo */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
}

/* Asegurar que body no tenga márgenes que causen scroll */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}
.divider {
  height: 1px;
  background-color: #ffffff; 
  margin: 50px;
}
.cta-btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ea9c00; /* Amarillo */
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.cta-btn:hover {
  background-color: #ea9c00;
  opacity: 0.8; /* Add opacity on hover */
}
@media (max-width: 800px) {
    .form-section {
        /* background: linear-gradient(90deg, #f8fbfa, #e6e9ec); */
        padding: 0px 0; 
    }
  .gtranslate_wrapper {
    top: 10px;
    right: 10px;
  }
  
  .gtranslate_wrapper select {
    padding: 8px 30px 8px 12px !important;
    font-size: 13px !important;
    min-width: 80px !important;
  }
  
  header {
    flex-direction: column;
    padding: 20px;
  }
  header nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header nav a {
    margin: 10px 0;
  }
  .hero-section {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
    height: auto;
    min-height: calc(100vh - 10px);
    max-height: none;
    overflow-y: auto; /* Permitir scroll solo en móvil si es necesario */
  }
  .hero-section .content {
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
  }
  .responsive-logo {
    max-width: 150px;
    min-width: auto;
  }
  .logo-container {
    margin-bottom: 15px;
  }
  .contact-form-container {
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 25px 20px;
    margin: 20px auto;
  }
  .form-header h2 {
    font-size: 24px;
  }
  .form-subtitle {
    font-size: 14px;
  }
  .video-container {
    width: calc(100% - 40px);
    margin: 20px auto;
    height: 50vh;
    min-height: 300px;
  }

  .video-container img.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 0;
    /*clip-path: polygon(
      30px 0%,
      100% 0%,
      100% 100%,
      30px 100%,
      20px 92%,
      10px 84%,
      20px 76%,
      10px 68%,
      20px 60%,
      10px 52%,
      20px 44%,
      10px 36%,
      20px 28%,
      10px 20%,
      20px 12%,
      10px 4%,
      30px 0%
    );
  */}
  .youtube-play-button {
    width: 60px;
    height: 60px;
  }
  .youtube-play-button svg {
    width: 50px;
    height: 35px;
  }
  .form-section {
    padding: 20px 0;
  }
  .form-section .form-container {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
  }
  .form-section h2 {
    font-size: 24px;
  }
  .form-section .form-group input {
    font-size: 14px;
    padding: 10px;
  }
  .form-section .submit-btn {
    font-size: 16px;
    padding: 10px;
  }
  .jfCard-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .col-3, .col-6 {
    grid-column: span 12;
  }
}

@media (max-width: 690px) {
  .video-container img {
      margin-top: -290px;
  }
}

@media (max-width: 580px) {
  .gtranslate_wrapper {
    top: 60px;
    right: 10px;
  }
  
  .gtranslate_wrapper select {
    padding: 6px 25px 6px 10px !important;
    font-size: 12px !important;
    min-width: 70px !important;
  }
  
  .hero-section {
    padding: 30px 15px;
    min-height: 100vh;
  }
  .responsive-logo {
    max-width: 250px;
    min-width: auto;
  }
  .logo-container {
    margin-bottom: 15px;
  }
  .contact-form-container {
    max-width: 100%;
    width: calc(100% - 4px);
    padding: 20px 15px;
    margin: 15px auto;
  }
  .form-header h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .form-subtitle {
    font-size: 13px;
  }
  .contact-form .form-group input {
    font-size: 14px;
    padding: 10px 12px;
  }
  .submit-contact-btn {
    font-size: 16px;
    padding: 12px;
  }
  .video-container {
    width: calc(100% - 30px);
    margin: 20px auto;
    height: 40vh;
    min-height: 250px;
  }
  

  
  .video-container img.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    clip-path: none; /* Sin recorte en móviles */
  }
  .youtube-play-button {
    width: 50px;
    height: 50px;
  }
  .youtube-play-button svg {
    width: 40px;
    height: 28px;
  }
  .hero-section .cta-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .form-section h2 {
    font-size: 24px;
  }
  .form-section .form-group input {
    font-size: 14px;
    padding: 10px;
  }
  .form-section .submit-btn {
    font-size: 16px;
    padding: 10px;
  }
  .form-section .form-container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

    .divider {
        height: 1px;
        background-color: #ffffff;
        margin: 50px;
        margin-top: -73px;
    }

  .form-section .form-container {
    width: 100%;
    padding: 10px;
  }
  .form-section h2 {
    font-size: 20px;
  }
  .form-section .form-group input {
    font-size: 12px;
    padding: 8px;
  }
  .form-section .submit-btn {
    font-size: 14px;
    padding: 8px;
  }
  .jfCard-actions {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .col-3, .col-6 {
    grid-column: span 12;
  }
}

@media (max-width: 559px) {
  .video-container img {
      margin-top: -240px;
  }
}

@media (max-width: 440px) {
  .video-container img {
      margin-top: -160px;
  }
}

@media (max-width: 1000px) {
  #section-1 .form-multiple-column,
  #section-2 .form-multiple-column {
    display: flex;
    flex-direction: column;
  }
  #section-1 .form-multiple-column .jfField,
  #section-2 .form-multiple-column .jfField {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 830px) {
  .jfCard-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jfCard-actions .col-3,
  .jfCard-actions .col-6 {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center; /* Center the buttons */
  }
  .jfCard-actions .col-6 {
    display: flex;
    justify-content: center;
  }

  .forNext {
    margin-left: initial;
  }
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366; /* WhatsApp green */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1000;
}
.whatsapp-icon img {
  width: 50px;
  height: 50px;
}
.error-message {
  color: red;
  font-size: 13px;
}
.form-container {
  width: 60%;
  margin: 50px auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus {
  outline: none;
  border-color: #ea9c00;
}
.form-radio {
  display: block;
  margin-bottom: 10px;
}
.form-radio input {
  margin-right: 10px;
}
.form-radio-label {
  font-size: 16px;
}
.next-btn,
.submit-btn {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ea9c00;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
}
.next-btn:hover,
.submit-btn:hover {
  background-color: #ea9c00;
}
.jfField {
  margin-bottom: 15px;
}
.jfRadio {
  display: flex;
  align-items: center;
}
.jfRadio-input {
  display: none;
}
.jfRadio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 10px;
}
.jfRadio-customInput {
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0; /* Prevent shrinking */
}
.jfRadio-customInputIcon {
  display: none;
  width: 12px;
  height: 12px;
  background-color: #ea9c00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jfRadio-input:checked + .jfRadio-label .jfRadio-customInput .jfRadio-customInputIcon {
  display: block;
}
.jfRadio-labelText {
  font-size: 16px;
  font-weight: 100;
}
.jfCard-actions {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-top: 20px;
  width: 100%;
  background-color: #eb9d03;
  padding: 20px;
  box-sizing: border-box;
}
.col-3 {
  grid-column: span 3;
}
.col-6 {
  grid-column: span 6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-error-message {
  /*background: #ff0000;*/
  color: #ff0000;
  padding: 10px 19px;
  border-radius: 10px;
  font-size: 17px;
  text-align: center;
  margin-top: -30px;
}
.jfCard-actions {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Center items vertically */
  margin-top: 20px;
  width: 100%;
      background-color: #ea9c00;
  padding: 20px;
  box-sizing: border-box;
}
.jfInput-button {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 120px;
}
.jfInput-button:hover {
  opacity: 0.9;
}

.jfInput-button:hover {
  opacity: 0.9;
}
.form-multiple-column {
  display: flex;
  flex-wrap: wrap;
}
.form-multiple-column .jfField {
  width: 48%;
  margin-right: 4%;
}
.form-multiple-column .jfField:nth-child(2n) {
  margin-right: 0;
}
.forNext {
  margin-left: initial; /* Ensure the button is aligned to the right */
}
.footer {
  background-color: #000;
  padding: 43px;
  text-align: center;
  border-top: 1px solid #000;
  margin-top: auto; /* Push the footer to the bottom */
}
.footer-content {
  max-width: 800px;
  margin: 0 auto;
}
.footer-content p {
  margin: 5px 0;
  color: #fff;
}
.footer-content a {
  color: #ea9c00;
  text-decoration: none;
}
.footer-content a:hover {
  text-decoration: underline;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.5s;
}

.booking-iframe {
  width: 100%;
  height: 800px;
  border: none;
  /*overflow: hidden;*/
}

/* Modal de Booking */
.booking-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9); /* Match video modal background */
  z-index: 900;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.booking-modal.show {
  opacity: 1;
}

.booking-modal-content {
  position: relative;
  margin: 5% auto; /* Increased margin to center better */
  padding: 0;
  width: 80%;
  max-width: 800px; /* Added max-width to keep it reasonable like video modal */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow: visible; /* Changed to visible so close button can go outside */
}

.booking-close {
  position: absolute;
  top: -50px; /* Position outside the box */
  right: -10px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  background-color: transparent; /* Transparent background */
  border-radius: 50%;
  padding: 5px;
  width: auto;
  height: auto;
  display: block;
  line-height: 1;
  transition: color 0.3s;
}

.booking-close:hover,
.booking-close:focus {
  background-color: transparent;
  color: #999; /* Match video modal hover */
  text-decoration: none;
  cursor: pointer;
}

.booking-iframe-modal {
  width: 100%;
  height: 85vh;
  min-height: 600px;
  border: none;
  display: block;
}

/* Mensaje informativo con datos para copiar */
.booking-data-info {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: 3px solid #ea9c00;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 25px rgba(234, 156, 0, 0.4);
  z-index: 10002;
  max-width: 550px;
  width: 90%;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.booking-data-content h3 {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.booking-data-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.data-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 5px;
}

.data-field label {
  font-weight: 600;
  color: #666;
  min-width: 80px;
}

.data-field span {
  color: #333;
  font-family: 'Courier New', monospace;
  background: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  flex: 1;
  cursor: pointer;
  user-select: all;
  transition: background 0.2s;
}

.data-field span:hover {
  background: #f0f0f0;
}

.data-field span:active {
  background: #e0e0e0;
}

.booking-data-note {
  font-size: 13px;
  color: #ea9c00;
  margin: 15px 0 10px 0;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #fff9e6;
  border-radius: 5px;
  border-left: 4px solid #ea9c00;
}

.booking-data-note::before {
  content: "💡 ";
  margin-right: 5px;
}

.hide-data-btn {
  background: #ea9c00;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
}

.hide-data-btn:hover {
  background: #ea9c00;
}

.copy-instructions {
  margin: 15px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
  font-size: 13px;
}

.copy-instructions strong {
  color: #333;
  display: block;
  margin-bottom: 8px;
}

.copy-instructions ol {
  margin: 0;
  padding-left: 20px;
  color: #555;
}

.copy-instructions li {
  margin: 5px 0;
  line-height: 1.5;
}

/* Responsive para modal de booking */
@media (max-width: 800px) {
  .booking-modal-content {
    width: 95%;
    margin: 5% auto;
  }
  
  .booking-iframe-modal {
    height: 80vh;
    min-height: 500px;
  }
  
  .booking-close {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 28px;
  }
}

@media (max-width: 580px) {
  .booking-modal-content {
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 100vh;
  }
  
  .booking-iframe-modal {
    height: calc(100vh - 50px);
    min-height: 400px;
  }
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ccc; /* Original color */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999; /* Original hover color */
}

/* Media query for smaller resolutions */
@media (max-width: 831px) {
  .jfCard-actions {
    display: inline-grid; /* Change layout to block for smaller resolutions */
  }

  .form-container {
    width: 75%;
    margin: 50px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
