h3 a {
  text-decoration: none;
}

.icons.ico-name input,
.icons.ico-email input,
.icons.ico-phone input,
.icons.ico-other input {
  background-image: none !important;
}

.icons.ico-service select,
.icons.ico-comment textarea {
  padding-left: 45px !important;
}

.icons.ico-name,
.icons.ico-email,
.icons.ico-phone,
.icons.ico-service,
.icons.ico-other,
.icons.ico-comment {
  position: relative;
}

.icons.ico-name::after,
.icons.ico-email::after,
.icons.ico-phone::after,
.icons.ico-service::after,
.icons.ico-other::after,
.icons.ico-comment::after {
  display: block;
  content: "\f007";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  font-family: "FontAwesome";
  color: #a3a3a3;
}

.icons.ico-email::after {
  content: "\f0e0";
}

.icons.ico-phone::after {
  content: "\f095";
}

.icons.ico-service::after {
  content: "\f03a";
}

.icons.ico-other::after {
  content: "\f067";
}

.icons.ico-comment::after {
  content: "\f27a";
  top: 18px;
}

.language-translator {
  display: none;
}

.panel-onthispage {
  background-color: #f5f5f5;
  width: 100%;
}

.panel-onthispage .panel-body {
  padding: 25px;
}

.panel-onthispage span.h3 {
  font-size: 22px;
}

.panel-onthispage ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.panel-onthispage li {
  list-style-type: none !important;
  line-height: 36px;
}

.panel-onthispage li:before {
  content: "\f058";
  font-family: "fontAwesome";
  margin-right: 10px;
  color: var(--orange-500);
}

.posts-box .panel-heading {
  background-color: var(--blue-700);
  color: #fff;
}

.posts-box .panel-left {
  margin-bottom: 20px;
}

.posts-box .panel-left h4 a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.posts-box .panel-right li:before {
  content: "\f058";
  font-family: "fontAwesome";
  margin-right: 10px;
  color: var(--orange-500);
}

.posts-box .panel-right li {
  margin-bottom: 30px;
}

.posts-box .panel-right li h4 {
  display: inline;
}

.posts-box .panel-right li h4 a {
  text-decoration: none;
  font-weight: 600;
}

blockquote {
  margin: 1em 0;
  border-left: 7px solid var(--orange-500);
  background: var(--bg-secondary);
  border-bottom: 0;
  padding: 1.7em 3.5em 1.5em;
  font-size: 1.2em;
  font-weight: 300;
  position: relative;
}

blockquote::before {
  content: "“";
  font-size: 4.5em;
  line-height: 0;
  top: 55px;
  left: 10px;
  color: var(--orange-500);
  position: absolute;
}

