/* =========================================================
   Helgi Pípari ehf. · stílar
   Blátt og hvítt þema með nútímalegri uppbyggingu:
   hreinn hvítur grunnur, djúpblár texti, skýr blár hreimlitur,
   stórt letur og mikið hvítt rými.
   ========================================================= */

:root {
  /* Bakgrunnar (hreinir, ljósir) */
  --bg: #ffffff;          /* allt hvítt */
  --bg-2: #ffffff;        /* allt hvítt (settu #f3f7fc til að fá ljósbláu röndina til skiptis) */
  --surface: #ffffff;     /* notað fyrir eyðublað o.fl. */

  /* Texti (djúpblár, aldrei hreint svart) */
  --ink: #0f2747;         /* djúpblár */
  --soft: #5a6a82;        /* blá-grár aukatexti */

  /* Einn hreimlitur: skýr blár */
  --accent: #0a6cff;
  --accent-deep: #0857cc; /* hover */
  --accent-tint: #e8f1ff; /* mjög ljós blár flötur fyrir tákn */

  /* Línur (notaðar sparlega, hvítt rými er aðal-skilrúmið) */
  --line: #e4ebf3;

  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1200px;
  --display: "Schibsted Grotesk", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Fyrirsagnir í Schibsted Grotesk, þéttar og feitar */
h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -.02em;
  font-weight: 800;
}
p { margin: 0; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; }
.skip-link:focus { left: 0; }

/* ---------------------- TAKKAR ---------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font: inherit; font-weight: 600; font-size: 1rem;
  padding: 15px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(10, 108, 255, .26); }
.btn-primary:hover { background: var(--accent-deep); }
.btn-ghost { background: transparent; color: var(--ink); border-color: #c3d3e6; }
.btn-ghost:hover { border-color: var(--ink); }
.btn-block { width: 100%; }

/* ---------------------- HAUS ---------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; height: 76px; }

.logo { justify-self: start; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); font-family: var(--display); font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; }
.logo-mark { color: var(--accent); display: inline-flex; }
.logo-text strong { color: var(--accent); }

.nav { display: flex; gap: 30px; justify-self: center; }
.nav a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: .98rem; padding: 6px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1.5px; background: var(--accent); transition: width .2s ease; }
.nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 10px; justify-self: end; }
.btn-call { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #fff; text-decoration: none; font-weight: 600; padding: 11px 18px; border-radius: 999px; font-size: .96rem; transition: background-color .15s ease; }
.btn-call:hover { background: var(--accent-deep); }

.lang-toggle {
  display: inline-flex; align-items: center; line-height: 1; text-decoration: none;
  font: inherit; font-weight: 600; font-size: .9rem; color: var(--ink);
  background: transparent; border: 1.5px solid #c3d3e6; border-radius: 999px;
  padding: 9px 14px; cursor: pointer; transition: border-color .15s ease;
}
.lang-toggle:hover { border-color: var(--ink); }

.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------------- HERO ---------------------- */
.hero { background: var(--bg); padding: 28px 0 12px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; padding: 40px 24px 64px; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 600; color: var(--accent); margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.7rem, 5.6vw, 4.5rem); font-weight: 800; letter-spacing: -.035em; }
.hero-lead { margin-top: 24px; font-size: 1.18rem; color: var(--soft); max-width: 40ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 0; margin: 34px 0 0; }
.hero-badges li { display: flex; align-items: center; gap: 9px; font-size: .96rem; color: var(--ink); font-weight: 500; }
.hero-badges li::before { content: ""; width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--accent); }

/* Stór mynda-reitur (ekta mynd af Helga að störfum kemur hér) */
.hero-photo { position: relative; }
.photo-slot {
  background: linear-gradient(155deg, #e9eff7, #d8e4f1);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  color: #8ea4bf; font-weight: 500; text-align: center; padding: 28px;
}
.photo-slot--hero { aspect-ratio: 4 / 5; }
.hero-img, .about-img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 25%; border-radius: var(--radius); }
.photo-slot span { line-height: 1.4; }
.hero-tag {
  position: absolute; left: 18px; bottom: 18px;
  background: rgba(255, 255, 255, .94); backdrop-filter: blur(4px);
  border-radius: 12px; padding: 12px 16px; box-shadow: 0 8px 24px rgba(10, 37, 64, .14);
}
.hero-tag strong { display: block; font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 1.02rem; }
.hero-tag span { font-size: .86rem; color: var(--soft); }

/* ---------------------- TRAUST-RÖÐ (létt, ekki dökk slá) ---------------------- */
.trust { background: var(--bg); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 8px 24px 56px; }
.trust-item { display: flex; flex-direction: column; gap: 4px; padding-top: 22px; border-top: 1.5px solid var(--line); }
.trust-num { font-family: var(--display); font-size: 1.7rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; }
.trust-label { font-size: .92rem; color: var(--soft); }

