/* ==========================================================================
   Pro Agua — Tema "AWASA"
   Rediseño estructural y visual inspirado en awasa.com.mx
   Se carga DESPUÉS de style.css y del <style> inline de index.php,
   por lo que sobreescribe el tema anterior.
   ========================================================================== */

:root {
  --primary: #1863dc;
  --primary-dark: #051ebd;
  --secondary: #2a99e5;
  --navy: #012052;
  --ink: #212121;
  --muted: #4e4b66;
  --line: #ebebeb;
  --soft: #f4f4f4;
  --radius: 14px;
  --shadow-sm: 0 2px 10px rgba(1, 32, 82, 0.06);
  --shadow-md: 0 10px 30px rgba(1, 32, 82, 0.10);
  --shadow-lg: 0 18px 50px rgba(1, 32, 82, 0.16);
}

/* --------------------------------------------------------------------------
   BASE TIPOGRÁFICA
   -------------------------------------------------------------------------- */
body,
.navbar-default .nav > li > a,
.btn,
input,
select,
textarea,
button {
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

body {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; /* evita scroll horizontal en móvil */
}

/* Los carruseles (owl) generan un track más ancho que el contenedor:
   hay que recortarlo o la página gana scroll horizontal. */
.owl-carousel { overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

a { color: var(--primary); }
a:hover, a:focus { color: var(--primary-dark); }

p { color: var(--muted); }

.aw-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

/* Títulos de sección al estilo AWASA: alineados a la izquierda, grandes */
.aw-head {
  max-width: 760px;
  margin-bottom: 48px;
}
.aw-head h2 {
  font-size: 42px;
  margin: 0 0 16px;
}
.aw-head p {
  font-size: 18px;
  margin: 0;
}
.aw-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aw-section { padding: 96px 0; }
.aw-section--soft { background: var(--soft); }
.aw-section--navy { background: var(--navy); }
.aw-section--navy h2,
.aw-section--navy h3,
.aw-section--navy h4 { color: #fff; }
.aw-section--navy p { color: rgba(255, 255, 255, 0.78); }
.aw-section--tight { padding: 64px 0; }

/* --------------------------------------------------------------------------
   BOTONES
   -------------------------------------------------------------------------- */
.btn,
.aw-btn {
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 14px 32px;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  display: inline-block;
  text-decoration: none !important;
}

.btn-primary,
.aw-btn--primary {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(24, 99, 220, 0.28);
}
.btn-primary:hover,
.btn-primary:focus,
.aw-btn--primary:hover,
.aw-btn--primary:focus {
  background: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(24, 99, 220, 0.34);
}

.aw-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff !important;
}
.aw-btn--ghost:hover {
  background: #fff;
  border-color: #fff;
  color: var(--navy) !important;
}

.aw-btn--outline {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary) !important;
}
.aw-btn--outline:hover {
  background: var(--primary);
  color: #fff !important;
}

/* Enlace "Conoce más" / "Leer más" con flecha */
.aw-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: var(--primary);
}
.aw-link i { transition: transform 0.25s ease; }
.aw-link:hover i { transform: translateX(5px); }

/* --------------------------------------------------------------------------
   HEADER / NAV
   -------------------------------------------------------------------------- */
.header {
  background: transparent;
  padding: 10px 0;
}
.header.scrolled,
.header.affix {
  background: #fff !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 2px 18px rgba(1, 32, 82, 0.09);
  border-bottom: none;
  padding: 4px 0;
}

.header .navbar { margin-bottom: 0; border: none; background: transparent; }

/* Logo a la izquierda (como AWASA) y menú a la derecha */
.header .navbar-brand { padding: 10px 0; height: auto; }
.header .logo-desktop { float: left !important; }
.header .navbar-nav.navbar-left { float: right !important; }

.navbar-default .nav > li > a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 22px 15px;
  text-transform: none;
  letter-spacing: 0;
}
.header.scrolled .navbar-default .nav > li > a,
.header.affix .navbar-default .nav > li > a { color: var(--navy) !important; }
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li.active > a { color: var(--secondary) !important; }
.header.scrolled .navbar-default .nav > li > a:hover,
.header.scrolled .navbar-default .nav > li.active > a { color: var(--primary) !important; }

