/* eVote — Israeli Government (gov.il / IGDS) design language */



:root {

  --gov-primary: #003e80;

  --gov-primary-dark: #002d5c;

  --gov-action: #0061a8;

  --gov-action-hover: #004d87;

  --gov-surface: #ffffff;

  --gov-surface-muted: #f3f4f6;

  --gov-surface-alt: #e8eef4;

  --gov-text: #111827;

  --gov-text-muted: #374151;

  --gov-text-subtle: #6b7280;

  --gov-border: #d1d5db;

  --gov-border-light: #e5e7eb;

  --gov-success: #16a34a;

  --gov-success-hover: #15803d;

  --gov-focus: #0061a8;

  --gov-max: 1200px;

  --gov-radius-sm: 4px;

  --gov-radius-md: 8px;

  --gov-radius-lg: 12px;

  --gov-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);

  --gov-shadow-md: 0 2px 8px rgba(0, 62, 128, 0.08);

  --gov-shadow-lg: 0 4px 16px rgba(0, 62, 128, 0.1);

  --gov-font: 'Heebo', 'Inter', 'Arial', sans-serif;

}



/* Top accent bar (gov.il signature strip) */

body.evote-govil::before {

  content: '';

  display: block;

  height: 4px;

  background: linear-gradient(90deg, var(--gov-primary) 0%, var(--gov-action) 100%);

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 10001;

}



body.evote-govil {

  font-family: var(--gov-font);

  font-size: 16px;

  font-weight: 400;

  color: var(--gov-text);

  background: var(--gov-surface-muted);

  line-height: 1.6;

  -webkit-font-smoothing: antialiased;

}



body.evote-govil h1,

body.evote-govil h2,

body.evote-govil h3,

body.evote-govil h4 {

  font-family: var(--gov-font);

  font-weight: 700;

  color: var(--gov-text);

  text-shadow: none;

  letter-spacing: 0;

}



/* Decorative h1 underline: keep the bar below the title and above the next block */

body.evote-govil h1 {

  margin-bottom: 2.1em;

  padding-bottom: 0.35em;

}



body.evote-govil h1:after {

  bottom: -0.45em;

}



body.evote-govil .flexslider h1 {

  margin-bottom: 8px;

  padding-bottom: 0;

}



body.evote-govil p {

  color: var(--gov-text-muted);

}



/* ——— Header ——— */

body.evote-govil #mainHeader {

  position: sticky;

  top: 4px;

  z-index: 1000;

  background: var(--gov-surface);

  border-bottom: 1px solid var(--gov-border-light);

  padding: 12px 0;

  box-shadow: var(--gov-shadow-sm);

  backdrop-filter: none;

}



body.evote-govil #mainHeader .container {

  max-width: var(--gov-max);

}



body.evote-govil #mainHeader .brand img {

  max-height: 40px;

  width: auto;

}



body.evote-govil #mainMenu .nav > li > a {

  color: var(--gov-text-muted);

  font-family: var(--gov-font);

  font-size: 15px;

  font-weight: 500;

  padding: 8px 14px;

  margin: 0 2px;

  border-radius: var(--gov-radius-sm);

  background: none !important;

  border-bottom: none;

  text-transform: none;

  transition: color 0.15s, background 0.15s;

}



body.evote-govil #mainMenu .nav > li > a:hover {

  color: var(--gov-action);

  background: var(--gov-surface-muted) !important;

}



body.evote-govil #mainMenu .nav > li.active > a {

  color: var(--gov-primary);

  background: rgba(0, 62, 128, 0.06) !important;

  font-weight: 600;

  box-shadow: inset 0 -2px 0 var(--gov-action);

}



body.evote-govil .lang-switcher {

  background: var(--gov-surface);

  border: 1px solid var(--gov-border);

  border-radius: var(--gov-radius-md);

  box-shadow: var(--gov-shadow-sm);

}



body.evote-govil .lang-link {

  font-family: var(--gov-font);

  font-size: 13px;

  font-weight: 600;

  color: var(--gov-text-subtle);

  border-radius: var(--gov-radius-sm);

}



body.evote-govil .lang-link:hover,

body.evote-govil .lang-link:focus {

  color: var(--gov-action);

}



body.evote-govil .lang-link.active {

  color: var(--gov-surface);

  background: var(--gov-primary);

}



/* ——— Buttons ——— */

body.evote-govil .btn {

  font-family: var(--gov-font);

  font-size: 15px;

  font-weight: 600;

  padding: 10px 24px;

  border-radius: var(--gov-radius-md);

  border: none;

  background: var(--gov-primary);

  color: #fff !important;

  text-shadow: none;

  box-shadow: var(--gov-shadow-sm);

  transition: background 0.15s, box-shadow 0.15s;

}



body.evote-govil .btn:hover {

  background: var(--gov-action);

  color: #fff !important;

  box-shadow: var(--gov-shadow-md);

  transform: none;

}



body.evote-govil .btn:focus {

  outline: 2px solid var(--gov-focus);

  outline-offset: 2px;

}



/* ——— Hero / Slider ——— */

body.evote-govil .flexslider {

  border: none;

  border-radius: var(--gov-radius-lg);

  overflow: hidden;

  box-shadow: var(--gov-shadow-lg);

  background: var(--gov-surface);

  margin-bottom: 0 !important;

  min-height: 220px;

}



/* First slide visible even if Flexslider JS fails (slides are display:none by default) */

body.evote-govil .flexslider .slides > li.slideN0 {

  display: block;

}



body.evote-govil .flexslider .slides li {

  position: relative;

}



body.evote-govil .flexslider .slides li img {

  border-radius: var(--gov-radius-lg);

  filter: brightness(0.85);

}



body.evote-govil .flexslider .caption {

  background: rgba(0, 46, 92, 0.82);

  border-radius: var(--gov-radius-md);

  padding: 24px 28px !important;

  backdrop-filter: blur(4px);

}



body.evote-govil .flexslider h1 {

  font-size: clamp(1.25rem, 2.4vw, 1.7rem);

  font-weight: 700;

  color: #fff;

  text-shadow: none;

  margin-bottom: 8px;

  white-space: nowrap;

}



