/*
Theme Name: AyYıldız Klima
Theme URI: https://www.ayyildizklima.com/
Author: AyYıldız Klima
Description: AyYıldız Klima için özel hazırlanmış kurumsal WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.2
Text Domain: ayyildiz-klima
*/

:root {
  --navy: #071b2a;
  --navy-soft: #0d2c40;
  --red: #e3152c;
  --red-dark: #b9091d;
  --cyan: #20c8dc;
  --orange: #ff9d18;
  --paper: #f4f7f8;
  --ink: #11232f;
  --muted: #63727c;
  --line: #dbe3e7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: var(--navy);
  color: #c6d1d7;
  font-size: 12px;
}

.topbar-inner,
.topbar-links,
.nav-wrap,
.hero-actions,
.trust-row,
.footer-bottom {
  display: flex;
  align-items: center;
}

.topbar-inner {
  min-height: 38px;
  justify-content: space-between;
}

.topbar-links {
  gap: 24px;
}

.topbar a:hover {
  color: #fff;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 227, 231, 0.9);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  min-height: 84px;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  width: 190px;
  height: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  cursor: pointer;
  padding: 12px 15px;
  background: var(--navy);
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu > div {
  position: absolute;
  top: 48px;
  right: 0;
  display: grid;
  width: 230px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 20px 45px rgba(7, 27, 42, 0.18);
}

.mobile-menu a {
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.page-hero {
  padding: 105px 0;
  background:
    linear-gradient(100deg, rgba(4, 19, 29, 0.98), rgba(7, 45, 63, 0.9)),
    url("assets/hero-klima.png") center / cover;
  color: #fff;
}

.page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.page-hero > .shell > p:last-child {
  max-width: 710px;
  margin: 24px 0 0;
  color: #c7d7de;
  font-size: 18px;
  line-height: 1.75;
}

.split-content {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 90px;
}

.prose h2,
.subpage-cta h2,
.contact-instructions h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.prose > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.detail-card-grid,
.sector-grid,
.gallery-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.detail-card,
.sector-grid article,
.policy-grid article {
  padding: 40px;
  background: #fff;
  border: 1px solid var(--line);
}

.detail-card > span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.detail-card h2,
.sector-grid h2,
.policy-grid h2 {
  margin: 24px 0 12px;
  font-size: 25px;
}

.detail-card p,
.sector-grid p,
.policy-grid p,
.blog-grid p {
  color: var(--muted);
  line-height: 1.8;
}

.detail-card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--red);
  font-weight: 900;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.gallery-section {
  background: var(--paper);
}

.gallery-tile {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: #fff;
  transition: transform 180ms ease;
}

.gallery-tile:hover {
  transform: translateY(-5px);
}

.gallery-tile::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -60px;
  top: -80px;
  border: 28px solid rgba(32, 200, 220, 0.18);
  border-radius: 50%;
}

.gallery-tile:nth-child(2n) {
  background: linear-gradient(135deg, #921426, var(--red));
}

.gallery-tile span,
.gallery-tile h2,
.gallery-tile p,
.gallery-tile b {
  position: relative;
}

.gallery-tile span {
  color: var(--cyan);
  font-weight: 900;
}

.gallery-tile h2 {
  margin: 20px 0 8px;
  font-size: 28px;
}

.gallery-tile p {
  margin: 0 0 20px;
  color: #d5e0e5;
}

.gallery-tile b {
  font-size: 13px;
}

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

.blog-grid article {
  padding: 36px;
  background: #fff;
  border-top: 4px solid var(--red);
}

.blog-grid span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.blog-grid h2 {
  margin: 25px 0 15px;
  font-size: 25px;
}

.faq-list {
  max-width: 900px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  padding: 25px 5px;
  font-size: 19px;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 5px 25px;
  color: var(--muted);
  line-height: 1.8;
}

.subpage-cta {
  padding: 80px 0;
  background: var(--navy);
  color: #fff;
}

.subpage-cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
}

.subpage-cta .hero-actions {
  margin-top: 0;
}

.contact-page {
  background: var(--paper);
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
}

