.elementor-61 .elementor-element.elementor-element-0a3910d{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-4e0b7ee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-58e9243{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-be3da62 *//* =============================================
   EVOURIA — SERVICES PAGE HERO CSS
   ============================================= */

/* ========== SECTION BASE ========== */
.svchero-section {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0a0e27 0%, #12103a 35%, #0e1230 65%, #0a0e27 100%);
  padding: 100px 40px 80px;
}

/* Canvas */
#svcHeroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Grid Pattern */
.svchero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 55% 55% at 50% 50%, black 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 55% 55% at 50% 50%, black 15%, transparent 70%);
  z-index: 1;
}

/* Radial Glow */
.svchero-radial-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

/* Gradient Orbs */
.svchero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

.svchero-orb-1 {
  width: 450px;
  height: 450px;
  background: rgba(124, 58, 237, 0.15);
  top: -10%;
  right: -5%;
  animation: svchOrbPulse1 9s ease-in-out infinite;
}

.svchero-orb-2 {
  width: 380px;
  height: 380px;
  background: rgba(6, 214, 160, 0.08);
  bottom: -15%;
  left: -8%;
  animation: svchOrbPulse2 11s ease-in-out infinite;
}

.svchero-orb-3 {
  width: 250px;
  height: 250px;
  background: rgba(168, 85, 247, 0.1);
  top: 50%;
  left: 60%;
  animation: svchOrbPulse3 13s ease-in-out infinite;
}

@keyframes svchOrbPulse1 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  50% { transform: translate(-35px, 45px) scale(1.1); opacity: 1; }
}

@keyframes svchOrbPulse2 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate(45px, -35px) scale(1.12); opacity: 0.8; }
}

@keyframes svchOrbPulse3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, 30px) scale(0.88); }
}

/* ========== CONTAINER ========== */
.svchero-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  text-align: center;
}

/* ========== SCROLL REVEAL ========== */
.svchero-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--svch-delay, 0s);
}

.svchero-reveal.svchero-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ========== BREADCRUMB ========== */
.svchero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50px;
}

.svchero-breadcrumb-link {
  color: #6b6f8d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.svchero-breadcrumb-link:hover {
  color: #a78bfa;
}

.svchero-breadcrumb-current {
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 600;
}

/* ========== CONTENT ========== */
.svchero-content {
  position: relative;
  z-index: 2;
}

/* Tag */
.svchero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 8px 22px;
  border-radius: 50px;
  margin-bottom: 28px;
  animation: svchTagGlow 3s ease-in-out infinite;
}

@keyframes svchTagGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(124, 58, 237, 0); }
  50% { box-shadow: 0 0 20px 2px rgba(124, 58, 237, 0.12); }
}

.svchero-tag-dot {
  width: 7px;
  height: 7px;
  background: #06d6a0;
  border-radius: 50%;
  position: relative;
  animation: svchDotPulse 2s ease-in-out infinite;
}

.svchero-tag-dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid rgba(6, 214, 160, 0.4);
  animation: svchDotRing 2s ease-in-out infinite;
}

@keyframes svchDotPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

@keyframes svchDotRing {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.8); opacity: 0; }
}

.svchero-tag span:last-child {
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

/* Title */
.svchero-title {
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -3px;
  line-height: 1.08;
  margin-bottom: 24px;
}

.svchero-morph-wrap {
  display: inline-block;
  perspective: 600px;
  min-width: 200px;
}

.svchero-morph {
  display: inline-block;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 40%, #06d6a0 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: svchGradShift 4s ease-in-out infinite;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.svchero-morph.svchero-morph-out {
  opacity: 0;
  transform: translateY(25px) rotateX(90deg) scale(0.8);
  filter: blur(5px);
}

.svchero-morph.svchero-morph-in {
  animation: svchMorphIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, svchGradShift 4s ease-in-out infinite;
}

@keyframes svchMorphIn {
  0% { opacity: 0; transform: translateY(-25px) rotateX(-90deg) scale(0.8); filter: blur(5px); }
  100% { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: blur(0); }
}

@keyframes svchGradShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Description */
.svchero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #7d82a6;
  max-width: 620px;
  margin: 0 auto 40px;
}