body.evote-govil .flexslider h2 {

  font-size: 1rem;

  font-weight: 400;

  color: rgba(255, 255, 255, 0.9);

  text-shadow: none;

}



body.evote-govil .flexslider .caption .btn {

  background: var(--gov-success);

  margin-top: 12px;

}



body.evote-govil .flexslider .caption .btn:hover {

  background: var(--gov-success-hover);

}



body.evote-govil .flex-control-nav li a {

  background: var(--gov-border);

  box-shadow: none;

}



body.evote-govil .flex-control-nav li a.flex-active {

  background: var(--gov-primary);

}



body.evote-govil #homeCorpo {

  background: var(--gov-surface-muted);

  padding: 32px 0 40px;

}



body.evote-govil #homeCorpo .container {

  max-width: var(--gov-max);

}



/* ——— Stats banner ——— */

body.evote-govil .color4 .ctaBox,

body.evote-govil .color4.slice {

  background: var(--gov-primary) !important;

}



body.evote-govil .ctaBox h2 {

  color: #fff;

  font-weight: 700;

  text-shadow: none;

}



body.evote-govil .ev-stats-row h3 {

  color: #fff;

  font-weight: 700;

}



body.evote-govil .ev-stats-row p {

  color: rgba(255, 255, 255, 0.85);

}



/* ——— Trust strip ——— */

body.evote-govil #trustStrip {

  background: var(--gov-surface);

  border-bottom: 1px solid var(--gov-border-light);

  padding: 32px 0;

}



body.evote-govil #trustStrip h3 {

  color: var(--gov-text-muted);

  font-size: 14px;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  opacity: 1;

}



body.evote-govil .ev-logo-strip .ev-logo-cell.ev-logo-zoom {

  overflow: hidden;

}

body.evote-govil .ev-logo-strip .ev-logo-cell.ev-logo-zoom img {

  transform: scale(2);

}



body.evote-govil .ev-logo-strip.is-marquee {

  display: block;

  overflow: hidden;

  width: 100%;

  max-width: 100%;

  direction: ltr;

  padding-top: 20px;

  padding-bottom: 20px;

  -webkit-mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 16px), transparent);

  mask-image: linear-gradient(90deg, transparent, #000 16px, #000 calc(100% - 16px), transparent);

}



body.evote-govil .ev-logo-track {

  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  width: max-content;

  direction: ltr;

  will-change: transform;

  animation: ev-logo-marquee 90s linear infinite;

}



body.evote-govil .ev-logo-set {

  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  gap: 10px 12px;

  flex-shrink: 0;

  padding-inline-start: 20px;

  padding-inline-end: 12px;

}



body.evote-govil .ev-logo-strip.is-marquee:hover .ev-logo-track {

  animation-play-state: paused;

}



body.evote-govil .ev-logo-strip .ev-logo-cell:hover,
body.evote-govil .ev-logo-strip .ev-logo-cell:active,
body.evote-govil .ev-logo-strip a:hover,
body.evote-govil .ev-logo-strip a:active {
  z-index: 3;
  opacity: 1;
  transform: scale(1.7);
  border: 1px solid var(--gov-primary);
}

body.evote-govil .ev-logo-strip .ev-logo-year:hover,
body.evote-govil .ev-logo-strip .ev-logo-year:active {
  border-color: #fff;
}



body.evote-govil .ev-logo-strip .ev-logo-year {

  flex-direction: column;

  justify-content: center;

  gap: 0;

  padding: 4px 2px;

  background: var(--gov-primary);

  border-color: var(--gov-primary);

  color: #fff;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: -0.03em;

  font-variant-numeric: tabular-nums;

  line-height: 1.1;

  text-align: center;

  box-shadow: none;

}

body.evote-govil .ev-logo-year-dots {

  font-size: 16px;

  letter-spacing: 0.08em;

  line-height: 0.65;

}



@keyframes ev-logo-marquee {

  from { transform: translateX(0); }

  to { transform: translateX(-50%); }

}



@media (prefers-reduced-motion: reduce) {

  body.evote-govil .ev-logo-strip.is-marquee {

    -webkit-mask-image: none;

    mask-image: none;

  }

  body.evote-govil .ev-logo-track {

    animation: none;

    flex-wrap: wrap;

    justify-content: center;

    width: auto;

    max-width: 100%;

  }

  body.evote-govil .ev-logo-set[aria-hidden="true"] {

    display: none;

  }

  body.evote-govil .ev-logo-set {

    flex-wrap: wrap;

    justify-content: center;

    padding-inline-start: 0;

    padding-inline-end: 0;

  }

}



/* ——— Feature sections ——— */

body.evote-govil .slice.color1 {

  background: var(--gov-surface-muted);

}



body.evote-govil #features {

  padding: 48px 0;

}



body.evote-govil #features > .container {

  max-width: var(--gov-max);

}



body.evote-govil #features h1 {

  font-size: clamp(1.75rem, 3vw, 2.25rem);

  color: var(--gov-primary);

  margin-bottom: 1.15em;

}



body.evote-govil #features > .container > .row:first-of-type p {

  color: var(--gov-text-subtle);

  font-size: 1.05rem;

  margin-top: 0.4em !important;

}



body.evote-govil #features .boxFeature {

  border: 1px solid var(--gov-border-light);

  background: var(--gov-surface);

  border-radius: var(--gov-radius-md);

  box-shadow: var(--gov-shadow-sm);

  padding: 20px;

  transition: box-shadow 0.2s, border-color 0.2s;

}



body.evote-govil #features .boxFeature:hover {

  box-shadow: var(--gov-shadow-md);

  border-color: var(--gov-border);

}



body.evote-govil #features .boxFeature.ev-priority {

  border-color: rgba(0, 97, 168, 0.35);

  box-shadow: var(--gov-shadow-md);

}



body.evote-govil #features .boxFeature h2 {

  font-size: 1.15rem;

  color: var(--gov-primary);

  margin-bottom: 8px;

}



body.evote-govil #features .boxFeature p {

  font-size: 15px;

  line-height: 1.65;

}



