/********** Template CSS **********/
:root {
  --primary: #48331b;
  --secondary: #ffc800;
  --info: #00babd;
  --light: #f6f4f9;
  --dark: #04000b;
  --muted: #736985;
  --transparent: #00babd00;
  --calm: #3e4f62;
}

body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(
      1400px 800px at 15% -10%,
      rgba(150, 220, 255, 0.35),
      transparent 60%
    ),
    radial-gradient(
      1000px 700px at 110% 0%,
      rgba(120, 190, 255, 0.3),
      transparent 70%
    ),
    linear-gradient(120deg, #bfe9ff, #7dc3ff, #d5f0ff, #8ed0ff);
  background-size: 200% 200%;
  animation: skyLoop 22s ease-in-out infinite;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Scroller ***/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 4px;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) transparent;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
  font-family: "Fraunces", serif;
  font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
  font-family: "Fraunces", serif;
  font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
  font-family: "Manrope", sans-serif;
  font-weight: 500 !important;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

.faq-text {
  color: var(--primary);
}

/*** Forms ***/
.form-control {
  color: var(--dark) !important;
  background-color: var(--bg-darker) !important;
  border-color: rgba(234, 230, 242, 0.2) !important;
}

.form-control::placeholder {
  color: var(--muted) !important;
}

.form-control:focus {
  color: var(--dark) !important;
  background-color: var(--bg-darker) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 0.2rem rgba(164, 0, 252, 0.25) !important;
  outline: 0;
}

/*** Navbar ***/
.navbar {
  margin: 1.5rem auto 0;
  max-width: 1200px;
  border-radius: 999px;
  position: relative;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  padding: 0.65rem 1.5rem;
  border: 1px solid rgba(72, 51, 27, 0.08);
}

.landing-hero .container {
  max-width: 1200px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 10px 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary) !important;
  outline: none;
  transition: 0.5s;
}

/** Navbar sizing tweak **/
.navbar-light .navbar-nav .nav-link {
  font-size: 12px;
  padding: 8px 0;
  margin-right: 18px;
}

.navbar .btn {
  padding: 0.35rem 0.9rem;
  font-size: 0.95rem;
}

.navbar-light .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: var(--secondary);
  transition: width 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after,
.navbar-light .navbar-nav .nav-item.active > .nav-link::after,
.navbar-light .navbar-nav .nav-link[aria-current="page"]::after {
  width: 100%;
}

.navbar-brand img {
  max-width: 160px;
}

.navbar-brand:focus,
.navbar-brand:active,
.navbar-brand img:focus,
.navbar-brand img:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 10px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
  color: #ffffff;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

@media (max-width: 991.98px) {
  .navbar {
    margin: 0.75rem 0.75rem 0;
    border-radius: 22px;
    padding: 0.75rem 1rem;
  }

  .navbar-light .navbar-brand img {
    content: url("../img/meet-taxi-logo.webp");
  }

  .sticky-top.navbar-light {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    backdrop-filter: blur(14px) saturate(180%);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--dark) !important;
  }

  .navbar-light .navbar-brand h1 {
    color: var(--primary);
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: min(1100px, calc(100% - 3rem));
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: none;
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    backdrop-filter: blur(14px) saturate(180%);
  }

  .sticky-top.navbar-light .navbar-brand h1 {
    color: var(--primary);
  }

  .navbar-light .navbar-nav .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }

  .navbar-light .btn {
    color: var(--primary);
    background: var(--secondary);
  }

  .sticky-top.navbar-light .btn {
    color: #fff;
    background: var(--primary);
  }
}

/*** Header Refresh ***/
.navbar {
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease;
}
.navbar:hover,
.navbar:focus-within {
  background: rgba(255, 255, 255, 0.86);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--primary) !important;
}

.navbar-light .btn {
  background: var(--secondary);
  color: var(--primary);
  border: 0;
  box-shadow: 0 10px 24px rgba(142, 122, 49, 0.35);
}

.navbar-light .btn:hover {
  color: var(--primary);
  background: #fff;
}

/*** Hero Header ***/
.hero-header {
  position: relative;
  margin-bottom: 6rem;
  padding: 18rem 0;
  overflow: hidden;
}

