/* Homepage final polish — primary #4fbce6 + black */
html {
  scroll-behavior: smooth;
}

.home ::selection {
  background: rgba(79, 188, 230, 0.35);
  color: #000;
}

.home :focus-visible {
  outline: 2px solid var(--color-primary, #4fbce6);
  outline-offset: 3px;
}

/* Header elevation on scroll */
.home .header-main-area,
.home header.header-one,
.home .hfe-site-header {
  transition: box-shadow 0.35s ease, background 0.35s ease;
}

.home.is-scrolled .header-one,
.home.is-scrolled .hfe-sticky-header,
.home.is-scrolled .elementor-location-header {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* Section rhythm */
.home .mb--16 {
  margin-bottom: 16px;
}

.home .section-inner.border-1,
.home .border-1 {
  border-color: #e5e7eb !important;
}

.home .section-title-area.center-style .sub-title,
.home .section-title-area .sub-title {
  letter-spacing: 0.12em;
  font-weight: 700;
}

.home .section-title-area.center-style .section-title {
  letter-spacing: -0.03em;
}

/* ----- Hero ----- */
.home .wpr-banner-area .text-area .desc {
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.78;
}

/* Hero right-side flipping words */
.home .ajn-hero-flip {
  display: inline-flex;
  vertical-align: baseline;
  position: relative;
}

.home .ajn-hero-flip__viewport {
  display: block;
  overflow: hidden;
  height: 1.05em;
  line-height: 1.05;
  perspective: 600px;
}

.home .ajn-hero-flip__track {
  display: block;
  position: relative;
  height: 1.05em;
  transform-style: preserve-3d;
}

.home .ajn-hero-flip__word {
  display: block;
  position: absolute;
  inset: 0;
  white-space: nowrap;
  color: #000;
  -webkit-text-fill-color: #000;
  transform: rotateX(-80deg);
  opacity: 0;
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
  backface-visibility: hidden;
}

.home .ajn-hero-flip__word.is-active {
  position: relative;
  transform: rotateX(0deg);
  opacity: 1;
}

.home .ajn-hero-flip__word.is-exit {
  position: absolute;
  transform: rotateX(80deg);
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .home .ajn-hero-flip__word {
    transition: none;
  }
}

.home .wpr-banner-area .button-area {
  gap: 12px;
}

.home .wpr-banner-area .wpr-btn {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.home .wpr-banner-area .wpr-btn:hover {
  transform: translateY(-3px);
}

.home .wpr-banner-area .btn-white:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.home .wpr-banner-area .btn-primary:hover {
  box-shadow: 0 14px 32px rgba(79, 188, 230, 0.28);
}

/* ----- Feature strip under hero ----- */
.home .wpr-why-choose-us-area2 .why-choose-wrapper2 {
  transition: background 0.35s ease, transform 0.35s ease;
  position: relative;
}

.home .wpr-why-choose-us-area2 .why-choose-wrapper2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-primary, #4fbce6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.home .wpr-why-choose-us-area2 .why-choose-wrapper2:hover {
  background: #fafafa;
  transform: translateY(-4px);
}

.home .wpr-why-choose-us-area2 .why-choose-wrapper2:hover::after {
  transform: scaleX(1);
}

.home .wpr-why-choose-us-area2 .why-choose-wrapper2 .icon {
  transition: transform 0.4s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.home .wpr-why-choose-us-area2 .why-choose-wrapper2:hover .icon {
  transform: scale(1.06) rotate(-3deg);
}

/* ----- Trusted by businesses ----- */
.home .wpr-brand-area.ajn-trust-area .section-inner,
.home .ajn-trust {
  display: block;
  padding: 48px 48px 40px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.home .ajn-trust__intro {
  max-width: 640px;
  margin-bottom: 32px;
}

.home .ajn-trust__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  font-family: var(--font-primary);
}

.home .ajn-trust__kicker-mark {
  width: 10px;
  height: 10px;
  background: var(--color-primary, #4fbce6);
  flex: 0 0 auto;
}

.home .ajn-trust__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #000;
  text-transform: none;
}

.home .ajn-trust__lede {
  margin: 0;
  max-width: 52ch;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(3, 7, 18, 0.62);
}

.home .ajn-trust__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 36px;
  border-top: 1px solid rgba(3, 7, 18, 0.1);
  border-bottom: 1px solid rgba(3, 7, 18, 0.1);
}

.home .ajn-trust__metric {
  padding: 22px 18px;
  border-right: 1px solid rgba(3, 7, 18, 0.1);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 0.3s ease;
}

.home .ajn-trust__metric:last-child {
  border-right: none;
}

.home .ajn-trust__metric:hover {
  background: rgba(79, 188, 230, 0.08);
}

.home .ajn-trust__metric-value {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #000;
  font-family: var(--font-primary);
}

.home .ajn-trust__metric-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(3, 7, 18, 0.5);
}

.home .ajn-trust__marquee {
  position: relative;
  overflow: hidden;
  margin: 0 0 28px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}

.home .ajn-trust__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ajn-trust-marquee 28s linear infinite;
  will-change: transform;
}

