.elementor-1628 .elementor-element.elementor-element-bfa218e{--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-1628 .elementor-element.elementor-element-313909c{width:100%;max-width:100%;}.elementor-1628 .elementor-element.elementor-element-313909c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1628 .elementor-element.elementor-element-7350cf6{--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-1628 .elementor-element.elementor-element-4d1f3b4{width:100%;max-width:100%;}.elementor-1628 .elementor-element.elementor-element-4d1f3b4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1628 .elementor-element.elementor-element-07d9e7f{--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-1628 .elementor-element.elementor-element-53b92e8{width:100%;max-width:100%;}.elementor-1628 .elementor-element.elementor-element-53b92e8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1628 .elementor-element.elementor-element-deb383f{--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-1628 .elementor-element.elementor-element-495a2bf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1628 .elementor-element.elementor-element-2e2d463{--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-1628 .elementor-element.elementor-element-78c9199{width:100%;max-width:100%;}.elementor-1628 .elementor-element.elementor-element-78c9199 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1628 .elementor-element.elementor-element-6ce4907{--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-1628 .elementor-element.elementor-element-05219de{width:100%;max-width:100%;}.elementor-1628 .elementor-element.elementor-element-05219de > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1628 .elementor-element.elementor-element-bfa218e{--width:1200%;}.elementor-1628 .elementor-element.elementor-element-7350cf6{--width:1200%;}.elementor-1628 .elementor-element.elementor-element-07d9e7f{--width:1200%;}.elementor-1628 .elementor-element.elementor-element-deb383f{--width:1200%;}.elementor-1628 .elementor-element.elementor-element-2e2d463{--width:1200%;}.elementor-1628 .elementor-element.elementor-element-6ce4907{--width:1200%;}}/* Start custom CSS for html, class: .elementor-element-313909c *//* ===== BASE HERO ===== */
.sd-about-hero {
  position: relative;
  min-height: 85vh;
  padding: 120px 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  overflow: hidden;
  color: #fff;

  background: linear-gradient(135deg, #020617 0%, #0b1a3a 40%, #2e1f6b 100%);
}

/* ===== TOP LEFT LIGHT STREAK ===== */
.sd-about-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -120px;
  width: 600px;
  height: 300px;

  background: radial-gradient(
    ellipse at left,
    rgba(96,165,250,0.6),
    rgba(59,130,246,0.3),
    transparent 70%
  );

  transform: rotate(-20deg);
  filter: blur(40px);
  opacity: 0.7;
}

/* ===== CORNER GLOW (DEPTH) ===== */
.sd-about-hero::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 600px;
  height: 600px;

  background: radial-gradient(circle, rgba(124,58,237,0.35), transparent 60%);
  filter: blur(120px);
  opacity: 0.6;
}

/* ===== MAIN WAVE ===== */
.wave-glow {
  position: absolute;
  bottom: -50px;
  right: -80px;
  width: 700px;
  height: 300px;

  background: radial-gradient(
    ellipse at var(--x, 50%) var(--y, 50%),
    rgba(168,85,247,0.7) 0%,
    rgba(124,58,237,0.4) 30%,
    transparent 70%
  );

  transform: rotate(10deg);
  filter: blur(50px);
  opacity: 0.85;

  pointer-events: none;

  animation: waveFlow 12s ease-in-out infinite alternate;
  transition: background 0.15s ease;
}

/* ===== LIGHT STREAK LINE ===== */
.wave-glow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 40%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.7),
    rgba(168,85,247,0.9),
    transparent
  );

  filter: blur(20px);
  opacity: 0.7;
}

/* ===== SECOND WAVE (DEPTH) ===== */
.wave-glow::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    ellipse at center,
    rgba(59,130,246,0.3),
    transparent 70%
  );

  filter: blur(120px);
  opacity: 0.5;

  animation: waveFlow2 16s ease-in-out infinite alternate;
}