.hero-header.hero-header--sky {
  background:
    radial-gradient(
      1200px 700px at 15% -10%,
      rgba(150, 220, 255, 0.55),
      transparent 60%
    ),
    radial-gradient(
      900px 600px at 110% 10%,
      rgba(120, 190, 255, 0.45),
      transparent 70%
    ),
    linear-gradient(120deg, #bfe9ff, #7dc3ff, #d5f0ff, #8ed0ff);
  background-position:
    50% var(--hero-parallax-bg-1, 0px),
    50% var(--hero-parallax-bg-2, 0px),
    50% var(--hero-parallax-bg-3, 0px);
  background-size: 200% 200%;
  animation: skyLoop 18s ease-in-out infinite;
}

.hero-header.hero-header--sky::before {
  content: "";
  position: absolute;
  inset: -15% -10%;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='80' shape-rendering='crispEdges'%3E%3Crect width='160' height='80' fill='none'/%3E%3Cg fill='%23ffffff' fill-opacity='0.55'%3E%3Crect x='16' y='40' width='16' height='16'/%3E%3Crect x='32' y='32' width='16' height='16'/%3E%3Crect x='48' y='24' width='16' height='16'/%3E%3Crect x='64' y='24' width='16' height='16'/%3E%3Crect x='80' y='32' width='16' height='16'/%3E%3Crect x='96' y='40' width='16' height='16'/%3E%3Crect x='32' y='48' width='64' height='16'/%3E%3Crect x='104' y='16' width='16' height='16'/%3E%3Crect x='120' y='8' width='16' height='16'/%3E%3Crect x='136' y='16' width='16' height='16'/%3E%3Crect x='112' y='24' width='32' height='16'/%3E%3Crect x='112' y='32' width='40' height='16'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='80' shape-rendering='crispEdges'%3E%3Crect width='160' height='80' fill='none'/%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Crect x='8' y='24' width='16' height='16'/%3E%3Crect x='24' y='16' width='16' height='16'/%3E%3Crect x='40' y='16' width='16' height='16'/%3E%3Crect x='56' y='24' width='16' height='16'/%3E%3Crect x='72' y='32' width='16' height='16'/%3E%3Crect x='88' y='40' width='16' height='16'/%3E%3Crect x='24' y='40' width='48' height='16'/%3E%3Crect x='104' y='8' width='16' height='16'/%3E%3Crect x='120' y='16' width='16' height='16'/%3E%3Crect x='136' y='24' width='16' height='16'/%3E%3Crect x='104' y='32' width='40' height='16'/%3E%3C/g%3E%3C/svg%3E");
  background-size:
    520px 260px,
    600px 300px;
  background-repeat: repeat, repeat;
  background-position:
    18px 12px,
    143px 71px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
  animation: pixelCloudsDrift 90s linear infinite;
  transform: translate3d(0, var(--hero-parallax-clouds-1, 0px), 0);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}

/* Gradient overlay (disabled on sky variant) */
.hero-header:not(.hero-header--sky)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, #ffc800c5, #a18063c0, #48331b);
  background-size: 300% 300%;
  animation: gradientLoop 12s ease infinite;
}

.hero-header.hero-header--sky::after {
  content: "";
  position: absolute;
  inset: -15% -10%;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='80' shape-rendering='crispEdges'%3E%3Crect width='160' height='80' fill='none'/%3E%3Cg fill='%23ffffff' fill-opacity='0.55'%3E%3Crect x='16' y='40' width='16' height='16'/%3E%3Crect x='32' y='32' width='16' height='16'/%3E%3Crect x='48' y='24' width='16' height='16'/%3E%3Crect x='64' y='24' width='16' height='16'/%3E%3Crect x='80' y='32' width='16' height='16'/%3E%3Crect x='96' y='40' width='16' height='16'/%3E%3Crect x='32' y='48' width='64' height='16'/%3E%3Crect x='104' y='16' width='16' height='16'/%3E%3Crect x='120' y='8' width='16' height='16'/%3E%3Crect x='136' y='16' width='16' height='16'/%3E%3Crect x='112' y='24' width='32' height='16'/%3E%3Crect x='112' y='32' width='40' height='16'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='80' shape-rendering='crispEdges'%3E%3Crect width='160' height='80' fill='none'/%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Crect x='8' y='24' width='16' height='16'/%3E%3Crect x='24' y='16' width='16' height='16'/%3E%3Crect x='40' y='16' width='16' height='16'/%3E%3Crect x='56' y='24' width='16' height='16'/%3E%3Crect x='72' y='32' width='16' height='16'/%3E%3Crect x='88' y='40' width='16' height='16'/%3E%3Crect x='24' y='40' width='48' height='16'/%3E%3Crect x='104' y='8' width='16' height='16'/%3E%3Crect x='120' y='16' width='16' height='16'/%3E%3Crect x='136' y='24' width='16' height='16'/%3E%3Crect x='104' y='32' width='40' height='16'/%3E%3C/g%3E%3C/svg%3E");
  background-size:
    640px 320px,
    720px 360px;
  background-repeat: repeat, repeat;
  background-position:
    96px 54px,
    211px 127px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
  animation: pixelCloudsDrift 140s linear infinite reverse;
  transform: translate3d(0, var(--hero-parallax-clouds-2, 0px), 0);
}

