/* ============================================================
   Vertegenwoordigingskantoor van de Republiek Somaliland
   Luxury Beige-palet met subtiele papiertextuur
   ============================================================ */

:root {
  --bg-main: #f2e8d8; /* Hoofdachtergrond (Luxury Beige) */
  --bg-section: #f8f4ec; /* Sectieachtergrond */
  --text-blue: #183a6b; /* Donkerblauwe tekst */
  --gold: #c8a64d; /* Gouden accenten */
  --green: #0b6a43; /* Donkergroen (Somaliland) */
  --red: #a3262a; /* Bordeauxrood */
  --card-bg: #fcf9f2;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-main);
  color: var(--text-blue);
  line-height: 1.7;
  font-size: 16.5px;
  position: relative;
}

/* Subtiele papiertextuur over de hele pagina */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.055'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
}

main,
.site-header,
.site-footer,
.flag-bar {
  position: relative;
  z-index: 2;
}

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

a {
  color: var(--text-blue);
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
}

h2 {
  font-size: clamp(30px, 4vw, 42px);
  margin-bottom: 0.6em;
}

h3 {
  font-size: clamp(21px, 2.4vw, 25px);
  margin-bottom: 0.4em;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Vlagbalk ---------- */
.flag-bar {
  display: flex;
  height: 6px;
}

.flag-bar span {
  flex: 1;
}

.flag-green {
  background: var(--green);
}

.flag-white {
  background: #fff;
}

.flag-red {
  background: var(--red);
}

/* ---------- Navigatie ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 244, 236, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(200, 166, 77, 0.35);
}

.nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.nav-emblem {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

/* Het embleembestand is vierkant met donkere hoeken; rond bijsnijden */
.nav-emblem,
.hero-emblem,
.footer-emblem {
  clip-path: circle(48% at 50% 50%);
  object-fit: cover;
}

.nav-brand-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  max-width: 300px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--green);
  border-bottom-color: var(--gold);
}

.lang-switch {
  display: flex;
  gap: 4px;
  border: 1px solid var(--gold);
  border-radius: 6px;
  padding: 3px;
  background: var(--bg-main);
}

.lang-switch button {
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-blue);
  padding: 4px 9px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.lang-switch button:hover {
  background: rgba(200, 166, 77, 0.2);
}

.lang-switch button.active {
  background: var(--green);
  color: #fff;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 6px;
  cursor: pointer;
  padding: 9px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text-blue);
  border-radius: 2px;
}

/* ---------- Hero ---------- */
.hero {
  padding: 88px 0 96px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(200, 166, 77, 0.18), transparent 60%),
    var(--bg-main);
}

.hero-emblem {
  width: 128px;
  height: 128px;
  margin: 0 auto 28px;
  filter: drop-shadow(0 6px 18px rgba(24, 58, 107, 0.18));
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 14px;
}

.hero h1 {
  font-size: clamp(34px, 5.2vw, 58px);
  font-weight: 700;
  max-width: 860px;
  margin: 0 auto;
}

.hero-subtitle {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 27px);
  margin-top: 10px;
  color: var(--green);
}

.gold-rule {
  width: 90px;
  height: 2px;
  background: var(--gold);
  margin: 30px auto;
  position: relative;
}

.gold-rule::after {
  content: "★";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  background: var(--bg-main);
  color: var(--gold);
  padding: 0 12px;
  font-size: 13px;
}

.hero-intro {
  max-width: 660px;
  margin: 0 auto 38px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-primary {
  background: var(--green);
  color: #fff;
  border: 1.5px solid var(--green);
}

.btn-primary:hover {
  background: #085535;
  border-color: #085535;
}

.btn-outline {
  border: 1.5px solid var(--gold);
  color: var(--text-blue);
  background: transparent;
}

.btn-outline:hover {
  background: var(--gold);
  color: #fff;
}

/* ---------- Secties ---------- */
.section {
  padding: 84px 0;
}

.section-alt {
  background: var(--bg-section);
  border-top: 1px solid rgba(200, 166, 77, 0.25);
  border-bottom: 1px solid rgba(200, 166, 77, 0.25);
}

.section h2 {
  position: relative;
  padding-bottom: 14px;
}

.section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.section-lead {
  max-width: 780px;
  margin-bottom: 34px;
  font-size: 17.5px;
}

.section-closing {
  margin-top: 34px;
  font-style: italic;
  max-width: 780px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

/* ---------- Boodschap ---------- */
.message-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 10px;
}

.message-photo img {
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px rgba(24, 58, 107, 0.16);
}

.message-photo figcaption {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14.5px;
}

.message-photo figcaption strong {
  font-family: var(--font-display);
  font-size: 19px;
}

.phone-link {
  color: var(--green);
  font-weight: 600;
}

.phone-link:hover {
  text-decoration: underline;
}

.message-text p {
  margin-bottom: 1.2em;
}

.message-text p:first-child {
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1.5;
}

/* ---------- Feiten ---------- */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.fact {
  background: var(--card-bg);
  border: 1px solid rgba(200, 166, 77, 0.4);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fact-value {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--green);
}

.fact-label {
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(24, 58, 107, 0.75);
}

/* ---------- Bestuurskaarten ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.card {
  background: var(--card-bg);
  border: 1px solid rgba(200, 166, 77, 0.4);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  padding: 28px;
}

.card h3 {
  color: var(--green);
}

.card p {
  font-size: 15.5px;
}

/* ---------- Geschiedenis / tijdlijn ---------- */
.history-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 56px;
  align-items: start;
}

