:root {
  --cpac-brand: #78155b;
  --cpac-brand-dark: #4f0d3c;
  --cpac-line: rgba(255,255,255,.13);
  --cpac-gold: #f4a51c;
}

.flight-scroll {
  background:
    radial-gradient(circle at 18% 12%, rgba(120,21,91,.34), transparent 34%),
    linear-gradient(135deg, #09090c 0%, #141018 52%, #070709 100%) !important;
  color: #fff;
  padding: clamp(56px, 7vw, 92px) 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.flight-scroll .flight-left {
  max-width: 560px;
}

.flight-scroll .flight-left h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.flight-scroll .flight-left h2::after {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--cpac-gold);
}

.flight-scroll .flight-left p {
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.75;
}

.flight-scroll .flight-right .flight {
  border-color: rgba(255,255,255,.38);
  animation: rotate 10s linear infinite !important;
}

.flight-scroll .flight-right .flight-line-horizontal,
.flight-scroll .flight-right .flight-line-vertical {
  border-color: rgba(255,255,255,.42);
}

.flight-scroll .flight-right .flight-image {
  animation: flight 5s linear infinite !important;
  transform: rotate(180deg);
}

footer {
  background:
    radial-gradient(circle at 88% 18%, rgba(120,21,91,.16), transparent 34%),
    radial-gradient(circle at 16% 72%, rgba(244,165,28,.07), transparent 28%),
    linear-gradient(180deg, #101012 0%, #070708 100%) !important;
  color: rgba(255,255,255,.82);
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.08);
}

footer .footer-top {
  padding: clamp(46px, 5vw, 72px) 0 42px;
}

footer .footer-top .row {
  row-gap: 34px;
}

footer .footer-logo a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #fff;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.24);
}

footer .footer-logo .logo {
  margin-bottom: 0 !important;
}

footer .footer-logo p,
footer .footer-top p,
footer .footer-top .footer-links ul li,
footer .footer-top .footer-list,
footer .footer-top .footer-list li {
  color: rgba(255,255,255,.76) !important;
  letter-spacing: 0;
}

footer .footer-logo p {
  margin-top: 20px;
  max-width: 360px;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

footer .footer-title {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  letter-spacing: .2px;
  margin-bottom: 16px !important;
  position: relative;
}

footer .footer-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: var(--cpac-gold);
}

footer .footer-links ul li {
  margin-bottom: 11px !important;
}

footer .footer-links li.d-flex {
  align-items: flex-start !important;
  gap: 9px;
}

footer .footer-links li.d-flex i {
  flex: 0 0 auto;
  margin-top: 3px;
  margin-right: 0 !important;
}

footer .footer-links ul li a,
footer .improtent-links li a,
footer .footer-legal-links a {
  color: rgba(255,255,255,.78) !important;
  transition: color .2s ease, opacity .2s ease;
}

footer .footer-links ul li a:hover,
footer .improtent-links li a:hover,
footer .footer-legal-links a:hover {
  color: #fff !important;
}

footer .theme-color,
footer i.theme-color {
  color: var(--cpac-gold) !important;
}

footer .improtent-links {
  padding: 18px 20px;
  border: 1px solid rgba(244,165,28,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}

footer .improtent-links ul {
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

footer .improtent-links li {
  margin-right: 0 !important;
}

footer .improtent-links li::before {
  display: none;
}

footer .improtent-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}

footer .improtent-links a:hover,
footer .improtent-links a:focus-visible {
  border-color: rgba(244,165,28,.32);
  background: rgba(244,165,28,.1);
}

footer .footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

footer .footer-list li {
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,.11);
  border-left: 4px solid rgba(244,165,28,.5);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244,165,28,.055), rgba(255,255,255,.026));
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

footer .footer-list .fw-bold {
  color: #fff;
}

footer .footer-legal-links {
  background: #060606 !important;
  color: rgba(255,255,255,.42);
  border-top: 1px solid rgba(244,165,28,.12);
  border-bottom: 1px solid rgba(255,255,255,.09);
  margin-top: 0 !important;
  padding: 13px 18px !important;
  font-size: 14px;
  line-height: 1.8;
}

footer .footer-legal-links a {
  display: inline-block;
  margin: 0 10px;
  font-weight: 700;
}

footer .footer-bottom {
  background: #060606;
  border-top: 0 !important;
  padding: 18px 0 24px !important;
}

footer .footer-bottom a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 5px !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  color: #fff !important;
  background: rgba(255,255,255,.055);
}

footer .footer-bottom a:hover,
footer .footer-bottom a:focus-visible {
  border-color: rgba(244,165,28,.4);
  color: var(--cpac-gold) !important;
  background: rgba(244,165,28,.1);
}

footer .footer-bottom a i {
  font-size: 18px;
  line-height: 1;
}

footer .footer-bottom p {
  color: rgba(255,255,255,.68) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
}

footer .footer-anime {
  opacity: .045 !important;
  right: -70px;
  bottom: -80px;
  filter: grayscale(1);
  pointer-events: none;
}

.footer-ticker {
  background: var(--cpac-brand);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}

.footer-ticker-inner {
  display: inline-block;
  animation: tickerScroll 30s linear infinite !important;
}

@keyframes tickerScroll {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-100%);
  }
}

.flaoting-icon,
.bottom-top {
  z-index: 999;
}

.flaoting-icon a,
.flaoting-icon .up-arrow,
.bottom-top .up-arrow {
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
  transition: transform .18s ease, box-shadow .18s ease;
}

.flaoting-icon a:hover,
.flaoting-icon .up-arrow:hover,
.bottom-top .up-arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.flaoting-icon .call-btn {
  background: var(--cpac-brand) !important;
  color: #fff !important;
}

.flaoting-icon .whatsapp-btn {
  background: #20b765 !important;
  color: #fff !important;
}

.bottom-top .up-arrow {
  background: var(--cpac-brand-dark) !important;
}

@media (max-width: 991px) {
  .flight-scroll .row {
    row-gap: 34px;
  }

  .flight-scroll .flight-right {
    max-width: 360px;
    margin: -80px auto;
  }

  .flight-scroll .flight-left {
    max-width: none;
    text-align: center;
  }

  .flight-scroll .flight-left h2::after {
    margin-left: auto;
    margin-right: auto;
  }

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

@media (max-width: 575px) {
  .flight-scroll {
    padding: 48px 0;
  }

  .flight-scroll .flight-right {
    max-width: 270px;
    margin: -54px auto;
  }

  footer .footer-logo a {
    padding: 8px 12px;
  }

  footer .footer-top {
    padding-bottom: 32px;
  }
}