.navbar-default .nav .dropdown-menu {
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: var(--shadow-md);
  min-width: 290px;
  margin-top: 0;
}
.navbar-default .nav .dropdown-menu > li > a {
  padding: 11px 22px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--navy) !important;
  white-space: normal;
}
.navbar-default .nav .dropdown-menu > li > a:hover {
  background: var(--soft);
  color: var(--primary) !important;
}
@media (min-width: 768px) {
  /* Dropdown al hacer hover, como AWASA */
  .navbar-default .nav > li.dropdown:hover > .dropdown-menu { display: block; }
}

/* --------------------------------------------------------------------------
   HERO
   -------------------------------------------------------------------------- */
.aw-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  /* La imagen de fondo se inyecta desde index.php (--aw-hero-img) para que
     sea reemplazable sin tocar el CSS. */
  background-image: linear-gradient(
      100deg,
      rgba(1, 20, 50, 0.88) 0%,
      rgba(1, 32, 82, 0.62) 45%,
      rgba(1, 32, 82, 0.25) 100%
    ),
    var(--aw-hero-img, linear-gradient(135deg, #012052, #1863dc));
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
/* Video de fondo: se coloca sobre la imagen de respaldo y bajo el degradado */
.aw-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
/* Degradado de legibilidad, por encima del video */
.aw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    100deg,
    rgba(1, 20, 50, 0.8) 0%,
    rgba(1, 32, 82, 0.5) 45%,
    rgba(1, 32, 82, 0.12) 100%
  );
}
/* Si el usuario pidió menos animación, se queda la imagen fija */
@media (prefers-reduced-motion: reduce) {
  .aw-hero__video { display: none; }
}

.aw-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 140px 0 110px;
}
.aw-hero__kicker {
  color: var(--secondary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.aw-hero h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  margin: 0 0 22px;
}
.aw-hero__sub {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 36px;
  max-width: 620px;
}
.aw-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.aw-hero__scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 2;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.aw-hero__scroll i {
  display: block;
  font-size: 22px;
  animation: bounce 2s infinite;
}

/* --------------------------------------------------------------------------
   BANDA "SOMOS EL ALIADO ESTRATÉGICO"
   -------------------------------------------------------------------------- */
.aw-claim {
  position: relative;
  padding: 120px 0;
  text-align: center;
  background: var(--navy);
  overflow: hidden;
}
.aw-claim::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Imagen inyectada desde index.php (--aw-claim-img). */
  background-image: var(--aw-claim-img, none);
  background-size: cover;
  background-position: center;
  opacity: 0.22;
}
.aw-claim .container { position: relative; z-index: 2; }
.aw-claim__line1 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
.aw-claim__line2 {
  color: #fff;
  font-size: 62px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 4px 0;
  line-height: 1.05;
}
.aw-claim__line3 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}

/* --------------------------------------------------------------------------
   4 PILARES (Venta de Equipo / Ingeniería / Instalaciones / Servicio Técnico)
   -------------------------------------------------------------------------- */