/* ========== SERVICE CHIPS ========== */
.svchero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.svchero-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50px;
  cursor: default;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

/* Chip shimmer sweep */
.svchero-chip::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.08), transparent);
  transition: left 0.6s ease;
}

.svchero-chip:hover::before {
  left: 100%;
}

.svchero-chip:hover {
  border-color: rgba(124, 58, 237, 0.35);
  background: rgba(124, 58, 237, 0.06);
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.12);
}

.chip-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

@keyframes svcChipIconPop {
  0% { transform: scale(1) rotate(0deg); }
  40% { transform: scale(1.4) rotate(-15deg); }
  70% { transform: scale(0.9) rotate(5deg); }
  100% { transform: scale(1) rotate(0deg); }
}

.svchero-chip span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #c4c7e0;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.svchero-chip:hover span:last-child {
  color: #ffffff;
}

/* ========== FLOATING SERVICE ICONS ========== */
.svchero-floating-icons {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.svchero-float-icon {
  position: absolute;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.float-icon-1 {
  top: 12%;
  left: 8%;
  animation: svchFloat1 6s ease-in-out infinite;
}

.float-icon-2 {
  top: 20%;
  right: 10%;
  animation: svchFloat2 7s ease-in-out infinite;
}

.float-icon-3 {
  bottom: 30%;
  left: 5%;
  animation: svchFloat3 5.5s ease-in-out infinite;
}

.float-icon-4 {
  bottom: 15%;
  right: 8%;
  animation: svchFloat4 8s ease-in-out infinite;
}

.float-icon-5 {
  top: 45%;
  left: 3%;
  animation: svchFloat5 6.5s ease-in-out infinite;
}

.float-icon-6 {
  top: 35%;
  right: 4%;
  animation: svchFloat6 7.5s ease-in-out infinite;
}

@keyframes svchFloat1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(10px, -15px) rotate(8deg); }
}

@keyframes svchFloat2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-12px, 18px) rotate(-6deg); }
}

@keyframes svchFloat3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(15px, 10px) rotate(10deg); }
}

@keyframes svchFloat4 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-8px, -20px) rotate(-12deg); }
}

@keyframes svchFloat5 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(12px, -8px) rotate(5deg); }
}

@keyframes svchFloat6 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(-10px, 12px) rotate(-7deg); }
}

/* ========== BOTTOM STATS ========== */
.svchero-bottom-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 24px 36px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.svchero-stat {
  text-align: center;
}

.svchero-stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.2;
}