.flexbase {
  display: flex;
  row-gap: 1rem;
  column-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.flexbase.neworder {
  row-gap: 4rem;
  column-gap: 4rem;
  align-items: stretch;
  justify-content: start;
}

.flexbase.neworder > .box-content {
  width: calc(33.3% - 3rem);
  background: #f4f4f4;
  border-radius: 8px;
  box-shadow: 0 0 3px #999;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: start;
  align-items: stretch;
  transition: all 0.25s ease-out;
}

.flexbase.neworder > .box-content .img {
  overflow: hidden;
}

.flexbase.neworder > .box-content .img img {
  object-fit: cover;
  width: 100%;
  min-height: 200px;
  height: auto;
  transition: all 0.25s ease-out;
}

.flexbase.neworder > .box-content .cont {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex: 1;
}

.flexbase.neworder > .box-content .cont h3 {
  font-size: 130%;
}

.entry-content .feature-small-contact-form {
  margin: 0;
  padding: 0 0 30px;
}

.home .feature-small-contact-form {
  margin: 0 auto !important;
  background: transparent !important;
}

/* topper searchbox */
.topper-searchbox-theme {
  display: block;
  width: 100%;
  background-color: #333;
  padding: 20px;
  position: relative;
  margin-top: -77px;
  transition: all 0.35s ease-out;
}

.topper-searchbox-theme.active {
  margin-top: 0px;
}

.topper-searchbox-theme > form {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 700px;
  flex-direction: row;
  gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.topper-searchbox-theme > form button {
  border: 0;
  padding: 4px 11px 3px;
}

.topper-searchbox-theme > form input[type="search"],
.topper-searchbox-theme > form input[type="text"],
.topper-searchbox-theme > form > div {
  width: 100%;
  display: block;
  line-height: normal !important;
}

.open-close-searchbox {
  cursor: pointer;
  display: block;
  margin-right: 3rem !important;
}

.open-close-searchbox i {
  color: var(--orange-500);
}

/* for header and sub-menu visibility */
header.site-header[data-wpr-lazyrender="1"] {
  content-visibility: inherit !important;
}

.menu-toggle span {
  background-color: var(--orange-500);
}

/* END - topper searchbox */

@media only screen and (min-width: 1025px) {
  .site-header.sticky {
    top: 0;
  }

  .site-header.sticky .open-close-searchbox {
    display: none;
  }

  /* topper searchbox */
  .topper-searchbox-theme {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* END - topper searchbox */
}

@media only screen and (max-width: 1024px) {
  section.box-content {
    width: 45% !important;
  }
}

@media only screen and (max-width: 700px) {
  section.box-content {
    width: 100% !important;
  }
}

/* CUSTOM CSS BY LEO */

/* ========== RESET & BASE ========== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* ============================================ */
  /* NAVY → SOLO TEXTOS (títulos, subtítulos, body oscuro) */
  /* ============================================ */
  --navy-950: #1A2D4F;
  --navy-900: #22396A;
  --navy-800: #2C4A7A;
  --navy-700: #3D5C8E;
  /* Tonos claros (legacy refs, ahora alineados con escala blue) */
  --navy-600: #5478AC;
  --navy-500: #6E92C4;
  --navy-400: #8FAED4;
  --navy-300: #ADC3E0;
  --navy-200: #C7D5E8;
  --navy-100: #E2EAF4;
  --navy-50:  #F1F5FA;

  /* ============================================ */
  /* BLUE → BOXES, HERO, BOTONES, FONDOS GRANDES */
  /* ============================================ */
  --blue-800: #173E6E;
  --blue-700: #1F4E85;
  --blue-600: #2B62A3;   /* ★ Pivote — hero, btn-primary, featured-cta */
  --blue-500: #4178B8;
  --blue-400: #6E97CA;
  --blue-300: #7385B7;   /* ★ Del flyer — blobs, acentos */
  --blue-200: #ADC1DD;
  --blue-100: #CCD2EA;   /* ★ Del flyer — fondo iconos */
  --blue-50:  #E2EAF4;

  /* ============================================ */
  /* ORANGE → ACENTO PRINCIPAL (reemplaza GOLD) */
  /* ============================================ */
  --orange-900: #7C4416;
  --orange-800: #A1581E;
  --orange-700: #D17628;
  --orange-600: #EE8E2C;
  --orange-500: #FAA43D;   /* ★ Pivote — CTA, btn-orange */
  --orange-400: #FCB965;
  --orange-300: #FCCB8A;
  --orange-200: #FDDDB1;
  --orange-100: #FEEDD3;
  --orange-50:  #FEF7EC;

  /* Aliases legacy (retrocompat por si algún bloque Gutenberg referencia gold) */
  --gold-600: var(--orange-600);
  --gold-500: var(--orange-500);
  --gold-400: var(--orange-400);
  --gold-300: var(--orange-300);
  --gold-200: var(--orange-200);
  --gold-100: var(--orange-100);
  --gold-50:  var(--orange-50);

  /* ============================================ */
  /* CORAL → solo decorativo (iconos puntuales) */
  /* ============================================ */
  --coral-500: #DD8654;
  --coral-400: #E89B6E;
  --coral-300: #F0B591;
  --coral-200: #F7D0B7;
  --coral-100: #FCE5D6;

  /* ============================================ */
  /* SAGE → solo decorativo (iconos puntuales) */
  /* ============================================ */
  --sage-500: #92A664;
  --sage-400: #A8B97A;
  --sage-300: #BCC994;
  --sage-200: #D2DCB5;
  --sage-100: #E8EDD6;

  /* Neutrals */
  --gray-950: #0a0a0a;
  --gray-900: #171717;
  --gray-800: #262626;
  --gray-700: #404040;
  --gray-600: #525252;
  --gray-500: #737373;
  --gray-400: #a3a3a3;
  --gray-300: #d4d4d4;
  --gray-200: #e5e5e5;
  --gray-100: #f5f5f5;
  --gray-50: #fafafa;
  --white: #ffffff;

  /* Semantic */
  --bg-primary:   #FFFCF5;   /* crema apenas perceptible (era #ffffff) */
  --bg-secondary: #FAF3E4;   /* crema cálido (era #fafafa) */
  --bg-tertiary:  #F5EFDF;   /* tercer nivel para alternar */
  --text-primary: var(--navy-950);
  --text-secondary: var(--gray-600);
  --accent: var(--orange-500);
  --accent-hover: var(--orange-600);

  /* Fonts */
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "Plus Jakarta Sans", -apple-system, sans-serif;

  /* Spacing */
  --section-padding: 100px 0;
  --container-width: 1400px;
  --container-padding: 0 24px;

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(26, 45, 79, 0.06);
  --shadow-md: 0 4px 16px rgba(26, 45, 79, 0.08);
  --shadow-lg: 0 12px 40px rgba(43, 98, 163, 0.12);
  --shadow-xl: 0 20px 60px rgba(43, 98, 163, 0.16);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--bg-primary);
  overflow-x: hidden;
}

html,
body {
  font-size: 16px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-fast);
}

