body {
  background: #fffefe;
}

/* topbar */
.ha-topbar {
  background: #fffefe;
  border-top: 3px solid #3b2a1f;
  border-bottom: 1px solid #e6e6e6;
  color: #666;
  font-size: 13px;
  line-height: 1;
}

.ha-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
}

.ha-topbar-left,
.ha-topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ha-topbar-right {
  justify-content: flex-end !important;
  flex-wrap: wrap;
}

.ha-topbar a {
  color: #777;
  text-decoration: none;
}
.ha-topbar a:hover {
  color: #444;
}

/* Icon social buttons  */
.ha-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
  color: #fff !important;
  text-decoration: none;
}
.ha-icon-btn i {
  font-size: 14px;
}

/* Link style */
.ha-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666 !important;
  text-decoration: none;
  font-weight: 500;
}
.ha-topbar-link:hover {
  color: #333 !important;
}

.ha-cart-link i,
.ha-topbar-link i {
  color: #7a7a7a;
}

.ha-cart-count {
  color: #777;
  font-weight: 600;
}

/* Cart button */
.ha-topbar .cart-btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #777 !important;
  box-shadow: none !important;
}

#cartItemCount {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 999px;
}

/* Client button */
.ha-client-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
  border: none;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  transition: 0.15s ease;
}
.ha-client-btn:hover {
  background: linear-gradient(135deg, #f4a000 0%, #eb5420 100%);
  transform: translateY(-1px);
}

/* Flags */
.ha-flags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ha-flags img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
}

/* HEADER */
#header .logo-img {
  height: auto;
  width: 250px !important;
}

#header .navbar-brand img {
  max-height: none !important;
  height: 110px !important; /* ajusta aquí */
  width: auto !important;
}

#header .navbar {
  padding-top: 8px;
  padding-bottom: 8px;
}

#header .main-navbar-wrapper {
  border-top: none;
  margin-top: 0;
}

/* FIX: overflow lateral (por 100vw / calc)*/
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* HERO */

/* Hero  */
.ha-hero {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}

/* fondo tal cual */
.ha-hero.background {
  background-image: url("../images/background-form-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding-bottom: 50px;
}

/* Ensancha SOLO el container del hero */
#hero > .container {
  max-width: 1400px !important;
}
@media (min-width: 1400px) {
  #hero > .container {
    max-width: 1560px !important;
  }
}

/* Contenido izquierdo */
.ha-hero-inner {
  width: 100%;
  max-width: 1100px;
  padding: 80px 30px;
  text-align: left !important;
}

/* Eyebrow (si lo usas) */
.ha-hero-eyebrow {
  display: block;
  width: 100%;
  margin: 0 auto 0 auto;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #f09000;
  text-align: center !important;
}

/* Título (tu versión final era la de 35px left) */
.ha-hero-title {
  text-align: left !important;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 30px;
  margin: 0 0 7px 0;
  color: #1f1f1f;
}

/* Lista */
.ha-hero-list {
  text-align: left !important;
  list-style: disc;
  padding-left: 20px;
  font-size: 18px;
  color: #555;
  padding-bottom: 30px;
}
.ha-hero-list li {
  margin-bottom: 10px;
}

/* CTA */
.ha-hero-cta {
  display: flex;
  justify-content: left !important;
  text-align: center !important;
  gap: 24px;
}