.svchero-stat-label {
  font-size: 11px;
  color: #5c6090;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.svchero-stat-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

/* ========== SCROLL INDICATOR ========== */
.svchero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.svchero-scroll-mouse {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(124, 58, 237, 0.3);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.svchero-scroll-wheel {
  width: 3px;
  height: 8px;
  background: linear-gradient(180deg, #7c3aed, #06d6a0);
  border-radius: 2px;
  animation: svchScrollWheel 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes svchScrollWheel {
  0% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(10px); opacity: 0.3; }
  100% { transform: translateY(0); opacity: 1; }
}

.svchero-scroll-indicator span {
  font-size: 10px;
  color: #4a4e6a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}

/* =============================================
   RESPONSIVE — TABLET (1024px)
   ============================================= */
@media (max-width: 1024px) {
  .svchero-section {
    padding: 80px 30px 70px;
    min-height: 75vh;
  }

  .svchero-floating-icons {
    display: none;
  }

  .svchero-title {
    letter-spacing: -2px;
  }

  .svchero-desc {
    font-size: 15px;
  }

  .svchero-bottom-stats {
    gap: 24px;
    padding: 20px 28px;
  }

  .svchero-stat-num {
    font-size: 24px;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (768px)
   ============================================= */
@media (max-width: 768px) {
  .svchero-section {
    padding: 70px 20px 60px;
    min-height: auto;
  }

  .svchero-title {
    font-size: clamp(30px, 8vw, 44px);
    letter-spacing: -1.5px;
  }

  .svchero-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .svchero-chips {
    gap: 8px;
    margin-bottom: 36px;
  }

  .svchero-chip {
    padding: 8px 16px;
    gap: 8px;
  }

  .chip-icon {
    font-size: 15px;
  }

  .svchero-chip span:last-child {
    font-size: 12px;
  }

  .svchero-bottom-stats {
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
  }

  .svchero-stat-divider {
    width: 40px;
    height: 1px;
  }

  .svchero-stat-num {
    font-size: 22px;
  }

  .svchero-stat-label {
    font-size: 10px;
  }

  .svchero-scroll-indicator {
    display: none;
  }

  .svchero-orb-3 {
    display: none;
  }

  .svchero-orb-1 {
    width: 280px;
    height: 280px;
  }

  .svchero-orb-2 {
    width: 220px;
    height: 220px;
  }

  .svchero-breadcrumb {
    margin-bottom: 24px;
    padding: 6px 16px;
  }

  .svchero-breadcrumb-link,
  .svchero-breadcrumb-current {
    font-size: 12px;
  }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (420px)
   ============================================= */
@media (max-width: 420px) {
  .svchero-section {
    padding: 60px 16px 50px;
  }

  .svchero-title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .svchero-desc {
    font-size: 13px;
  }

  .svchero-tag span:last-child {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .svchero-chips {
    gap: 6px;
  }

  .svchero-chip {
    padding: 7px 14px;
  }

  .svchero-chip span:last-child {
    font-size: 11px;
  }

  .chip-icon {
    font-size: 14px;
  }

  .svchero-bottom-stats {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .svchero-stat-num {
    font-size: 20px;
  }

  .svchero-breadcrumb {
    padding: 5px 14px;
    gap: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26d5eca *//* =============================================
   EVOURIA — SERVICES GRID + MODAL CSS
   ============================================= */

/* ========== SECTION BASE ========== */
.svcgrid-section {
  padding: 120px 40px;
  background: #0a0e27;
  position: relative;
  overflow: hidden;
}

.svcgrid-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

.svcgrid-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.svcgrid-orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(124, 58, 237, 0.1);
  top: 10%;
  left: -8%;
  animation: sgOrbFloat1 12s ease-in-out infinite;
}

.svcgrid-orb-2 {
  width: 350px;
  height: 350px;
  background: rgba(6, 214, 160, 0.06);
  bottom: 5%;
  right: -6%;
  animation: sgOrbFloat2 14s ease-in-out infinite;
}

@keyframes sgOrbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -25px) scale(1.08); }
}

@keyframes sgOrbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-25px, 30px) scale(1.1); }
}

.svcgrid-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.02) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  z-index: 0;
}

.svcgrid-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ========== SCROLL REVEAL ========== */
.sg-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--sg-delay, 0s);
}

.sg-reveal.sg-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ========== HEADER ========== */
.svcgrid-header {
  text-align: center;
  margin-bottom: 70px;
}

.svcgrid-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 22px;
}

.svcgrid-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: sgTagPulse 2s ease-in-out infinite;
}

@keyframes sgTagPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(6, 214, 160, 0); }
}

.svcgrid-title {
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 16px;
  line-height: 1.15;
}

.svcgrid-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: sgGradShift 5s ease-in-out infinite;
}

@keyframes sgGradShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.svcgrid-desc {
  font-size: 16px;
  color: #7d82a6;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ========== GRID ========== */
.svcgrid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ========== CARD ========== */
.svcgrid-card {
  position: relative;
  border-radius: 20px;
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.svcgrid-card-glow {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
}

.svcgrid-card-inner {
  position: relative;
  z-index: 1;
  background: rgba(15, 18, 40, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 36px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  overflow: hidden;
}

.svcgrid-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.04), transparent);
  transition: left 0.7s ease;
}

.svcgrid-card:hover .svcgrid-card-inner {
  border-color: rgba(124, 58, 237, 0.25);
  background: rgba(20, 16, 50, 0.9);
}

.svcgrid-card:hover .svcgrid-card-inner::before {
  left: 100%;
}

/* Icon */
.svcgrid-icon-wrap {
  margin-bottom: 24px;
}