.hero-header > .container {
  position: relative;
  z-index: 2;
}

.hero-float {
  animation: floatY 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes gradientLoop {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes skyLoop {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pixelCloudsDrift {
  0% {
    transform: translate3d(0, 0, 0);
    background-position: 0 0;
  }
  50% {
    transform: translate3d(-2%, -1%, 0);
    background-position: -120px 40px;
  }
  100% {
    transform: translate3d(-4%, -2%, 0);
    background-position: -240px 80px;
  }
}

@media (max-width: 991.98px) {
  .hero-header {
    padding: 6rem 0 9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-float {
    animation: none;
  }
  .hero-header::after {
    animation: none;
  }
  .hero-header.hero-header--sky {
    animation: none;
  }
  .hero-header.hero-header--sky::before {
    animation: none;
  }
  body {
    animation: none;
  }
  .landing-hero.section-muted {
    animation: none;
  }
  .landing-hero.section-muted::before,
  .landing-hero.section-muted::after {
    animation: none;
  }
}

/*** Landing Layout ***/
.section-gap {
  padding: 4.5rem 0;
}

.section-muted {
  background-color: transparent;
}

.section-header {
  max-width: 640px;
}

.section-label {
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 600;
}

.section-lead {
  color: var(--muted);
}

/*** About Section ***/
.about-section {
  background: #fff;
}

.about-section .section-header h2 {
  color: var(--primary);
}

.about-values {
  display: grid;
  gap: 1rem;
}

.about-value {
  position: relative;
  padding: 1.25rem 1.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(72, 51, 27, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.about-value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--secondary), transparent);
  opacity: 0.8;
}

.about-value:hover {
  transform: translateY(-6px);
  border-color: rgba(72, 51, 27, 0.18);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.12);
}

.about-value h3 {
  color: var(--primary);
}

.about-value p {
  color: #5b5144;
}

@media (min-width: 768px) {
  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.landing-hero {
  padding: 6rem 0;
  position: relative;
  overflow: visible;
}

.landing-hero__surface {
  border-radius: 32px;
  background: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: hidden;
  overflow-x: clip;
  isolation: isolate;
}

.landing-hero__plane {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  margin: 0;
  width: clamp(300px, 22vw, 480px);
  min-width: 300px;
  max-width: 90vw;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 3;
  opacity: 0;
  transform: translate3d(calc(100vw + 600px), 0, 0);
  will-change: transform, opacity;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.12));
  -webkit-animation: landing-hero-plane-flyover 26s linear infinite;
  animation: landing-hero-plane-flyover 26s linear infinite;
}

@-webkit-keyframes landing-hero-plane-flyover {
  0% {
    transform: translate3d(calc(100vw + 600px), 0, 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    transform: translate3d(calc(-100vw - 600px), 0, 0);
    opacity: 1;
  }
  41%,
  100% {
    transform: translate3d(calc(-100vw - 600px), 0, 0);
    opacity: 0;
  }
}

@keyframes landing-hero-plane-flyover {
  0% {
    transform: translate3d(calc(100vw + 600px), 0, 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    transform: translate3d(calc(-100vw - 600px), 0, 0);
    opacity: 1;
  }
  41%,
  100% {
    transform: translate3d(calc(-100vw - 600px), 0, 0);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero__plane {
    animation: none;
    opacity: 0;
  }
}

.landing-hero__surface::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background-image: url("/img/clouds.webp");
  background-color: rgba(208, 238, 255, 0.85);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
  will-change: background-position;
  -webkit-animation: landing-hero-surface-clouds 60s linear infinite;
  animation: landing-hero-surface-clouds 60s linear infinite;
}

@-webkit-keyframes landing-hero-surface-clouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}

@keyframes landing-hero-surface-clouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3000px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero__surface::before {
    animation: none;
  }
}

.landing-hero__surface::after {
  content: "";
  position: absolute;
  inset: auto auto -40% -10%;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(142, 122, 49, 0.15),
    transparent 70%
  );
  z-index: 0;
}

