.elementor-12 .elementor-element.elementor-element-e562317{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-4ee66ed > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-c912d1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-4199652 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-2e5bcf5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-4fc9467 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-3f623c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-e9da301 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-4a582b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-0746c0d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-2df3dad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-2px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-0bf0033 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-e562317{--width:1200%;}.elementor-12 .elementor-element.elementor-element-c912d1e{--width:1200%;}.elementor-12 .elementor-element.elementor-element-2e5bcf5{--width:1200%;}.elementor-12 .elementor-element.elementor-element-3f623c2{--width:1200%;}.elementor-12 .elementor-element.elementor-element-4a582b7{--width:1200%;}.elementor-12 .elementor-element.elementor-element-2df3dad{--width:1200%;}}/* Start custom CSS for html, class: .elementor-element-4ee66ed *//* HERO BASE */
.sd-hero-v2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 90px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #020617;
  overflow: hidden;
  color: #fff;
}

/* MOUSE LIGHT */
.sd-light {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.2s ease;
  z-index: 1;
}

/* BLOBS */
.sd-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  filter: blur(120px);
  opacity: 0.5;
  border-radius: 50%;
  animation: float 12s infinite ease-in-out;
}

.blob1 {
  background: #3B82F6;
  top: -120px;
  left: -120px;
}

.blob2 {
  background: #7c3aed;
  bottom: -120px;
  right: -120px;
}

@keyframes float {
  0% { transform: translate(0,0); }
  50% { transform: translate(60px, 40px); }
  100% { transform: translate(0,0); }
}

/* GRAIN TEXTURE */
.sd-hero-v2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://www.transparenttextures.com/patterns/noise.png");
  opacity: 0.12;
  pointer-events: none;
}

/* CONTENT */
.sd-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  padding: 20px;
}