body.evote-govil #features .ev-feature-short {

  display: none;

}



body.evote-govil #features .iconWrapper.iconBig {

  background: rgba(0, 62, 128, 0.08);

  border-radius: var(--gov-radius-md);

  width: 56px;

  height: 56px;

  line-height: 56px;

  text-align: center;

}



body.evote-govil #features .iconWrapper.iconBig i {

  color: var(--gov-action);

  font-size: 24px;

}



body.evote-govil i.icon-whatsapp {

  display: inline-block;

  width: 1em;

  height: 1em;

  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;

}



body.evote-govil i.icon-whatsapp:before {

  content: none !important;

  display: none !important;

}



body.evote-govil .iconWrapper.iconBig {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  direction: ltr;

  unicode-bidi: isolate;

}



body.evote-govil .iconWrapper.iconBig i {

  position: static !important;

  top: auto !important;

  left: auto !important;

  right: auto !important;

  bottom: auto !important;

  margin: 0 !important;

  padding: 0 !important;

  line-height: 1 !important;

  font-style: normal;

  font-weight: normal;

  display: flex !important;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;

  box-sizing: border-box;

  transform-origin: center center;

}



body.evote-govil .iconWrapper.iconBig i:before {

  display: block !important;

  margin: 0 !important;

  width: auto !important;

  height: auto !important;

  line-height: 1;

  text-align: center;

  float: none !important;

}



body.evote-govil #features .boxFeature a {

  color: var(--gov-action);

  font-weight: 600;

}



body.evote-govil #features .boxFeature a:hover {

  color: var(--gov-primary);

}



/* ——— Grid & center alignment fixes ——— */

body.evote-govil .container {

  margin-inline: auto;

  padding-inline: 20px;

  box-sizing: border-box;

}



body.evote-govil .container .row {

  margin-inline: 0 !important;

  width: 100%;

  max-width: 100%;

}



body.evote-govil [class*="span"] {

  box-sizing: border-box;

}



body.evote-govil #mainHeader .header-inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 12px 20px;

  float: none !important;

  width: 100%;

}



body.evote-govil #mainHeader .brand {

  float: none !important;

  flex-shrink: 0;

}



body.evote-govil #mainHeader .header-nav-row {

  float: none !important;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 8px 12px;

  margin: 0 !important;

  margin-inline-start: auto !important;

}



body.evote-govil .lang-switcher {

  margin: 0 !important;

}



body.evote-govil .flexslider .caption.right,

body.evote-govil .flexslider .caption.left {

  top: 50% !important;

  transform: translateY(-50%);

  width: auto !important;

  min-width: min(224px, 72%);

  max-width: min(336px, 41.6%);

  overflow: hidden;

  padding: 12px 20px !important;

}



body.evote-govil .flexslider .caption .element1-1,

body.evote-govil .flexslider .caption .element3-1 {

  margin-top: 0 !important;

}



body.evote-govil .flexslider .caption.right {

  right: 32px !important;

  left: auto !important;

}



body.evote-govil .flexslider .caption.left {

  left: 32px !important;

  right: auto !important;

}



body.evote-govil .flexslider h1 {

  text-align: start;

  display: inline-block;

  width: auto;

  max-width: 100%;

  box-sizing: border-box;

  white-space: nowrap;

}



body.evote-govil .flexslider h2 {

  text-align: start;

  display: inline-block;

  width: auto;

  max-width: 85%;

  box-sizing: border-box;

}



body.evote-govil .flexslider .caption h2 {

  margin-bottom: 6px;

}



/* pic2: shift caption toward the right edge so it covers less of the laptop guy */
body.evote-govil .flexFullScreen .slideN1 .caption.right {

  right: 6px !important;

}



body.evote-govil .color4 .ctaBox .row:first-child h2,

body.evote-govil .color4 .ctaBox h2 {

  text-align: center;

}



body.evote-govil .ev-stats-row {

  display: flex;

  justify-content: center;

  align-items: flex-start;

  gap: 32px;

  flex-wrap: wrap;

}



body.evote-govil .ev-stats-row .span4 {

  float: none !important;

  width: auto !important;

  min-width: 160px;

  flex: 0 1 220px;

  text-align: center;

  padding: 0;

}



body.evote-govil #features .ev-features-grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 20px;

  align-items: stretch;

  width: 100%;

}



body.evote-govil #features .boxFeature {

  display: flex;

  align-items: flex-start;

  gap: 16px;

  width: 100%;

  height: 100%;

  box-sizing: border-box;

}



body.evote-govil #features .boxFeature .one_third,

body.evote-govil #features .boxFeature .two_thirds {

  float: none !important;

  width: auto !important;

}



body.evote-govil #features .boxFeature .one_third {

  flex: 0 0 56px;

}



body.evote-govil #features .boxFeature .two_thirds {

  flex: 1 1 0;

  min-width: 0;

}



body.evote-govil #features .iconWrapper.iconBig {

  margin: 0;

}



body.evote-govil .ev-steps-row {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 16px 24px;

}



body.evote-govil .ev-steps-row .span3 {

  float: none !important;

  width: auto !important;

  min-width: 140px;

  flex: 0 1 180px;

}



body.evote-govil #offer .container {

  text-align: center;

}



body.evote-govil #offer .row.mb30 {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 20px;

}



body.evote-govil #offer .row.mb30 > .span3 {

  float: none !important;

  width: 260px !important;

  margin: 0 !important;

}



body.evote-govil #paralaxSlice5 .paralaxText {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 48px 20px;

}



body.evote-govil #paralaxSlice5 .iconWrapper {

  margin: 0 auto 16px;

}



body.evote-govil #contactSlice .row.mb40 > .span12 {

  text-align: center;

  float: none !important;

  width: 100% !important;

}



body.evote-govil #contactSlice .row.mb40 {

  margin-bottom: 0;

}



body.evote-govil #contactSlice #contactSlide1 {

  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: nowrap;

  gap: 10px;

  width: 100%;

  text-align: start;

  float: none !important;

  margin-top: 0.35em;

}