ul {
  list-style: none;
}

em {
  font-style: italic;
  color: var(--accent);
}

/* ========== UTILITY ========== */
.section-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--container-padding);
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}

.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange-500);
  background: var(--orange-50);
  border: 1px solid var(--orange-200);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.section-tag-light {
  color: var(--orange-300);
  background: rgba(250, 164, 61, 0.12);
  border-color: rgba(250, 164, 61, 0.25);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--navy-900);
  margin-bottom: 16px;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-base);
  border: 2px solid transparent;
  white-space: nowrap;
}

.site-inner .btn-primary,
.btn-primary {
  background: var(--blue-600);
  color: var(--white);
  border-color: var(--blue-600);
}

.site-inner .btn-primary:hover,
.btn-primary:hover {
  background: var(--blue-700);
  border-color: var(--blue-700);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.site-inner .btn-outline,
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.site-inner .btn-outline:hover,
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

.site-inner .btn-dark,
.btn-outline.btn-dark {
  color: var(--navy-800);
  border-color: var(--navy-200);
}

.site-inner .btn-dark:hover,
.btn-outline.btn-dark:hover {
  background: var(--navy-50);
  border-color: var(--navy-400);
}

.site-inner .btn-orange,
.btn-orange,
.site-inner .btn-gold,
.btn-gold {
  background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
  color: var(--navy-950);
  font-weight: 700;
}

.site-inner .btn-orange:hover,
.btn-orange:hover,
.site-inner .btn-gold:hover,
.btn-gold:hover {
  background: linear-gradient(135deg, var(--orange-600), var(--orange-500));
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(250, 164, 61, 0.4);
}

.site-inner .btn-blue,
.btn-blue {
  background: var(--blue-600);
  color: #ffffff;
  font-weight: 700;
}

.site-inner .btn-bluehover,
.btn-blue:hover {
  background: var(--blue-700);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(43, 98, 163, 0.35);
}

.btn-large {
  padding: 18px 36px;
  font-size: 1.1rem;
  border-radius: var(--radius-lg);
}

.btn-icon {
  font-size: 1.2em;
}

.btn-arrow {
  transition: transform var(--transition-fast);
}

.btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* ========== NAVBAR ========== */
/* Estado base: siempre con look "scrolled" (fondo claro translúcido, textos navy)
   La animación al hacer scroll solo compacta el padding 16px → 10px */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
}

.navbar.scrolled {
  padding: 10px 0;
}

.nav-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--container-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  z-index: 1001;
}