.timeline {
  list-style: none;
  border-left: 2px solid var(--gold);
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.timeline li {
  position: relative;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -39px;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  border: 2.5px solid var(--bg-main);
  box-shadow: 0 0 0 2px var(--gold);
}

.timeline p {
  font-size: 15.5px;
}

.history-photo {
  position: sticky;
  top: 110px;
}

.history-photo img {
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px rgba(24, 58, 107, 0.16);
  width: 100%;
}

.history-photo figcaption {
  margin-top: 12px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: rgba(24, 58, 107, 0.75);
}

/* ---------- Economie ---------- */
.economy-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: start;
}

.economy-text h3 {
  margin-top: 26px;
}

.economy-text h3:first-child {
  margin-top: 0;
}

.economy-photos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.economy-photos img {
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px rgba(24, 58, 107, 0.16);
  width: 100%;
  object-fit: cover;
}

.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}

.check-list li {
  padding-left: 32px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 700;
  font-size: 18px;
}

.notice {
  margin-top: 48px;
  background: var(--card-bg);
  border: 1px solid rgba(200, 166, 77, 0.4);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 28px 32px;
}

.notice p {
  font-size: 15.5px;
}

/* ---------- Internationaal ---------- */
.recognition {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: start;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 8px;
}

.recognition-text p {
  margin-bottom: 1em;
}

.coop-lead {
  font-weight: 600;
  margin-top: 4px;
}

.chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chips li {
  background: var(--bg-section);
  border: 1px solid var(--gold);
  color: var(--text-blue);
  border-radius: 999px;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 500;
}

.recognition-photos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recognition-photos img {
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px rgba(24, 58, 107, 0.16);
  width: 100%;
  object-fit: cover;
}

.partner-blocks {
  margin-top: 56px;
}

/* ---------- Cultuur ---------- */
.culture-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
}

.culture-list li {
  background: var(--card-bg);
  border: 1px solid rgba(200, 166, 77, 0.4);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.culture-list li img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
}

.culture-caption {
  display: block;
  padding: 16px 14px 20px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
}

.culture-caption::before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: var(--red);
  margin: 0 auto 12px;
}

/* ---------- Visie ---------- */
.vision-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  counter-reset: vision;
}

.vision-list li {
  counter-increment: vision;
  background: var(--bg-section);
  border: 1px solid rgba(200, 166, 77, 0.35);
  border-radius: 8px;
  padding: 20px 22px 20px 64px;
  position: relative;
  font-size: 15.5px;
}

.vision-list li::before {
  content: counter(vision, decimal-leading-zero);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--gold);
}

/* ---------- Contact ---------- */
.section-contact {
  background: var(--bg-section);
  border-top: 1px solid rgba(200, 166, 77, 0.25);
}

.contact-conclusion {
  max-width: 860px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  gap: 24px;
}

.contact-card {
  background: var(--card-bg);
  border: 1px solid rgba(200, 166, 77, 0.4);
  border-top: 3px solid var(--green);
  border-radius: 8px;
  padding: 30px;
}

.contact-card h3 {
  color: var(--green);
  margin-bottom: 14px;
}