.svcgrid-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.12);
  border-radius: 14px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.svcgrid-card:hover .svcgrid-icon {
  background: rgba(124, 58, 237, 0.22);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.2);
}

.svcgrid-card:hover .svcgrid-icon svg {
  stroke: #06d6a0;
}

.svcgrid-icon svg {
  transition: stroke 0.3s ease;
}

/* Title & Desc */
.svcgrid-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.svcgrid-card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #6b6f8d;
  margin-bottom: 20px;
  flex: 1;
}

/* Tags */
.svcgrid-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.svcgrid-tags span {
  display: inline-block;
  padding: 5px 14px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  color: #8b7fc7;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.svcgrid-card:hover .svcgrid-tags span {
  border-color: rgba(124, 58, 237, 0.25);
  background: rgba(124, 58, 237, 0.12);
}

/* ========== BUTTONS ========== */
.svcgrid-buttons {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.svcgrid-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
  border: none;
  cursor: pointer;
  flex: 1;
  justify-content: center;
}

.svcgrid-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.45);
}

.svcgrid-btn-primary:hover svg {
  transform: translateX(3px);
}

.svcgrid-btn-primary svg {
  transition: transform 0.3s ease;
}

.svcgrid-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: transparent;
  color: #a78bfa;
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.4s ease;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  flex: 1;
  justify-content: center;
}

.svcgrid-btn-secondary:hover {
  background: rgba(124, 58, 237, 0.1);
  border-color: rgba(124, 58, 237, 0.5);
  color: #c4b5fd;
  transform: translateY(-2px);
}

.svcgrid-btn-secondary:hover svg {
  transform: translateX(3px);
}

.svcgrid-btn-secondary svg {
  transition: transform 0.3s ease;
}

/* =============================================
   MODAL POPUP
   ============================================= */
.svc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 8, 20, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}

.svc-modal-overlay.svc-modal-active {
  opacity: 1;
  visibility: visible;
}

.svc-modal-overlay.svc-modal-closing {
  opacity: 0;
}

.svc-modal {
  background: linear-gradient(160deg, #12103a 0%, #0e1235 50%, #0a0e27 100%);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 24px;
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(40px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5),
              0 0 60px rgba(124, 58, 237, 0.1);
}

.svc-modal-active .svc-modal {
  transform: translateY(0) scale(1);
}

.svc-modal-closing .svc-modal {
  transform: translateY(30px) scale(0.95);
}

/* Custom scrollbar */
.svc-modal::-webkit-scrollbar {
  width: 6px;
}

.svc-modal::-webkit-scrollbar-track {
  background: transparent;
}

.svc-modal::-webkit-scrollbar-thumb {
  background: rgba(124, 58, 237, 0.3);
  border-radius: 3px;
}

/* Close Button */
.svc-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #8b8fad;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.svc-modal-close:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.3);
  color: #ef4444;
  transform: rotate(90deg);
}

/* Modal Content */
.svc-modal-content {
  padding: 40px 40px 36px;
}

.svc-modal-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  padding-right: 40px;
}

.svc-modal-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.12);
  border-radius: 16px;
  flex-shrink: 0;
}

.svc-modal-title {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}

.svc-modal-subtitle {
  font-size: 14px;
  color: #a78bfa;
  font-weight: 500;
}

.svc-modal-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #8b8fad;
  margin-bottom: 28px;
}

/* Results Row */
.svc-modal-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.svc-modal-result {
  text-align: center;
  padding: 18px 12px;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.svc-modal-result:hover {
  border-color: rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.1);
  transform: translateY(-2px);
}

.svc-modal-result-num {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #06d6a0;
  letter-spacing: -1px;
  margin-bottom: 4px;
}

.svc-modal-result-label {
  font-size: 11px;
  color: #6b6f8d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Features */
.svc-modal-features-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.svc-modal-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.svc-modal-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--feat-delay, 0s);
}

.svc-modal-feature.feat-visible {
  opacity: 1;
  transform: translateX(0);
}

.svc-modal-feature-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 214, 160, 0.1);
  border-radius: 8px;
  margin-top: 2px;
}