.home .ajn-trust__marquee:hover .ajn-trust__track {
  animation-play-state: paused;
}

.home .ajn-trust__logo {
  flex: 0 0 auto;
  width: 180px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(3, 7, 18, 0.08);
  padding: 0 20px;
  transition: background 0.3s ease;
}

.home .ajn-trust__logo:hover {
  background: rgba(79, 188, 230, 0.06);
}

.home .ajn-trust__logo img {
  max-width: 132px;
  max-height: 36px;
  width: auto;
  height: auto;
  opacity: 0.72;
  filter: grayscale(1);
  transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.home .ajn-trust__logo:hover img {
  opacity: 1;
  filter: none;
  transform: translateY(-2px);
}

.home .ajn-trust__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home .ajn-trust__badges li {
  margin: 0;
  padding: 9px 14px 9px 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
  background: rgba(3, 7, 18, 0.03);
  border: 1px solid rgba(3, 7, 18, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.home .ajn-trust__badges li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-primary, #4fbce6);
  flex: 0 0 auto;
}

.home .ajn-trust__badges li:hover {
  background: rgba(79, 188, 230, 0.1);
  border-color: rgba(79, 188, 230, 0.45);
}

@keyframes ajn-trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .ajn-trust__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .home .ajn-trust__marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@media (max-width: 991px) {
  .home .ajn-trust__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .ajn-trust__metric:nth-child(2n) {
    border-right: none;
  }

  .home .ajn-trust__metric:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(3, 7, 18, 0.1);
  }
}

@media (max-width: 767px) {
  .home .wpr-brand-area.ajn-trust-area .section-inner,
  .home .ajn-trust {
    padding: 32px 20px 28px;
  }

  .home .ajn-trust__logo {
    width: 150px;
    height: 72px;
  }
}

/* ----- WHY AJ NODES — larger tiles ----- */
.home .wpr-why-choose-us-area .why-choose-wrapper {
  max-width: 560px !important;
  width: 100%;
  padding: 22px 22px 48px;
}

.home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-header {
  height: auto;
  min-height: 128px;
  padding: 36px 32px;
  margin-bottom: 48px;
}

.home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-header .title {
  font-size: 40px;
  line-height: 1.15;
}

.home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-header.two {
  padding: 40px 32px 20px;
}

.home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-list {
  gap: 18px;
  padding: 0 32px !important;
}

.home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-list li {
  font-size: 18px;
  line-height: 1.35;
  gap: 12px;
}

.home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-list li img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .home .wpr-why-choose-us-area .why-choose-wrapper {
    max-width: 100% !important;
  }

  .home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-header .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .home .wpr-why-choose-us-area .why-choose-wrapper {
    padding: 16px 16px 36px;
  }

  .home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-header {
    min-height: 96px;
    padding: 28px 22px;
    margin-bottom: 32px;
  }

  .home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-header .title {
    font-size: 28px;
  }

  .home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-list {
    padding: 0 22px !important;
  }

  .home .wpr-why-choose-us-area .why-choose-wrapper .wrapper-list li {
    font-size: 16px;
  }
}

/* ----- Pricing section header CTA ----- */
.home .wpr-pricing-plans-area .section-title-kicker-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 18px;
}

.home .wpr-pricing-plans-area .section-title-kicker-row .sub-title {
  margin: 0;
}

.home .wpr-pricing-plans-area .section-title-cta {
  margin-top: 0;
}