.contact-card p {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.contact-label {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(24, 58, 107, 0.65);
  min-width: 82px;
}

.contact-card a {
  font-weight: 600;
  color: var(--text-blue);
}

.contact-card a:hover {
  color: var(--green);
  text-decoration: underline;
}

/* ---------- Juridische pagina's ---------- */
.container-narrow {
  max-width: 820px;
}

.legal-section {
  padding-top: 64px;
}

.back-link {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 600;
  color: var(--green);
}

.back-link:hover {
  text-decoration: underline;
}

.legal-body h1 {
  font-size: clamp(30px, 4.4vw, 44px);
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 16px;
}

.legal-body h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.page-updated {
  font-size: 14px;
  color: rgba(24, 58, 107, 0.65);
  margin-bottom: 24px;
}

.legal-body h2 {
  font-size: clamp(20px, 2.4vw, 25px);
  color: var(--green);
  margin: 32px 0 8px;
}

.legal-body p {
  margin-bottom: 14px;
  font-size: 16.5px;
}

.legal-body a {
  color: var(--green);
  font-weight: 600;
}

.legal-body a:hover {
  text-decoration: underline;
}

/* Ondertekening onder elke tekst */
.page-signature {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(200, 166, 77, 0.5);
  text-align: center;
}

.page-signature-emblem {
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  clip-path: circle(48% at 50% 50%);
  object-fit: cover;
}

.page-signature-name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  color: var(--text-blue);
}

.page-signature-role {
  max-width: 520px;
  margin: 4px auto 0;
  font-size: 14.5px;
  color: rgba(24, 58, 107, 0.8);
}

/* ---------- Contactformulier ---------- */
.contact-form {
  margin-top: 8px;
  max-width: 640px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.form-row label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.form-row input,
.form-row textarea {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-blue);
  background: var(--card-bg);
  border: 1px solid rgba(24, 58, 107, 0.25);
  border-radius: 6px;
  padding: 12px 14px;
  width: 100%;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(11, 106, 67, 0.12);
}

.form-row textarea {
  resize: vertical;
  min-height: 130px;
}

.form-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 4px 0 16px;
  font-size: 14.5px;
  line-height: 1.5;
}

.form-consent input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--green);
}

.form-consent a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
}

.form-avg {
  background: var(--bg-section);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 14px;
  color: rgba(24, 58, 107, 0.85);
  margin-bottom: 22px;
}

.form-status {
  margin-top: 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--green);
}

.form-status.form-status-error {
  color: var(--red);
}

/* ---------- Footer-navigatie ---------- */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  padding: 4px 0 2px;
}

.footer-nav a {
  color: var(--bg-main);
  font-size: 14px;
  opacity: 0.85;
}

.footer-nav a:hover {
  color: var(--gold);
  opacity: 1;
  text-decoration: underline;
}

.mfa-link {
  margin-top: 44px;
  text-align: center;
}

.mfa-link p {
  font-family: var(--font-display);
  font-size: 20px;
  margin-bottom: 16px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--text-blue);
  color: var(--bg-main);
  padding: 56px 0 36px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-emblem {
  width: 56px;
  height: 56px;
}

.footer-flag {
  width: 84px;
  border: 2px solid rgba(248, 244, 236, 0.6);
  border-radius: 3px;
}

.footer-office {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
}

.footer-sub {
  font-style: italic;
  font-size: 15px;
  opacity: 0.85;
}

.footer-endorsement {
  max-width: 640px;
  font-size: 14.5px;
  opacity: 0.9;
  border-top: 1px solid rgba(200, 166, 77, 0.5);
  border-bottom: 1px solid rgba(200, 166, 77, 0.5);
  padding: 16px 0;
}

.footer-endorsement-name {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: var(--gold);
}

.footer-contact {
  display: flex;
  gap: 14px;
  font-size: 15px;
}

.footer-contact a {
  color: var(--gold);
  font-weight: 600;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-copyright {
  font-size: 13px;
  opacity: 0.7;
}

/* ---------- Responsief ---------- */
@media (max-width: 1024px) {
  .nav-brand-text {
    display: none;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
  }

  .nav-brand-text {
    display: block;
    font-size: 15px;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-section);
    border-bottom: 1px solid rgba(200, 166, 77, 0.4);
    flex-direction: column;
    padding: 20px 24px 24px;
    gap: 16px;
    box-shadow: 0 14px 28px rgba(24, 58, 107, 0.14);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .nav-links a {
    display: block;
    padding: 12px 4px;
    font-size: 16px;
    border-bottom: 1px solid rgba(200, 166, 77, 0.25);
  }

  .message-grid,
  .history-grid,
  .economy-grid,
  .recognition,
  .two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .message-photo {
    max-width: 320px;
  }

  .history-photo {
    position: static;
    max-width: 460px;
  }

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

  .card-grid,
  .vision-list,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 60px 0;
  }

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

@media (max-width: 480px) {
  /* Kerncijfers op telefoons: 2 naast elkaar (2x2) */
  .facts {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .fact {
    padding: 18px 12px;
  }

  .fact-value {
    font-size: 20px;
  }

  .fact-label {
    font-size: 11.5px;
  }

  .hero-emblem {
    width: 96px;
    height: 96px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}

/* Toegankelijkheid: minder beweging */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