html[dir="ltr"] body.evote-govil #contactSlice #contactSlide1 {

  flex-direction: row-reverse;

}



body.evote-govil #contactSlice #contactSlide1 .span3,

body.evote-govil #contactSlice #contactSlide1 .span3:last-of-type {

  float: none !important;

  width: auto !important;

  max-width: none;

  flex: 0 0 auto;

  min-width: 0;

}



body.evote-govil #footer > .row {

  display: flex;

  flex-wrap: wrap;

  gap: 24px;

}



body.evote-govil #footer > .row > .span3 {

  float: none !important;

  width: auto !important;

  flex: 1 1 220px;

  min-width: 200px;

}



body.evote-govil #footerRights .row {

  display: block;

}



body.evote-govil #footerRights .span12 {

  text-align: center;

  float: none !important;

  width: 100% !important;

}



/* ——— Alignment refinements ——— */

/* Logo on the physical left in HE/AR, physical right in EN */
html[dir="rtl"] body.evote-govil #mainHeader .header-inner {

  direction: ltr;

}



html[dir="ltr"] body.evote-govil #mainHeader .header-inner {

  direction: rtl;

}



html[dir="rtl"] body.evote-govil #mainHeader .header-nav-row,

html[dir="rtl"] body.evote-govil #mainHeader #mainMenu,

html[dir="rtl"] body.evote-govil #mainHeader .lang-switcher,

html[dir="rtl"] body.evote-govil #mainHeader .ev-mobile-nav-toggle {

  direction: rtl;

}



html[dir="ltr"] body.evote-govil #mainHeader .header-nav-row,

html[dir="ltr"] body.evote-govil #mainHeader #mainMenu,

html[dir="ltr"] body.evote-govil #mainHeader .lang-switcher,

html[dir="ltr"] body.evote-govil #mainHeader .ev-mobile-nav-toggle {

  direction: ltr;

}



body.evote-govil .color4 .ctaBox .span12,

body.evote-govil .color4 .ctaBox h2 {

  width: 100% !important;

  max-width: 100%;

  float: none !important;

  box-sizing: border-box;

}



body.evote-govil .ev-stats-row {

  width: 100% !important;

  max-width: 100%;

  margin-inline: auto !important;

  justify-content: center;

}



body.evote-govil .ev-stats-row .span4 {

  flex: 0 0 200px;

  max-width: 220px;

}



body.evote-govil .flex-control-nav {

  display: flex !important;

  justify-content: center;

  align-items: center;

  gap: 8px;

  width: 100% !important;

  left: 0 !important;

  right: 0 !important;

  bottom: 16px !important;

  margin: 0 !important;

  padding: 0 !important;

}



body.evote-govil #features > .container > .row:first-child .span12 {

  width: 100% !important;

  float: none !important;

  text-align: start;

}



body.evote-govil #features .ev-features-grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 20px;

  align-items: stretch;

  width: 100% !important;

  float: none !important;

}



body.evote-govil #how > .container > .row:first-child p {

  width: 100% !important;

  float: none !important;

  text-align: center;

  color: var(--gov-text-subtle);

  font-size: 1.05rem;

  margin-top: 0.4em !important;

}



body.evote-govil #offer > .container > .row:first-child .span12 {

  width: 100% !important;

  float: none !important;

  text-align: center;

}



/* ——— How it works ——— */

body.evote-govil #how {

  background: var(--gov-surface) !important;

  padding: 48px 0;

  text-align: center;

}



body.evote-govil #how h1 {

  color: var(--gov-primary);

  font-size: clamp(1.75rem, 3vw, 2.25rem);

  margin-bottom: 1.15em;

}



body.evote-govil .ev-step-icon {

  width: 52px;

  height: 52px;

  line-height: 52px;

  border-radius: var(--gov-radius-md);

  background: var(--gov-primary);

  color: #fff;

  font-size: 20px;

  font-weight: 700;

  margin: 0 auto 14px;

  box-shadow: var(--gov-shadow-sm);

}



body.evote-govil .ev-steps-row h3 {

  font-size: 15px;

  font-weight: 600;

  color: var(--gov-text);

}



body.evote-govil #how .mb40 {

  margin-bottom: 0;

  margin-inline: auto;

  width: 100%;

  max-width: 1170px;

}



body.evote-govil #how > .container > .row:last-of-type {

  display: flex;

  justify-content: center;

}



body.evote-govil #how > .container > .row:last-of-type > .span12 {

  float: none !important;

  width: 100% !important;

  max-width: 100%;

  margin: 0 auto !important;

}



body.evote-govil .videoWrapper {

  padding-bottom: 56.25%;

  padding-top: 0;

  margin-inline: auto;

  width: 100%;

  border-radius: var(--gov-radius-lg);

  overflow: hidden;

  box-shadow: var(--gov-shadow-lg);

  border: 1px solid var(--gov-border-light);

}



/* ——— Principles parallax ——— */

body.evote-govil #paralaxSlice5 {

  background-color: var(--gov-primary-dark) !important;

}



body.evote-govil #paralaxSlice5 .bigTitle {

  color: #fff;

  font-weight: 600;

  text-shadow: none;

  font-size: clamp(1.25rem, 2.5vw, 1.75rem);

}



body.evote-govil #paralaxSlice5 .iconWrapper {

  background: rgba(255, 255, 255, 0.12);

  border-radius: var(--gov-radius-md);

}



body.evote-govil #paralaxSlice5 .iconWrapper i {

  color: #fff;

}



/* ——— Pricing ——— */

body.evote-govil #offer {

  background: var(--gov-surface-muted);

  padding: 48px 0;

}



body.evote-govil #offer h1 {

  color: var(--gov-primary);

  font-size: clamp(1.75rem, 3vw, 2.25rem);

  margin-bottom: 1.15em;

}



body.evote-govil .pricingBloc {

  background: var(--gov-surface);

  border: 1px solid var(--gov-border-light);

  border-radius: 0;

  box-shadow: var(--gov-shadow-sm);

  padding: 28px 20px;

  transition: box-shadow 0.2s, border-color 0.2s;

  text-align: center;

}