/* TITLE */
.sd-title {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 20px;

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.sd-title.active {
  opacity: 1;
  transform: translateY(0);
}

/* GRADIENT TEXT */
.sd-title span {
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTITLE */
.sd-subtitle {
  font-size: 18px;
  color: #cbd5f5;
  margin-bottom: 35px;

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.sd-subtitle.active {
  opacity: 1;
  transform: translateY(0);
}

/* BUTTON WRAP */
.sd-actions {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.sd-actions.active {
  opacity: 1;
  transform: translateY(0);
}

/* BUTTON */
.sd-btn-primary {
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;

  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;

  transition: all 0.3s ease;
}

/* BUTTON HOVER */
.sd-btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 50px rgba(99,102,241,0.5);
}

/* MOBILE */
@media (max-width: 768px) {
  .sd-subtitle {
    font-size: 15px;
  }
}

/* MAIN HEADING */
.sd-title {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 20px;

  /* FIXED COLOR */
  color: rgba(255, 255, 255, 0.9);

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* GRADIENT TEXT (SECOND LINE) */
.sd-title span {
  display: inline-block;

  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sd-title {
  text-shadow: 0 10px 40px rgba(59,130,246,0.25);
}

/* HERO CONTAINER */
.sd-container {
  max-width: 920px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
}

/* MAIN HEADING */
.sd-title {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 700;

  /* KEY SPACING FIX */
  line-height: 1.08;
  letter-spacing: -1.5px;

  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.9);

  text-shadow: 0 10px 40px rgba(59,130,246,0.25);

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* ADD SPACE BETWEEN LINES */
.sd-title br {
  display: block;
  content: "";
  margin-top: 12px; /* IMPORTANT */
}

/* GRADIENT LINE */
.sd-title span {
  display: inline-block;
  margin-top: 6px; /* subtle separation */

  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTITLE */
.sd-subtitle {
  font-size: 18px;
  line-height: 1.6;

  color: #cbd5f5;

  max-width: 700px;
  margin: 0 auto 38px auto; /* spacing from heading + button */

  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* BUTTON SPACING */
.sd-actions {
  margin-top: 10px;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .sd-title {
    line-height: 1.15;
    margin-bottom: 22px;
  }

  .sd-title br {
    margin-top: 8px;
  }

  .sd-subtitle {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
}

.sd-title span {
  display: inline-block;
  margin-top: 6px;

  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  background-clip: text;
  -webkit-background-clip: text;

  color: transparent; /* safer than webkit-text-fill */
}

/* SMOOTH TRANSITIONS */
.sd-container {
  transition: transform 0.3s ease-out;
}

/* BUTTON BASE */
.sd-btn-primary {
  position: relative;
  transition: all 0.25s ease;
}

/* BUTTON GLOW EFFECT */
.sd-btn-primary::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3B82F6, #7c3aed);
  opacity: 0;
  filter: blur(12px);
  z-index: -1;
  transition: opacity 0.3s ease;
}

/* HOVER GLOW */
.sd-btn-primary:hover::before {
  opacity: 0.7;
}

/* BUTTON HOVER */
.sd-btn-primary:hover {
  transform: translateY(-2px) scale(1.03);
}

/* IMPROVE SMOOTHNESS */
.sd-btn-primary,
.sd-container {
  will-change: transform;
}

/* ===== MOBILE FIX: REMOVE GRADIENT TEXT ISSUE ===== */
@media (max-width: 768px) {

  /* FORCE NORMAL TEXT COLOR */
  .sd-title span,
  .gradient-text {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: #a5b4fc !important; /* premium soft purple */
    display: inline !important;
  }

  /* ENSURE NO BLOCK/BOX ISSUE */
  .sd-title span::before,
  .sd-title span::after {
    display: none !important;
    content: none !important;
  }

}

@media (max-width: 768px) {

  /* SLIGHT TEXT CONTRAST BOOST */
  .sd-title {
    color: rgba(255,255,255,0.95) !important;
  }

  /* BUTTON LITTLE MORE POP */
  .sd-btn-primary {
    box-shadow: 0 12px 25px rgba(99,102,241,0.35);
  }

}

/* BADGE */
.sd-badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #c7d2fe;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;

  backdrop-filter: blur(10px);

  margin-bottom: 16px;
}

.sd-btn-primary {
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(99,102,241,0.4); }
  70% { box-shadow: 0 0 0 10px rgba(99,102,241,0); }
  100% { box-shadow: 0 0 0 0 rgba(99,102,241,0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4199652 *//* SECTION */
.sd-services-v3 {
  padding: 120px 20px;
  background: #020617;
  color: #fff;
}

/* CONTAINER */
.sd-services-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* HEADER */
.sd-services-header h2 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 10px;
  color: #ffffff;
}

.sd-services-header p {
  color: #94a3b8;
  margin-bottom: 70px;
}

/* GRID */
.sd-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD (CLEAN STYLE) */
.sd-service-card {
  padding: 40px;
  border-radius: 16px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);

  text-align: left;

  transition: all 0.25s ease;
}

/* HOVER (SUBTLE = PREMIUM) */
.sd-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
}

/* TITLE */
.sd-service-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.sd-service-card p {
  font-size: 14px;
  color: #cbd5f5;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {

  .sd-services-grid {
    grid-template-columns: 1fr;
  }

  .sd-services-header h2 {
    font-size: 28px;
  }

}

/* FIX TITLE VISIBILITY */
.sd-service-card h3 {
  color: #ffffff !important;
  letter-spacing: -0.2px;
}

/* IMPROVE TEXT CLARITY */
.sd-service-card p {
  color: #cbd5f5 !important;
}

/* ADD SUBTLE DEPTH TO SECTION */
.sd-services-v3 {
  background: radial-gradient(circle at 50% 0%, #0b1220, #020617);
}

/* CARD – ADD PREMIUM FEEL */
.sd-service-card {
  position: relative;
  transition: all 0.3s ease;
}

/* SUBTLE INNER LIGHT */
.sd-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.04),
    transparent 40%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* HOVER (VERY SUBTLE = PREMIUM) */
.sd-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}

.sd-service-card:hover::before {
  opacity: 1;
}

/* HEADER REFINEMENT */
.sd-services-header h2 {
  letter-spacing: -1.2px;
}

.sd-services-header p {
  color: #a5b4fc;
}

/* ADD BREATHING SPACE BETWEEN CARDS */
.sd-services-grid {
  gap: 28px;
}

.sd-service-card:nth-child(2) {
  transform: translateY(-10px);
}

/* ===== MATCH GLOBAL DESIGN SYSTEM ===== */

/* INCREASE HEIGHT (PREMIUM SPACING) */
.sd-services {
  padding: 140px 20px !important;
}

/* ===== SAME GRADIENT AS WHY + PROCESS ===== */
.sd-services {
  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,0.12), transparent 40%),
    linear-gradient(135deg, #020617, #2e1f6b) !important;
}

/* ===== MOUSE GLOW LAYER ===== */
.sd-services::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background: radial-gradient(circle at center, rgba(59,130,246,0.15), transparent 40%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* SHOW ON HOVER */
.sd-services:hover::after {
  opacity: 1;
}

/* ===== CARD HOVER (PREMIUM MATCH) ===== */
.sd-service-card:hover {
  transform: translateY(-12px) scale(1.03);

  box-shadow: 
    0 30px 70px rgba(59,130,246,0.25),
    0 0 40px rgba(124,58,237,0.2);
}

/* ===== INNER GLASS EFFECT ===== */
.sd-service-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: rgba(2,6,23,0.9);
  z-index: 1;
}

/* KEEP CONTENT ABOVE */
.sd-service-card * {
  position: relative;
  z-index: 2;
}

/* ===== SMOOTH PERFORMANCE ===== */
.sd-services,
.sd-service-card {
  will-change: transform;
}

<script>
document.addEventListener("DOMContentLoaded", function () {

  const section = document.querySelector(".sd-services");

  section.addEventListener("mousemove", (e) => {
    const rect = section.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;

    section.style.setProperty(
      '--glow',
      `radial-gradient(circle at ${x}px ${y}px, rgba(59,130,246,0.25), transparent 40%)`
    );
  });

});
</script>

/* ===== PREMIUM BACKGROUND GRADIENT ===== */
.sd-services,
.sd-why,
.sd-process {
  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,0.12), transparent 40%),
    linear-gradient(135deg, #020617, #2e1f6b) !important;
}

.sd-services::before,
.sd-why::before,
.sd-process::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #3B82F6;
  filter: blur(120px);
  opacity: 0.15;
  top: -100px;
  left: -100px;
}

/* ===== CORNER GRADIENT GLOW ===== */
.sd-services::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;

  top: -150px;
  right: -150px;

  background: radial-gradient(circle, rgba(124,58,237,0.25), transparent 60%);
  filter: blur(120px);
  opacity: 0.6;

  pointer-events: none;
  z-index: 0;
}