.contact-instructions ol {
  display: grid;
  gap: 15px;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-instructions > a {
  display: inline-block;
  margin-top: 20px;
  color: var(--red);
  font-weight: 900;
}

nav a {
  position: relative;
  padding: 32px 0;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 0;
  height: 3px;
  background: var(--red);
  transition: width 180ms ease;
}

nav a:hover::after,
nav a:focus-visible::after {
  width: 100%;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background: var(--red);
  color: #fff;
  border: 1px solid var(--red);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 30px rgba(227, 21, 44, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 0 20px;
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 35%, rgba(32, 200, 220, 0.13), transparent 30%),
    linear-gradient(105deg, #061722 0%, #09283b 53%, #0b354b 100%);
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 19, 29, 0.98) 0%, rgba(4, 19, 29, 0.82) 47%, rgba(4, 19, 29, 0.28) 72%, rgba(4, 19, 29, 0.35) 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-klima.png");
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 80px;
  padding: 72px 0;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #9edce4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 34px;
  height: 3px;
  background: var(--red);
}

.eyebrow.dark {
  color: #53707f;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero h1 strong {
  display: block;
  color: var(--cyan);
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: #c9d7de;
  font-size: 19px;
  line-height: 1.75;
}

.hero-actions {
  gap: 14px;
  margin-top: 35px;
}

.button-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.button-ghost:hover {
  background: #fff;
  color: var(--navy);
}

.trust-row {
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 28px;
  color: #b7c9d2;
  font-size: 13px;
}

.trust-row b {
  color: var(--cyan);
  margin-right: 6px;
}

.hero-card {
  align-self: end;
  margin-bottom: 12px;
  padding: 31px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 5px solid var(--red);
  color: var(--ink);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
}

.hero-card p {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card h2 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.25;
}

.hero-card a {
  display: block;
  font-size: 24px;
  font-weight: 900;
}

.hero-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.quick-strip {
  background: var(--red);
  color: #fff;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-grid div {
  display: flex;
  min-height: 116px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.quick-grid div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.quick-grid strong {
  font-size: 36px;
}

.quick-grid span {
  max-width: 100px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.section {
  padding: 110px 0;
}

.services,
.process {
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 48px;
}

.section-heading.compact {
  grid-template-columns: 1fr;
}

.section-heading h2,
.about-copy h2,
.social-grid h2,
.contact h2 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.section-heading > p,
.about-copy > p,
.social-grid > div > p,
.contact-grid > div > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

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

.service-card {
  min-height: 315px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid transparent;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-top-color: var(--red);
  box-shadow: 0 24px 55px rgba(8, 36, 53, 0.1);
}

.service-number {
  margin-bottom: 42px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.service-card h3,
.process-grid h3 {
  margin: 0 0 13px;
  font-size: 22px;
}

.service-card p,
.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.service-card a {
  display: inline-flex;
  gap: 9px;
  margin-top: 25px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.service-card a span {
  transition: transform 180ms ease;
}

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

.about {
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 90px;
}

.about-visual {
  position: relative;
  min-height: 510px;
}

.visual-panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.visual-main {
  inset: 0 55px 45px 0;
  padding: 48px;
  background:
    linear-gradient(145deg, rgba(8, 29, 43, 0.35), rgba(8, 29, 43, 0.93)),
    radial-gradient(circle at 65% 25%, var(--cyan), transparent 35%),
    linear-gradient(135deg, var(--navy-soft), var(--navy));
  color: #fff;
}

.visual-main::before,
.visual-main::after {
  content: "";
  position: absolute;
  border: 16px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.visual-main::before {
  width: 300px;
  height: 300px;
  right: -80px;
  top: -65px;
}

.visual-main::after {
  width: 180px;
  height: 180px;
  right: 90px;
  top: 95px;
  border-color: rgba(227, 21, 44, 0.45);
}

.visual-main span,
.visual-main strong {
  position: relative;
  z-index: 1;
}

.visual-main span {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.visual-main strong {
  color: var(--cyan);
  font-size: 72px;
  line-height: 0.95;
}

.experience-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 185px;
  height: 150px;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 20px 45px rgba(227, 21, 44, 0.25);
}

.experience-badge strong {
  font-size: 48px;
}

.experience-badge span {
  font-size: 13px;
  font-weight: 800;
}

.about-copy > p {
  margin: 23px 0 0;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

.text-link {
  color: var(--red);
  font-weight: 900;
}

.vehicle-band {
  padding: 80px 0;
  background: var(--navy);
  color: #fff;
}

.vehicle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.vehicle-list span {
  padding: 25px;
  background: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.vehicle-list span::before {
  content: "—";
  margin-right: 11px;
  color: var(--cyan);
}

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

.process-grid article {
  position: relative;
  padding: 40px 36px;
  background: #fff;
  border-bottom: 4px solid var(--cyan);
}

.process-grid article:nth-child(2) {
  border-bottom-color: var(--orange);
}

.process-grid article:nth-child(3) {
  border-bottom-color: var(--red);
}

.process-grid article > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  place-items: center;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
}

.social-proof {
  background:
    linear-gradient(115deg, rgba(6, 23, 34, 0.96), rgba(8, 46, 65, 0.91)),
    radial-gradient(circle at 85% 20%, var(--cyan), transparent 35%);
  color: #fff;
}

.social-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 100px;
}

.social-grid > div > p {
  max-width: 620px;
  color: #b8cbd4;
}

.instagram-card {
  position: relative;
  display: flex;
  min-height: 235px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
  background:
    linear-gradient(135deg, #6f2dbd, #e1306c 48%, #f77737);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease;
}

.instagram-card:hover {
  transform: translateY(-6px) rotate(-1deg);
}

.instagram-card span {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.instagram-card strong {
  max-width: 260px;
  font-size: 28px;
}

.instagram-card b {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 28px;
}

.contact {
  padding: 110px 0;
  background: var(--red);
  color: #fff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 100px;
}

.contact-grid > div > p {
  max-width: 580px;
  color: #ffe1e4;
}

.contact .eyebrow {
  color: #fff;
}

.contact .eyebrow span {
  background: var(--navy);
}

.contact-card {
  padding: 38px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 25px 60px rgba(92, 0, 12, 0.25);
}

.contact-card > a:not(.button),
.contact-card > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.contact-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card strong {
  font-size: 19px;
  overflow-wrap: anywhere;
}

.contact-card .button {
  width: 100%;
  margin-top: 25px;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: none;
}

footer {
  padding: 72px 0 25px;
  background: #04131d;
  color: #afbec6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 55px;
  padding-bottom: 55px;
}

.footer-brand img {
  width: 190px;
  padding: 5px;
  background: #fff;
}

.footer-brand p {
  max-width: 270px;
  line-height: 1.7;
}

.footer-grid h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}

.footer-grid a:hover {
  color: var(--cyan);
}

.footer-bottom {
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.floating-actions {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.floating-actions a {
  display: grid;
  min-width: 78px;
  min-height: 48px;
  place-items: center;
  padding: 0 15px;
  background: var(--navy);
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.floating-actions a:last-child {
  background: #16a34a;
}

@media (max-width: 980px) {
  nav {
    display: none;
  }

  .mobile-menu {
    display: block;
    margin-left: auto;
  }

  .desktop-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-card {
    max-width: 360px;
    align-self: auto;
  }

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

  .about-grid,
  .social-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

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

  .split-content,
  .subpage-cta-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    display: none;
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand {
    width: 150px;
    height: 54px;
  }

  .button-small {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding: 78px 0 55px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

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

  .quick-grid div {
    min-height: 92px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .section {
    padding: 75px 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading h2,
  .about-copy h2,
  .social-grid h2,
  .contact h2 {
    font-size: 40px;
  }

  .service-grid,
  .process-grid,
  .vehicle-list,
  .detail-card-grid,
  .sector-grid,
  .gallery-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .about-visual {
    min-height: 390px;
  }

  .visual-main {
    inset: 0 30px 40px 0;
    padding: 28px;
  }

  .visual-main strong {
    font-size: 52px;
  }

  .experience-badge {
    width: 150px;
    height: 120px;
  }

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

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }

  .floating-actions a {
    min-width: 70px;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
