.elementor-1814 .elementor-element.elementor-element-d91d170{--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-1814 .elementor-element.elementor-element-2816a34 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1814 .elementor-element.elementor-element-edab32a{--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-1814 .elementor-element.elementor-element-c4151e2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1814 .elementor-element.elementor-element-6c96fe9{--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-1814 .elementor-element.elementor-element-c81d577 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1814 .elementor-element.elementor-element-40ba58d{--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-1814 .elementor-element.elementor-element-09c8e9d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1814 .elementor-element.elementor-element-4277493{--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-1814 .elementor-element.elementor-element-4b1835a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1814 .elementor-element.elementor-element-5e2f463{--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-1814 .elementor-element.elementor-element-b47e33e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1814 .elementor-element.elementor-element-4253b52{--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-1814 .elementor-element.elementor-element-42002ab > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1814 .elementor-element.elementor-element-d91d170{--width:1200%;}.elementor-1814 .elementor-element.elementor-element-edab32a{--width:1200%;}.elementor-1814 .elementor-element.elementor-element-6c96fe9{--width:1200%;}.elementor-1814 .elementor-element.elementor-element-40ba58d{--width:1200%;}.elementor-1814 .elementor-element.elementor-element-4277493{--width:1200%;}.elementor-1814 .elementor-element.elementor-element-5e2f463{--width:1200%;}.elementor-1814 .elementor-element.elementor-element-4253b52{--width:1200%;}}/* Start custom CSS for html, class: .elementor-element-2816a34 *//* HERO SECTION */

.sd-hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;

  background: radial-gradient(circle at center, #0b1220, #020617);
  background-size: 120% 120%;
  transition: background-position 0.2s ease;

  position: relative;
}

/* INNER */
.sd-hero-inner {
  max-width: 900px;
}

/* TITLE */
.sd-hero-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

/* SUBTEXT */
.sd-hero-sub {
  font-size: 18px;
  color: #94a3b8;
  margin-bottom: 30px;
}

/* BUTTON */
.sd-hero-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 10px;

  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  color: #fff;
  text-decoration: none;
  font-weight: 500;

  transition: all 0.3s ease;
}

.sd-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(99,102,241,0.4);
}

/* MOBILE */
@media (max-width:768px) {

  .sd-hero {
    height: auto;
    padding: 160px 20px;
  }

  .sd-hero-title {
    font-size: 32px;
  }

  .sd-hero-sub {
    font-size: 15px;
  }

}

/* ===== HERO TEXT COLOR FIX ===== */

.sd-hero-title {
  color: #ffffff !important;
}

.sd-hero-sub {
  color: #cbd5f5 !important;
}

/* FIX BUTTON TEXT */
.sd-hero-btn {
  color: #ffffff !important;
}

/* OPTIONAL: ADD PREMIUM GRADIENT TEXT (LIKE KOTA) */
.sd-hero-title span {
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== HERO CURSOR GLOW ===== */

.sd-hero {
  position: relative;
  overflow: hidden;
}

/* GLOW LAYER */
.sd-hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    400px circle at var(--x, 50%) var(--y, 50%),
    rgba(99,102,241,0.15),
    transparent 60%
  );

  pointer-events: none;
  transition: background 0.1s ease;
}


background: radial-gradient(
  600px circle at var(--x, 50%) var(--y, 50%),
  rgba(99,102,241,0.18),
  transparent 65%
);

/* HERO GRADIENT EFFECT */
.sd-hero {
  background: radial-gradient(
      circle at calc(var(--hx, 0.5) * 100%) calc(var(--hy, 0.5) * 100%),
      rgba(59,130,246,0.18),
      transparent 40%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(139,92,246,0.15),
      transparent 50%
    ),
    linear-gradient(
      180deg,
      #020617 0%,
      #060f24 100%
    );
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4151e2 *//* ================= SERVICES SECTION ================= */

.sd-services {
  padding: 70px 20px;
  background: #020617;
}

/* INNER */
.sd-services-inner {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.sd-services-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

/* SUBTEXT */
.sd-services-sub {
  color: #94a3b8;
  margin-bottom: 60px;
}

/* GRID */
.sd-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.sd-service-card {
  position: relative;
  padding: 30px;
  border-radius: 16px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);

  text-align: left;
  overflow: hidden;

  transition: all 0.3s ease;
}

/* CARD TITLE */
.sd-service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

/* CARD TEXT */
.sd-service-card p {
  font-size: 14px;
  color: #cbd5f5;
}

/* HOVER LIFT */
.sd-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(99,102,241,0.4);
}

/* CURSOR GLOW */
.sd-service-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    300px circle at var(--x, 50%) var(--y, 50%),
    rgba(99,102,241,0.2),
    transparent 60%
  );

  opacity: 0;
  transition: opacity 0.3s ease;
}

.sd-service-card:hover::before {
  opacity: 1;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .sd-services-grid {
    grid-template-columns: 1fr;
  }

  .sd-services-title {
    font-size: 28px;
  }

}

/* ===== FIX FRONTEND STYLE OVERRIDE ===== */

/* FORCE SECTION BACKGROUND */
.sd-services {
  background: #020617 !important;
}

/* FORCE CARD STYLE */
.sd-service-card {
  background: rgba(15, 23, 42, 0.9) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  opacity: 1 !important;
}

/* FIX TEXT VISIBILITY */
.sd-service-card h3 {
  color: #ffffff !important;
}

.sd-service-card p {
  color: #cbd5f5 !important;
}

/* REMOVE FADED EFFECT FROM ANY GLOBAL CSS */
.sd-service-card,
.sd-services * {
  filter: none !important;
  opacity: 1 !important;
}

/* FIX HOVER BORDER */
.sd-service-card:hover {
  border-color: rgba(99,102,241,0.6) !important;
}

/* FIX SECTION TEXT */
.sd-services-title {
  color: #ffffff !important;
}

.sd-services-sub {
  color: #94a3b8 !important;
}

opacity: 0.6;
filter: brightness(0.7);

/* ===== SERVICES BACKGROUND UPGRADE ===== */

.sd-services {
  background: linear-gradient(
    180deg,
    #020617 0%,
    #030b1a 50%,
    #020617 100%
  ) !important;

  position: relative;
  overflow: hidden;
}

/* SUBTLE GLOW BACKGROUND */
.sd-services::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;

  background: radial-gradient(
    circle,
    rgba(99,102,241,0.15),
    transparent 70%
  );

  filter: blur(80px);
  opacity: 0.6;
}