/* BOTTOM LEFT GLOW */
.sd-services::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;

  bottom: -150px;
  left: -150px;

  background: radial-gradient(circle, rgba(59,130,246,0.25), transparent 60%);
  filter: blur(120px);
  opacity: 0.5;

  pointer-events: none;
  z-index: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fc9467 *//* ===== FIX TRUST SECTION SPACING ===== */
.sd-trust {
  padding: 90px 20px !important; /* reduce height */
}

/* REDUCE HEADING GAP */
.sd-trust-head {
  margin-bottom: 35px !important;
}

/* FIX CONTAINER WIDTH (CENTER PROPERLY) */
.sd-trust-container {
  max-width: 1000px !important;
  margin: 0 auto;
}

/* FIX STATS POSITION (BRING UP) */
.sd-trust-stats {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* COMPACT CARDS */
.sd-stat {
  padding: 22px 12px !important;
}

/* FIX NUMBER SIZE */
.sd-stat h3 {
  font-size: 30px !important;
  margin-bottom: 6px;
}

/* FIX TEXT */
.sd-stat p {
  font-size: 13px;
}

/* IMPROVE VISIBILITY (VERY IMPORTANT) */
.sd-trust::after {
  background: rgba(2,6,23,0.25) !important;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

  .sd-trust {
    padding: 70px 15px !important;
  }

  .sd-trust-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .sd-stat {
    padding: 18px 10px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9da301 *//* ===== WHY SECTION ===== */
.sd-why {
  position: relative;
  padding: 120px 20px;
  color: #fff;
  overflow: hidden;

  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,0.08), transparent 40%),
    #020617;
}

/* CONTAINER */
.sd-why-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* HEADING */
.sd-why-head {
  margin-bottom: 60px;
}

.sd-why-head h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin-bottom: 12px;
  color: rgba(255,255,255,0.95);
}

