/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.lqd-fancy-menu.menu-items-has-fill>ul>li>a {
    padding: 0.7em 1.571em;
}
.megamenu-btn>.elementor-widget-container>a {
    justify-content: flex-start !important;
}

.lqd-pf-item-style-1 .lqd-pf-details {
    -webkit-backdrop-filter: blur(25px) brightness(115%);
    backdrop-filter: blur(25px) brightness(115%);
}

[data-sticky-header]:not(.is-stuck) .lqd-stickybar-right.lqd-show-onstuck {
    transform: translateX(calc(100% + 100px));
}
[data-sticky-header]:not(.is-stuck) .lqd-stickybar-left.lqd-show-onstuck {
    transform: translateX(calc((100% - 100px) * -1));
}

/* Oculta el título del formulario */
.invest-left .t-box {
  display: none;
}

/* Elimina fondo general del contenedor si está en uso */
.invest-form-direct {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* INPUTS alineados a la izquierda */
#banner-form .gform_wrapper input[type="text"],
#banner-form .gform_wrapper input[type="email"],
#banner-form .gform_wrapper input[type="tel"] {
  background-color: white !important;
  color: #111 !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  padding: 14px 18px !important;
  font-size: 17px !important;
  width: 100% !important;
  max-width: 700px;
  margin-bottom: 2px;
  display: block;
  /*box-shadow: 0 3px 10px rgba(0,0,0,0.08);*/
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  transition: all 0.3s ease;
  margin-left: 0 !important; /* Alineado a la izquierda */
}

#banner-form .gform_wrapper input[type="text"]:focus,
#banner-form .gform_wrapper input[type="email"]:focus,
#banner-form .gform_wrapper input[type="tel"]:focus {
  border-color: #c7202e !important;
  outline: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

/* PLACEHOLDER */
#banner-form .gform_wrapper input::placeholder {
  color: #999 !important;
}

/* QUITAR LÍNEA INFERIOR */
#banner-form .gform_wrapper .gform_page_footer {
  border-top: none !important;
}

/* BOTONES */
#banner-form .gform_wrapper .gform_page_footer input.button,
#banner-form .gform_wrapper .gform_footer input.button {
  background-color: #c7202e !important;
  color: white !important;
  padding: 12px 32px !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  border: none !important;
  text-transform: uppercase !important;
  margin: 0 -5px 0 0;
  display: inline-block;
  width: auto
}

#banner-form .gform_legacy_markup_wrapper .gform_page_footer {
  
    margin: -5px 0;
    padding: 0px 0 0;
   
}

/* Cambia el texto del primer botón "Continue" a "Sign Up" solo en la primera página */
#banner-form .gform_wrapper form[action*="page=1"] .gform_page_footer input[type="submit"]::before {
  content: "Sign Up";
  display: inline-block;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

/* Oculta el texto original del botón */
#banner-form .gform_wrapper form[action*="page=1"] .gform_page_footer input[type="submit"] {
  color: transparent !important;
  position: relative;
}

/* Para que el nuevo texto se vea bien encima del botón */
#banner-form .gform_wrapper form[action*="page=1"] .gform_page_footer input[type="submit"]::before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}


#invest-form .gform_wrapper input[type="text"],
#invest-form .gform_wrapper input[type="email"],
#invest-form .gform_wrapper input[type="tel"] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

#invest-form .gform_wrapper input[type="text"]:focus,
#invest-form .gform_wrapper input[type="email"]:focus,
#invest-form .gform_wrapper input[type="tel"]:focus {
  border-color: #c7202e !important;
  outline: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}


#miami-hover-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

#miami-hover-img {
  position: relative;
}

#miami-hover-img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 40%;
  width: 500px;
  height: 190px;
  background-image: url('../../../../cardonecapistg.wpenginepowered.com/wp-content/uploads/2025/07/bitcoin-fund-boca-raton-4.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  transform: translateX(-45%); /*  más que -50% para corregir el recorte visual */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

#miami-hover-img:hover::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #miami-hover-img::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .fr-side {
    top: auto !important;
    bottom: 150px !important; /* ↓ Bajado desde 40px */
    transform: none !important;
    margin-top: 0 !important;
    z-index: 9999;
    animation: subtlePulse 2s infinite ease-in-out;
  }

  .fr-side-previous {
    left: 20px !important;
    right: auto;
  }

  .fr-side-next {
    right: 20px !important;
    left: auto;
  }

  .fr-side-button-icon {
    width: 40px !important;
    height: 40px !important;
    background-size: contain !important;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    opacity: 1 !important;
  }

  @keyframes subtlePulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
  }
}