/* ===== WAVE ANIMATION ===== */
@keyframes waveFlow {
  0% { transform: translateX(0) rotate(10deg); }
  50% { transform: translateX(-30px) rotate(12deg); }
  100% { transform: translateX(20px) rotate(8deg); }
}

@keyframes waveFlow2 {
  0% { transform: translateX(20px) scale(1); }
  50% { transform: translateX(-20px) scale(1.08); }
  100% { transform: translateX(10px) scale(1.03); }
}

/* ===== MOUSE LIGHT LAYER ===== */
.sd-about-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* ===== NOISE TEXTURE ===== */
.noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;

  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
}

/* ===== CONTENT ===== */
.sd-about-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* ===== TITLE ===== */
.sd-about-title {
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 20px;

  color: rgba(255,255,255,0.95);
}

/* ===== GRADIENT TEXT ===== */
.sd-about-title span {
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== SUBTITLE ===== */
.sd-about-subtitle {
  font-size: 18px;
  color: #cbd5f5;
  line-height: 1.6;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .sd-about-hero {
    padding: 80px 15px;
  }

  .sd-about-title {
    font-size: 34px;
  }

  .sd-about-subtitle {
    font-size: 15px;
  }
}/* ===== BASE HERO ===== */
.sd-about-hero {
  position: relative;
  min-height: 85vh;
  padding: 120px 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  overflow: hidden;
  color: #fff;

  background: linear-gradient(135deg, #020617 0%, #0b1a3a 40%, #2e1f6b 100%);
}

/* ===== TOP LEFT LIGHT STREAK ===== */
.sd-about-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -120px;
  width: 600px;
  height: 300px;

  background: radial-gradient(
    ellipse at left,
    rgba(96,165,250,0.6),
    rgba(59,130,246,0.3),
    transparent 70%
  );

  transform: rotate(-20deg);
  filter: blur(40px);
  opacity: 0.7;
}

/* ===== CORNER GLOW (DEPTH) ===== */
.sd-about-hero::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 600px;
  height: 600px;

  background: radial-gradient(circle, rgba(124,58,237,0.35), transparent 60%);
  filter: blur(120px);
  opacity: 0.6;
}

/* ===== MAIN WAVE ===== */
.wave-glow {
  position: absolute;
  bottom: -50px;
  right: -80px;
  width: 700px;
  height: 300px;

  background: radial-gradient(
    ellipse at var(--x, 50%) var(--y, 50%),
    rgba(168,85,247,0.7) 0%,
    rgba(124,58,237,0.4) 30%,
    transparent 70%
  );

  transform: rotate(10deg);
  filter: blur(50px);
  opacity: 0.85;

  pointer-events: none;

  animation: waveFlow 12s ease-in-out infinite alternate;
  transition: background 0.15s ease;
}

/* ===== LIGHT STREAK LINE ===== */
.wave-glow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 40%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.7),
    rgba(168,85,247,0.9),
    transparent
  );

  filter: blur(20px);
  opacity: 0.7;
}

/* ===== SECOND WAVE (DEPTH) ===== */
.wave-glow::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    ellipse at center,
    rgba(59,130,246,0.3),
    transparent 70%
  );

  filter: blur(120px);
  opacity: 0.5;

  animation: waveFlow2 16s ease-in-out infinite alternate;
}

/* ===== WAVE ANIMATION ===== */
@keyframes waveFlow {
  0% { transform: translateX(0) rotate(10deg); }
  50% { transform: translateX(-30px) rotate(12deg); }
  100% { transform: translateX(20px) rotate(8deg); }
}

@keyframes waveFlow2 {
  0% { transform: translateX(20px) scale(1); }
  50% { transform: translateX(-20px) scale(1.08); }
  100% { transform: translateX(10px) scale(1.03); }
}

/* ===== MOUSE LIGHT LAYER ===== */
.sd-about-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* ===== NOISE TEXTURE ===== */
.noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;

  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
}