.svc-modal-feature strong {
  display: block;
  font-size: 14px;
  color: #e0d4fc;
  font-weight: 600;
  margin-bottom: 3px;
}

.svc-modal-feature span {
  font-size: 13px;
  color: #6b6f8d;
  line-height: 1.6;
}

/* Tags */
.svc-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.svc-modal-tags span {
  padding: 5px 14px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #a78bfa;
}

/* CTA */
.svc-modal-cta {
  text-align: center;
  padding-top: 8px;
}

.svc-modal-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.35);
}

.svc-modal-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(124, 58, 237, 0.5);
}

.svc-modal-cta-btn:hover svg {
  transform: translateX(4px);
}

.svc-modal-cta-btn svg {
  transition: transform 0.3s ease;
}

.svc-modal-cta-note {
  font-size: 12px;
  color: #5c6090;
  margin-top: 12px;
}

/* =============================================
   RESPONSIVE — TABLET (1024px)
   ============================================= */
@media (max-width: 1024px) {
  .svcgrid-section {
    padding: 100px 30px;
  }

  .svcgrid-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .svcgrid-header {
    margin-bottom: 50px;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (768px)
   ============================================= */
@media (max-width: 768px) {
  .svcgrid-section {
    padding: 80px 20px;
  }

  .svcgrid-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .svcgrid-card-inner {
    padding: 28px 24px;
  }

  .svcgrid-card-title {
    font-size: 18px;
  }

  .svcgrid-card-desc {
    font-size: 13px;
  }

  .svcgrid-buttons {
    flex-direction: column;
  }

  .svcgrid-btn-primary,
  .svcgrid-btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 13px 22px;
  }

  .svc-modal-content {
    padding: 30px 24px 28px;
  }

  .svc-modal-header {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding-right: 0;
  }

  .svc-modal-title {
    font-size: 22px;
  }

  .svc-modal-results {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .svc-modal-result {
    padding: 14px 8px;
  }

  .svc-modal-result-num {
    font-size: 18px;
  }

  .svc-modal-result-label {
    font-size: 9px;
  }

  .svc-modal-desc {
    font-size: 14px;
    text-align: center;
  }

  .svc-modal-cta-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    font-size: 14px;
  }

  .svcgrid-orb-1 {
    width: 250px;
    height: 250px;
  }

  .svcgrid-orb-2 {
    width: 200px;
    height: 200px;
  }
}

/* =============================================
   RESPONSIVE — SMALL MOBILE (420px)
   ============================================= */
@media (max-width: 420px) {
  .svcgrid-section {
    padding: 60px 16px;
  }

  .svcgrid-card-inner {
    padding: 24px 18px;
  }

  .svcgrid-icon {
    width: 48px;
    height: 48px;
  }

  .svcgrid-card-title {
    font-size: 17px;
  }

  .svcgrid-tags span {
    font-size: 10px;
    padding: 4px 10px;
  }

  .svc-modal {
    border-radius: 18px;
    max-height: 90vh;
  }

  .svc-modal-content {
    padding: 28px 18px 24px;
  }

  .svc-modal-title {
    font-size: 20px;
  }

  .svc-modal-icon {
    width: 50px;
    height: 50px;
  }

  .svc-modal-results {
    gap: 6px;
  }

  .svc-modal-result-num {
    font-size: 16px;
  }

  .svc-modal-feature strong {
    font-size: 13px;
  }

  .svc-modal-feature span {
    font-size: 12px;
  }

  .svc-modal-close {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdd26ae *//* =============================================
   EVOURIA — SERVICES ANNOUNCE + TESTIMONIALS
   ============================================= */

/* ========== ANNOUNCEMENT BAR ========== */
.svc-announce-bar {
  position: relative;
  width: 100%;
  height: 42px;
  background: linear-gradient(135deg, #1a0f3c 0%, #0f1235 40%, #0c1a2e 70%, #1a0f3c 100%);
  overflow: hidden;
  z-index: 10000;
  border-bottom: 1px solid rgba(124, 58, 237, 0.15);
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s ease;
}

.svc-announce-bar.svc-announce-visible {
  transform: translateY(0);
  opacity: 1;
}

.svc-announce-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.07), rgba(6, 214, 160, 0.04), rgba(124, 58, 237, 0.07), transparent);
  background-size: 200% 100%;
  animation: svcAnnounceShimmer 5s ease-in-out infinite;
  z-index: 0;
}

@keyframes svcAnnounceShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.svc-announce-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.svc-announce-particle {
  position: absolute;
  bottom: -3px;
  background: rgba(124, 58, 237, 0.45);
  border-radius: 50%;
  animation: svcAnnounceParticle linear infinite;
}

@keyframes svcAnnounceParticle {
  0% { transform: translateY(0); opacity: 0; }
  15% { opacity: 0.5; }
  100% { transform: translateY(-42px) translateX(12px); opacity: 0; }
}

.svc-announce-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7c3aed, #06d6a0, #7c3aed, transparent);
  background-size: 200% 100%;
  animation: svcAnnounceBorder 3s linear infinite;
}