.nav-logo-img {
  height: 50px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 32px;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--navy-800);
  transition: color var(--transition-fast);
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange-500);
  transition: width var(--transition-base);
}

.nav-links a:hover {
  color: var(--blue-700);
}

.nav-links a:hover::after {
  width: 100%;
}

.navbar.scrolled .nav-links a {
  color: var(--navy-800);
}

.navbar.scrolled .nav-links a:hover {
  color: var(--blue-700);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-400));
  border: 1px solid transparent;
  padding: 8px 18px;
  border-radius: 100px;
  font-weight: 700;
  transition: all var(--transition-base);
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--orange-600), var(--orange-500));
  color: var(--navy-950);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(250, 164, 61, 0.35);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy-900);
  border-radius: 2px;
  transition: all var(--transition-base);
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
    165deg,
    var(--blue-700) 0%,
    var(--blue-600) 50%,
    var(--blue-500) 100%
  );
  overflow: hidden;
  padding: 120px 0 80px;
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.12;
}

.shape-1 {
  width: 700px;
  height: 700px;
  background: var(--blue-100);
  top: -200px;
  right: -200px;
}

.shape-2 {
  width: 500px;
  height: 500px;
  background: var(--orange-400);
  bottom: -150px;
  left: -100px;
  opacity: 0.10;
}

.shape-3 {
  width: 300px;
  height: 300px;
  background: var(--blue-300);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.18;
}

.hero-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--container-padding);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange-400);
  background: rgba(250, 164, 61, 0.12);
  border: 1px solid rgba(250, 164, 61, 0.25);
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 24px;
}

.title-accent {
  color: var(--orange-400);
  font-style: italic;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
}

.trust-avatars {
  display: flex;
}

.trust-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--blue-700);
  margin-right: -10px;
  object-fit: cover;
}

.trust-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.trust-text strong {
  color: var(--orange-400);
}

/* Hero Visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.hero-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.hero-card {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 6s ease-in-out infinite;
}

.hero-card-1 {
  top: 60px;
  left: -40px;
}

.hero-card-1 .card-icon {
  font-size: 1.4rem;
  color: var(--orange-500);
}

.hero-card-1 strong {
  display: block;
  font-size: 0.9rem;
  color: var(--navy-900);
}

.hero-card-1 small {
  font-size: 0.78rem;
  color: var(--gray-500);
}

.hero-card-2 {
  bottom: 100px;
  right: -30px;
  flex-direction: column;
  text-align: center;
  animation-delay: 3s;
}

.card-icon-big {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--navy-800);
  line-height: 1;
}

.hero-card-2 small {
  font-size: 0.75rem;
  color: var(--gray-500);
  max-width: 120px;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* ========== HERO SLIDER ========== */
.hero-slider {
  width: 100%;
  height: 100%;
}

.hero-slider .swiper-slide {
  opacity: 0 !important;
}

.hero-slider .swiper-slide-active {
  opacity: 1 !important;
}

.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.hero-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--orange-400);
}

/* ========== STATS BAR ========== */
.stats-bar {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  position: relative;
  z-index: 10;
}

.stats-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--navy-800);
  line-height: 1;
}

.stat-suffix {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--orange-500);
}

.stat-label {
  display: block;
  font-size: 0.85rem;
  color: var(--gray-500);
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--gray-200);
}

/* ========== SERVICES ========== */
.services {
  padding: var(--section-padding);
  background: var(--bg-secondary);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: all var(--transition-slow);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange-500), var(--orange-300));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-slow);
}

.service-card:hover {
  border-color: var(--orange-200);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--blue-100);
  color: var(--blue-700);
  border-radius: var(--radius-md);
  margin-bottom: 24px;
  transition: all var(--transition-base);
}

.service-card:hover .service-icon {
  background: var(--blue-700);
  color: var(--orange-400);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy-900);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.92rem;
  color: var(--gray-500);
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy-700);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-link span {
  transition: transform var(--transition-fast);
}

.service-link:hover {
  color: var(--orange-600);
}

.service-link:hover span {
  transform: translateX(4px);
}