.landing-hero__surface > :not(.landing-hero__plane) {
  position: relative;
  z-index: 1;
}

.landing-hero__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--light);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}

.landing-hero__media > img {
  display: block;
  position: relative;
  z-index: 0;
}

.landing-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    120% 100% at 50% 35%,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(0, 0, 0, 0.28) 60%,
    rgba(0, 0, 0, 0.42) 100%
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 1),
    inset 0 12px 18px rgba(219, 228, 255, 0.9),
    inset 0 -12px 24px rgba(255, 255, 255, 0.9),
    inset 0 0 12px rgba(157, 255, 250, 0.8);
  pointer-events: none;
  z-index: 1;
}

.landing-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/car-shine.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 280ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 2;
}

.landing-hero__media:hover::after,
.landing-hero__media:focus-within::after {
  opacity: 1;
}

.landing-hero__title {
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--primary);
}

.landing-hero__lead {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}

.feature-list__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  transform: translateZ(0);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.feature-list__item:hover,
.feature-list__item:focus-within {
  transform: translate3d(0, -3px, 0) scale(1.02);
}

.feature-list__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(142, 122, 49, 0.13);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
}

.landing-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
}

.landing-hero__meta > * {
  transform: translateZ(0);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.landing-hero__meta > *:hover,
.landing-hero__meta > *:focus-within {
  transform: translate3d(0, -3px, 0) scale(1.02);
}

@keyframes heroMetaBump {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  35% {
    transform: translate3d(0, -3px, 0) scale(1.02);
  }
  70% {
    transform: translate3d(0, 0.5px, 0) scale(1.005);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero__meta > * {
    transition: none;
  }

  .landing-hero__media::after {
    transition: none;
  }

  .landing-hero__meta > *:hover,
  .landing-hero__meta > *:focus-within {
    transform: none;
  }

  .feature-list__item {
    transition: none;
  }

  .feature-list__item:hover,
  .feature-list__item:focus-within {
    transform: none;
  }
}

.landing-hero__logo-row {
  margin-bottom: 1rem;
}

.landing-hero__logo {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
}

.landing-hero__info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--primary);
}

.landing-hero__apps {
  max-height: 60px;
}

/*** Landing Header ***/
.landing-hero.section-muted {
  position: relative;
  overflow: hidden;
  background-position:
    50% var(--hero-parallax-bg-1, 0px),
    50% var(--hero-parallax-bg-2, 0px),
    50% var(--hero-parallax-bg-3, 0px);
  background-size: 200% 200%;
  animation: skyLoop 18s ease-in-out infinite;
}