.popup-bio-container {
    max-width: 600px;
    background: transparent;
   /*  border-radius: 12px; */
    padding: 20px;
  /*   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);*/
    margin: auto;
  }

  .popup-bio-header {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .popup-bio-img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .popup-bio-title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: white !important;
  }

  .popup-bio-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: white !important;
  position: relative;
  padding-bottom: 6px;
}

.popup-bio-title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #e50914;
  border-radius: 4px;
  animation: underlineGrow 0.6s ease forwards;
}

@keyframes underlineGrow {
  to {
    width: 200px;
  }
}


  .popup-bio-content  {
    font-size: 15px;
    line-height: 1.6;
    color: white !important;
    margin-bottom: 10px; margin-top: 15px;
  }

  @media (max-width: 480px) {
    .popup-bio-container {
      padding: 16px;
    }

    .popup-bio-title h2 {
      font-size: 18px;
    }

    .popup-bio-title h3 {
      font-size: 14px;
    }

    .popup-bio-content p {
      font-size: 14px;
    }
  }

  .show-hover-text::after {
  content: "View Bio";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 3;
}

.show-hover-text:hover::after {
  opacity: 1;
}



.show-labels {
  position: relative;
}

/* Asegura posicionamiento relativo */
.show-labels {
  position: relative;
}

.show-labels::before,
.show-labels::after {
  position: absolute;
  top: 10px;
  color: white;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 50;
  white-space: nowrap;
  pointer-events: none;
}


.investment-stats {
  position: absolute;
   transform: translateY(-10%);
  inset: 0;
  /*background: rgba(0, 0, 0, 0.85);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 60;
  pointer-events: none;
  text-align: center;
}

.show-labels:hover .investment-stats {
  opacity: 1;
}

.stat h1 {
  font-size: 28px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.stat h3 {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  color: #ccc;
  letter-spacing: 0.5px;
  margin-top: 4px;
  text-transform: uppercase;
}

.lqd-fb-style-6 .lqd-fb-content h6 {
   
    opacity: .9;
  
}
.lqd-fb-content h6 {
  margin-bottom: 4px; /* antes tenía mb-3, que es como 1rem */
  line-height: 1.2;
}

.lqd-fb-content h3 {
  line-height: 1.1;
}


.white-form,
.white-form * {
    color: #fff !important;
}

.white-form input::placeholder,
.white-form textarea::placeholder {
    color: black !important;
    opacity: 0.8;
}

.white-form input[type="text"],
.white-form input[type="email"],
.white-form input[type="tel"],
.white-form input[type="number"],
.white-form textarea,
.white-form select {
    border-color: #fff !important;
    background-color: white;
    color: black !important;
    border-radius: 15px;
}

.white-form .gfield-choice-input + label {
    color: #fff !important;
}

.white-form .gform_button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.white-form .gform_button:hover {
    background-color: #1c2d49;
    color: #000;
}
.white-form .gform_next_button,
.white-form #gform_previous_button_22,
.white-form #gform_previous_button_14_21,
.white-form #gform_previous_button_14_22,
.white-form #gform_previous_button_7_22,
.white-form #gform_previous_button_7{
    
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.white-form .gform_next_button:hover,
.white-form #gform_previous_button_22:hover,
.white-form #gform_previous_button_14_21:hover,
.white-form #gform_previous_button_14_22:hover
.white-form #gform_previous_button_7_22:hover
.white-form #gform_previous_button_7:hover{
    background-color: #1c2d49;
    color: #000;
}
.white-form .gform_wrapper.gravity-theme .gform_validation_errors {
    background: #8d0a00;
}

.white-form  .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background:#8d0a00;
}
.iti__country-list,
.iti__country,
.iti__country-name,
.iti__dial-code,
.iti__selected-dial-code{
  color: #000 !important;
}


    .lqd-blog-post-style-4 .lqd-post-header {
    
        border: solid 1px #1c2d49 !important;
        border-radius: 10px !important;
     box-shadow: 31px -24px 47px -19px rgba(0,0,0,0.47);
-webkit-box-shadow: 31px -24px 47px -19px rgba(0,0,0,0.47);
-moz-box-shadow: 31px -24px 47px -19px rgba(0,0,0,0.47);
    }
    
 @media (max-width: 1024px) {
  .iconbox-label {
    display: none !important;
  }
}
/********************* TESTING *********************/