/* ========== FEATURED CTA ========== */
.featured-cta {
  padding: var(--section-padding);
  background: var(--blue-700);
  overflow: hidden;
}

.featured-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--container-padding);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.featured-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.featured-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
}

.featured-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 32px;
}

.featured-list {
  margin-bottom: 36px;
}

.featured-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}

.check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(250, 164, 61, 0.18);
  color: var(--orange-400);
  border-radius: 50%;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.entry-meta {
    font-size: 80%;
}

.continue-reading {
    font-weight: 600;
    text-decoration: underline;
}

/* ========== ARTICLES ========== */
.articles {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}

.article-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-slow);
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--orange-200);
}

.article-featured {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.article-image {
  position: relative;
  overflow: hidden;
}

.article-featured .article-image {
  height: 320px;
}

.article-card:not(.article-featured) .article-image {
  height: 180px;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-category {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
  background: var(--blue-600);
  padding: 5px 12px;
  border-radius: 100px;
}

.article-body {
  padding: 24px;
}

.article-date {
  font-size: 0.8rem;
  color: var(--gray-400);
  display: block;
  margin-bottom: 8px;
}

.article-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy-900);
  line-height: 1.35;
  margin-bottom: 12px;
}

.article-featured .article-title {
  font-size: 1.4rem;
}

.article-excerpt {
  font-size: 0.9rem;
  color: var(--gray-500);
  line-height: 1.6;
  margin-bottom: 16px;
}

.article-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy-700);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-link:hover {
  color: var(--orange-600);
}

.article-link span {
  transition: transform var(--transition-fast);
}

.article-link:hover span {
  transform: translateX(4px);
}

.articles-more {
  text-align: center;
  margin-top: 48px;
}

/* ========== TESTIMONIALS ========== */
.testimonials {
  padding: var(--section-padding);
  background: var(--bg-secondary);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: all var(--transition-slow);
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.testimonial-stars {
  color: var(--orange-500);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1rem;
  color: var(--gray-700);
  line-height: 1.7;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author strong {
  display: block;
  font-size: 0.9rem;
  color: var(--navy-900);
}

.testimonial-author small {
  font-size: 0.8rem;
  color: var(--gray-400);
}

/* ========== FINAL CTA ========== */
.final-cta {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(165deg, var(--blue-700) 0%, var(--blue-600) 100%);
  overflow: hidden;
  text-align: center;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.cta-shape-1 {
  width: 600px;
  height: 600px;
  top: -200px;
  left: -200px;
  background: var(--blue-100);
}

.cta-shape-2 {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: -100px;
  background: var(--orange-400);
  opacity: 0.12;
}

.final-cta-container {
  max-width: 700px;
  margin: 0 auto;
  padding: var(--container-padding);
  position: relative;
  z-index: 1;
}

.final-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
}

.final-cta-title span {
  color: var(--orange-400);
  font-style: italic;
}

.final-cta-text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 40px;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.final-cta-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.35);
}

/* ========== FOOTER ========== */
.footer {
  background: var(--blue-700);
  color: rgba(255, 255, 255, 1);
  padding-top: 80px;
}

.footer-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--container-padding);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-logo-img {
  height: 55px;
  width: auto;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  transition: all var(--transition-base);
}

.footer-social a:hover {
  background: var(--orange-500);
  color: var(--navy-950);
}

.footer-links-group h4,
.footer-contact h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 20px;
}

.footer-links-group li {
  margin-bottom: 10px;
}