.landing-hero.section-muted::before,
.landing-hero.section-muted::after {
  content: "";
  position: absolute;
  inset: -15% -10%;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='80' shape-rendering='crispEdges'%3E%3Crect width='160' height='80' fill='none'/%3E%3Cg fill='%23ffffff' fill-opacity='0.55'%3E%3Crect x='16' y='40' width='16' height='16'/%3E%3Crect x='32' y='32' width='16' height='16'/%3E%3Crect x='48' y='24' width='16' height='16'/%3E%3Crect x='64' y='24' width='16' height='16'/%3E%3Crect x='80' y='32' width='16' height='16'/%3E%3Crect x='96' y='40' width='16' height='16'/%3E%3Crect x='32' y='48' width='64' height='16'/%3E%3Crect x='104' y='16' width='16' height='16'/%3E%3Crect x='120' y='8' width='16' height='16'/%3E%3Crect x='136' y='16' width='16' height='16'/%3E%3Crect x='112' y='24' width='32' height='16'/%3E%3Crect x='112' y='32' width='40' height='16'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='80' shape-rendering='crispEdges'%3E%3Crect width='160' height='80' fill='none'/%3E%3Cg fill='%23ffffff' fill-opacity='0.4'%3E%3Crect x='8' y='24' width='16' height='16'/%3E%3Crect x='24' y='16' width='16' height='16'/%3E%3Crect x='40' y='16' width='16' height='16'/%3E%3Crect x='56' y='24' width='16' height='16'/%3E%3Crect x='72' y='32' width='16' height='16'/%3E%3Crect x='88' y='40' width='16' height='16'/%3E%3Crect x='24' y='40' width='48' height='16'/%3E%3Crect x='104' y='8' width='16' height='16'/%3E%3Crect x='120' y='16' width='16' height='16'/%3E%3Crect x='136' y='24' width='16' height='16'/%3E%3Crect x='104' y='32' width='40' height='16'/%3E%3C/g%3E%3C/svg%3E");
  background-size:
    520px 260px,
    600px 300px;
  background-repeat: repeat, repeat;
  background-position:
    18px 12px,
    143px 71px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
  animation: pixelCloudsDrift 90s linear infinite;
  transform: translate3d(0, var(--hero-parallax-clouds-1, 0px), 0);
}

.landing-hero.section-muted::after {
  background-size:
    640px 320px,
    720px 360px;
  background-position:
    96px 54px,
    211px 127px;
  opacity: 0.2;
  animation-duration: 140s;
  animation-direction: reverse;
  transform: translate3d(0, var(--hero-parallax-clouds-2, 0px), 0);
}

.landing-hero.section-muted > .container {
  position: relative;
  z-index: 1;
}

.landing-hero__surface {
  border: 1px solid rgba(72, 51, 27, 0.08);
}

.landing-hero__title {
  letter-spacing: -0.02em;
}

.landing-hero__lead {
  color: #5b5144;
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 30px;
  height: 2px;
}

.section-title span:last-child {
  margin-right: 0;
  margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 0;
  right: -20px;
}

.section-title span:last-child::after {
  right: auto;
  left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
  background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
  background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
  background: #ffffff;
}

/*** Feature ***/
.feature-item {
  transition: 0.5s;
}

.feature-item:hover {
  margin-top: -15px;
}

.app-logo-wrap {
  width: min(260px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.app-logo-wrap--lg {
  width: min(300px, 100%);
}

.app-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  display: block;
}

/*** App Hero ***/
.app-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 24px;
  margin: 0.75rem auto;
  max-width: 1200px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.app-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--app-hero-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.03);
  z-index: -2;
}

.app-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14, 0, 22, 0.92),
    rgba(14, 0, 22, 0.62)
  );
  z-index: -1;
}

.app-hero .th-title,
.app-hero .th-desc,
.app-hero .th-sub {
  color: #fff;
}

.app-hero__desc {
  max-width: 62ch;
}

.app-hero__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 1.5rem;
}

@media (max-width: 991.98px) {
  .app-hero {
    border-radius: 18px;
    margin: 0.5rem 0.75rem;
  }
  .app-hero__card {
    padding: 1.25rem;
  }
}

/*** About ***/
.progress {
  height: 5px;
}

.progress .progress-bar {
  width: 0px;
  transition: 3s;
}

.collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}

.about-mixed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.about-card {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.about-card--text {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.7);
}

.about-card--image {
  padding: 8px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.85),
    rgba(246, 243, 235, 0.95)
  );
}

.about-card--image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-card:hover {
  background: var(--secondary);
  color: var(--primary);
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991.99px) {
  .about-mixed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .about-mixed-grid {
    grid-template-columns: 1fr;
  }
}

.collage--checker {
  position: relative;
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(142, 122, 49, 0.18),
      transparent 55%
    ),
    radial-gradient(
      circle at 85% 80%,
      rgba(204, 164, 46, 0.22),
      transparent 60%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(246, 243, 235, 0.9));
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
}

.collage-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.collage--checker .collage-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.6);
}