body.evote-govil .pricingBloc:hover {

  box-shadow: var(--gov-shadow-md);

  border-color: var(--gov-border);

}



body.evote-govil .pricingBloc h2 {

  color: var(--gov-primary);

  font-size: 1.25rem;

  font-weight: 700;

}



body.evote-govil .pricingBloc h3,

body.evote-govil .pricingBloc p.sign {

  box-sizing: border-box;

  width: calc(100% + 40px);

  max-width: none;

  height: 3.4rem;

  margin: 0 -20px;

  padding: 0.5em 0.75em;

  line-height: 1.2;

  border-radius: 0;

  overflow: hidden;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  text-align: center;

}



body.evote-govil .pricingBloc h3 {

  border-radius: 0;

  height: auto;

  min-height: 4.2rem;

}



body.evote-govil .pricingBloc h3 {

  color: var(--gov-text-muted);

  font-size: 1rem;

  font-weight: 400;

}



body.evote-govil .pricingBloc h3 span {

  display: block;

  width: 100%;

  margin: 0;

  text-align: center;

  font-size: 1em;

}



body.evote-govil .pricingBloc.focusPlan h3 {

  padding: 0.5em 0.75em;

}



body.evote-govil .pricingBloc ul li {

  color: var(--gov-text-subtle);

  border-color: var(--gov-border-light);

  font-size: 14px;

}



body.evote-govil .pricingBloc .btn {

  background: var(--gov-primary);

  width: auto;

  max-width: 100%;

  margin: 0 auto;

  display: inline-block;

  padding: 6px 16px;

  font-size: 13px;

  line-height: 1.2;

}



/* ——— Contact ——— */

body.evote-govil #contactSlice {

  background: var(--gov-surface);

  padding: 48px 0;

}



body.evote-govil #contactSlice h1 {

  color: var(--gov-primary);

  font-size: clamp(1.75rem, 3vw, 2.25rem);

  margin-bottom: 1.15em;

}



body.evote-govil #contactSlice address,

body.evote-govil #contactSlice address a {

  color: var(--gov-text-muted);

  font-size: 15px;

}



body.evote-govil #contactSlice address {

  margin: 0;

  white-space: nowrap;

  padding-inline: 0;

}



body.evote-govil #contactSlice address a {

  color: var(--gov-action);

  font-weight: 600;

}



body.evote-govil #contactSlice #mapTriggerLoader {

  background: none;

  padding: 0;

  margin: 0;

}



body.evote-govil #contactSlice #mapTriggerLoader + p,

body.evote-govil #contactSlice #contactSlide1 p:empty {

  display: none;

}



body.evote-govil #contactSlice .iconWrapper.iconBig,

body.evote-govil #contactSlice #mapTriggerLoader .iconWrapper.iconBig {

  display: inline-flex !important;

  align-items: center;

  justify-content: center;

  width: 28px;

  height: 28px;

  margin: 0;

  background: none;

  border-radius: 0;

}



body.evote-govil #contactSlice .iconWrapper.iconBig i {

  color: var(--gov-action) !important;

  font-size: 20px;

}



/* ——— Footer ——— */

body.evote-govil footer {

  background: var(--gov-primary-dark);

  color: rgba(255, 255, 255, 0.85);

}



body.evote-govil #mainFooter {

  padding: 48px 0 32px;

  border-top: 4px solid var(--gov-action);

}



body.evote-govil #mainFooter .container {

  max-width: var(--gov-max);

}



body.evote-govil #mainFooter h3 {

  font-family: var(--gov-font);

  font-size: 14px;

  font-weight: 700;

  color: rgba(255, 255, 255, 0.55);

  text-transform: uppercase;

  letter-spacing: 0.06em;

  margin-top: 0;

  margin-bottom: 10px;

}



body.evote-govil #mainFooter h3 + *,

body.evote-govil #mainFooter .projectWidget iframe,

body.evote-govil #mainFooter .contactWidget address {

  margin-top: 0;

  margin-bottom: 0;

}



body.evote-govil #mainFooter .testimonialWidget > p {

  margin-bottom: 0;

}



body.evote-govil #mainFooter h3 i {

  color: var(--gov-action);

  margin-inline-end: 6px;

}



body.evote-govil #mainFooter p,

body.evote-govil #mainFooter address {

  font-size: 14px;

  line-height: 1.75;

  color: rgba(255, 255, 255, 0.8);

}



body.evote-govil #mainFooter a {

  color: #fff;

}



body.evote-govil #mainFooter a:hover {

  color: rgba(255, 255, 255, 0.7);

}



body.evote-govil #footer .testimonialWidget > img,

body.evote-govil #mainFooter .testimonialWidget > img {

  display: block;

  margin-inline-start: auto !important;

  margin-inline-end: 0 !important;

}



@media (max-width: 767px) {

  body.evote-govil #footer .testimonialWidget > img,

  body.evote-govil #mainFooter .testimonialWidget > img {

    margin-inline-start: auto !important;

    margin-inline-end: auto !important;

  }

}



body.evote-govil .bulle blockquote {

  background: none;

  border: none;

  color: rgba(255, 255, 255, 0.9);

  font-style: normal;

  font-size: 16.9px;

  line-height: 1.5;

  padding: 0;

  margin: 0;

}



body.evote-govil #mainFooter .testimonialWidget2 > .row {

  display: flex;

  margin: 0 !important;

  padding: 0;

  gap: 0;

  width: 100%;

  height: 245px;

}



body.evote-govil #mainFooter .testimonialWidget2 > .row > .span3 {

  display: flex;

  flex-direction: column;

  float: none !important;

  width: 100% !important;

  height: 245px;

  margin: 0 !important;

  padding: 20px 18px;

  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: var(--gov-radius-md);

}



body.evote-govil #mainFooter .testimonialWidget2 .bulle {

  flex: 1 1 auto;

  min-height: 0;

  margin: 0;

  padding: 0;

  font-size: 16.9px;

  line-height: 1.5;

  border: none;

}



body.evote-govil #mainFooter .testimonialWidget2 .bulle .arrow {

  display: none;

}



