/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.1.0
* Updated	 :	11/22/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/
.feature-image img {height: 150px;width: auto !important;}

.contact-text { text-align: left !important; }

.menu-item strong > a:hover {
    color: #415076 !important;
    cursor: default !important;
}
  
.is-dark .menu-item strong > a:hover {
    color: #fff !important;
    cursor: default !important;
}

.nk-block-contact-s1 { padding: 110px 0; position: relative; display: flex; align-items: center; justify-content: center; /*background: url(/images/contact_form_hex_map.png) no-repeat;*/ background-size: contain; background-position: 50% 50%; }

@media (min-width: 1600px) { .section-t, .section { padding-top: 90px; }
  .section-b, .section { padding-bottom: 90px; }
  .section-t-x, .section-x { padding-top: 90px !important; }
  .section-b-x, .section-x { padding-bottom: 90px !important; } }

@media (min-width: 992px) { .section-connect:before { height: 160px; }
  .section-t, .section { padding-top: 60px; }
  .section-b, .section { padding-bottom: 60px; }
  .section-t-l, .section-l { padding-top: 80px !important; }
  .section-b-l, .section-l { padding-bottom: 80px !important; }
  .section-t-xl { padding-top: 100px !important; } }

.react-loading-skeleton {
  --base-color: #0d42b2 !important;
  --highlight-color: #e0e0e0;
}