.sd-why-head p {
  color: #94a3b8;
  font-size: 16px;
}

/* GRID */
.sd-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.sd-why-card {
  position: relative;
  padding: 35px;
  border-radius: 16px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(12px);

  transition: all 0.35s ease;
  overflow: hidden;

  opacity: 0;
  transform: translateY(40px);
}

/* HOVER GLOW */
.sd-why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #3B82F6, #7c3aed);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* CONTENT ABOVE */
.sd-why-card * {
  position: relative;
  z-index: 2;
}

/* HOVER EFFECT */
.sd-why-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(59,130,246,0.25);
  border-color: rgba(255,255,255,0.2);
}

.sd-why-card:hover::before {
  opacity: 0.1;
}

/* TEXT */
.sd-why-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.sd-why-card p {
  font-size: 14px;
  color: #cbd5f5;
  line-height: 1.6;
}

/* ACTIVE (SCROLL ANIMATION) */
.sd-why-card.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

/* MOBILE */
@media (max-width: 768px) {
  .sd-why {
    padding: 80px 15px;
  }

  .sd-why-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== PREMIUM TEXT COLOR UPGRADE ===== */

/* HEADING (SOFT WHITE, NOT HARSH) */
.sd-why-head h2 {
  color: rgba(255, 255, 255, 0.92) !important;
  letter-spacing: -0.5px;
}

/* SUBHEADING (PREMIUM GREY) */
.sd-why-head p {
  color: #9aa4b2 !important;
}

/* CARD TITLE (HIGH EMPHASIS) */
.sd-why-card h3 {
  color: rgba(255,255,255,0.95) !important;
  font-weight: 600;
}

/* CARD TEXT (SOFT READABLE) */
.sd-why-card p {
  color: #b6c2d9 !important;
}

/* HOVER TEXT ENHANCEMENT */
.sd-why-card:hover h3 {
  color: #ffffff !important;
}

.sd-why-card:hover p {
  color: #dbe4ff !important;
}

/* OPTIONAL: SUBTLE TEXT GLOW (VERY PREMIUM) */
.sd-why-card h3 {
  text-shadow: 0 8px 25px rgba(59,130,246,0.15);
}

/* CONSISTENT TEXT RENDERING */
.sd-why,
.sd-why * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== PREMIUM BACKGROUND GRADIENT UPGRADE ===== */
.sd-why {
  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,0.12), transparent 40%),
    linear-gradient(135deg, #020617, #2e1f6b) !important;
}

/* ===== MOUSE LIGHT LAYER ===== */
.sd-why::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background: radial-gradient(circle at center, rgba(59,130,246,0.15), transparent 40%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* SHOW LIGHT ON HOVER */
.sd-why:hover::after {
  opacity: 1;
}

/* ===== ENHANCED CARD HOVER (DEPTH) ===== */
.sd-why-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 
    0 30px 70px rgba(59,130,246,0.25),
    0 0 40px rgba(124,58,237,0.2);
}

/* ===== SUBTLE INNER GLOW ===== */
.sd-why-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: rgba(2,6,23,0.9);
  z-index: 1;
}

/* KEEP CONTENT ABOVE INNER LAYER */
.sd-why-card * {
  position: relative;
  z-index: 2;
}

/* ===== SMOOTH PERFORMANCE ===== */
.sd-why,
.sd-why-card {
  will-change: transform;
}

<script>
document.addEventListener("DOMContentLoaded", function () {

  const section = document.querySelector(".sd-why");

  section.addEventListener("mousemove", (e) => {
    const rect = section.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;

    section.style.setProperty('--x', x + 'px');
    section.style.setProperty('--y', y + 'px');

    section.style.setProperty(
      '--glow',
      `radial-gradient(circle at ${x}px ${y}px, rgba(59,130,246,0.25), transparent 40%)`
    );

    section.querySelector("::after");
  });

});
</script>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0746c0d *//* ===== PROCESS SECTION ===== */
.sd-process {
  position: relative;
  padding: 120px 20px;
  color: #fff;
  overflow: hidden;

  background:
    radial-gradient(circle at 30% 20%, rgba(59,130,246,0.07), transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(124,58,237,0.07), transparent 40%),
    #020617;
}