/* SECOND GLOW (RIGHT SIDE) */
.sd-services::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;

  background: radial-gradient(
    circle,
    rgba(139,92,246,0.15),
    transparent 70%
  );

  filter: blur(80px);
  opacity: 0.6;
}

/* REMOVE EXTRA TOP SPACE */
.sd-services-inner {
  margin-top: 0 !important;
  padding-top: 60 !important;
}

/* REMOVE EXTRA BOTTOM SPACE */
.sd-services {
  padding-bottom: 60px !important;
}

/* ===== FIX TOP GAP (FINAL) ===== */

/* REMOVE SPACE FROM PREVIOUS SECTION */
.sd-hero {
  margin-bottom: 0 !important;
  padding-bottom: 80px !important;
}

/* PULL SERVICES UP */
.sd-services {
  margin-top: -60px !important;
  padding-top: 80px !important;
}

/* REMOVE HEADING EXTRA SPACE */
.sd-services-title {
  margin-top: 0 !important;
}

/* ===== SERVICES GRADIENT BACKGROUND ===== */

.sd-services {
  background: linear-gradient(
    135deg,
    #020617 0%,
    #050c1f 40%,
    #0a122a 70%,
    #020617 100%
  ) !important;

  position: relative;
  overflow: hidden;
}

/* LEFT LIGHT */
.sd-services::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 450px;
  height: 450px;

  background: radial-gradient(
    circle,
    rgba(59,130,246,0.15),
    transparent 70%
  );

  filter: blur(90px);
  opacity: 0.6;
}

