.elementor-11 .elementor-element.elementor-element-2a76676{--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;}.elementor-11 .elementor-element.elementor-element-2a76676:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-2a76676 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(130deg, #2D033B 2%, #C147E9 87%);}.elementor-11 .elementor-element.elementor-element-6f4a5fb{--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;}.elementor-11 .elementor-element.elementor-element-6f4a5fb:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-6f4a5fb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5B8F4;}.elementor-11 .elementor-element.elementor-element-933dcfc{--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;}.elementor-11 .elementor-element.elementor-element-933dcfc:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-933dcfc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5B8F4;}.elementor-11 .elementor-element.elementor-element-0bca3db{margin:-58px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11 .elementor-element.elementor-element-e30c5b4{--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;}.elementor-11 .elementor-element.elementor-element-e30c5b4:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-e30c5b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2D033B;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aa7c9e6 */:root {
  --c1: #2D033B;
  --c2: #810CA8;
  --c3: #C147E9;
  --c4: #E5B8F4;
}

/* base layout */
.hero-section {
  width: 100%;
  padding: 3.5rem 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.panel {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(16, 15, 20, 0.25);
  background: linear-gradient(135deg, var(--c1) 0%, var(--c2) 35%, var(--c3) 70%, var(--c4) 100%);
}

/* decorative circle */
.bg-circle {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.06;
  pointer-events: none;
  transform: translate(8%, -8%);
}

/* grid for large screens */
.grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
}

/* left column text */
.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title {
  color: #fff;
  font-size: clamp(1.75rem, 5vw, 3.2rem);
  font-weight: 800;
  margin: 0 0 0.6rem 0;
  line-height: 1.02;
}

.lead {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 60ch;
  font-size: 1.03rem;
}

/* CTAs */
.cta-row {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.primary-btn {
  background: #fff;
  color: var(--c1);
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px; /* touch friendly */
  min-width: 120px;
}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(16, 15, 20, 0.18);
}

.ghost-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font-weight: 500;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ghost-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.trust {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
}

/* cards layout */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  align-content: center;
}

/* individual card */
.card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 0.9rem;
  backdrop-filter: blur(6px);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.card:active {
  transform: translateY(0);
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.14);
}

.icon-wrap {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  flex-shrink: 0;
}

.card-title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
}

.card-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  margin: 0;
}

/* subtle bottom edge */
.bottom-edge {
  height: 0.5rem;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
}

/* responsive, phone-first tuning */
@media (max-width: 880px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.25rem;
  }

  .title {
    font-size: 1.9rem;
  }

  .lead {
    font-size: 1rem;
    max-width: 48ch;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}

/* mobile layout, improved readability and spacing */
@media (max-width: 520px) {
  .hero-section {
    padding: 2rem 0;
  }

  .panel {
    border-radius: 0.75rem;
  }

  .bg-circle {
    display: none; /* reduce visual clutter on small screens */
  }

  .title {
    font-size: 1.6rem;
    margin-bottom: 0.35rem;
  }

  .lead {
    font-size: 0.98rem;
    margin-top: 0.35rem;
    max-width: 100%;
    line-height: 1.35;
  }

  .cta-row {
    margin-top: 0.9rem;
    flex-direction: column;
    gap: 0.6rem;
  }

  .primary-btn, .ghost-btn {
    width: 100%; /* full width, easier to tap */
    min-width: 0;
    padding: 0.85rem 1rem;
    justify-content: center;
  }

  .trust {
    margin-top: 0.7rem;
    font-size: 0.9rem;
  }

  /* make cards stack, or allow horizontal scroll for compact layout */
  .cards-grid {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }

  .card {
    min-width: 85%;
    flex: 0 0 auto;
    padding: 0.85rem;
  }

  /* improve touch target on icons */
  .icon-wrap {
    width: 46px;
    height: 46px;
  }

  .card-title {
    font-size: 1.02rem;
  }

  .card-text {
    font-size: 0.94rem;
  }
}