.collage--checker .collage-item img {
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.collage--checker .collage-item:nth-child(odd) {
  transform: translateY(8px);
}

.collage--checker .collage-item:nth-child(even) {
  transform: translateY(-8px);
}

.collage--checker .collage-item:hover img {
  transform: scale(1.08);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.collage.wow {
  visibility: hidden;
}

/*** Contact Section ***/
.contact-details .bg-light {
  background-color: #fff !important;
  border: 1px solid rgba(72, 51, 27, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  transition:
    background-color 220ms ease,
    border-color 220ms ease;
}

.contact-details .bg-light:hover {
  background-color: var(--secondary) !important;
  border-color: rgba(0, 0, 0, 0.08);
}

.contact-details h3 {
  color: var(--primary);
}

.contact-details a.text-dark:hover {
  color: var(--secondary) !important;
}

.contact-details iframe {
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/*** Stats ***/
.stats-band {
  background: transparent;
}

.stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.stat-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(142, 122, 49, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-bottom: 1rem;
}

.stat-card__icon i {
  font-size: 1.4rem;
}

.stat-card__value {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.stat-card__text {
  margin: 0;
  color: var(--muted);
}

/*** Service ***/
.service-item {
  background: #fff;
  border-radius: 18px;
  padding: 2.25rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  will-change: transform;
}

.service-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.1);
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section--video {
  position: relative;
  overflow: hidden;
  background: #0b0b0b url("/img/about1.webp") center / cover no-repeat;
}

.section--video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.46),
    rgba(255, 255, 255, 0.3)
  );
  z-index: 1;
  pointer-events: none;
}

.section--video__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.section--video__video--bottom {
  object-position: center bottom;
}

.section--video__content {
  position: relative;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .section--video__video {
    display: block;
  }
}

.values-list__row {
  width: 100%;
}

.service-item--list {
  flex-direction: row;
  align-items: flex-start;
  padding: 1.5rem 1.75rem;
  gap: 1.25rem;
}

.service-item--list .service-item__content {
  flex: 1;
  min-width: 0;
}

.service-item--list .service-item__link {
  margin-top: 0;
  align-self: center;
  white-space: nowrap;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 200, 0, 0.16);
  border: 1px solid rgba(72, 51, 27, 0.12);
}

.service-item--list .service-item__link:hover {
  background: rgba(255, 200, 0, 0.24);
}

@media (max-width: 767.98px) {
  .service-item--list {
    flex-direction: column;
    align-items: stretch;
  }

  .service-item--list .service-item__link {
    align-self: flex-start;
  }
}