/* RIGHT LIGHT */
.sd-services::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 450px;
  height: 450px;

  background: radial-gradient(
    circle,
    rgba(139,92,246,0.15),
    transparent 70%
  );

  filter: blur(90px);
  opacity: 0.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c81d577 *//* ================= TRUST SECTION ================= */

.sd-trust {
  padding: 60px 20px;

  background: linear-gradient(
    180deg,
    #020617 0%,
    #030b1a 50%,
    #020617 100%
  );

  text-align: center;
}

/* INNER */
.sd-trust-inner {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.sd-trust-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

/* SUBTEXT */
.sd-trust-sub {
  color: #94a3b8;
  margin-bottom: 60px;
}

/* GRID */
.sd-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* STAT */
.sd-stat {
  position: relative;
  padding: 20px;
}

/* NUMBER */
.sd-stat h3 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

/* LABEL */
.sd-stat span {
  font-size: 14px;
  color: #cbd5f5;
}

/* DIVIDER LINE */
.sd-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.08);
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .sd-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .sd-trust-title {
    font-size: 28px;
  }

}

/* ===== TRUST AMBIENT CURSOR EFFECT ===== */

.sd-trust {
  position: relative;
  overflow: hidden;
}

/* SOFT LARGE GLOW (DIFFERENT FROM HERO) */
.sd-trust::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    700px circle at var(--tx, 50%) var(--ty, 50%),
    rgba(59,130,246,0.12),
    transparent 65%
  );

  pointer-events: none;
  transition: background 0.25s ease;
}

/* SECOND LAYER FOR DEPTH */
.sd-trust::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    900px circle at var(--tx2, 50%) var(--ty2, 50%),
    rgba(139,92,246,0.08),
    transparent 70%
  );

  pointer-events: none;
  transition: background 0.35s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09c8e9d *//* ================= WHY SECTION ================= */

.sd-why {
  padding: 140px 20px;

  background: linear-gradient(
    160deg,
    #020617 0%,
    #060f24 50%,
    #020617 100%
  );

  position: relative;
  overflow: hidden;
}

/* INNER */
.sd-why-inner {
  max-width: 1100px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.sd-why-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.sd-why-sub {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
}

/* GRID */
.sd-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.sd-why-card {
  padding: 25px;
  border-radius: 14px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);

  transition: all 0.3s ease;
  transform: translate(
    calc(var(--wx, 0.5) * 6px),
    calc(var(--wy, 0.5) * 6px)
  );
}

/* CARD TITLE */
.sd-why-card h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

/* CARD TEXT */
.sd-why-card p {
  color: #cbd5f5;
  font-size: 14px;
}

/* HOVER */
.sd-why-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(99,102,241,0.5);
}