/* Botones (unificados sin duplicados) */
.ha-btn-primary {
  background: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
  border: none !important;
  color: #fff !important;
  padding: 12px 26px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.ha-btn-primary:hover {
  background: linear-gradient(135deg, #f4a000 0%, #eb5420 100%);
  color: #fff !important;
  transform: translateY(-1px);
}

.ha-btn-outline {
  border: 2px solid #f28c00;
  color: #f28c00;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  background: transparent;
}

.ha-btn-outline:hover {
  background-color: #f28c00;
  color: #fff;
}

/* Imagen hero */
.ha-hero-img {
  border-radius: 30px;
  max-width: 520px;
}

/* Responsive hero */
@media (max-width: 768px) {
  .ha-hero {
    min-height: 440px;
  }

  .ha-hero-inner {
    padding: 60px 18px;
  }

  .ha-hero-cta {
    justify-content: flex-start !important;
    gap: 12px;
  }
}

/* =========================================================
   DOMAIN SEARCH (domain-search.tpl)
   ========================================================= */
.home-domain-search {
  background: #ffffff;
  padding: 0; /* el p-5 ya mete padding */
}

.home-domain-search h2 {
  font-weight: 900;
  color: #1f1f1f;
  margin-bottom: 18px;
}

.home-domain-search .input-group-wrapper {
  max-width: 980px;
  border: none !important;
  margin: 0 auto;
  border-radius: 30px;
}

.home-domain-search .input-group {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  overflow: hidden;
  flex-wrap: wrap; /* ✅ evita desborde en mobile */
}

.home-domain-search .form-control {
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  box-shadow: none !important;
  font-size: 14px;
  padding-left: 16px;
  color: #1f1f1f;
  min-width: 0; /* ✅ clave para no desbordar */
}

.home-domain-search .form-control::placeholder {
  color: #9aa3ad;
}

.home-domain-search .input-group-append {
  display: flex;
}

.home-domain-search .input-group .btn {
  height: 52px;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 800;
  padding: 0 18px;
  box-shadow: none !important;
  transition:
    transform 0.15s ease,
    filter 0.15s ease;
}

/* Search */
.home-domain-search #btnDomainSearch,
.home-domain-search #btnDomainSearch2 {
  background: linear-gradient(135deg, #eb5420 0%, #f4a000 100%);
  color: #fff !important;
  margin: 5px !important;
  padding: 5px 26px;
}

.home-domain-search #btnDomainSearch:hover,
.home-domain-search #btnDomainSearch2:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

/* Transfer */
.home-domain-search #btnTransfer,
.home-domain-search #btnTransfer2 {
  border: 2px solid #f28c00 !important;
  color: #f28c00;
  padding: 5px 26px;
  border-radius: 30px;
  font-weight: 600;
  background: transparent;
}

.home-domain-search #btnTransfer:hover,
.home-domain-search #btnTransfer2:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
  background-color: #f28c00;
  color: #fff;
}

.home-domain-search #btnTransfer {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.25) !important;
}

.home-domain-search .form-control:focus {
  outline: none;
}

.home-domain-search .input-group:focus-within {
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.1),
    0 0 0 3px rgba(7, 120, 212, 0.14);
}

.home-domain-search .btn-link {
  color: #f28c00;
  font-weight: 700;
}
.home-domain-search .btn-link:hover {
  color: #f28c00;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .home-domain-search .input-group {
    border-radius: 10px;
  }

  .home-domain-search .row.d-sm-none .btn {
    height: 48px;
    font-weight: 800;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  }
}

/* diff section */
.bg-diff-section {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  background: url("../images/background-form-1.png") no-repeat;
}

.ha-diff-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
  background-size: contain;
  z-index: 0;
}