.aw-pillar {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 330px;
  background: var(--navy);
  margin-bottom: 30px;
  text-decoration: none !important;
}
.aw-pillar__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.aw-pillar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(1, 20, 50, 0.92) 0%,
    rgba(1, 32, 82, 0.45) 60%,
    rgba(1, 32, 82, 0.15) 100%
  );
}
.aw-pillar:hover .aw-pillar__bg { transform: scale(1.07); }
.aw-pillar__body {
  position: relative;
  z-index: 2;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 330px;
}
.aw-pillar__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.aw-pillar h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 8px;
}
.aw-pillar p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  margin: 0 0 14px;
}
.aw-pillar .aw-link { color: #fff; }

/* Filas de tarjetas con alto uniforme (Bootstrap 3 usa floats, que dejan
   huecos cuando las tarjetas miden distinto). */
.aw-row-flex { display: flex; flex-wrap: wrap; }
.aw-row-flex > [class*="col-"] { display: flex; float: none; }
.aw-row-flex > [class*="col-"] > * { width: 100%; }

/* --------------------------------------------------------------------------
   CASOS DE ÉXITO
   -------------------------------------------------------------------------- */
.aw-case {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aw-case:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.aw-case__media {
  position: relative;
  height: 210px;
  background: linear-gradient(135deg, #1863dc, #012052);
  background-size: cover;
  background-position: center;
}
.aw-case__tag {
  position: absolute;
  left: 16px;
  top: 16px;
  background: #fff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
}
.aw-case__body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.aw-case__body h3 { font-size: 20px; margin: 0 0 12px; }
.aw-case__body > p { font-size: 14.5px; margin: 0 0 18px; }

.aw-specs { list-style: none; padding: 0; margin: 0 0 20px; }
.aw-specs li {
  display: flex;
  gap: 8px;
  font-size: 13.5px;
  color: var(--muted);
  padding: 7px 0;
  border-bottom: 1px dashed var(--line);
}
.aw-specs li:last-child { border-bottom: none; }
.aw-specs strong { color: var(--navy); font-weight: 600; flex: 0 0 auto; }
.aw-case__body .aw-link { margin-top: auto; }

/* --------------------------------------------------------------------------
   BLOG / ÚLTIMAS NOTICIAS
   -------------------------------------------------------------------------- */
.aw-post {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.aw-post:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.aw-post__media {
  height: 190px;
  background: linear-gradient(135deg, #2a99e5, #1863dc);
  background-size: cover;
  background-position: center;
}
.aw-post__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.aw-cat {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  background: rgba(24, 99, 220, 0.09);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  align-self: flex-start;
}
.aw-post__body h3 { font-size: 18px; margin: 0 0 10px; line-height: 1.35; }
.aw-post__body h3 a { color: var(--navy); }
.aw-post__body h3 a:hover { color: var(--primary); }
.aw-post__body p { font-size: 14.5px; margin: 0 0 18px; }
.aw-post__body .aw-link { margin-top: auto; }

/* --------------------------------------------------------------------------
   MARCAS (carrusel de logos)
   -------------------------------------------------------------------------- */
.aw-brand {
  height: 110px;
  margin: 0 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 18px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.aw-brand:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.aw-brand img {
  max-height: 100%;
  max-width: 100%;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.25s ease;
}
.aw-brand:hover img { filter: none; opacity: 1; }
.aw-brand span {
  font-weight: 700;
  color: var(--navy);
  font-size: 17px;
  letter-spacing: 0.04em;
  text-align: center;
}

/* --------------------------------------------------------------------------
   FORMULARIO DE COTIZACIÓN + FINANCIAMIENTO
   -------------------------------------------------------------------------- */
.aw-quote { background: var(--navy); position: relative; overflow: hidden; }
.aw-quote__panel { padding: 30px 40px 30px 0; }
.aw-quote__panel h2 { font-size: 40px; color: #fff; margin: 0 0 18px; }
.aw-quote__panel p { color: rgba(255, 255, 255, 0.78); font-size: 17px; }
.aw-finance {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 26px;
  margin-top: 28px;
}
.aw-finance h3 { color: #fff; font-size: 22px; margin: 0 0 10px; }
.aw-finance p { margin: 0 0 16px; font-size: 15px; }

.aw-formcard {
  background: #fff;
  border-radius: 18px;
  padding: 38px;
  box-shadow: var(--shadow-lg);
}
.aw-formcard h3 {
  font-size: 26px;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.aw-formcard > p { margin: 0 0 24px; font-size: 15px; }

.aw-formcard .form-group { margin-bottom: 18px; }
.aw-formcard label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 7px;
  display: block;
}
.aw-formcard .form-control,
.aw-formcard select.form-control,
.aw-formcard textarea.form-control {
  height: auto;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 15px;
  box-shadow: none;
  background: #fff;
  color: var(--ink);
  width: 100%;
}
.aw-formcard .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(24, 99, 220, 0.12);
}
.aw-req { color: #dc3545; }

.aw-consent {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
  line-height: 1.5;
}
.aw-consent input { margin-top: 3px; }

/* Grid de checkboxes "Productos de interés" */
.aw-checkgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px 18px;
  margin-bottom: 8px;
}
.aw-checkgrid label {
  font-weight: 500;
  font-size: 14px;
  color: var(--muted);
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0;
  cursor: pointer;
}
.aw-checkgrid input { margin-top: 3px; }

.aw-formnote {
  font-size: 13px;
  color: var(--muted);
  background: var(--soft);
  border-left: 3px solid var(--primary);
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.aw-result { margin: 14px 0 0; display: none; padding: 12px 16px; border-radius: 8px; font-size: 14px; }
.aw-result.alert-success { display: block; background: #e9fbe5; color: #1c6b2b; }
.aw-result.alert-danger { display: block; background: #fcf0ef; color: #8a1f1f; }

/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */
.aw-newsletter {
  background: var(--primary);
  padding: 56px 0;
}
.aw-newsletter h2 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  max-width: 620px;
}
.aw-newsletter .form-inline { display: flex; gap: 10px; flex-wrap: wrap; }
.aw-newsletter .form-control {
  flex: 1 1 240px;
  height: 52px;
  border: none;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 15px;
  box-shadow: none;
}
.aw-newsletter .btn {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  box-shadow: none;
}
.aw-newsletter .aw-consent { color: rgba(255, 255, 255, 0.85); margin-bottom: 0; }
.aw-newsletter .aw-consent a { color: #fff; text-decoration: underline; }

.aw-footer {
  background: var(--navy);
  padding: 72px 0 32px;
  color: rgba(255, 255, 255, 0.75);
}
.aw-footer .widget-title,
.aw-footer h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.aw-footer ul { list-style: none; padding: 0; margin: 0; }
.aw-footer li { padding: 6px 0; font-size: 14.5px; }
.aw-footer a { color: rgba(255, 255, 255, 0.75); }
.aw-footer a:hover { color: #fff; }
.aw-footer__logo img { max-height: 54px; margin-bottom: 22px; }
.aw-footer__brandtext {
  font-size: 14.5px;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.aw-social { display: flex; gap: 10px; margin-top: 22px; }
.aw-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.25s ease;
}
.aw-social a:hover { background: var(--primary); transform: translateY(-3px); }

.aw-copy {
  background: #01173b;
  padding: 18px 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
}
.aw-copy a { color: rgba(255, 255, 255, 0.75); }

/* --------------------------------------------------------------------------
   AJUSTES A SECCIONES HEREDADAS DE PRO AGUA
   (nosotros, misión/visión, valores, estadísticas, testimonios)
   -------------------------------------------------------------------------- */
.section-title h3 { font-size: 38px; color: var(--navy); }
/* El tema anterior usaba una serif en cursiva para los subtítulos */
.section-title p,
.tagline-subtitle {
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif !important;
  font-style: normal !important;
  font-size: 17px;
}
/* Los botones del tema anterior venían en mayúsculas/capitalizadas */
.btn, .aw-btn { text-transform: none !important; }
.valor-card,
.servicio-card,
.equipo-card,
.box,
.contact-form-wrapper,
.product-card,
.course-box {
  border-radius: var(--radius) !important;
  border-color: var(--line) !important;
}
.valor-icon,
.servicio-icon,
.contact-info-icon { background: rgba(24, 99, 220, 0.1) !important; color: var(--primary) !important; }
.equipo-icon, .stat-count h4, .tagline-icon { color: var(--primary) !important; }
.mvf-tabs .nav-tabs > li.active > a { color: var(--primary) !important; border-color: var(--primary) !important; }

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .aw-hero h1 { font-size: 44px; }
  .aw-claim__line2 { font-size: 42px; }
  .aw-head h2 { font-size: 33px; }
  .aw-quote__panel { padding: 0 0 34px; }
  .aw-quote__panel h2 { font-size: 32px; }
}

@media (max-width: 767px) {
  .aw-section { padding: 64px 0; }
  .aw-hero { min-height: auto; }
  .aw-hero__inner { padding: 130px 0 90px; }
  .aw-hero h1 { font-size: 33px; }
  .aw-hero__sub { font-size: 17px; }
  .aw-hero__actions .btn { width: 100%; text-align: center; }
  .aw-claim { padding: 74px 0; }
  .aw-claim__line1 { font-size: 22px; }
  .aw-claim__line2 { font-size: 30px; }
  .aw-claim__line3 { font-size: 16px; }
  .aw-head h2 { font-size: 27px; }
  .aw-head p { font-size: 16px; }
  .aw-formcard { padding: 24px; }
  .aw-newsletter h2 { font-size: 23px; margin-bottom: 20px; }
  .header .navbar-nav.navbar-left { float: none !important; }
  /* Logo a la izquierda también en móvil */
  .navbar-brand-mobile { float: left !important; margin-left: 0 !important; padding-left: 0; }
  .navbar-default .nav > li > a { padding: 13px 0; color: var(--navy) !important; }
  .header .navbar-collapse {
    background: #fff;
    border-radius: 10px;
    padding: 10px 18px;
    margin-top: 8px;
    box-shadow: var(--shadow-md);
  }
  .navbar-default .nav .dropdown-menu { box-shadow: none; min-width: 0; }
  .navbar-default .nav .dropdown-menu > li > a { padding: 9px 14px; }
}