.footer-links-group a {
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.footer-links-group a:hover {
  color: var(--orange-400);
}

.footer-contact p {
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.footer-phone {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--orange-400);
}

.footer-phone:hover {
  color: var(--orange-300);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  font-size: 0.82rem;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  font-size: 0.82rem;
  transition: color var(--transition-fast);
}

.footer-legal a:hover {
  color: var(--orange-400);
}

.footer-disclaimer {
  padding: 24px 0;
}

.footer-disclaimer p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* ========== SCROLL ANIMATIONS ========== */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

.nav-search {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  color: var(--blue-700);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.3s ease,
    transform 0.2s ease;
  outline: 0;
}

.nav-search:hover {
  transform: scale(1.1);
  color: var(--blue-600);
}

.nav-search:focus {
  outline: 2px solid var(--blue-700);
  outline-offset: 2px;
}

/* ========== RESPONSIVE ========== */

/* Tablet */
@media (max-width: 1024px) {
  :root {
    --section-padding: 80px 0;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--blue-700);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-image {
    height: 400px;
  }

  .hero-card-1 {
    left: 0;
  }

  .hero-card-2 {
    right: 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .featured-img {
    height: 360px;
  }

  .articles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-featured {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-brand {
    grid-column: 1 / span 2;
  }
}

/* Mobile */
@media (max-width: 640px) {
  :root {
    --section-padding: 64px 0;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding: 100px 0 60px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-visual {
    display: none;
  }

  .stats-container {
    flex-wrap: wrap;
    gap: 24px;
  }

  .stat-divider {
    display: none;
  }

  .stat-item {
    flex: 1 1 40%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .article-featured {
    grid-column: auto;
  }

  .featured-img {
    height: 280px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

/* Extras */
@media only screen and (max-width: 1024px) {
  body:not(.home) .site-inner {
    padding-top: 5rem;
  }
}

body:not(.home) {
  background-color: var(--bg-secondary);
}

body.home .site-inner,
body.home .wrap {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}

.site-container {
  padding-top: 0;
}

body > div {
  font-size: inherit;
}

.footer-widgets {
  background-color: transparent;
  color: inherit;
}

.site-header > .wrap,
.footer-widgets .wrap {
  flex-wrap: inherit;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none !important;
  font-size: inherit;
}

.footer-widgets .wrap > .widget-area.footer-widgets-1 {
  width: 100%;
  padding-right: 0;
}

@media only screen and (min-width: 1025px) {
  .site-header {
    transition: none !important;
    background: transparent !important;
    z-index: 900 !important;
  }
}

.article-wrapper-container article {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .article-wrapper-container article {
    width: calc(50% - 17.5px);
  }
}

@media only screen and (min-width: 1280px) {
  .article-wrapper-container article {
    width: calc(33.33% - 23.33px);
  }
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: var(--font-display);
}

h1,
h1.entry-title,
h1.archive-title,
h1.author-box-title {
  font-size: clamp(2.4rem, 5vw, 4rem) !important;
}

h2,
h2.entry-title,
.article-wrapper-container article .article-wrapper .article-content h2 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.875rem) !important;
}

h4 {
  font-size: clamp(1.1rem, 2vw, 1.25rem) !important;
}

.archive-pagination ul li a {
  font-size: 1rem;
  font-weight: 600;
}

.livesearch-container {
  margin-bottom: 35px;
}

.archive-pagination {
  margin-top: 0;
}

.breadcrumb .wrap {
  padding-left: 0;
  padding-right: 0;
}

.faqs-newweb {
  /* max-width: 1100px; */
  margin: 0 auto;
  color: #eaeaea;
  line-height: 1.45;
}

.faqs-newweb summary::-webkit-details-marker {
  display: none;
}

.faqs-newweb summary {
  list-style: none;
  cursor: pointer;
}

.faqs-newweb details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faqs-newweb details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.faqs-newweb summary {
  position: relative;
  padding: 26px 48px 26px 0;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
}

.faqs-newweb summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml;utf8,\<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">\<path d="M6 9l6 6 6-6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\</svg>');
  filter: drop-shadow(0 0 0 currentColor);
}

.faqs-newweb details[open] > summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.faqs-newweb summary:hover {
  color: #fff;
}

.faqs-newweb summary:focus {
  outline: none;
}

.faqs-newweb summary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.25);
  outline-offset: 4px;
  border-radius: 4px;
}

.faqs-newweb details > p {
  margin: 0 0 22px 0;
  color: rgba(234, 234, 234, 0.82);
  /* font-size: clamp(14px, 1.6vw, 16px); */
  font-size: 90%;
  line-height: 1.6;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.35s ease;
  padding-right: 48px;
}

.faqs-newweb details[open] > p {
  padding-top: 6px;
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

.faqs-newweb {
  padding: 10px 0 20px;
}

@media (min-width: 1024px) {
  .faqs-newweb summary {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faqs-newweb details > p {
    margin-bottom: 26px;
  }
}

#faqs > .wp-block-cover__background,
#solicite-informacion > .wp-block-cover__background {
  background-color: var(--primary-color) !important;
}

.text-center {
  text-align: center;
}

#solicite-informacion > .wp-block-cover__inner-container {
  background-color: var(--blue-800);
}

/**** FAQs *****/
#listing-page .faqs-filter {
  background: whitesmoke;
  padding: 1em;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

#listing-page .faqs-filter select.form-control,
#listing-page .faqs-filter input.form-control,
#listing-page .faqs-filter button.btn.btn-search {
  font-size: 1em;
  min-height: 40px;
}

#listing-page .faqs-filter button.btn.btn-search {
  background: var(--blue-600);
  color: #fff;
}