/* ---------------------- ALMENNIR KAFLAR ---------------------- */
.section { padding: 104px 0; }
.section-alt { background: var(--bg-2); }
.section-eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 600; color: var(--accent); margin-bottom: 14px; }
.section-title { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 800; color: var(--ink); max-width: 18ch; letter-spacing: -.03em; }
.section-lead { margin-top: 18px; color: var(--soft); font-size: 1.12rem; max-width: 56ch; }
.section-foot { margin-top: 44px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; color: var(--soft); }
.section-foot a { color: var(--accent); font-weight: 600; text-decoration: none; border-bottom: 1.5px solid currentColor; }

/* ---------------------- ÞJÓNUSTA (afkassavætt, hvítt rými) ---------------------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 48px; margin-top: 52px; }
.card { padding: 28px 0; border-top: 1.5px solid var(--line); }
.card-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--accent-tint); color: var(--accent); margin-bottom: 18px; }
.card h3 { font-size: 1.22rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.card p { color: var(--soft); font-size: 1rem; }

/* ---------------------- UM MIG ---------------------- */
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: center; }
.photo-placeholder {
  aspect-ratio: 4 / 5; border-radius: var(--radius);
  background: linear-gradient(155deg, #e9eff7, #d8e4f1);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  color: #8ea4bf; font-weight: 500; text-align: center; padding: 24px;
}
.about-copy p { color: var(--soft); margin-top: 18px; font-size: 1.1rem; }
.about-copy .section-title { margin-bottom: 4px; }
.about-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.about-list li { position: relative; padding-left: 28px; color: var(--ink); font-weight: 500; }
.about-list li::before {
  content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 2px; background: var(--accent);
}

/* ---------------------- AF HVERJU ---------------------- */
.reasons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 48px; margin-top: 52px; }
.reason { display: grid; grid-template-columns: auto 1fr; gap: 4px 18px; align-items: start; padding: 26px 0; border-top: 1.5px solid var(--line); }
.reason-icon { grid-row: span 2; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-tint); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.reason h3 { font-size: 1.14rem; font-weight: 700; color: var(--ink); }
.reason p { color: var(--soft); font-size: 1rem; }

/* ---------------------- VERK (galleríi) ---------------------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 18px; margin-top: 52px; }
.gallery-item { margin: 0; }
.gallery-photo {
  aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(155deg, #e9eff7, #d8e4f1);
  display: flex; align-items: center; justify-content: center; color: #9fb3cc;
}
.gallery-img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.gallery-cap { margin-top: 14px; font-weight: 600; color: var(--ink); }
.gallery-cap span { display: block; font-weight: 400; color: var(--soft); font-size: .9rem; margin-top: 1px; }

/* fyrir/eftir sleði (dragðu á milli).
   touch-action: pan-y = lóðrétt skrun virkar á síma þótt fingurinn sé á myndinni,
   en lárétt dráttur stýrir samt sleðanum (áður "none", sem læsti skruni á myndinni). */