body.evote-govil .clientIcon {

  color: rgba(255, 255, 255, 0.6);

  font-size: 12px;

  margin-top: 14px;

  flex-shrink: 0;

}



body.evote-govil #mainFooter .clientIcon i {

  font-size: 14px;

  margin-inline-end: 4px;

}



body.evote-govil #footerRights {

  background: #001a33;

  padding: 16px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

}



body.evote-govil #footerRights p {

  color: rgba(255, 255, 255, 0.45);

  font-size: 13px;

}



body.evote-govil #footerRights a {

  color: rgba(255, 255, 255, 0.65);

}



body.evote-govil #footerRights a:hover {

  color: #fff;

}



/* ——— Nav arrows (hide decorative scroll nav) ——— */

body.evote-govil .arrowsNav {

  display: none !important;

}



/* ——— News / clients pages ——— */

body.evote-govil .slice {

  background: transparent;

}



body.evote-govil .newsList li,

body.evote-govil .clientList li {

  background: var(--gov-surface);

  border: 1px solid var(--gov-border-light);

  border-radius: var(--gov-radius-md);

  box-shadow: var(--gov-shadow-sm);

  margin-bottom: 12px;

  padding: 16px;

}



body.evote-govil .newsList li:hover,

body.evote-govil .clientList li:hover {

  border-color: var(--gov-border);

  box-shadow: var(--gov-shadow-md);

}



/* ——— Accessibility focus ——— */

body.evote-govil a:focus-visible,

body.evote-govil button:focus-visible {

  outline: 2px solid var(--gov-focus);

  outline-offset: 2px;

}



/* ——— Responsive ——— */

@media (max-width: 979px) {

  body.evote-govil #mainHeader {

    position: relative;

    top: 0;

  }



  body.evote-govil #mainMenu .nav > li > a {

    font-size: 14px;

    padding: 6px 10px;

  }



  body.evote-govil .flexslider .caption {

    padding: 16px 20px !important;

  }

}



@media (max-width: 767px) {

  body.evote-govil {

    font-size: 15px;

  }



  body.evote-govil #features,

  body.evote-govil #how,

  body.evote-govil #offer,

  body.evote-govil #contactSlice {

    padding: 36px 0;

  }



  body.evote-govil #contactSlice #contactSlide1 {

    flex-wrap: nowrap;

    max-width: 100%;

    padding-inline: 16px;

    box-sizing: border-box;

  }



  body.evote-govil #contactSlice #contactSlide1 .span3,

  body.evote-govil #contactSlice #contactSlide1 .span3:last-of-type {

    flex: 0 1 auto;

    max-width: 100%;

    min-width: 0;

  }



  body.evote-govil #contactSlice #contactSlide1 .span3:last-of-type {

    flex: 1 1 auto;

  }



  body.evote-govil #contactSlice address {

    white-space: normal;

    overflow-wrap: anywhere;

    word-break: break-word;

    max-width: 100%;

  }



  body.evote-govil #how .row:last-child [class*="span"],

  body.evote-govil #how .mb40 {

    margin-bottom: 0 !important;

  }



  body.evote-govil .ev-steps-row {

    display: flex !important;

    flex-wrap: nowrap !important;

    justify-content: space-between;

    align-items: flex-start;

    gap: 4px;

    width: 100%;

  }



  body.evote-govil .ev-steps-row .span3 {

    display: block;

    float: none !important;

    width: auto !important;

    min-width: 0 !important;

    flex: 1 1 0 !important;

    margin: 0 !important;

    padding: 0 2px;

    text-align: center;

  }



  body.evote-govil .ev-step-icon {

    width: 36px;

    height: 36px;

    line-height: 36px;

    font-size: 15px;

    margin-bottom: 6px;

  }



  body.evote-govil .ev-steps-row h3 {

    font-size: 11px;

    line-height: 1.25;

    overflow-wrap: anywhere;

    word-break: break-word;

  }



  body.evote-govil #paralaxSlice5 .paralaxText {

    padding-top: 36px;

    padding-bottom: 36px;

  }



  body.evote-govil #offer .row.mb30 {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  body.evote-govil #offer .row.mb30 > .span3 {
    width: 100% !important;
    max-width: none;
  }

  body.evote-govil .pricingBloc {
    margin: 0;
    padding: 20px 16px;
  }

  body.evote-govil .pricingBloc h2 {
    font-size: 1.05rem;
    padding: 0;
    margin: 0 0 8px;
  }

  body.evote-govil .pricingBloc h3,
  body.evote-govil .pricingBloc p.sign {
    width: calc(100% + 32px);
    margin-inline: -16px;
    height: 3.4rem;
    padding: 0.5em 0.75em;
  }

  body.evote-govil .pricingBloc h3 {
    font-size: 0.95rem;
    margin-bottom: 14px;
    line-height: 1.35;
    height: auto;
    min-height: 4.2rem;
    border-radius: 0;
  }

  body.evote-govil .pricingBloc h3 span {
    font-size: 1em;
    margin-top: 4px;
  }

  body.evote-govil .pricingBloc ul {
    padding: 0;
  }

  body.evote-govil .pricingBloc ul li {
    padding: 10px 0;
    font-size: 13px;
  }

  body.evote-govil .pricingBloc .sign {
    display: none !important;
  }

  body.evote-govil .pricingBloc li.ev-empty {
    display: none !important;
  }

}

/* Clients page: keep article + events sidebar in one row (row negative margins are zeroed globally) */
body.evote-govil .content.blog > .container > .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
}

body.evote-govil .content.blog > .container > .row > .span8,
body.evote-govil .content.blog > .container > .row > aside.span4 {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.evote-govil .content.blog > .container > .row > .span8 {
  flex: 1 1 0;
  width: auto !important;
  min-width: 0;
}

body.evote-govil .content.blog > .container > .row > aside.span4 {
  flex: 0 0 300px;
  width: 300px !important;
  max-width: 34%;
}

@media (max-width: 767px) {
  body.evote-govil .content.blog > .container > .row {
    flex-wrap: wrap;
  }

  body.evote-govil .content.blog > .container > .row > aside.span4 {
    flex: 1 1 100%;
    width: 100% !important;
    max-width: none;
  }
}

/* Clients activity list — sidebar column beside the article */
body.evote-govil .ev-clients-panel {
  background: #002d5c;
  border-radius: 8px;
  padding: 16px 14px 12px;
  margin: 20px 0 0;
}

body.evote-govil aside .ev-clients-list {
  max-height: 720px;
  overflow-y: auto;
}

body.evote-govil .ev-clients-panel h3 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 1.15em;
}

