/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-widget-off-canvas {
  --e-off-canvas-animation-duration: 200ms;
}

/* Fiverr Logo */

.fiverr-btn .elementor-button-icon svg {
  width: 16px;
  fill: #f5f5f7;
}

.fiverr-icon .elementor-button-icon svg {
  width: 16px;
  fill: #163031;
}

/* Gradient Text */

.gradient-text {
  background: linear-gradient(
    90deg,
    #79fdcd 0%,
    #e1fe77 50%
  ); /* your gradient colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Secondary Button */

.secondary-btn .elementor-button {
  background: transparent !important; /* force transparent */
  color: #ffffff !important;
  border: 2px solid transparent;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

/* Gradient Border */
.secondary-btn .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 50px;
  background: linear-gradient(90deg, #79fdcd, #e1fe77);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: background 0.4s ease;
}

/* Hover Effect (Reverse Gradient) */
.secondary-btn .elementor-button:hover {
  background: transparent !important; /* force transparent on hover */
}

.secondary-btn .elementor-button:hover::before {
  background: linear-gradient(90deg, #e1fe77, #79fdcd);
}

/* Gradient Icon */

.gradient-icon i:before {
  background: linear-gradient(90deg, #79fdcd, #e1fe77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* HERO TAG */

.hero-tag {
  border: 2px solid #e1fe77;
  font-size: 14px;
  color: #e1fe77;
  line-height: 1;
  padding: 8px;
  border-radius: 3px;
  vertical-align: middle;
}

.glass-header {
  background: rgba(22, 48, 49, 0.45);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.glass-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.specialization {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}

.gradient-icon-bg .elementor-icon {
  background: linear-gradient(90deg, #79fdcd, #e1fe77);
  padding: 18px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 5px 20px rgba(121, 253, 205, 0.3),
    0 0 20px rgba(225, 254, 119, 0.2);
  transition: transform 0.3s ease;
}

/* .gradient-icon-bg .elementor-icon:hover {
  transform: translateY(-6px) scale(1.06);
  box-shadow:
    0 10px 30px rgba(121, 253, 205, 0.5),
    0 0 40px rgba(225, 254, 119, 0.4);
} */

.gradient-icon-bg i {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

/* Hover */
.gradient-icon-bg:hover i {
  transform: rotate(0deg);
}

/* =========================
   STATS WRAPPER (GLASS)
========================= */
.ultra-stats-wrap {
  position: relative;
  margin-top: 60px;
  padding: 50px 20px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* =========================
   FADE EDGES (MATCH LOGOS)
========================= */
.ultra-stats-wrap::before,
.ultra-stats-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ultra-stats-wrap::before {
  left: 0;
  background: linear-gradient(to right, #163031, transparent);
}

.ultra-stats-wrap::after {
  right: 0;
  background: linear-gradient(to left, #163031, transparent);
}

/* =========================
   STAT CARD
========================= */
.ultra-stat {
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease;
}

/* Subtle hover */
.ultra-stat:hover {
  transform: translateY(-6px);
}

/* =========================
   NUMBER
========================= */
.ultra-stat .elementor-counter-number-wrapper {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

/* =========================
   SUFFIX (+)
========================= */
.ultra-stat .elementor-counter-number-suffix {
  color: #ffffff;
  font-size: 0.7em;
  margin-left: 2px;
}

/* =========================
   TITLE
========================= */
.ultra-stat .elementor-counter-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-top: 8px;
}

/* =========================
   PROOF TEXT
========================= */
.stat-proof {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 6px;
  line-height: 1.5;
}

/* =========================
   ULTRA LOGO CONTAINER
========================= */
.ultra-logos {
  position: relative;
  margin-top: 60px;
  padding: 0;
  overflow: hidden;
  /* Glass effect */
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* =========================
   FADE EDGES (LEFT + RIGHT)
========================= */
.ultra-logos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, #163031, transparent);
}

/* Light sweep layer (separate from fade edge) */
.ultra-logos::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(121, 253, 205, 0.08),
    transparent 60%
  );
  transform: rotate(25deg);
  animation: logoSweep 8s linear infinite;
  pointer-events: none;
}

/* Right fade using inner element trick */
.ultra-logos .swiper {
  position: relative;
}

.ultra-logos .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to left, #163031, transparent);
}

/* =========================
   SMOOTH CONTINUOUS SCROLL
========================= */
.ultra-logos .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* =========================
   SLIDE (FIX ALIGNMENT)
========================= */
.ultra-logos .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

/* =========================
   LOGO IMAGE FIX (KEY PART)
========================= */
.ultra-logos img {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: auto;

  filter: grayscale(100%) brightness(0.7);
  opacity: 0.7;
  transition: all 0.4s ease;
}

/* =========================
   HOVER EFFECT (PREMIUM)
========================= */
.ultra-logos img:hover {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.08);
  filter: drop-shadow(0 0 12px rgba(121, 253, 205, 0.5));
}

/* =========================
   LIGHT SWEEP ANIMATION
========================= */
@keyframes logoSweep {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) rotate(25deg);
  }
}
/* MOBILE */

@media screen and (max-width: 767px) {
  .glass-stats {
    padding: 20px;
  }
}

.why-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 28px;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.why-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}

.why-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.portfolio-badge {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 50px;
  background: linear-gradient(135deg, #6a5cff, #00c2ff);
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* MAIN CARD */
.portfolio-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

/* HOVER EFFECT */
.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* IMAGE ROUNDING FIX */
.portfolio-img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* TITLE */
.portfolio-card h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

/* DESCRIPTION */
.portfolio-card p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
}

/* CONTENT WRAPPER */
.portfolio-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.portfolio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

/* CATEGORY BADGE */
.portfolio-meta a {
  background: rgba(255, 255, 255, 0.06);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

/* TOOLS TEXT */
.portfolio-tools {
  font-size: 12px;
  opacity: 0.6;
  line-height: 1;
}

/* IMAGE ZOOM */
.portfolio-img img {
  transition: transform 0.6s ease;
}

.portfolio-card:hover .portfolio-img img {
  transform: scale(1.04);
}

/* =========================
   PROCESS SECTION WRAPPER
========================= */
.process-section {
  padding: 100px 20px;
  background: #163031; /* your body color */
  text-align: center;
}

.process-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
   HEADING
========================= */
.process-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  color: #ffffff;
}

.process-subtitle {
  font-size: 16px;
  color: #9ca3af;
  margin-bottom: 60px;
}

/* =========================
   GRID
========================= */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

/* =========================
   CARD (GLASS / DARK STYLE)
========================= */
.process-card {
  position: relative;
  padding: 40px 25px;
  border-radius: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

/* Hover */
.process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(106, 92, 255, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* =========================
   STEP NUMBER
========================= */
.process-number {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 60px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

/* =========================
   ICON
========================= */
.process-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a5cff, #00c2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(106, 92, 255, 0.3);
}

/* =========================
   TEXT
========================= */
.process-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.process-card p {
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.6;
}

/* =========================
   CONNECTING LINE
========================= */
.process-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  z-index: 0;
}

.process-card {
  z-index: 1;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-section {
    padding: 60px 20px;
  }

  .process-subtitle {
    margin-bottom: 40px;
  }

  .process-number {
    font-size: 40px;
  }

  .process-grid::before {
    display: none;
  }
}