/* accessibility: focus outlines for keyboard users */
.primary-btn:focus, .ghost-btn:focus, .card:focus {
  outline: 3px solid rgba(255,255,255,0.12);
  outline-offset: 3px;
  border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6521e0 */:root {
  --c1: #2D033B;
  --c2: #810CA8;
  --c3: #C147E9;
  --c4: #E5B8F4;
  --muted: rgba(13,12,16,0.6);
  --card-bg: rgba(255,255,255,0.04);
}

/* base style */
.why-choose {
  padding: 1.8rem 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent 20%);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #0f0f10;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* header */
.why-header {
  margin-bottom: 1.2rem;
}

.why-title {
  font-size: 1.4rem;
  color: var(--c1);
  margin: 0 0 0.3rem 0;
  font-weight: 800;
  line-height: 1.05;
}

.why-sub {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.35;
  max-width: 100%;
}

/* grid layout */
.features-grid {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

/* feature card */
.feature {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  background: var(--card-bg);
  border-radius: 12px;
  padding: 0.9rem;
  border: 1px solid rgba(13,12,16,0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--c2), var(--c3));
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 26px rgba(129,12,168,0.12);
}

.feature-text h3 {
  margin: 0 0 0.2rem 0;
  font-size: 1rem;
  color: #0f0f10;
  font-weight: 700;
}

.feature-text p {
  margin: 0;
  color: rgba(13,12,16,0.72);
  font-size: 0.95rem;
  line-height: 1.32;
}

/* call to action */
.why-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.btn-primary {
  background: linear-gradient(90deg, var(--c2), var(--c3));
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 10px 30px rgba(129,12,168,0.12);
}

.btn-ghost {
  background: transparent;
  color: var(--c2);
  padding: 0.72rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(129,12,168,0.12);
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* responsive: tablets */
@media (min-width: 600px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
  }

  .why-cta {
    flex-direction: row;
    justify-content: start;
  }

  .btn-primary, .btn-ghost {
    width: auto;
    padding: 0.75rem 1.2rem;
    border-radius: 999px;
  }
}

/* responsive: desktop */
@media (min-width: 920px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .why-choose {
    padding: 3rem 0;
  }

  .why-title {
    font-size: clamp(1.6rem, 2.6vw, 2rem);
  }

  .feature {
    padding: 1rem;
    border-radius: 12px;
  }

  .feature-icon {
    width: 56px;
    height: 56px;
  }
}

/* hover for larger screens */
@media (hover: hover) and (pointer: fine) {
  .feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(13,12,16,0.08);
  }
}

/* focus styles for accessibility */
.btn-primary:focus,
.btn-ghost:focus,
.feature:focus {
  outline: 3px solid rgba(129,12,168,0.12);
  outline-offset: 3px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bca3db */.services-showcase {
  background: #E5B8F4;
  padding: 100px 20px;
}

.services-wrap {
  max-width: 1100px;
  margin: auto;
}

/* Head */
.services-head {
  max-width: 700px;
  margin-bottom: 60px;
}

.services-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: #2D033B;
  margin-bottom: 14px;
}

.services-head p {
  font-size: 16px;
  line-height: 1.7;
  color: #2D033B;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* Service card */
.service-item {
  background: linear-gradient(160deg, #2D033B 0%, #810CA8 100%);
  padding: 38px 34px;
  border-radius: 24px;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(45, 3, 59, 0.45);
}

.service-tag {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.service-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #E5B8F4;
  margin-bottom: 14px;
}

.service-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #E5B8F4;
}

/* Responsive */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .services-showcase {
    padding: 70px 16px;
  }

  .service-item {
    padding: 32px 26px;
  }

  .service-item h3 {
    font-size: 20px;
  }
}
.service-item {
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff5de75 */.connect-horizontal {
  min-height: 10vh;
  background: #2D033B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}
.footer-logo{
  width:80px;
  height:auto;
}

.connect-row {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

/* Brand block */
.connect-brand {
  max-width: 420px;
}


.connect-brand h1 {
  font-size: 46px;
  font-weight: 700;
  color: #E5B8F4;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.connect-brand p {
  font-size: 16px;
  color: #E5B8F4;
  opacity: 0.85;
  line-height: 1.7;
}

/* Horizontal links */
.connect-links-horizontal {
  display: flex;
  gap: 36px;
  align-items: center;
}

.h-link {
  position: relative;
  text-decoration: none;
  color: #E5B8F4;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 6px;
  transition: color 0.25s ease;
}

.h-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #C147E9;
  transition: width 0.3s ease;
}

.h-link:hover {
  color: #C147E9;
}

.h-link:hover::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 900px) {
  .connect-row {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .connect-links-horizontal {
    gap: 26px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .connect-brand h1 {
    font-size: 34px;
  }

  .h-link {
    font-size: 16px;
  }
}/* End custom CSS */