.input-group>.form-control, .input-group>.form-select {
    position: relative;
    max-width: 240px;
    float: left;
    margin-right: 5px;
}


.custom-faq h3.list-item-title {
  font-size: 28px;
  margin: 30px 0;
}

.panel-onthispage li {
  list-style-type: disc;
  margin-left: 40px;
  line-height: 40px;
}

h3.list-item-title {
  font-size: 26px;
}

.panel {
  border: 1px solid #ddd;
  margin: 40px 0 20px;
  border-radius: 10px;
  display: inline-block;
  padding-bottom: 15px;
}

.panel-heading {
  padding: 10px 15px;
  background-color: var(--blue-700) !important;
}

h3.panel-title {
  color: #fff !important;
  font-weight: 500;
  font-size: 25px !important;
  margin-bottom: 0;
}

.panel-body {
  padding: 15px;
}

.panel-body .col-md-6 {
  float: left;
}

/**** AI summary ****/
.chatgpt-articulos li.cgs-related-item {
  padding-left: 0 !important;
}

.chatgpt-ia-summary-wrapper .hma-ai-title {
  display: block;
  border-bottom: 2px solid var(--blue-700) !important;
  padding: 0 0 5px 0;
  font-size: 140%;
  text-align: center !important;
  margin: 15px auto 20px;
  width: 240px;
}

.hma-ai-summary .companies-widget {
  text-align: left;
  background-color: #eaeaea;
  padding: 3em 2em 2.5em 2em;
  border: 1px solid #e0e0e0;
  margin-top: 1em;
  margin-bottom: 2em;
  border-radius: 1em;
  position: relative;
}

.hma-ai-summary .companies-widget .icon-title {
  font-size: 3em;
  position: absolute;
  top: -30px;
  width: 100%;
  left: 0;
  text-align: center;
}

.hma-ai-summary .companies-widget .icon-title .fa {
  padding-bottom: 10px;
  color: var(--blue-700) !important;
  background-color: #fff;
  width: 100px;
}

.panel.box-module-cta {
  background-color: #eaeaea;
  padding: 3em 2em 2.5em 2em;
  border: 1px solid #e0e0e0;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  border-radius: 1em;
  position: relative;
}

.panel.box-module-cta h5.h1 {
  font-size: 2em;
  font-weight: 700;
  text-transform: none;
  color: var(--navy-900);
}

.panel.box-module-cta p {
  margin-bottom: 0.5em;
}

.panel.box-module-cta p.subtitle {
  font-size: 1.2em;
}

.panel.box-module-cta span.icon-title {
  font-size: 3em;
  position: absolute;
  top: -30px;
  width: 100%;
  left: 0;
}

.panel.box-module-cta span.icon-title .fa {
  background: white;
  width: 100px;
  color: #cd050b;
}

.panel.box-module-cta button.btn.btn-default {
  background: #ae0224;
  margin-top: 1em;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: revert;
  padding: 0.5em 1em;
  color: #fff;
}

.panel.box-module-cta button.btn.btn-default:hover {
  background: #ffde3f;
}

.panel-faqs {
  margin-top: 40px;
}