@keyframes ajn-btn-shake {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-2px, 0, 0) rotate(-1deg);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(2px, 0, 0) rotate(1deg);
  }
}

.home .wpr-pricing-plans-area .ajn-btn-shake {
  animation: ajn-btn-shake 2.8s ease-in-out infinite;
  transform-origin: center center;
}

.home .wpr-pricing-plans-area .ajn-btn-shake:hover,
.home .wpr-pricing-plans-area .ajn-btn-shake:focus-visible {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .home .wpr-pricing-plans-area .ajn-btn-shake {
    animation: none;
  }
}

/* ----- Pricing — 2nd tile permanent black (no hover) ----- */
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) {
  background: linear-gradient(160deg, #f7f8f9 0%, #f0f1f3 100%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) .pricing-header {
  background: #fff;
  color: #000;
  transition: background 0.35s ease, color 0.35s ease;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) .pricing-header .h6,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) .pricing-header .title,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) .pricing-header .price {
  color: #000;
  transition: color 0.35s ease;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) .pricing-header .title span {
  color: var(--color-body-1);
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) .plan-type p {
  background: rgba(79, 188, 230, 0.15);
  color: #000;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper:not(.dark) .wpr-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* White tiles → black on hover (skip 2nd featured tile) */
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .pricing-wrapper:not(.dark) {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.1),
    inset 0px 1px 0px rgba(255, 255, 255, 0.6), inset 0px -5px 0px #e4e4e4,
    inset 0px -6px 0px 1px #fafafa;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .pricing-wrapper:not(.dark) .pricing-header {
  background: #000;
  color: #fff;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .pricing-wrapper:not(.dark) .pricing-header .h6,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .pricing-wrapper:not(.dark) .pricing-header .title,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .pricing-wrapper:not(.dark) .pricing-header .price {
  color: #fff;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .pricing-wrapper:not(.dark) .pricing-header .title span {
  color: var(--color-primary, #4fbce6);
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .pricing-wrapper:not(.dark) .plan-type p {
  background: rgba(79, 188, 230, 0.22);
  color: #fff;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:not(:nth-child(2)):hover .wpr-btn {
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 var(--color-primary, #4fbce6);
}

/* 2nd tile — permanent black featured card */
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .pricing-wrapper {
  background: radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(137.66deg, #1a1a1a 21.13%, #000000 80.53%) !important;
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16),
    inset 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0px -5px 0px #000,
    inset 0px -6px 0px 1px rgba(255, 255, 255, 0.06);
  transition: none;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .pricing-header {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff;
  transition: none;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .pricing-header .h6,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .pricing-header .title,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .pricing-header .price,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .pricing-header .title span,
.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .pricing-body li {
  color: #fff !important;
  transition: none;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .plan-type p {
  background: rgba(79, 188, 230, 0.22) !important;
  color: #fff !important;
  transition: none;
}

.home .wpr-pricing-plans-area .pricing-grid-9 .pricing-inner:nth-child(2) .wpr-btn {
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 var(--color-primary, #4fbce6);
  transition: none;
}

/* ----- About / content blocks ----- */
.home .wpr-about-area .section-inner,
.home .wpr-content-area .section-inner {
  transition: box-shadow 0.4s ease;
}

/* ----- Why choose / process ----- */
.home .wpr-why-choose-us-area .why-choose-wrapper,
.home .wpr-why-choose-us-area .single-why-choose {
  transition: transform 0.35s ease, background 0.35s ease;
}

.home .wpr-why-choose-us-area .why-choose-wrapper:hover {
  transform: translateY(-4px);
}

/* ----- Team ----- */
.home .wpr-team-area .team-wrapper {
  transition: transform 0.4s ease;
}

.home .wpr-team-area .team-wrapper:hover {
  transform: translateY(-6px);
}

/* ----- Testimonials ----- */
.home .wpr-testimonials-area .testimonial-wrapper,
.home .wpr-testimonials-area .swiper-slide {
  transition: transform 0.35s ease;
}

.home .wpr-testimonials-area .testimonial-wrapper:hover {
  transform: translateY(-4px);
}

/* ----- FAQ ----- */
.home .wpr-faq-area .accordion-item,
.home .wpr-faq-area .faq-wrapper,
.home .wpr-faq-area .card {
  transition: background 0.3s ease, border-color 0.3s ease;
}

.home .wpr-faq-area .accordion-button:not(.collapsed),
.home .wpr-faq-area .faq-header.active {
  color: #000;
}

.home .wpr-faq-area .accordion-button:focus {
  box-shadow: none;
  border-color: var(--color-primary, #4fbce6);
}

/* ----- CTA ----- */
.home .wpr-cta-area .section-inner {
  background: #000;
  position: relative;
  overflow: hidden;
}

.home .wpr-cta-area .section-title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  max-width: 920px;
}

.home .wpr-cta-area .section-title {
  color: #fff !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: #fff !important;
  text-fill-color: #fff !important;
  margin-bottom: 0;
}

.home .wpr-cta-area .section-inner::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(79, 188, 230, 0.35) 0%,
    transparent 70%
  );
  pointer-events: none;
  animation: ajn-cta-glow 8s ease-in-out infinite alternate;
}

@keyframes ajn-cta-glow {
  from {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  to {
    transform: translate(-40px, 30px) scale(1.15);
    opacity: 1;
  }
}

.home .wpr-cta-area .wpr-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home .wpr-cta-area .wpr-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(79, 188, 230, 0.35);
}

.home .wpr-cta-area .ajn-cta-actions {
  position: relative;
  z-index: 2;
  margin: 36px 0 28px;
  display: flex;
  justify-content: center;
}

.home .wpr-cta-area .ajn-cta-actions .wpr-btn,
.home .wpr-cta-area .ajn-cta-actions a.wpr-btn.btn-primary {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #000 !important;
  border: none !important;
}

.home .wpr-cta-area .ajn-cta-actions .wpr-btn:hover,
.home .wpr-cta-area .ajn-cta-actions a.wpr-btn.btn-primary:hover {
  background: var(--color-primary, #4fbce6) !important;
  background-color: var(--color-primary, #4fbce6) !important;
  background-image: none !important;
  color: #000 !important;
}

.home .wpr-cta-area .logo {
  margin-top: 8px;
}

.home .wpr-cta-area .logo img {
  width: 96px;
  height: auto;
  display: block;
}

/* ----- Contact (READY TO START?) ----- */
.home .wpr-contact-area .section-inner {
  align-items: flex-start;
}

.home .wpr-contact-area .section-inner .left-content-area {
  gap: 40px;
  margin: 36px 56px;
}

.home .wpr-contact-area .section-inner .contact-form-area {
  padding: 36px 40px;
}

.home .wpr-contact-area .section-inner .left-content-area .get-in-touch {
  gap: 28px;
}

.home .wpr-contact-area .section-inner .left-content-area .get-in-touch ul {
  gap: 12px;
}

.home .wpr-contact-area .section-inner .left-content-area .location-area {
  gap: 28px;
}

.home .wpr-contact-area .section-inner .left-content-area .location-area ul {
  gap: 20px 32px;
}

.home .wpr-contact-area input:focus,
.home .wpr-contact-area textarea:focus,
.home .wpr-contact-area select:focus {
  border-color: var(--color-primary, #4fbce6) !important;
  box-shadow: 0 0 0 3px rgba(79, 188, 230, 0.2);
}

@media (max-width: 991px) {
  .home .wpr-contact-area .section-inner .left-content-area {
    margin: 24px 0 0;
    padding: 24px 30px 0;
    gap: 32px;
  }

  .home .wpr-contact-area .section-inner .contact-form-area {
    padding: 24px 30px 28px;
  }
}

/* ----- Scroll reveal (generic) ----- */
.home [data-ajn-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.home [data-ajn-reveal].is-inview {
  opacity: 1;
  transform: none;
}

/* Back to top */
.home .progress-wrap,
.home #back-to-top,
.home .back-to-top {
  box-shadow: 0 0 0 4px rgba(79, 188, 230, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home .progress-wrap:hover,
.home #back-to-top:hover,
.home .back-to-top:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 0 0 6px rgba(79, 188, 230, 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .home [data-ajn-reveal],
  .home .wpr-cta-area .section-inner::before,
  .home .wpr-pricing-plans-area .pricing-grid-9 .pricing-wrapper,
  .home .wpr-why-choose-us-area2 .why-choose-wrapper2 {
    transition: none !important;
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .home .wpr-banner-area .button-area {
    flex-wrap: wrap;
    justify-content: center;
  }
}