.service-item__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(142, 122, 49, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.service-item__link {
  margin-top: auto;
  font-weight: 600;
  color: var(--secondary);
  text-decoration: none;
}

.service-item__link:hover {
  color: var(--primary);
}

.services-section {
  padding: 40px 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  padding: 22px 18px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(135deg, #48331b, #a18063);
  opacity: 0.9;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
}
.service-icon img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/*** Email Cards ***/
.email-card {
  display: flex;
  gap: 1rem;
  padding: 1.4rem 1.6rem;
  border-radius: 18px;
  background: var(--secondary);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.email-card--row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #48331b, #a18063);
}

.email-card--row {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.email-card--row:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.email-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(142, 122, 49, 0.12);
  color: var(--primary);
  font-size: 1.3rem;
}

.email-card__link {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: inline-block;
}

.email-card__link:hover {
  color: var(--secondary);
}

/*** CTA Panel ***/
.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.cta-panel {
  border-radius: 24px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  padding: 3rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/*** CTA Section Background ***/
#cta-banner {
  position: relative;
  background-image: url("../img/road.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#cta-banner > .container {
  position: relative;
  z-index: 1;
}

.cta-panel__card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cta-panel__phone {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.cta-panel__phone:hover {
  color: #f1dcbf;
}

@media (max-width: 991.98px) {
  .cta-panel {
    padding: 2rem;
  }
}

/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-item img {
  transition: 0.5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(98, 34, 204, 0.9);
  transition: 0.5s;
  opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

/*** Newsletter ***/
.newsletter {
  margin: 6rem 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 992px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/*** Steps ***/
.process-steps--timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 0;
}

.process-step {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.process-step::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 44px;
  bottom: -40px;
  width: 3px;
  background: var(--primary);
  opacity: 0.65;
}
.process-step:last-child::after {
  content: none;
}

.process-step-bullet {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 700;
  background: linear-gradient(135deg, #a18063, #48331b);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.process-step-body {
  flex: 1;
  padding: 18px 18px 20px 18px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.process-step:hover .process-step-body {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.process-step-title {
  margin: 2px 0 8px;
  font-size: 18px;
}
.process-step-text {
  margin: 0;
  color: #555;
  line-height: 1.5;
}
.process-step-text a {
  color: var(--primary);
  text-decoration: none;
}
.process-step-text a:hover {
  text-decoration: underline;
}

.step {
  position: relative;
  padding: 20px 18px 22px 18px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.step:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.step-num {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 700;
  background: linear-gradient(135deg, #a18063, #48331b);
  color: #fff;
  margin-bottom: 12px;
}

.step-title {
  margin: 4px 0 8px;
  font-size: 18px;
}
.step p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}
.step a {
  color: var(--primary);
  text-decoration: none;
}
.step a:hover {
  text-decoration: underline;
}

/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
  padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: var(--light);
  border-radius: 60px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: var(--primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*** Team ***/
.team-item .btn {
  color: var(--primary);
  background: #ffffff;
}

.team-item .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Footer ***/
.footer {
  margin-top: 6rem;
  background: var(--secondary);
  background-image: none;
  color: var(--primary);
  font-size: 0.95rem;
  position: relative;
  border-top: 1px solid rgba(72, 51, 27, 0.12);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    600px 300px at 85% 0%,
    rgba(72, 51, 27, 0.08),
    transparent 70%
  );
  pointer-events: none;
}

.footer .container {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.footer .section-title {
  font-size: 1rem;
}

.footer .container,
.footer .container * {
  position: relative;
  z-index: 1;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  border: 1px solid rgba(72, 51, 27, 0.2);
  border-radius: 40px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  background: #fff;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: var(--primary);
  font-weight: normal;
  font-size: 0.9rem;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
  color: var(--primary);
}

.footer .autro-tech-logo svg {
  width: 170px;
  height: auto;
  display: block;
}

.footer .copyright {
  padding: 18px 0;
  font-size: 13px;
  border-top: 1px solid rgba(72, 51, 27, 0.12);
}

.footer .copyright a {
  color: var(--primary);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(72, 51, 27, 0.12);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: var(--primary);
}

/*** Hais Cloud ***/
.hais-btn {
  background: linear-gradient(270deg, #a18063, #00babd, #a18063);
  background-size: 600% 600%;
  animation: gradientLoop 6s ease infinite;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
.hais-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@keyframes gradientLoop {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*** FXs ***/
.parallax {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  overflow: hidden;
}

.parallax .content {
  position: relative;
  z-index: 2;
}

.parallax-bg-secondary,
.parallax-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

.parallax-bg {
  background-image: url("../img/stats.webp");
}

.parallax-bg-secondary {
  background-image: url("../img/cta.webp");
}

.parallax-bg-secondary:before,
.parallax-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.soft-hero {
  position: relative;
  isolation: isolate;
  padding: 3rem 0 3.5rem;
  background:
    radial-gradient(
      1200px 600px at 10% -10%,
      rgba(164, 0, 252, 0.25),
      transparent 60%
    ),
    radial-gradient(
      1200px 600px at 110% 110%,
      rgba(0, 186, 189, 0.25),
      transparent 60%
    ),
    var(--bg-dark, #0e0016);
}
.soft-hero .soft-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  z-index: -1;
}

/* Połówki (karty) */
.app-half {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.app-half:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.app-half__content {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app-logo {
  max-height: 56px;
  width: auto;
  display: block;
}
.app-badge {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
}

.footer-powered a .badge {
  display: inline-block;
  transform: translateY(0) scale(1);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  will-change: transform;
}

.footer-powered a:hover .badge,
.footer-powered a:focus-visible .badge {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .footer-powered a .badge {
    transition: none;
  }
}

.soft-hero .section-title span {
  background: currentColor;
}

@media (max-width: 991.98px) {
  .app-half__content {
    min-height: 220px;
  }
  .app-logo {
    max-height: 48px;
  }
}

.gradient-background {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gradient-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #ffc800c5, #a18063c0, #8436ae84);
  background-size: 300% 300%;
  animation: gradientLoop 12s ease infinite;
  border-radius: inherit;
}

.bf-ticker {
  z-index: 2;
}