/* ===== CONTENT ===== */
.sd-about-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* ===== TITLE ===== */
.sd-about-title {
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 20px;

  color: rgba(255,255,255,0.95);
}

/* ===== GRADIENT TEXT ===== */
.sd-about-title span {
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== SUBTITLE ===== */
.sd-about-subtitle {
  font-size: 18px;
  color: #cbd5f5;
  line-height: 1.6;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .sd-about-hero {
    padding: 80px 15px;
  }

  .sd-about-title {
    font-size: 34px;
  }

  .sd-about-subtitle {
    font-size: 15px;
  }
}

.wave-glow {
  background: radial-gradient(
    ellipse at var(--x, 50%) var(--y, 50%),
    rgba(168,85,247,0.7),
    rgba(124,58,237,0.4),
    transparent 70%
  );

  transition: background 0.2s ease;
}

<script>
document.addEventListener("DOMContentLoaded", function () {

  const hero = document.querySelector(".sd-about-hero");
  const wave = document.querySelector(".wave-glow");

  hero.addEventListener("mousemove", (e) => {
    const rect = hero.getBoundingClientRect();

    const x = ((e.clientX - rect.left) / rect.width) * 100;
    const y = ((e.clientY - rect.top) / rect.height) * 100;

    wave.style.setProperty('--x', x + '%');
    wave.style.setProperty('--y', y + '%');
  });

});
</script>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d1f3b4 *//* ===== SECTION ===== */
.sd-about-core {
  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-core-container {
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.sd-core-title {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.95);
}

.sd-core-title span {
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sd-core-text {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
}

/* RIGHT */
.sd-core-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */
.sd-core-card {
  padding: 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;
}

/* HOVER */
.sd-core-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 20px 50px rgba(59,130,246,0.2);
}

/* TEXT */
.sd-core-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.95);
}

.sd-core-card p {
  font-size: 14px;
  color: #cbd5f5;
}

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media (max-width: 768px) {
  .sd-core-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sd-core-title {
    font-size: 28px;
  }
}

/* ===== FIX BACKGROUND CONTRAST ===== */
.sd-about-core {
  background: linear-gradient(135deg, #020617, #0f172a) !important;
}

/* ===== FIX TEXT VISIBILITY ===== */
.sd-core-text {
  color: #94a3b8 !important;
}

.sd-core-card h3 {
  color: rgba(255,255,255,0.95) !important;
}

.sd-core-card p {
  color: #cbd5f5 !important;
}

/* ===== FIX RIGHT SIDE ALIGNMENT ===== */
.sd-core-right {
  justify-content: center;
  gap: 30px !important;
}

/* ===== FIX CARD VISIBILITY (IMPORTANT) ===== */
.sd-core-card {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
}

/* ===== STRONG HOVER (PREMIUM) ===== */
.sd-core-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 30px 70px rgba(99,102,241,0.3);
  border-color: rgba(255,255,255,0.25);
}

/* ===== FIX TEXT FADE ISSUE (THIS IS MAIN FIX) ===== */
.sd-core-right .sd-core-card {
  opacity: 1 !important;
}