@keyframes svcAnnounceBorder {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.svc-announce-track-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}

.svc-announce-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: svcAnnounceScroll 28s linear infinite;
  will-change: transform;
}

/* LEFT → RIGHT direction */
@keyframes svcAnnounceScroll {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.svc-announce-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  white-space: nowrap;
  font-size: 13px;
  color: #c4c7e0;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.svc-announce-item:hover {
  transform: scale(1.04);
}

.svc-announce-item strong {
  color: #ffffff;
  font-weight: 700;
}

.svc-announce-emoji {
  font-size: 15px;
}

.svc-announce-dot {
  width: 4px;
  height: 4px;
  background: linear-gradient(135deg, #7c3aed, #06d6a0);
  border-radius: 50%;
  flex-shrink: 0;
  animation: svcAnnounceDotPulse 2s ease-in-out infinite;
}

@keyframes svcAnnounceDotPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); box-shadow: 0 0 8px rgba(124, 58, 237, 0.5); }
}

/* ========== TESTIMONIALS SECTION ========== */
.svc-testi-section {
  padding: 110px 0 90px;
  background: linear-gradient(180deg, #0a0e27 0%, #0e1235 50%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.svc-testi-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

.svc-testi-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.svc-testi-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.1);
  top: 5%;
  right: -8%;
  animation: stOrb1 12s ease-in-out infinite;
}

.svc-testi-orb-2 {
  width: 320px;
  height: 320px;
  background: rgba(6, 214, 160, 0.06);
  bottom: 10%;
  left: -6%;
  animation: stOrb2 14s ease-in-out infinite;
}

@keyframes stOrb1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-30px, 35px); }
}

@keyframes stOrb2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(25px, -30px); }
}

.svc-testi-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(124, 58, 237, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 50% 50% at 50% 40%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 40%, black 10%, transparent 70%);
  z-index: 0;
}

.svc-testi-watermark {
  position: absolute;
  top: 8%;
  left: 4%;
  font-size: 320px;
  font-weight: 900;
  color: rgba(124, 58, 237, 0.03);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  font-family: Georgia, serif;
  user-select: none;
}

.svc-testi-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Reveal */
.st-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--st-delay, 0s);
}

.st-reveal.st-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.svc-testi-header {
  margin-bottom: 50px;
}

.svc-testi-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
}

.svc-testi-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: stTagPulse 2s ease-in-out infinite;
}

@keyframes stTagPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(6, 214, 160, 0); }
}

.svc-testi-title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
  line-height: 1.15;
}

.svc-testi-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: stGrad 5s ease-in-out infinite;
}

@keyframes stGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.svc-testi-desc {
  font-size: 15px;
  color: #7d82a6;
  max-width: 480px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

.svc-testi-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50px;
}

.svc-testi-stars {
  display: flex;
  gap: 2px;
}

.svc-testi-score {
  font-size: 15px;
  font-weight: 800;
  color: #f59e0b;
}