/* CONTAINER */
.sd-process-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* HEADING */
.sd-process-head {
  margin-bottom: 60px;
}

.sd-process-head h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin-bottom: 12px;
  color: rgba(255,255,255,0.95);
}

.sd-process-head p {
  color: #94a3b8;
}

/* GRID */
.sd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* STEP CARD */
.sd-process-step {
  position: relative;
  padding: 35px 25px;
  border-radius: 16px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(12px);

  transition: all 0.35s ease;
  overflow: hidden;

  opacity: 0;
  transform: translateY(40px);
}

/* STEP NUMBER */
.sd-step-number {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #60a5fa;
  font-weight: 600;
}

/* TEXT */
.sd-process-step h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sd-process-step p {
  font-size: 14px;
  color: #cbd5f5;
  line-height: 1.6;
}

/* HOVER EFFECT */
.sd-process-step:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(59,130,246,0.25);
  border-color: rgba(255,255,255,0.2);
}

/* ACTIVE ANIMATION */
.sd-process-step.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

/* MOBILE */
@media (max-width: 768px) {
  .sd-process {
    padding: 80px 15px;
  }

  .sd-process-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BACKGROUND UPGRADE ===== */
.sd-process {
  background:
    radial-gradient(circle at 20% 20%, rgba(59,130,246,0.08), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(124,58,237,0.08), transparent 40%),
    linear-gradient(135deg, #020617, #2e1f6b) !important;
}

/* ===== FIX TEXT VISIBILITY ===== */

/* HEADING */
.sd-process-head h2 {
  color: rgba(255,255,255,0.95) !important;
}

/* SUBTEXT */
.sd-process-head p {
  color: #cbd5f5 !important;
}

/* STEP NUMBER */
.sd-step-number {
  color: #60a5fa !important;
}

/* CARD TITLE */
.sd-process-step h3 {
  color: rgba(255,255,255,0.95) !important;
}

/* CARD TEXT */
.sd-process-step p {
  color: #cbd5f5 !important;
}

/* ===== PREMIUM CARD STYLE ===== */
.sd-process-step {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  backdrop-filter: blur(14px);
}

/* ===== PREMIUM HOVER EFFECT ===== */
.sd-process-step {
  transition: all 0.35s ease;
}

.sd-process-step:hover {
  transform: translateY(-12px) scale(1.03);

  background: rgba(255,255,255,0.08) !important;

  border-color: rgba(255,255,255,0.25);

  box-shadow: 
    0 25px 60px rgba(59,130,246,0.25),
    0 0 30px rgba(124,58,237,0.2);
}

/* ===== SUBTLE GLOW ON HOVER ===== */
.sd-process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #3B82F6, #7c3aed);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.sd-process-step:hover::before {
  opacity: 0.1;
}

/* KEEP CONTENT ABOVE */
.sd-process-step * {
  position: relative;
  z-index: 2;
}

/* ===== INCREASE HEIGHT (PREMIUM SPACING) ===== */
.sd-process {
  padding: 140px 20px !important;
}

/* ===== MATCH WHY SECTION BACKGROUND ===== */
.sd-process {
  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,0.12), transparent 40%),
    linear-gradient(135deg, #020617, #2e1f6b) !important;
}

/* ===== MOUSE GLOW LAYER ===== */
.sd-process::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background: radial-gradient(circle at center, rgba(59,130,246,0.15), transparent 40%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* SHOW GLOW ON HOVER */
.sd-process:hover::after {
  opacity: 1;
}

/* ===== STRONGER CARD HOVER (MATCH WHY SECTION) ===== */
.sd-process-step:hover {
  transform: translateY(-12px) scale(1.03);

  box-shadow: 
    0 30px 70px rgba(59,130,246,0.25),
    0 0 40px rgba(124,58,237,0.2);
}

/* ===== INNER GLASS LAYER ===== */
.sd-process-step::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: rgba(2,6,23,0.9);
  z-index: 1;
}

/* KEEP CONTENT ABOVE */
.sd-process-step * {
  position: relative;
  z-index: 2;
}

