.elementor-kit-7{--e-global-color-primary:#030D17;--e-global-color-secondary:#040E18;--e-global-color-text:#566879;--e-global-color-accent:#EA5A4D;--e-global-color-701362d:#FFFFFF;--e-global-color-b45b802:#F3F4F8;--e-global-color-2115568:#E11617;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:65px;--e-global-typography-primary-letter-spacing:-3%;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-letter-spacing:-3%;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:35px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   1. SPINNING PLANE  (add class: spin-plane)
========================================= */
.spin-plane {
  animation: spinPlane 30s linear infinite;
  transform-origin: center center;
}

@keyframes spinPlane {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .spin-plane { animation: none; }
}


/* =========================================
   2. HORIZONTAL PLANE FLOAT (add class: plane-drift)
   — scoped to its own class so it can't touch
     carousel or other images
========================================= */
.plane-drift img,
img.plane-drift {
  animation: hf-plane-float 5s ease-in-out infinite;
  will-change: transform;
}

@keyframes hf-plane-float {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(30px); }
  100% { transform: translateX(0); }
}


/* =========================================
   3. VERTICAL FLOAT (add class: float-img)
========================================= */
.float-img {
  animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-20px); }
}


/* =========================================
   4. BLOG IMAGE HOVER SLIDE (class: blog-img-box)
   — single copy, carousel-safe
========================================= */
.blog-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 260px;
  background-image: url("https://newwebsitecoming.com/ObstacleCourse/wp-content/uploads/2026/06/blog-list-1-4.jpg");
  background-size: cover;
  background-position: center;
}

.blog-img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://newwebsitecoming.com/ObstacleCourse/wp-content/uploads/2026/06/blog-list-1-4.jpg");
  background-size: cover;
  background-position: center;
  transform: translateY(100%);
  transition: transform 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.blog-img-box:hover::after {
  transform: translateY(0);
}

.blog-img-box .elementor-element {
  z-index: 2;
}

/* Don't let the slide layer interfere with carousels
   inside the same container */
.blog-img-box .swiper,
.blog-img-box .swiper-wrapper,
.blog-img-box .elementor-swiper {
  z-index: 3;
}


/* =========================================
   5. PROCESS CARD (class: process-card)
========================================= */
.process-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
  max-width: 270px;
  transition: all 0.35s ease;
  cursor: pointer;
}

.process-card .step-number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 28px;
  transition: all 0.35s ease;
}

.process-card .step-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
}

.process-card .step-icon {
  color: #e63329;
  font-size: 36px;
  margin-bottom: 16px;
}

.process-card .step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #8a8a9a;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

.process-card:hover {
  transform: translateY(-6px);
}

.process-card:hover .step-number {
  background: #e63329;
  border-color: #e63329;
  color: #fff !important;   /* typo fixed */
}

.process-card:hover .step-text {
  max-height: 200px;
  opacity: 1;
  margin-top: 8px;
}


/* =========================================
   6. SCROLL TEXT FILL (class added by JS)
========================================= */
.scroll-fill {
  background-image: linear-gradient(to right, #1a1a2e 50%, #c9cdd6 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}



/* ===== Image moves left & right (class: slide-lr) ===== */
.slide-lr {
  animation: slideLR 3s ease-in-out infinite;
}

@keyframes slideLR {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(30px); }
}/* End custom CSS */