.bg-diff-section .container {
  position: relative;
  z-index: 2;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ha-diff-title {
  font-size: 36px;
  font-weight: 700;
}

.ha-diff-img {
  border-radius: 0;
  max-width: 80% !important;
  margin-right: 30px !important;
}

.ha-diff-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.ha-diff-card h5 {
  color: #eb5420;
  font-weight: 600;
  margin-bottom: 10px;
}

.ha-diff-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

.ha-diff-card:hover {
  transform: translateY(-5px);
}

/* services section */
.ha-services-section {
  background: url("../images/background-image-3.png") center center no-repeat;
  background-size: cover;
  position: relative;
}

.ha-services-title {
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

.ha-services-subtitle {
  font-size: 20px;
  color: #444;
  max-width: 750px;
  margin: 0 auto;
}

.ha-service-card {
  background: #fff;
  padding: 45px 30px;
  border-radius: 20px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}
.ha-service-card:hover {
  transform: translateY(-8px);
}

/* Unificado: icon circle (antes estaba duplicado y con align-items:left) */
.ha-service-icon {
  width: 80px;
  height: 80px;
  background: #f28c00;
  border-radius: 50%;
  display: flex;
  align-items: center; /* FIX */
  justify-content: center;
  margin: 0 auto 25px;
}

.ha-service-icon img {
  width: 26px;
}

.ha-service-icon i {
  font-size: 45px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.ha-service-card:hover .ha-service-icon i {
  transform: translateY(-5px);
  opacity: 0.8;
}

.ha-service-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.ha-service-card p {
  color: #444;
  font-size: 16px;
  margin-bottom: 25px;
}

.ha-service-btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(160deg, #eb5420 0%, #f4a000 100%);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
.ha-service-btn:hover {
  background: linear-gradient(135deg, #f4a000 0%, #eb5420 100%);
  color: #fff;
}

/* PRODUCTS / SERVICES  */
.explore-services {
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #1f1f1f;
  margin: 30px 0 18px 0 !important;
}

.card-columns.home {
  column-count: initial !important;
  column-gap: initial !important; /* FIX: antes había "4" sin unidad */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
  max-width: 1150px;
  margin: 10px 10px 40px 10px;
  padding: 0 18px;
}

.card-columns.home .card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  overflow: hidden;
  margin: 0; /* FIX: antes había margin 10px duplicado */
}

.card-columns.home .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(7, 120, 212, 0.18);
}

.card-columns.home .card .card-body {
  padding: 28px 22px !important;
}

.card-columns.home .card .card-title {
  font-size: 22px;
  font-weight: 800;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.card-columns.home .card p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.card-columns.home .btn.btn-outline-primary {
  border: 0 !important;
  background: #0778d4 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 0;
  padding: 11px 14px;
  box-shadow: 0 10px 22px rgba(240, 144, 0, 0.25);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.card-columns.home .btn.btn-outline-primary:hover {
  background: #d97f00 !important;
  box-shadow: 0 14px 30px rgba(240, 144, 0, 0.3);
  transform: translateY(-1px);
}

.card-columns.home .btn.btn-outline-primary:focus,
.card-columns.home .btn.btn-outline-primary:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(7, 120, 212, 0.25),
    0 12px 26px rgba(240, 144, 0, 0.25);
}

@media (max-width: 992px) {
  .card-columns.home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 576px) {
  .card-columns.home {
    grid-template-columns: 1fr;
  }
}

/* forms */
.contact-form {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* breadcumb */
.master-breadcrumb {
  padding: 12px 0;
  background: #fff !important;
}

.master-breadcrumb .container {
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ha-breadcrumb-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
}

.ha-breadcrumb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ha-breadcrumb-icon i {
  line-height: 1;
  font-size: 14px;
}

.ha-breadcrumb-links {
  background: transparent !important;
  display: flex;
  align-items: center;
}

.ha-breadcrumb-links .breadcrumb {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ha-breadcrumb-links .breadcrumb li,
.ha-breadcrumb-links .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.ha-breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 8px;
  color: #9aa3ad;
}

/* footer */
#footer,
.ha-footer {
  background: #121416;
  color: rgba(255, 255, 255, 0.72);
  padding: 55px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ha-footer-top {
  padding-bottom: 22px;
}
.ha-footer-col {
  margin-bottom: 22px;
}

.ha-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.ha-footer-logo {
  width: 250px !important;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.ha-footer-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.2px;
}
.ha-footer-title span {
  color: #b9b9b9;
  font-weight: 700;
}

.ha-footer-desc {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 360px;
}

.ha-footer-social {
  display: flex;
  gap: 12px;
}

.ha-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}
.ha-social-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ha-footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 16px;
}

.ha-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ha-footer-links li {
  margin: 10px 0;
}

.ha-footer-links a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 16px;
}
.ha-footer-links a:hover {
  color: #fff;
}

.ha-footer-locale-btn {
  margin-top: 18px;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ha-footer-locale-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ha-footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 18px 0;
}

.ha-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 6px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
}

.ha-footer-right {
  text-align: right;
}

@media (max-width: 991px) {
  .ha-footer-desc {
    max-width: 100%;
  }
  .ha-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .ha-footer-right {
    text-align: left;
  }
}

/* why us */
.ha-whyus {
  background: #fff;
  padding: 70px 0;
}

.ha-whyus-title {
  font-size: 34px;
  font-weight: 700;
  color: #2d2d2d;
  text-align: center;
  margin: 0 0 12px 0;
  letter-spacing: -0.3px;
}

.ha-whyus-sub {
  text-align: center;
  color: #4f4f4f;
  font-weight: 800;
  font-size: 15px;
  max-width: 720px;
  margin: 0 auto 34px auto;
  line-height: 1.6;
}

.ha-whyus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ha-whyus-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 26px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

.ha-whyus-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(240, 144, 0, 0.25),
    rgba(7, 120, 212, 0)
  );
  opacity: 0.9;
}

.ha-whyus-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.1);
  border-color: rgba(7, 120, 212, 0.18);
}

.ha-whyus-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(240, 144, 0, 0.1);
  border: 1px solid rgba(240, 144, 0, 0.25);
}

.ha-whyus-ico i {
  font-size: 20px;
  color: #f09000;
  line-height: 1;
}

.ha-whyus-card-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #1f1f1f;
}