.token-sale-info { display: block; font-size: 1.4rem; font-weight: 300; color: #4c98d0; }

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.team-social li a {font-size: 13px;text-align: center;display: inline-block;line-height: 34px;height: 34px;width: 34px;border-radius: 50%;color: #fff !important;background: #1940b0;box-shadow: 0px 2px 15px 0px rgba(35, 60, 201, 0.5);}

.team-photo img {border-radius: 30px;width: 100%;transition: all .4s;}

.contact-icon {height: 38px;width: 38px;font-size: 16px;line-height: 38px;text-align: center;color: #fff;background: #1940b0;box-shadow: 0px 2px 15px 0px rgb(35 62 201 / 50%);border-radius: 50%;margin-right: 15px;flex-shrink: 0;}

.nk-circle-animation.accent-alt:before {border-top-color: #1940b0;border-right-color: #1940b0;}

.nk-circle-animation.accent-alt:after {border-top-color: #1940b0;border-bottom-color: #1940b0;}

@media (min-width: 992px) { .section-head:not([class*=pdb]) {padding-bottom: 10px;}
  .section-head-sm:not([class*=pdb]) { padding-bottom: 40px; }
  .section-head-xs:not([class*=pdb]) { padding-bottom: 25px; }
  .section-head-s2 .title:before { font-size: 90px; }
  .section-head-s2 .title-xl:before { font-size: 124px; } }








  /* Estilo para el botón flotante */
/* Estilo para el botón flotante */
.contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1940b0;
  color: white;
  border: none;
  border-radius: 50%;  /* Asegura que el botón sea redondo */
  width: 60px;  /* Ajustamos el ancho para asegurar que el botón sea proporcional */
  height: 60px;  /* Ajustamos la altura para asegurar que el botón sea proporcional */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;  /* Ajusta el tamaño del ícono dentro del botón */
  cursor: pointer;
  z-index: 9999; /* Asegura que el botón esté encima de otros elementos */
}

/* Estilos del ícono dentro del botón */
.contact-button svg {
  width: 24px;
  height: 24px;
}


/* Estilos del fondo del modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000; /* Asegura que el modal se muestre encima del contenido */
}

/* Estilos del contenido del modal */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 400px; /* Ajusta el tamaño del modal */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilos para los botones dentro del modal */
.modal-content button {
  /*margin-top: 10px;*/
  padding: 10px 15px;
  background-color: #1940b0;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Estilo para los errores de validación */
.error {
  color: red;
  font-size: 12px;
}

/* Estilos para el fondo del modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000; /* Asegura que el modal se muestre encima del contenido */
}

/* Estilos del contenido del modal */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%; /* Ajuste de ancho para pantallas pequeñas */
  max-width: 900px; /* Máximo ancho para pantallas grandes */
  min-height: 400px; /* Altura mínima */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow-y: auto; /* Asegura que el contenido extra sea desplazable */
}

/* Media Queries para pantallas móviles */
@media (max-width: 768px) {
  .modal-content {
    width: 95%; /* Aumenta el ancho en pantallas móviles */
    min-height: 300px; /* Reduce la altura en dispositivos pequeños */
  }
}

/* Media Queries para pantallas extra pequeñas (móviles más pequeños) */
@media (max-width: 480px) {
  .modal-content {
    width: 90%; /* Asegura que el modal ocupe casi todo el ancho de pantallas pequeñas */
    min-height: 250px; /* Aumenta la flexibilidad en pantallas aún más pequeñas */
  }
}


/* Estilo para el ícono de cerrar en la esquina superior izquierda */
.close-button {
  position: absolute;
  top: 15px; /* Mantén la distancia desde la parte superior */
  left: 15px; /* Mueve el ícono a la izquierda */
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10001;  /* Asegúrate de que el ícono de cerrar esté por encima de otros elementos */
}

/* Estilo para el modal */
.modal-content {
  position: relative;  /* Esto es necesario para posicionar el ícono de cerrar */
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%; /* Ajuste de ancho para pantallas pequeñas */
  max-width: 900px; /* Máximo ancho para pantallas grandes */
  min-height: 400px; /* Altura mínima */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow-y: auto; /* Asegura que el contenido extra sea desplazable */
}

/* Estilos del fondo del modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000; /* Asegura que el modal se muestre encima del contenido */
}


@media (min-width: 768px) { .nk-block-img-s2 img {max-width: 80%;}
  .nk-block-ca { padding: 60px; }
  .nk-block-plx { padding: 60px; }
  .plx-screen { width: 160px; bottom: 0; left: 0; }
  .plx-circle-s1 { width: 160px; top: 10px; left: 10px; }
  .plx-polygon-s1 { width: 100px; bottom: 15px; left: 125px; }
  .plx-triangle-s1 { width: 130px; bottom: 0; right: 20px; } }


.nk-block-img {position: relative;text-align: center !important;}

@media (min-width: 992px) { .header-navbar:not(.header-navbar-classic) {height: auto;width: auto;left: 0;}
  .header-main { padding: 20px 0; }
  .header-nav-toggle { display: none; }
  .header-container:not(.container) { padding: 0 25px; }
  .header-container-s1:not(.container) { padding: 0 25px; }
  .header-banner { min-height: 98px; }
  .logo img {height: 25px;}
  .logo-md img { height: 50px; }
  .logo-lg img { height: 60px; } }

@media (min-width: 992px) and (max-width: 1199px) { .logo img {height: 17px;}
  .header-navbar-s1 .menu > .menu-item > a { padding: 20px 4px; font-size: 12px; font-weight: 500; }
  .menu-btns > li { padding: 6px; }
  .menu-btns .btn { font-size: 13px; line-height: 20px; padding: 10px 15px; min-width: 0; }
  .menu-btns .btn.btn-grad { padding: 12px 15px; }
  .menu-btns .btn-md { font-size: 11px; line-height: 19px; padding: 8px 16px; }
  .menu-btns .btn-md.btn-grad { padding: 10px 16px; } }

.menu-s2 > .menu-item > a {font-size: 12px;text-transform: uppercase;font-weight: 500;}

@media (min-width: 1200px) { .menu > .menu-item > a {padding: 20px 5px;}
  .header-navbar-s1 .menu > .menu-item > a { padding: 20px 8.5px; font-size: 12px; font-weight: 500; }
  .menu-s2 > .menu-item > a { padding-left: 7.5px; padding-right: 7.5px; }
  .menu-item.has-sub > a { padding-right: 23px !important; }
  .menu-item.has-sub > a:after { right: 8px; }
  .menu-sub a { padding: 10px 15px; }
  .secondary-menu-link { padding: 20px 45px; } }

.bg-theme-grad {background-image: linear-gradient(to right, #0f2d89 0%, #001744 100%) !important;}

.tc-light .wgs-title { color: #b9d2f4; }

.list-check li:before { position: absolute; top: 0; left: 0; height: 22px; width: 26px; line-height: 26px; padding: 3px 0; color: #4c98d0; font-family: "Font Awesome 5 Free"; font-weight: 700; font-size: 13px; content: '\f111'; transition: all .4s; }

.capabilities-fa-icon { font-size: 3.5rem; color: #1940b0; }

/* Tighter, consistent paragraph line-height across the whole site
   (overrides the theme's global body line-height of 1.86) */
p { line-height: 1.6; }

/* Shrink the header logo on narrow screens so it never pushes the menu
   toggle button to a second line. The theme only sizes it for >=992px
   (.logo img height:36px below that, uncapped for phones). */
.header-logo-img { width: auto; max-width: 100%; }
@media (max-width: 400px) { .header-logo-img { height: 24px !important; } }
@media (min-width: 401px) and (max-width: 575px) { .header-logo-img { height: 28px !important; } }
@media (min-width: 576px) and (max-width: 767px) { .header-logo-img { height: 32px !important; } }
@media (min-width: 768px) and (max-width: 991px) { .header-logo-img { height: 34px !important; } }

/* Remove duplicate top padding between consecutive same-background sections */
.section.bg-light + .section.bg-light,
.section.bg-white + .section.bg-white,
.section.bg-theme-dark + .section.bg-theme-dark { padding-top: 0; }

/* Remove duplicate top padding when CapabilitiesBoxes is followed by a bg-light section */
.section-capabilities-boxes + .section.bg-light { padding-top: 0; }

/* CapabilitiesBoxes section uses the same light background as bg-light */
.section-capabilities-boxes { background-color: #f0f4fd; }

/* ============================================================
   Footer (FooterPages.tsx)
   ============================================================ */
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 2.4fr;
  gap: 2.5rem;
  align-items: start;
}

/* Brand */
.footer-logo { display: inline-block; margin-bottom: 1.25rem; }
.footer-copy { font-size: 0.9rem; line-height: 1.6; opacity: 0.85; margin: 0; }

/* Nav columns */
.footer-title {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.1rem;
  opacity: 0.95;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
/* Reset the theme's global list indentation so links align with the title */
.footer-links li { padding-left: 0; margin: 0; }
.footer-links li:before { display: none; content: none; }
.footer-links a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.82;
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-links a:hover { opacity: 1; transform: translateX(4px); }

/* Press releases */
.footer-news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.1rem;
  gap: 1rem;
}
.footer-news-nav { display: flex; gap: 0.5rem; flex-shrink: 0; }
.footer-news-nav button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  transition: background 0.25s ease, transform 0.25s ease;
}
.footer-news-nav button:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}
.footer-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.footer-news-item {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.footer-news-item:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.footer-news-title { font-size: 0.85rem; font-weight: 600; line-height: 1.35; margin: 0 0 0.35rem; }
.footer-news-excerpt { font-size: 0.75rem; line-height: 1.4; opacity: 0.78; margin: 0 0 0.5rem; }
.footer-news-date { font-size: 0.7rem; opacity: 0.65; }
.footer-news-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}
.footer-news-all {
  color: inherit;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.footer-news-all:hover { opacity: 1; }
.footer-news-page { font-size: 0.75rem; opacity: 0.65; }
.footer-news-empty { font-size: 0.9rem; opacity: 0.8; }

/* Footer responsive */
@media (max-width: 991.98px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-news { grid-column: 1 / -1; }
}
@media (max-width: 575.98px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-news-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Header menu fit (Header.tsx / NavBar.tsx)
   Between 992px and 1199px the container is only 960px wide, so the
   full horizontal menu + logo no longer fit on one row and the menu
   wraps below the logo. The theme only shrinks `.header-navbar-s1`
   in this range; this navbar renders as plain `.header-navbar`, so we
   tighten its link padding/size here to keep it on a single row.
   ============================================================ */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .menu > .menu-item > a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }
  .header-navbar .menu-item.has-sub > a {
    padding-right: 18px !important;
  }
}