/* SOFT BACKGROUND LIGHT */
.sd-why::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 500px;
  height: 500px;

  background: radial-gradient(
    circle,
    rgba(99,102,241,0.12),
    transparent 70%
  );

  filter: blur(100px);
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .sd-why-inner {
    grid-template-columns: 1fr;
  }

  .sd-why-grid {
    grid-template-columns: 1fr;
  }

  .sd-why-title {
    font-size: 28px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b1835a *//* ================= PROCESS SECTION ================= */

.sd-process {
  padding: 60px 20px;
  background: #020617;
  text-align: center;
}

/* INNER */
.sd-process-inner {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.sd-process-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

/* SUBTEXT */
.sd-process-sub {
  color: #94a3b8;
  margin-bottom: 80px;
}

/* STEPS CONTAINER */
.sd-process-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* CONNECTING LINE */
.sd-process-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 5%;
  width: 90%;
  height: 1px;
  background: rgba(255,255,255,0.08);
}

/* STEP */
.sd-step {
  position: relative;
  max-width: 220px;
  text-align: center;

  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

/* STEP VISIBLE */
.sd-step-visible {
  opacity: 1;
  transform: translateY(0);
}

/* STEP NUMBER */
.sd-step-number {
  display: inline-block;
  margin-bottom: 15px;

  font-size: 14px;
  color: #8b5cf6;
  border: 1px solid rgba(139,92,246,0.4);
  padding: 6px 12px;
  border-radius: 20px;
}

/* TITLE */
.sd-step h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

/* TEXT */
.sd-step p {
  color: #cbd5f5;
  font-size: 14px;
}

/* HOVER EFFECT */
.sd-step:hover {
  transform: translateY(-5px);
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .sd-process-steps {
    flex-direction: column;
    gap: 40px;
  }

  .sd-process-steps::before {
    display: none;
  }

  .sd-step {
    max-width: 100%;
  }

  .sd-process-title {
    font-size: 28px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b47e33e *//* ================= RESULTS SECTION ================= */

.sd-results {
  padding: 60px 20px;

  background: linear-gradient(
    180deg,
    #020617 0%,
    #050d1f 50%,
    #020617 100%
  );

  text-align: center;
}

/* INNER */
.sd-results-inner {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.sd-results-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

/* SUB */
.sd-results-sub {
  color: #94a3b8;
  margin-bottom: 60px;
}

/* GRID */
.sd-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.sd-result-card {
  padding: 30px;
  border-radius: 16px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);

  text-align: left;

  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

/* VISIBLE */
.sd-result-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TITLE */
.sd-result-card h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

/* TEXT */
.sd-result-card p {
  color: #cbd5f5;
  font-size: 14px;
}

/* HOVER (SUBTLE — NOT SAME AS SERVICES) */
.sd-result-card:hover {
  border-color: rgba(139,92,246,0.4);
  transform: translateY(-4px);
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .sd-results-grid {
    grid-template-columns: 1fr;
  }

  .sd-results-title {
    font-size: 28px;
  }

}

/* ===== RESULTS SECTION GRADIENT UPGRADE ===== */

.sd-results {
  padding: 140px 20px;

  background: radial-gradient(
      circle at 20% 30%,
      rgba(59,130,246,0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(139,92,246,0.12),
      transparent 45%
    ),
    linear-gradient(
      180deg,
      #020617 0%,
      #040c1d 50%,
      #020617 100%
    );

  text-align: center;
  position: relative;
  overflow: hidden;
}

.sd-results {
  background-blend-mode: screen;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42002ab *//* ================= CTA SECTION ================= */

.sd-cta {
  padding: 60px 20px;
  text-align: center;

  background: radial-gradient(
      circle at calc(var(--cx, 0.5) * 100%) calc(var(--cy, 0.5) * 100%),
      rgba(59,130,246,0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(139,92,246,0.12),
      transparent 50%
    ),
    linear-gradient(
      180deg,
      #020617 0%,
      #060f24 100%
    );

  position: relative;
  overflow: hidden;
}

/* INNER */
.sd-cta-inner {
  max-width: 700px;
  margin: auto;
}

/* TITLE */
.sd-cta-title {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* SUBTEXT */
.sd-cta-sub {
  font-size: 16px;
  color: #94a3b8;
  margin-bottom: 40px;
}

/* BUTTON */
.sd-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 12px;

  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  color: #fff;
  text-decoration: none;
  font-weight: 500;

  transition: all 0.3s ease;
}

/* BUTTON HOVER */
.sd-cta-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 40px rgba(99,102,241,0.5);
}

/* TRUST TEXT */
.sd-cta-trust {
  margin-top: 20px;
  font-size: 13px;
  color: #64748b;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .sd-cta-title {
    font-size: 28px;
  }

  .sd-cta {
    padding: 120px 20px;
  }

}/* End custom CSS */