.ha-whyus-card p {
  margin: 0;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .ha-whyus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .ha-whyus {
    padding: 55px 0;
  }

  .ha-whyus-title {
    font-size: 28px;
  }

  .ha-whyus-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* faq */
.ha-faq-badge {
  padding: 6px 18px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  background: #fff;
}

.ha-faq-title {
  font-size: 40px;
  font-weight: 800 !important;
}

.ha-faq-wrapper {
  max-width: 800px;
}

.ha-faq-item {
  background: #f8f8f8;
  border-radius: 40px;
  margin-bottom: 18px;
  padding: 20px 25px;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}

.ha-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.ha-faq-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}

.ha-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    margin-top 0.3s ease;
  margin-top: 0;
  color: #333;
}

.ha-faq-item.active {
  border-radius: 25px;
}

.ha-faq-item.active .ha-faq-answer {
  max-height: 500px;
  margin-top: 15px;
}

.ha-faq-item.active .ha-faq-icon {
  transform: rotate(45deg);
}

/* partners */
.ha-partners a img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.ha-partners a img:hover {
  filter: grayscale(0%);
}

/* Carousel */
.ha-partners .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ha-partners .swiper-slide img {
  max-height: auto;
  max-width: 200px;
  object-fit: contain;
}

/* Desktop logos */
.ha-partners-row a img {
  max-height: 60px;
}

.php img {
  max-width: 80px !important;
}

@media (max-width: 767px) {
  .ha-partners-row {
    justify-content: center;
  }
  .ha-partners-row img {
    height: 30px;
  }
}

/* language dropdown */
.ha-language-dropdown {
  position: relative;
}

.ha-language-dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  box-shadow: none;
}

.ha-language-dropdown .dropdown-toggle:focus,
.ha-language-dropdown .dropdown-toggle:active {
  outline: none;
  box-shadow: none;
}

.ha-language-dropdown .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}

.ha-language-dropdown .dropdown-menu {
  background: #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 6px 0;
  min-width: 140px;
  margin-top: 10px;
}

.ha-language-dropdown .dropdown-item {
  color: #ddd;
  font-size: 14px;
  padding: 8px 15px;
  transition: all 0.2s ease;
}

.ha-language-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.ha-language-dropdown .dropdown-item:active {
  background: rgba(255, 255, 255, 0.08);
}

@media (min-width: 1200px) {
  #hero > .container,
  .bg-diff-section .container,
  .ha-services-section > .container,
  .ha-faq-section > .container,
  .ha-partners > .container {
    max-width: 1400px !important;
  }
}

@media (min-width: 1400px) {
  #hero > .container,
  .bg-diff-section .container,
  .ha-services-section > .container,
  .ha-faq-section > .container,
  .ha-partners > .container {
    max-width: 1560px !important;
  }
}

/* Contact */

.contact-form.card {
  border-radius: 28px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden;
  background: #fff;
}

.contact-form .card-body.extra-padding {
  padding: 28px !important;
}

/* Head */
.contact-form h6.h3 {
  font-weight: 950 !important;
  letter-spacing: -0.02em;
  color: #111;
}

.contact-form .text-muted {
  color: #666 !important;
}

/* Labels + spacing */
.contact-form .col-form-label {
  font-weight: 850;
  color: #111;
}

/* Inputs premium */
.contact-form .form-control {
  border-radius: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: none !important;
  height: 48px;
  padding: 10px 14px;
}

.contact-form textarea.form-control {
  height: auto;
  min-height: 100px;
  padding: 12px 14px;
}

.contact-form .form-control:focus {
  border-color: rgba(242, 140, 0, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(242, 140, 0, 0.12) !important;
}

/* Button premium (si tienes --ha-grad, lo usa; si no, cae a color) */
.contact-form .btn.btn-primary {
  border-radius: 999px !important;
  font-weight: 900 !important;
  padding: 12px 18px !important;
  border: 0 !important;
  background: #eb5420 !important;
  box-shadow: 0 14px 28px rgba(235, 84, 32, 0.18) !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.contact-form .btn.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(235, 84, 32, 0.22) !important;
  filter: brightness(1.02);
}

/*  Google Maps  */
.contact-form .ha-map-fullbleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  margin-top: 22px;
  overflow: hidden;
}

/* grayscale */
.contact-form .ha-map-fullbleed iframe {
  display: block;
  width: 100%;
  height: 480px;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-form .card-body.extra-padding {
    padding: 18px !important;
  }
  .contact-form .col-form-label {
    text-align: left !important;
  }
  .contact-form .ha-map-fullbleed iframe {
    height: 360px;
  }
}

/* He ampliado container de whmcs para reducir espacio en blanco a los costados */
@media (min-width: 1600px) {
  .container {
    max-width: 80% !important;
  }
}