/* ===== BETTER TITLE GRADIENT ===== */
.sd-core-title span {
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== BALANCE SPACING ===== */
.sd-core-container {
  align-items: center !important;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
  .sd-core-right {
    gap: 20px;
  }
}

/* SPACE BELOW SECTION */
.sd-about-core {
  margin-bottom: 120px;
}

/* SPACE ABOVE NEXT SECTION */
.sd-about-core + section {
  margin-top: 120px;
}

/* FORCE SECTION HEIGHT (MAIN FIX) */
.sd-about-core {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* ADD EXTRA GAP BELOW LAST CARD */
.sd-core-right {
  padding-bottom: 40px;
}

/* OPTIONAL: ADD MIN HEIGHT (PREMIUM LOOK) */
.sd-about-core {
  min-height: 90vh;
}

/* EXTRA LUXURY SPACING */
@media (min-width: 1200px) {
  .sd-about-core {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

/* ===== SECTION HEIGHT CONTROL ===== */
.sd-about-core {
  min-height: 100vh;
  display: flex;
  align-items: center; /* THIS IS THE KEY */
}

/* ===== GRID FIX ===== */
.sd-core-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center; /* vertical alignment */
}

/* ===== LEFT CONTENT CENTER ===== */
.sd-core-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ===== RIGHT SIDE CLEAN STACK ===== */
.sd-core-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

/* ===== CARD SIZE CONSISTENCY ===== */
.sd-core-card {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ===== OPTIONAL: PERFECT VISUAL BALANCE ===== */
@media (min-width: 1200px) {
  .sd-core-container {
    gap: 80px;
  }
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
  .sd-about-core {
    min-height: auto;
    padding: 100px 20px;
  }

  .sd-core-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sd-core-left,
  .sd-core-right {
    justify-content: center;
    text-align: center;
  }
}

/* ===== REMOVE EXTRA SPACE FROM ABOUT CORE ===== */
.sd-about-core {
  margin-bottom: 0 !important;
  padding-bottom: 120px !important; /* controlled spacing */
}

/* ===== REMOVE GAP BETWEEN SECTIONS ===== */
.sd-about-core + section {
  margin-top: 0 !important;
  padding-top: 120px !important;
}

/* ===== FIX ELEMENTOR SECTION GAP ===== */
.elementor-section.sd-about-core {
  margin-bottom: 0 !important;
}

/* ===== REMOVE ANY EMPTY SPACE BLOCK ===== */
.sd-about-core::after {
  content: "";
  display: block;
  height: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53b92e8 *//* ===== SECTION ===== */
.sd-approach {
  position: relative;
  padding: 140px 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-approach-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADING */
.sd-approach-head {
  text-align: center;
  margin-bottom: 80px;
}

.sd-approach-head h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin-bottom: 10px;
  color: rgba(255,255,255,0.95);
}

.sd-approach-head p {
  color: #94a3b8;
}

/* GRID */
.sd-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.sd-approach-card {
  position: relative;
  padding: 35px;
  border-radius: 18px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);

  backdrop-filter: blur(12px);

  transition: all 0.4s ease;
  overflow: hidden;

  opacity: 0;
  transform: translateY(50px);
}

/* NUMBER */
.sd-approach-card span {
  font-size: 14px;
  color: #60a5fa;
  display: block;
  margin-bottom: 10px;
}

/* TITLE */
.sd-approach-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* TEXT */
.sd-approach-card p {
  font-size: 14px;
  color: #cbd5f5;
  line-height: 1.6;
}

/* HOVER EFFECT */
.sd-approach-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 25px 60px rgba(99,102,241,0.25);
}

/* ACTIVE ANIMATION */
.sd-approach-card.active {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media (max-width: 768px) {
  .sd-approach-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== FIX CARD TITLE ===== */
.sd-approach-card h3 {
  color: rgba(255,255,255,0.95) !important;
  font-weight: 600;
}

/* ===== FIX CARD TEXT ===== */
.sd-approach-card p {
  color: #cbd5f5 !important;
}

/* ===== FIX STEP NUMBER ===== */
.sd-approach-card span {
  color: #60a5fa !important;
  font-weight: 600;
}

/* ===== FIX HEADING ===== */
.sd-approach-head h2 {
  color: rgba(255,255,255,0.95) !important;
}

/* ===== FIX SUBTEXT ===== */
.sd-approach-head p {
  color: #94a3b8 !important;
}

/* ===== IMPROVE READABILITY ===== */
.sd-approach-card {
  color: #fff;
}

/* ===== HOVER TEXT BOOST ===== */
.sd-approach-card:hover h3 {
  color: #ffffff !important;
}

.sd-approach-card:hover p {
  color: #e0e7ff !important;
}

/* ===== PREMIUM GRADIENT BACKGROUND ===== */
.sd-approach {
  position: relative;
  padding: 140px 20px;
  color: #fff;
  overflow: hidden;

  background: linear-gradient(135deg, #020617 0%, #241d5c 60%, #3b1fa0 100%);
}

/* ===== ANIMATED GRADIENT OVERLAY ===== */
.sd-approach::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    120deg,
    rgba(96,165,250,0.15),
    rgba(168,85,247,0.15),
    rgba(59,130,246,0.1)
  );

  animation: gradientMove 12s ease-in-out infinite alternate;
  z-index: 0;
}

/* ===== GLOW LIGHT (DEPTH) ===== */
.sd-approach::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;

  background: radial-gradient(circle, rgba(168,85,247,0.25), transparent 60%);
  filter: blur(120px);
  opacity: 0.6;

  pointer-events: none;
}

/* ===== GRADIENT ANIMATION ===== */
@keyframes gradientMove {
  0% {
    transform: translateX(-10%) translateY(-5%);
  }
  50% {
    transform: translateX(10%) translateY(5%);
  }
  100% {
    transform: translateX(-5%) translateY(0%);
  }
}

/* ===== CONTENT ABOVE BACKGROUND ===== */
.sd-approach-container {
  position: relative;
  z-index: 2;
}

/* FLOATING LIGHT */
.sd-approach .light-spot {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 20%;
  left: 10%;

  background: radial-gradient(circle, rgba(59,130,246,0.2), transparent 70%);
  filter: blur(100px);

  animation: floatLight 10s ease-in-out infinite alternate;
}

@keyframes floatLight {
  0% { transform: translate(0,0); }
  50% { transform: translate(40px, 30px); }
  100% { transform: translate(-20px, 20px); }
}

/* ===== PREMIUM BASE ===== */
.sd-approach {
  position: relative;
  padding: 140px 20px;
  color: #fff;
  overflow: hidden;

  background: linear-gradient(135deg, #020617 0%, #1e1b4b 50%, #4c1d95 100%);
}

/* ===== FLOWING WAVE LAYER ===== */
.sd-approach::before {
  content: "";
  position: absolute;
  inset: -50%;

  background: radial-gradient(
    circle at 30% 40%,
    rgba(99,102,241,0.35),
    transparent 40%
  ),
  radial-gradient(
    circle at 70% 60%,
    rgba(168,85,247,0.35),
    transparent 40%
  );

  animation: flowWave 14s ease-in-out infinite;
  filter: blur(120px);
  opacity: 0.9;
}

/* ===== SECOND DEPTH LAYER ===== */
.sd-approach::after {
  content: "";
  position: absolute;
  inset: -40%;

  background: radial-gradient(
    circle at 60% 30%,
    rgba(59,130,246,0.25),
    transparent 40%
  ),
  radial-gradient(
    circle at 20% 80%,
    rgba(139,92,246,0.25),
    transparent 40%
  );

  animation: flowWaveReverse 18s ease-in-out infinite;
  filter: blur(140px);
  opacity: 0.7;
}

/* ===== FLOW ANIMATION ===== */
@keyframes flowWave {
  0% {
    transform: translateX(-10%) translateY(-10%) scale(1);
  }
  50% {
    transform: translateX(10%) translateY(10%) scale(1.1);
  }
  100% {
    transform: translateX(-5%) translateY(5%) scale(1.05);
  }
}

/* ===== REVERSE FLOW ===== */
@keyframes flowWaveReverse {
  0% {
    transform: translateX(10%) translateY(5%) scale(1);
  }
  50% {
    transform: translateX(-10%) translateY(-10%) scale(1.08);
  }
  100% {
    transform: translateX(5%) translateY(10%) scale(1.03);
  }
}

/* ===== CONTENT ABOVE BACKGROUND ===== */
.sd-approach-container {
  position: relative;
  z-index: 2;
}

/* ===== MATCH HERO + ABOUT THEME ===== */
.sd-approach {
  position: relative;
  padding: 140px 20px;
  color: #fff;
  overflow: hidden;

  /* SAME BASE AS ABOVE SECTION */
  background: linear-gradient(135deg, #020617 0%, #0b1a3a 50%, #2e1f6b 100%);
}

/* ===== SOFT TRANSITION FROM ABOVE ===== */
.sd-approach::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
      circle at 30% 40%,
      rgba(59,130,246,0.12),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(168,85,247,0.15),
      transparent 50%
    );

  filter: blur(80px);
  opacity: 0.8;
}

/* ===== BOTTOM GLOW (CONTINUITY EFFECT) ===== */
.sd-approach::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 300px;

  background: radial-gradient(
    ellipse at center,
    rgba(124,58,237,0.25),
    transparent 70%
  );

  filter: blur(120px);
  opacity: 0.6;
}

/* ===== KEEP CONTENT ABOVE ===== */
.sd-approach-container {
  position: relative;
  z-index: 2;
}

/* BLEND TOP EDGE */
.sd-approach {
  margin-top: -2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-495a2bf *//* ===== SECTION ===== */
.sd-impact {
  position: relative;
  padding: 140px 20px;
  color: #fff;
  overflow: hidden;

  background: linear-gradient(135deg, #020617 0%, #0b1a3a 50%, #2e1f6b 100%);
}

/* ===== ANIMATED GLOW BACKGROUND ===== */
.sd-impact::before {
  content: "";
  position: absolute;
  inset: -50%;

  background: radial-gradient(circle at 30% 40%, rgba(59,130,246,0.25), transparent 40%),
              radial-gradient(circle at 70% 60%, rgba(168,85,247,0.25), transparent 40%);

  animation: impactFlow 16s ease-in-out infinite;
  filter: blur(120px);
  opacity: 0.8;
}

/* ===== ANIMATION ===== */
@keyframes impactFlow {
  0% {
    transform: translateX(-10%) translateY(-10%);
  }
  50% {
    transform: translateX(10%) translateY(10%);
  }
  100% {
    transform: translateX(-5%) translateY(5%);
  }
}

/* ===== CONTAINER ===== */
.sd-impact-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===== HEADING ===== */
.sd-impact-head {
  text-align: center;
  margin-bottom: 80px;
}

.sd-impact-head h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin-bottom: 10px;
}

.sd-impact-head p {
  color: #94a3b8;
}

/* ===== GRID ===== */
.sd-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* ===== CARD ===== */
.sd-impact-card {
  padding: 40px 20px;
  border-radius: 16px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);

  text-align: center;
  backdrop-filter: blur(12px);

  transition: all 0.4s ease;

  opacity: 0;
  transform: translateY(50px);
}

/* ===== TEXT ===== */
.sd-impact-card h3 {
  font-size: 28px;
  margin-bottom: 10px;

  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sd-impact-card p {
  color: #cbd5f5;
  font-size: 14px;
}

/* ===== HOVER ===== */
.sd-impact-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 60px rgba(99,102,241,0.3);
}

/* ===== REVEAL ===== */
.sd-impact-card.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .sd-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== FIX MAIN HEADING ===== */
.sd-impact-head h2 {
  color: rgba(255,255,255,0.95) !important;
  font-weight: 600;
}

/* ===== FIX SUBTEXT ===== */
.sd-impact-head p {
  color: #94a3b8 !important;
}

/* ===== FIX CARD NUMBER (GRADIENT TEXT) ===== */
.sd-impact-card h3 {
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* ===== FIX CARD LABEL TEXT ===== */
.sd-impact-card p {
  color: #cbd5f5 !important;
}

/* ===== ENSURE TEXT VISIBILITY ===== */
.sd-impact,
.sd-impact * {
  color: #fff;
}

/* ===== HOVER TEXT BOOST ===== */
.sd-impact-card:hover h3 {
  filter: brightness(1.2);
}

.sd-impact-card:hover p {
  color: #e0e7ff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78c9199 *//* ===== SECTION ===== */
.sd-case-v2 {
  position: relative;
  padding: 160px 20px;
  color: #fff;
  overflow: hidden;

  background: linear-gradient(135deg, #020617 0%, #0b1a3a 50%, #2e1f6b 100%);
}

/* ===== SOFT GLOW ===== */
.sd-case-v2::before {
  content: "";
  position: absolute;
  inset: -30%;

  background: radial-gradient(circle at 30% 30%, rgba(59,130,246,0.12), transparent 40%),
              radial-gradient(circle at 70% 70%, rgba(168,85,247,0.12), transparent 50%);

  filter: blur(120px);
  opacity: 0.6;
}

/* ===== CONTAINER ===== */
.sd-case-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===== HEADING ===== */
.sd-case-head {
  text-align: center;
  margin-bottom: 100px;
}

.sd-case-head h2 {
  font-size: clamp(34px, 4vw, 46px);
  color: rgba(255,255,255,0.95);
  margin-bottom: 12px;
}

.sd-case-head p {
  color: #9aa4b2;
}

/* ===== GRID ===== */
.sd-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* ===== CARD (MINIMAL STYLE) ===== */
.sd-case-card {
  position: relative;
  padding: 10px;

  transition: all 0.35s ease;

  opacity: 0;
  transform: translateY(40px);
}

/* ===== SMALL LABEL ===== */
.sd-case-card small {
  font-size: 13px;
  color: #60a5fa;
  display: block;
  margin-bottom: 6px;
}

/* ===== TITLE ===== */
.sd-case-card h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

/* ===== TEXT ===== */
.sd-case-card p {
  font-size: 14px;
  color: #a5b4fc;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* ===== RESULT ===== */
.sd-case-card span {
  font-size: 14px;
  font-weight: 600;

  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== UNDERLINE EFFECT ===== */
.sd-case-card::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  margin-top: 12px;

  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  transition: width 0.35s ease;
}

/* ===== HOVER ===== */
.sd-case-card:hover {
  transform: translateY(-6px);
}

.sd-case-card:hover::after {
  width: 100%;
}

/* ===== REVEAL ANIMATION ===== */
.sd-case-card.active {
  opacity: 1;
  transform: translateY(0);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .sd-case-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sd-case-head {
    margin-bottom: 60px;
  }
}

/* ===== PREMIUM HOVER GLOW ===== */
.sd-case-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* GLOW LAYER */
.sd-case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;

  background: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(99,102,241,0.25),
    transparent 60%
  );

  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

/* INNER LIGHT */
.sd-case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;

  background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(168,85,247,0.08));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

/* ACTIVATE ON HOVER */
.sd-case-card:hover::before,
.sd-case-card:hover::after {
  opacity: 1;
}

/* CONTENT ABOVE GLOW */
.sd-case-card * {
  position: relative;
  z-index: 2;
}

/* LIFT + DEPTH */
.sd-case-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 60px rgba(79,70,229,0.25);
}

/* TEXT BOOST */
.sd-case-card:hover h3 {
  color: #ffffff;
}

.sd-case-card:hover p {
  color: #c7d2fe;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05219de *//* ===== SECTION ===== */
.sd-final-cta {
  position: relative;
  padding: 180px 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;

  background: linear-gradient(135deg, #020617 0%, #0b1a3a 50%, #2e1f6b 100%);
}

/* ===== LIGHT FOLLOW EFFECT ===== */
.sd-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(99,102,241,0.25),
    transparent 50%
  );

  opacity: 0.8;
  transition: background 0.2s ease;
}

/* ===== CONTAINER ===== */
.sd-cta-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* ===== TITLE ===== */
.sd-final-cta h2 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.1;
  margin-bottom: 20px;
}

.sd-final-cta span {
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== TEXT ===== */
.sd-final-cta p {
  color: #cbd5f5;
  font-size: 16px;
  margin-bottom: 40px;
}

/* ===== BUTTON ===== */
.sd-cta-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 600;

  background: linear-gradient(90deg, #3b82f6, #7c3aed);
  color: #fff;

  text-decoration: none;
  transition: all 0.3s ease;
}

/* HOVER */
.sd-cta-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 20px 40px rgba(99,102,241,0.4);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .sd-final-cta {
    padding: 120px 20px;
  }

  .sd-final-cta h2 {
    font-size: 30px;
  }
}

/* ===== PREMIUM CTA UPGRADE ===== */
.sd-final-cta {
  position: relative;
  padding: 200px 20px;
  text-align: center;
  overflow: hidden;

  background: linear-gradient(135deg, #020617 0%, #0b1a3a 40%, #2e1f6b 100%);
}

/* ===== AMBIENT LIGHT (SOFT, NOT HARSH) ===== */
.sd-final-cta::before {
  content: "";
  position: absolute;
  inset: -20%;

  background:
    radial-gradient(circle at 20% 30%, rgba(59,130,246,0.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(168,85,247,0.18), transparent 50%);

  filter: blur(120px);
  opacity: 0.7;
}

/* ===== SUBTLE NOISE TEXTURE (PREMIUM FEEL) ===== */
.sd-final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://www.transparenttextures.com/patterns/noise.png");
  opacity: 0.03;
  pointer-events: none;
}

/* ===== HEADING (BETTER HIERARCHY) ===== */
.sd-final-cta h2 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

/* GRADIENT TEXT (SOFTER + PREMIUM) */
.sd-final-cta span {
  background: linear-gradient(90deg, #60a5fa 0%, #818cf8 50%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== DESCRIPTION ===== */
.sd-final-cta p {
  font-size: 17px;
  color: #aab4d6;
  max-width: 640px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

/* ===== BUTTON (UPGRADED PREMIUM) ===== */
.sd-cta-btn {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;

  background: linear-gradient(90deg, #3b82f6, #7c3aed);
  color: #fff;

  text-decoration: none;
  overflow: hidden;

  transition: all 0.35s ease;
}

/* BUTTON GLOW */
.sd-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;

  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  opacity: 0;
  filter: blur(20px);

  transition: opacity 0.3s ease;
}

/* HOVER EFFECT */
.sd-cta-btn:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 25px 60px rgba(99,102,241,0.4);
}

.sd-cta-btn:hover::before {
  opacity: 0.6;
}

/* ===== MICRO ANIMATION (FLOATING FEEL) ===== */
@keyframes floatCTA {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

.sd-cta-btn {
  animation: floatCTA 4s ease-in-out infinite;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .sd-final-cta {
    padding: 140px 20px;
  }

  .sd-final-cta h2 {
    font-size: 32px;
  }
}


/* ===== FORCE CTA TITLE COLOR ===== */
.sd-final-cta h2 {
  color: #ffffff !important;
}

/* OPTIONAL: SOFT PREMIUM WHITE (BETTER THAN PURE WHITE) */
.sd-final-cta h2 {
  color: rgba(255, 255, 255, 0.95) !important;
}

/* ===== IF YOU HAVE TWO LINES (TOP + GRADIENT) ===== */

/* FIRST LINE (SUBTLE WHITE) */
.sd-final-cta h2 {
  font-weight: 600;
}

/* SECOND LINE (GRADIENT TEXT) */
.sd-final-cta h2 span {
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== ADD READABILITY GLOW (PREMIUM TOUCH) ===== */
.sd-final-cta h2 {
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}/* End custom CSS */