.svc-testi-rating-sep {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.svc-testi-count {
  font-size: 13px;
  color: #6b6f8d;
  font-weight: 500;
}

/* ========== MARQUEE ========== */
.svc-testi-marquee {
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.svc-testi-marquee-2 {
  margin-bottom: 50px;
}

.svc-testi-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

/* Row 1: Left → Right */
.svc-testi-track-ltr {
  animation: svcTestiLTR 45s linear infinite;
}

@keyframes svcTestiLTR {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Row 2: Right → Left */
.svc-testi-track-rtl {
  animation: svcTestiRTL 50s linear infinite;
}

@keyframes svcTestiRTL {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========== CARD ========== */
.svc-testi-card {
  flex-shrink: 0;
  width: 360px;
}

.svc-testi-card-inner {
  background: rgba(15, 18, 40, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  cursor: default;
}

.svc-testi-card-inner:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 50px rgba(124, 58, 237, 0.12);
}

.svc-testi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  gap: 10px;
}

.svc-testi-card-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 2px;
}

.svc-testi-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: rgba(6, 214, 160, 0.08);
  border: 1px solid rgba(6, 214, 160, 0.18);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #06d6a0;
  white-space: nowrap;
}

.svc-testi-quote {
  font-size: 14px;
  line-height: 1.75;
  color: #c4c7e0;
  font-style: italic;
  margin-bottom: 16px;
  flex: 1;
}

.svc-testi-service-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  width: fit-content;
}

.svc-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.svc-testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  flex-shrink: 0;
}

.svc-testi-author strong {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.svc-testi-author span {
  font-size: 12px;
  color: #5c6090;
}

/* Bottom CTA */
.svc-testi-bottom {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 40px;
}

.svc-testi-bottom p {
  font-size: 15px;
  color: #7d82a6;
  margin-bottom: 18px;
}

.svc-testi-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.35);
}

.svc-testi-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(124, 58, 237, 0.5);
}

.svc-testi-cta:hover svg {
  transform: translateX(4px);
}

.svc-testi-cta svg {
  transition: transform 0.3s ease;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .svc-announce-item {
    font-size: 12px;
    padding: 0 22px;
  }

  .svc-testi-card {
    width: 320px;
  }

  .svc-testi-watermark {
    font-size: 220px;
  }
}

@media (max-width: 768px) {
  .svc-announce-bar {
    height: 38px;
  }

  .svc-announce-item {
    font-size: 11px;
    padding: 0 18px;
    gap: 8px;
  }

  .svc-announce-emoji {
    font-size: 13px;
  }

  .svc-announce-track {
    animation-duration: 20s;
  }

  .svc-testi-section {
    padding: 80px 0 70px;
  }

  .svc-testi-container {
    padding: 0 20px;
  }

  .svc-testi-header {
    margin-bottom: 36px;
  }

  .svc-testi-desc {
    font-size: 14px;
  }

  .svc-testi-card {
    width: 290px;
  }

  .svc-testi-card-inner {
    padding: 22px 20px;
  }

  .svc-testi-quote {
    font-size: 13px;
  }

  .svc-testi-track-ltr {
    animation-duration: 35s;
  }

  .svc-testi-track-rtl {
    animation-duration: 40s;
  }

  .svc-testi-watermark {
    font-size: 160px;
  }

  .svc-testi-marquee {
    mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent);
  }

  .svc-testi-bottom {
    padding: 0 20px;
  }
}

@media (max-width: 420px) {
  .svc-announce-bar {
    height: 36px;
  }

  .svc-announce-item {
    font-size: 10px;
    padding: 0 14px;
  }

  .svc-testi-section {
    padding: 60px 0 50px;
  }

  .svc-testi-title {
    font-size: 24px;
  }

  .svc-testi-card {
    width: 260px;
  }

  .svc-testi-card-inner {
    padding: 18px 16px;
  }

  .svc-testi-quote {
    font-size: 12px;
  }

  .svc-testi-avatar {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }

  .svc-testi-author strong {
    font-size: 13px;
  }

  .svc-testi-badge {
    font-size: 10px;
    padding: 3px 10px;
  }

  .svc-testi-cta {
    width: 100%;
    justify-content: center;
    padding: 13px 24px;
    font-size: 13px;
  }

  .svc-testi-watermark {
    font-size: 100px;
  }
}/* End custom CSS */