/* search top */
.search-overlay {
  width: 100%;
  background: var(--blue-700);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 1005;
}

.search-overlay.is-open {
  max-height: 82px;
}

.search-overlay-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
}

.search-overlay-form {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-overlay-input-wrap {
  position: relative;
  flex: 1;
}

.search-overlay-submit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: inherit; /* hereda el color del input */
  font-size: 1.6rem;
  cursor: pointer;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.search-overlay-submit:hover {
  opacity: 0.7;
}

.search-overlay-input {
  flex: 1;
  background: transparent;
  border: none;
  border: 1px solid #f4f4f4;
  color: #fff;
  /* font-size: 2.4rem; */
  padding: 10px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 20px;
  width: 100%;
  padding-right: 50px;
}

.search-overlay-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.search-overlay-input:focus {
  border-color: var(--orange-400);
  border-width: 2px;
}

.search-overlay-submit,
.search-overlay-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0px;
  transition: opacity 0.3s ease;
}

.search-overlay-submit:hover,
.search-overlay-close:hover {
  opacity: 0.7;
}

/**** FAQs *****/
#listing-page {
    width: 100%;
}

#listing-page .faqs-filter {
    background: whitesmoke;
    padding: 1em;
    border: 1px solid #ececec;
}

#listing-page .faqs-filter select.form-control,
#listing-page .faqs-filter input.form-control,
#listing-page .faqs-filter button.btn.btn-search {
    font-size: 1em;
    min-height: 40px;
}

#listing-page .faqs-filter button.btn.btn-search {
    background: var(--blue-600);
    color: #fff;
	height: 40px;
}

.custom-faq h3.list-item-title {
    font-size: 28px;
    margin: 30px 0;
}

.hma-ai-summary .companies-widget.container {
    width: 100%;
}

/**** Blockquotes ****/
blockquote .gb-testimonial-info {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    min-height: 55px;
    padding-top: 5px;
    line-height: 1.4;
}

blockquote .gb-testimonial-info .gb-testimonial-avatar-wrap {
    position: absolute;
    left: 0;
    top: 0;
}

blockquote .gb-testimonial-image-wrap {
    height: 55px;
    width: 55px;
    background: #ddd;
    border-radius: 200px;
    position: relative;
}

blockquote .gb-testimonial-image-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    border-radius: 40px;
	background-color: var(--blue-700);
}

blockquote .gb-testimonial-name {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0 70px;
    padding: 0;
    font-style: normal;
	color: #32373c;
}

blockquote .gb-testimonial-title {
	color: #32373c;
	margin-left: 70px;
    font-style: normal;
}

/*** top search ***/
.search-overlay .newsearchform input[type=text] {
    border-color: var(--orange-500);
    background-color: transparent;
	color: #fff;
}

.cgs-search.top_bar {
    width: 95%;
    margin: auto;
    float: left;
}


.cgs-related-title {
    margin-bottom: 20px;
}

.cgs-related-title a {
    font-size: 24px;
	font-family: var(--font-display);
}

/*** category description ***/

.archive-description {
    display: block;
    width: 100%;
}

/**
 * Author Info Box 
 */
.author-box {
    border-top: 1px solid #ccc;
    padding: 35px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.author-info {
  font-size: 14px;
  overflow: hidden;
}
.author-info .avatar {
  float: left;
  margin-right: 25px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .author-info .avatar {
    width: 70px;
    margin-right: 17px;
  }
}
.author-info [rel=author] {
  color: var(--c-links);
  font-weight: 600;
  font-size: 17px;
  font-family: var(--ui-font);
  line-height: 1.2;
}
.author-info .social-icons {
  margin-left: auto;
}
@media (max-width: 540px) {
  .author-info .social-icons {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 13px;
  }
}
.author-info .social-icons li {
  margin-right: 10px;
}
.author-info .social-icons li a {
  background: transparent;
  color: var(--c-contrast-700);
  font-size: 14px;
}
.author-info .social-icons li a:hover {
  color: var(--c-contrast);
}
.author-info .description {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.714;
}
.author-info .bio {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}