/* ===== SMOOTH PERFORMANCE ===== */
.sd-process,
.sd-process-step {
  will-change: transform;
}

<script>
document.addEventListener("DOMContentLoaded", function () {

  const section = document.querySelector(".sd-process");

  section.addEventListener("mousemove", (e) => {
    const rect = section.getBoundingClientRect();
    const x = e.clientX - rect.left;
    const y = e.clientY - rect.top;

    section.style.setProperty(
      '--glow',
      `radial-gradient(circle at ${x}px ${y}px, rgba(59,130,246,0.25), transparent 40%)`
    );
  });

});
</script>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bf0033 *//* ===== CTA SECTION ===== */
.sd-cta-v2 {
  position: relative;
  padding: 120px 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;

  /* PREMIUM BACKGROUND */
  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,0.15), transparent 40%),
    linear-gradient(135deg, #020617, #2e1f6b);
}

/* CORNER GLOW */
.sd-cta-v2::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -150px;
  right: -150px;
  background: radial-gradient(circle, rgba(124,58,237,0.25), transparent 60%);
  filter: blur(120px);
  opacity: 0.6;
  pointer-events: none;
}

/* CONTAINER */
.sd-cta-container {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* TITLE */
.sd-cta-title {
  font-size: clamp(34px, 4vw, 52px);
  margin-bottom: 18px;
  color: rgba(255,255,255,0.95);
  letter-spacing: -1px;
}

/* SUBTITLE */
.sd-cta-subtitle {
  font-size: 16px;
  color: #cbd5f5;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* BUTTON */
.sd-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  color: #fff;
  background: linear-gradient(135deg, #3B82F6, #7c3aed);

  position: relative;
  transition: all 0.3s ease;
}

/* BUTTON GLOW */
.sd-cta-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3B82F6, #7c3aed);
  opacity: 0;
  filter: blur(14px);
  z-index: -1;
  transition: opacity 0.3s ease;
}

/* HOVER EFFECT */
.sd-cta-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 
    0 25px 60px rgba(99,102,241,0.5),
    0 0 30px rgba(124,58,237,0.3);
}

.sd-cta-btn:hover::before {
  opacity: 0.8;
}

/* SUBTLE PULSE */
.sd-cta-btn {
  animation: sdPulse 2.5s infinite;
}

@keyframes sdPulse {
  0% { box-shadow: 0 0 0 0 rgba(99,102,241,0.4); }
  70% { box-shadow: 0 0 0 12px rgba(99,102,241,0); }
  100% { box-shadow: 0 0 0 0 rgba(99,102,241,0); }
}

/* MOBILE */
@media (max-width: 768px) {
  .sd-cta-v2 {
    padding: 80px 15px;
  }

  .sd-cta-title {
    font-size: 28px;
  }

  .sd-cta-subtitle {
    font-size: 14px;
  }
}

/* FORCE CTA BACKGROUND FIX */
.sd-cta-v2 {
  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.15), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,0.15), transparent 40%),
    linear-gradient(135deg, #020617, #2e1f6b) !important;

  background-color: #020617 !important;
}

/* ===== FIX CTA FULL HEIGHT + NO WHITE GAP ===== */
.sd-cta-v2 {
  padding: 140px 20px !important;
  margin-bottom: 0 !important;
}

/* REMOVE GAP BELOW SECTION */
.sd-cta-v2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50px;
  background: inherit;
  z-index: 1;
}

/* FIX ELEMENTOR SECTION GAP */
.elementor-section.sd-cta-v2 {
  margin-bottom: 0 !important;
  padding-bottom: 140px !important;
}

/* REMOVE WHITE BACKGROUND FROM NEXT SECTION */
.sd-cta-v2 + section {
  margin-top: 0 !important;
}

/* ===== CENTER CTA CONTENT ===== */
.sd-cta-container {
  text-align: center !important;
}

/* CENTER BUTTON */
.sd-cta-action {
  display: flex;
  justify-content: center;
}

/* OPTIONAL: LIMIT WIDTH FOR PERFECT CENTER LOOK */
.sd-cta-content,
.sd-cta-container {
  max-width: 700px;
  margin: 0 auto;
}/* End custom CSS */