.ba { position: relative; aspect-ratio: 3 / 4; border-radius: var(--radius); overflow: hidden; --pos: 50%; touch-action: pan-y; background: #eef2f8; }
.ba-before, .ba-after { position: absolute; inset: 0; background: #eef2f8; }
.ba-before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); z-index: 1; }
.ba-ph { width: 100%; height: 100%; }
.ba-ph--before { background: linear-gradient(155deg, #d7dde7, #c2ccdb); }
.ba-ph--after { background: linear-gradient(155deg, #e9f1fb, #d4e4f5); }
.ba-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ba-label { position: absolute; bottom: 10px; font-size: .66rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; background: rgba(15, 39, 71, .72); color: #fff; padding: 4px 9px; border-radius: 999px; }
.ba-before .ba-label { left: 10px; }
.ba-after .ba-label { right: 10px; }
.ba-divider { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 2px; background: #fff; transform: translateX(-1px); z-index: 2; pointer-events: none; }
.ba-divider::before { content: ""; position: absolute; top: 50%; left: 50%; width: 38px; height: 38px; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); box-shadow: 0 2px 10px rgba(15, 39, 71, .28); }
.ba-divider::after { content: "\2039\203A"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--accent); font-weight: 700; font-size: .95rem; letter-spacing: -1px; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 3; touch-action: pan-y; }

/* fleiri verk: takki sem opnar glugga (modal) með öllum myndum */
.gallery-more-wrap { display: flex; justify-content: center; margin-top: 32px; }

/* Verk-gluggi (modal). Liggur yfir síðunni; myndirnar skrunast inni svo síðan lengist ekki. */
.gallery-modal { width: min(1100px, 92vw); max-height: 88vh; padding: 0; border: none; border-radius: var(--radius); background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(10, 37, 64, .35); overflow: hidden; }
.gallery-modal[open] { display: flex; flex-direction: column; }  /* dialog er annars display:none */
.gallery-modal::backdrop { background: rgba(10, 37, 64, .55); backdrop-filter: blur(2px); }
/* Læsa skruni á síðunni meðan glugginn er opinn. Bundið við [open] svo það losnar
   sjálfkrafa hvernig sem lokað er (X, Esc, bakgrunnur). Engin JS-viðburðafíkn. */
body:has(.gallery-modal[open]) { overflow: hidden; }
.gallery-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.gallery-modal-head h3 { font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--ink); }
.gallery-modal-close { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; transition: border-color .15s ease, color .15s ease; }
.gallery-modal-close:hover { border-color: var(--ink); color: var(--accent); }
.gallery-modal-body { overflow-y: auto; padding: 22px; }
/* Sama grid og forsíðu-galleríið; hver færsla er .ba fyrir/eftir sleði inni í .gallery-item */
.modal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 18px; }
@media (max-width: 720px) { .modal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .modal-grid { grid-template-columns: 1fr; } .gallery-modal { width: 96vw; max-height: 92vh; } }

/* ---------------------- UMSAGNIR ---------------------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.quote { margin: 0; padding: 30px; background: var(--surface); border-radius: var(--radius); box-shadow: 0 1px 0 var(--line), 0 14px 34px rgba(10, 37, 64, .05); position: relative; display: flex; flex-direction: column; }
.quote::before { content: "\201C"; position: absolute; top: 8px; right: 20px; font-family: var(--display); font-size: 3.4rem; line-height: 1; color: var(--accent-tint); }
.quote p { position: relative; font-size: 1.08rem; color: var(--ink); line-height: 1.65; }
.quote-by { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 20px; }
.quote-avatar { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--accent-tint); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; font-size: .92rem; }
.quote-by cite { font-style: normal; font-weight: 600; color: var(--ink); }
.quote-by cite span { display: block; font-weight: 400; color: var(--soft); font-size: .88rem; margin-top: 1px; }

/* ---------------------- ALGENGAR SPURNINGAR ---------------------- */
/* Notar <details>/<summary>, opnast án JavaScript */
.faq-list { margin-top: 44px; max-width: 820px; }
.faq-item { border-top: 1.5px solid var(--line); }
.faq-item:last-child { border-bottom: 1.5px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 24px 0;
  font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; flex: none; font-family: var(--body); font-weight: 400;
  font-size: 1.7rem; line-height: 1; color: var(--accent); transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item > p { margin: 0; padding: 0 0 26px; color: var(--soft); max-width: 68ch; font-size: 1.04rem; }

/* ---------------------- HAFÐU SAMBAND ---------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 20px; }
.contact-list li { display: flex; align-items: center; gap: 14px; }
.ci-icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-tint); color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.contact-list .ci-label { display: block; font-size: .82rem; color: var(--soft); font-weight: 500; }
.contact-list a { color: var(--ink); font-weight: 600; text-decoration: none; }
.contact-list a:hover { color: var(--accent); }
.fb-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-weight: 600; text-decoration: none; }
.fb-link:hover { text-decoration: underline; }

.contact-form-wrap { background: var(--surface); border-radius: var(--radius); padding: 32px; box-shadow: 0 1px 0 var(--line), 0 18px 40px rgba(10, 37, 64, .07); }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-weight: 500; font-size: .92rem; color: var(--ink); }
.field input, .field textarea {
  font: inherit; color: var(--ink); background: #f8fbff;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 13px 15px; transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(10, 108, 255, .14); }
.field textarea { resize: vertical; min-height: 120px; }
.form-note { margin-top: 12px; font-size: .9rem; color: var(--soft); text-align: center; }
.hp { position: absolute; left: -9999px; }
.form-success { text-align: center; padding: 52px 24px; color: var(--ink); }
.form-success svg { color: var(--accent); margin-bottom: 8px; }
.form-success h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 6px; }
.form-success p { color: var(--soft); }

/* ---------------------- FÓTUR (djúpblár) ---------------------- */
.site-footer { background: #0a2540; color: #b9c6d8; padding: 64px 0 26px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.logo--footer { color: #fff; }
.logo--footer .logo-mark { color: #6fb6ff; }
.logo--footer .logo-text strong { color: #6fb6ff; }
.footer-brand p { margin-top: 16px; max-width: 42ch; font-size: .98rem; color: #9fb1c6; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col h4 { font-family: var(--display); color: #fff; font-size: .98rem; font-weight: 700; margin-bottom: 4px; }
.footer-col a, .footer-col span { color: #b9c6d8; text-decoration: none; font-size: .98rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .88rem; color: #8295ab; }

/* ---------------------- MJÚK INNKOMA VIÐ SKRUN ---------------------- */
/* .reveal er aðeins sett af script.js, svo án JavaScript birtist allt eðlilega */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------------------- SKJÁSTÆRÐIR ---------------------- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 24px 24px 56px; }
  .photo-slot--hero { aspect-ratio: 16 / 11; max-height: 440px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { max-width: 420px; }
  .cards { grid-template-columns: repeat(2, 1fr); gap: 8px 40px; }
  .reasons { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }

  .header-inner { display: flex; justify-content: space-between; }
  .nav { position: fixed; inset: 76px 0 auto 0; flex-direction: column; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px 24px 16px; transform: translateY(-130%); transition: transform .25s ease; box-shadow: 0 18px 40px rgba(10, 37, 64, .12); }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .menu-toggle { display: flex; order: 3; }
}

@media (max-width: 560px) {
  .section { padding: 72px 0; }
  .cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .btn-call span { display: none; }
  .btn-call { padding: 11px; }
  .hero-cta .btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