body.evote-govil .ev-clients-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.evote-govil .ev-clients-list .media {
  overflow: hidden;
  margin-top: 8px;
}

body.evote-govil .ev-clients-list .media > a {
  float: right;
  margin-left: 10px;
}

html[dir="ltr"] body.evote-govil .ev-clients-list .media > a {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

body.evote-govil .ev-clients-list .media-object {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 4px;
}

body.evote-govil .ev-clients-list .media-body {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.75em 1em;
  overflow: hidden;
  border-radius: 4px;
}

body.evote-govil .ev-clients-list .media-body p {
  margin: 0;
}

body.evote-govil .ev-clients-list .media-body a {
  color: #fff;
  text-decoration: none;
  line-height: 20px;
}

body.evote-govil .ev-clients-list .media-body a:hover {
  text-decoration: underline;
}

body.evote-govil .ev-clients-list .media.is-current .media-body {
  background: rgba(255, 255, 255, 0.18);
}

/* ——— Mobile hamburger nav (replaces native .responsive-nav select) ——— */

body.evote-govil .ev-mobile-nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid var(--gov-border);
  border-radius: var(--gov-radius-sm);
  background: var(--gov-surface);
  color: var(--gov-primary);
  font-family: var(--gov-font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--gov-shadow-sm);
}

body.evote-govil .ev-hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 14px;
}

body.evote-govil .ev-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: var(--gov-primary);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

body.evote-govil .ev-mobile-nav-toggle[aria-expanded="true"] .ev-hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.evote-govil .ev-mobile-nav-toggle[aria-expanded="true"] .ev-hamburger span:nth-child(2) {
  opacity: 0;
}

body.evote-govil .ev-mobile-nav-toggle[aria-expanded="true"] .ev-hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

body.evote-govil .ev-mobile-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(17, 24, 39, 0.45);
}

body.evote-govil .ev-mobile-nav-panel {
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  max-height: min(78vh, 560px);
  overflow: auto;
  padding: 16px 20px 28px;
  background: var(--gov-surface);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 32px rgba(0, 62, 128, 0.18);
  font-family: var(--gov-font);
}

html[dir="rtl"] body.evote-govil .ev-mobile-nav-panel {
  text-align: right;
}

html[dir="ltr"] body.evote-govil .ev-mobile-nav-panel {
  text-align: left;
}

body.evote-govil .ev-mobile-nav-close {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid var(--gov-border);
  border-radius: var(--gov-radius-sm);
  background: var(--gov-surface-muted);
  color: var(--gov-text-muted);
  font-family: var(--gov-font);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

body.evote-govil .ev-mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none !important;
}

body.evote-govil .ev-mobile-nav-list > li {
  float: none !important;
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--gov-border-light);
}

body.evote-govil .ev-mobile-nav-list > li > a {
  display: block;
  padding: 14px 8px;
  color: var(--gov-text);
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

body.evote-govil .ev-mobile-nav-list > li > a:hover,
body.evote-govil .ev-mobile-nav-list > li.active > a {
  color: var(--gov-action);
  background: var(--gov-surface-muted);
}

body.evote-govil.ev-mobile-nav-open {
  overflow: hidden;
}

body.evote-govil.ev-mobile-nav-open .ev-mobile-nav-backdrop,
body.evote-govil.ev-mobile-nav-open .ev-mobile-nav-panel {
  display: block;
}

body.evote-govil #mainMenu .responsive-nav {
  display: none !important;
}