/* Etiquetas superiores personalizadas (sin afectar otros items) */
.acf-pf-img::before,
.acf-pf-img::after {
  position: absolute;
  top: 10px;
  padding: 3px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 10;
  content: '';
}
.acf-pf-img::before {
  content: attr(data-label-left);
  left: 10px;
  background: linear-gradient(135deg, #1c2d49, #3c4f71);
}
.acf-pf-img::after {
  content: attr(data-label-right);
  right: 10px;
  background: #C7202E;
}

/* Hover personalizado con stats */
.acf-investment-stats {
  position: absolute;
  inset: 0;
    background: linear-gradient(
    to bottom,
    rgba(28, 45, 73, 0.8),
    rgba(60, 79, 113, 0.8)
  );
  backdrop-filter: blur(2px);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 5;
  padding: 20px;
  text-align: center;
  pointer-events: none;
}

.acf-pf-img:hover .acf-investment-stats {
  opacity: 1;
}
.acf-investment-stats {
  z-index: 20;
  pointer-events: auto;
}

.acf-investment-stats .stat h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.acf-investment-stats .stat h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.95;
}

/* Oculta el overlay blanco y flecha solo en items personalizados */
.acf-pf-img .lqd-pf-overlay-bg,
.acf-pf-img .lqd-pf-overlay-icon,
.acf-pf-img + .lqd-overlay.lqd-pf-overlay-link {
  display: none !important;
  pointer-events: none !important;
}

/* Oculta el título y categoría por defecto */
.lqd-pf-title,
.lqd-pf-cat {
  display: none !important;
}

/* Footer custom dentro de la imagen */
/* Ocultar el título y categorías por defecto fuera de la imagen */
.lqd-pf-title,
.lqd-pf-cat {
  display: none !important;
}

/* Asegurar estilos correctos dentro del overlay */
.acf-investment-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  color: #fff;
  text-align: left;
  z-index: 5;
}

.acf-investment-footer p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.95;
  color: #fff !important;
}

.acf-investment-footer h2 {
  margin: 5px 0 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.lqd-pf-item .lqd-pf-img.acf-pf-img {
  height: 420px !important;
}

.lqd-pf-item .lqd-pf-img.acf-pf-img img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.lqd-pf-img figure {
  height: 100%;
}

/* Oculta el badge izquierdo si está vacío */
.acf-pf-img:not([data-label-left])::before,
.acf-pf-img[data-label-left=""]::before {
  display: none;
}

/* Oculta el badge derecho si está vacío */
.acf-pf-img:not([data-label-right])::after,
.acf-pf-img[data-label-right=""]::after {
  display: none;
}


/* Fondo general del filtro */
.liquid-filter-items {
  background-color: #1C2D49;
  padding: 10px 20px;
  border-radius: 8px;
}

/* Color del label "Filter" */
.liquid-filter-items-label {
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
}

/* Estilos de los botones del filtro */
ul.filter-list li {
  margin-right: 10px;
  cursor: pointer;
}

ul.filter-list li span {
  display: inline-block;
  padding: 6px 12px;
  background: transparent;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 500;
  transition: background 0.2s ease-in-out;
}

/* Hover */
ul.filter-list li:hover span {
  background: rgba(255, 255, 255, 0.15);
}

/* Activo */
ul.filter-list li.active span {
  background: #ccc;
  color: #1C2D49;
}

@media (max-width: 768px) {
  /* Estilo al contenedor dropdown en mobile */
  .lqd-filter-dropdown {
    background: #1C2D49;
    padding: 1.5rem;
    border-radius: 12px;
  }

  /* Botón del select */
  .lqd-filter-dropdown .ui-selectmenu-button {
    background: #fff !important;
    color: #1C2D49 !important;
    border-radius: 10px !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0.6rem 1rem;
    border: none !important;
    width: 100% !important;
  }

  /* Texto del select */
  .lqd-filter-dropdown .ui-selectmenu-text {
    color: #1C2D49 !important;
  }

  /* Icono dropdown */
  .lqd-filter-dropdown .ui-selectmenu-icon {
    filter: brightness(0.2);
  }

  /* Opciones del menú desplegable */
  .lqd-select-dropdown .ui-menu {
    background: #fff !important;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    overflow: hidden;
  }

  .lqd-select-dropdown .ui-menu .ui-menu-item {
    padding: 10px 15px;
    color: #1C2D49;
  }

  .lqd-select-dropdown .ui-menu .ui-menu-item:hover {
    background: #f1f1f1;
  }
}