@media (max-width: 767px) {
  body.evote-govil .ev-mobile-nav-toggle,
  html[dir="ltr"] body.evote-govil .ev-mobile-nav-toggle,
  html[dir="rtl"] body.evote-govil .ev-mobile-nav-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    flex: 0 0 auto;
    flex-shrink: 0;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    padding: 6px 8px;
    gap: 6px;
    font-size: 14px;
    min-height: 32px;
    box-sizing: border-box;
  }

  /* Single-row header: Logo | Language | Menu in HE/AR (logo left),
     Menu | Language | Logo in EN (logo right). */
  body.evote-govil #mainHeader {
    padding: 8px 0;
    max-height: none;
    overflow: visible;
  }

  body.evote-govil #mainHeader .container {
    padding-inline: 12px;
  }

  body.evote-govil #mainHeader .header-inner,
  html[dir="ltr"] body.evote-govil #mainHeader .header-inner,
  html[dir="rtl"] body.evote-govil #mainHeader .header-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-bottom: 0;
  }

  body.evote-govil #mainHeader .brand,
  html[dir="ltr"] body.evote-govil #mainHeader .brand,
  html[dir="rtl"] body.evote-govil #mainHeader .brand {
    float: none !important;
    width: auto !important;
    max-width: none;
    margin: 0 !important;
    text-align: inherit !important;
    flex: 0 0 auto;
  }

  body.evote-govil #mainHeader .brand img {
    display: block;
    max-height: 32px;
    max-width: 110px;
    width: auto;
  }

  body.evote-govil #mainHeader .header-nav-row {
    display: contents;
  }

  body.evote-govil .lang-switcher {
    margin: 0 !important;
    padding: 2px 3px;
    gap: 0;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 32px;
    box-sizing: border-box;
  }

  body.evote-govil .lang-link {
    min-width: 0;
    padding: 2px 5px;
    font-size: 12px;
    letter-spacing: 0;
  }

  body.evote-govil .lang-sep {
    padding: 0;
    font-size: 9px;
  }

  /* layout.css sets #mainMenu { width:100% } at this breakpoint, which
     squeezes the sibling hamburger to 0px — especially in LTR (EN). */
  body.evote-govil #mainMenu,
  html[dir="ltr"] body.evote-govil #mainMenu,
  html[dir="ltr"] body.evote-govil .scrollMenu {
    display: none !important;
  }

  body.evote-govil #mainMenu > ul.nav {
    display: none !important;
  }

  /* Hero: half the previous mobile height (~301px → ~150px) */
  body.evote-govil .content {
    padding-top: 0;
  }

  body.evote-govil #homeCorpo {
    padding: 16px 0;
  }

  body.evote-govil #homeCorpo .span12 {
    margin-bottom: 0;
  }

  body.evote-govil #homeCorpo .flexslider,
  body.evote-govil #homeCorpo .flexFullScreen {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  body.evote-govil .flex-control-nav {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    margin-top: 16px !important;
    margin-bottom: 0 !important;
  }

  body.evote-govil .flexFullScreen .flex-viewport,
  body.evote-govil .flexFullScreen .slides > li {
    height: 178px !important;
    overflow: hidden;
    border-radius: var(--gov-radius-lg);
  }

  body.evote-govil .flexFullScreen .slides > li img {
    position: relative;
    height: 178px !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center center;
  }

  body.evote-govil .flexslider .caption,
  body.evote-govil .flexslider .caption.right,
  body.evote-govil .flexslider .caption.left {
    min-width: 0;
    max-width: 88%;
    padding: 8px 10px !important;
    background: none !important;
    backdrop-filter: none;
    box-shadow: none;
  }

  body.evote-govil .flexslider h1,
  body.evote-govil .flexslider h2 {
    background: none !important;
    background-color: transparent !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  }

  /* pic2 + pic3: restore the caption panel on mobile */
  body.evote-govil .flexFullScreen .slideN1 .caption,
  body.evote-govil .flexFullScreen .slideN2 .caption {
    background: rgba(0, 46, 92, 0.82) !important;
    backdrop-filter: blur(4px);
    box-shadow: none;
  }

  body.evote-govil .flexFullScreen .slideN1 .caption h1,
  body.evote-govil .flexFullScreen .slideN2 .caption h1 {
    background: #003e80 !important;
    background-color: #003e80 !important;
    text-shadow: none;
  }

  body.evote-govil .flexFullScreen .slideN1 .caption h2,
  body.evote-govil .flexFullScreen .slideN2 .caption h2 {
    background: #333 !important;
    background-color: #333 !important;
    text-shadow: none;
  }

  body.evote-govil .flexslider h1 {
    font-size: 1rem;
    margin-bottom: 2px;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.evote-govil .flexslider h2 {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    line-height: 1.25;
    white-space: nowrap;
    max-width: 100%;
  }

  body.evote-govil .flexslider .caption h2 {
    margin-bottom: 2px;
  }

  body.evote-govil .flexslider .caption .element1-2,
  body.evote-govil .flexslider .caption .element1-3,
  body.evote-govil .flexslider .caption .element1-4,
  body.evote-govil .flexslider .caption .element2-1,
  body.evote-govil .flexslider .caption .element2-2,
  body.evote-govil .flexslider .caption .element2-3,
  body.evote-govil .flexslider .caption .element2-4,
  body.evote-govil .flexslider .caption .element3-2,
  body.evote-govil .flexslider .caption .element3-3 {
    margin-top: 2px !important;
  }

  body.evote-govil .flexslider .caption .btn {
    margin-top: 6px;
  }

  body.evote-govil .flexFullScreen .slideN1 .caption.right {
    right: 4px !important;
  }

  /* pic1: crop from the left so the green "My Choice" tile sits in the center */
  body.evote-govil .flexFullScreen .slideN0 img {
    width: 150%;
    left: -12%;
    object-position: 28% 50%;
  }

  /* pic2: all three people, older couple in the center; crop the empty white on the right */
  body.evote-govil .flexFullScreen .slideN1 img {
    width: 128%;
    left: -14%;
  }

  /* pic3: original framing, then 1.2×; keep the person on the right with head in frame */
  body.evote-govil .flexFullScreen .slideN2 img {
    width: 120%;
    left: -20%;
    object-position: 92% 18%;
  }

  body.evote-govil .ev-hide-mobile {
    display: none;
  }

  /* Keep the three stats on one row, matching desktop */
  body.evote-govil .ev-stats-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    width: 100% !important;
  }

  body.evote-govil .ev-stats-row .span4 {
    display: block;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 2px !important;
    text-align: center;
  }

  body.evote-govil .ev-stats-row h3 {
    font-size: 1.45em;
    line-height: 1.1;
    margin-bottom: 4px;
  }

  body.evote-govil .ev-stats-row p {
    font-size: 11px;
    line-height: 1.25;
  }

  /* Feature cards: one column, short copy, icon at the start of the heading */
  body.evote-govil #features .ev-features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.evote-govil #features .ev-features-grid > .span6 {
    width: 100% !important;
    max-width: 100%;
    float: none !important;
    overflow: hidden;
  }

  body.evote-govil #features .boxFeature {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 8px;
    row-gap: 6px;
    align-items: center;
    overflow: hidden;
    padding: 14px 12px;
  }

  body.evote-govil #features .boxFeature .one_third {
    grid-column: 1;
    grid-row: 1;
    flex: none;
    width: auto !important;
    margin: 0 !important;
  }

  body.evote-govil #features .boxFeature .two_thirds {
    display: contents;
    width: auto !important;
    min-width: 0;
  }

  body.evote-govil #features .boxFeature h2 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.evote-govil #features .boxFeature p {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    overflow: hidden;
  }

  body.evote-govil #features .iconWrapper.iconBig {
    width: 22px !important;
    height: 22px !important;
    background: none !important;
    border-radius: 0;
  }

  body.evote-govil #features .iconWrapper.iconBig i {
    font-size: 20px;
  }

  body.evote-govil #features .ev-feature-full {
    display: none !important;
  }

  body.evote-govil #features .ev-feature-short {
    display: block !important;
  }

  body.evote-govil .ev-logo-strip .ev-logo-year {
    font-size: 12px;
    gap: 0;
  }
}

