.elementor-4 .elementor-element.elementor-element-a319337{--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-4 .elementor-element.elementor-element-a319337:not(.elementor-motion-effects-element-type-background), .elementor-4 .elementor-element.elementor-element-a319337 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(147deg, #2D033B 0%, #810CA8 100%);}.elementor-4 .elementor-element.elementor-element-75b697b{--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-4 .elementor-element.elementor-element-75b697b:not(.elementor-motion-effects-element-type-background), .elementor-4 .elementor-element.elementor-element-75b697b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(150deg, #810CA8 0%, #2D033B 100%);}.elementor-4 .elementor-element.elementor-element-18d324c{--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-4 .elementor-element.elementor-element-18d324c:not(.elementor-motion-effects-element-type-background), .elementor-4 .elementor-element.elementor-element-18d324c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5B8F4;}.elementor-4 .elementor-element.elementor-element-e561fe0{--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-4 .elementor-element.elementor-element-e561fe0:not(.elementor-motion-effects-element-type-background), .elementor-4 .elementor-element.elementor-element-e561fe0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2D033B;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2920635 */.home-hero {
  min-height: 90vh;
  background: linear-gradient(150deg, #2D033B, #810CA8 100%);
  display: flex;
  align-items: center;
  padding: 80px 20px;
}

.home-hero-wrap {
  max-width: 1100px;
  margin: auto;
}

/* Pill */
.hero-pill {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

/* Heading */
.home-hero h1 {
  font-size: 56px;
  font-weight: 700;
  color: #E5B8F4;
  line-height: 1.15;
  margin-bottom: 22px;
}

/* Sub text */
.hero-sub {
  font-size: 18px;
  color: #E5B8F4;
  opacity: 0.9;
  max-width: 720px;
  line-height: 1.7;
  margin-bottom: 44px;
}

/* Actions */
.hero-actions {
  display: flex;
  gap: 18px;
}

.hero-btn {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

/* Primary */
.hero-btn.primary {
  background: #C147E9;
  color: #2D033B;
}

.hero-btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(193, 71, 233, 0.45);
}

/* Secondary */
.hero-btn.secondary {
  border: 1px solid rgba(229, 184, 244, 0.4);
  color: #E5B8F4;
}

.hero-btn.secondary:hover {
  background: rgba(229, 184, 244, 0.1);
}

/* Responsive */
@media (max-width: 900px) {
  .home-hero h1 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .home-hero {
    min-height: auto;
    padding: 70px 16px;
  }

  .home-hero h1 {
    font-size: 30px;
  }

  .hero-sub {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .home-hero {
    padding: 64px 16px 56px;
  }

  .hero-pill {
    font-size: 12px;
    padding: 6px 14px;
    margin-bottom: 18px;
  }

  .home-hero h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .hero-actions {
    gap: 14px;
  }

  .hero-btn {
    padding: 16px;
    font-size: 15px;
    border-radius: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c9ad47 */.brand-story {
  background: linear-gradient(150deg, #810CA8 0%, #2D033B 100%);
  padding: 100px 20px;
}

.brand-story-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Visual side */
.story-visual {
  display: flex;
  justify-content: center;
}

.visual-card {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, #C147E9 0%, #810CA8 100%);
  border-radius: 28px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  box-shadow: 0 40px 80px rgba(45, 3, 59, 0.5);
}

.visual-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #2D033B;
}

/* Content side */
.story-content {
  max-width: 520px;
}

.story-tag {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.story-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #E5B8F4;
  line-height: 1.2;
  margin-bottom: 20px;
}

.story-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #E5B8F4;
  opacity: 0.9;
  margin-bottom: 36px;
}

.story-btn {
  display: inline-block;
  background: #E5B8F4;
  color: #2D033B;
  padding: 16px 30px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(229, 184, 244, 0.45);
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .brand-story-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .story-content {
    text-align: center;
    margin: auto;
  }

  .story-content h2 {
    font-size: 30px;
  }

  .story-content p {
    font-size: 15px;
  }

  .visual-card {
    max-width: 320px;
  }
}
.visual-strategy {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.strategy-icons {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.icon-step {
  background: #E5B8F4;
  color: #2D033B;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 50px;
}

.icon-line {
  width: 32px;
  height: 2px;
  background: #2D033B;
  opacity: 0.4;
}

.strategy-caption {
  font-size: 20px;
  font-weight: 600;
  color: #2D033B;
  max-width: 260px;
  line-height: 1.4;
}

.strategy-caption span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68e649a */.core-services-nav {
  background: #E5B8F4;
  padding: 100px 20px;
}

.core-services-wrap {
  max-width: 1200px;
  margin: auto;
}

/* Head */
.core-services-head {
  max-width: 720px;
  margin-bottom: 60px;
}

.services-tag {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.core-services-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: #2D033B;
  margin-bottom: 14px;
}

.core-services-head p {
  font-size: 16px;
  line-height: 1.7;
  color: #2D033B;
}

/* Grid */
.core-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* Card */
.core-service-card {
  background: linear-gradient(160deg, #2D033B 0%, #810CA8 100%);
  padding: 40px 36px;
  border-radius: 26px;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
}

.core-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(45, 3, 59, 0.45);
}

.core-service-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #E5B8F4;
  margin-bottom: 16px;
}

.core-service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #E5B8F4;
  opacity: 0.9;
  margin-bottom: 28px;
}

.service-link {
  font-size: 14px;
  font-weight: 600;
  color: #C147E9;
}

/* Remove link underline everywhere */
.core-service-card,
.core-service-card * {
  text-decoration: none;
}

/* Mobile */
@media (max-width: 900px) {
  .core-services-grid {
    grid-template-columns: 1fr;
  }

  .core-services-head h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .core-services-nav {
    padding: 70px 16px;
  }

  .core-service-card {
    padding: 32px 26px;
  }

  .core-service-card h3 {
    font-size: 22px;
  }
}
.core-service-card,
.core-service-card *,
.core-service-card:hover,
.core-service-card:hover * {
  text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70f44c2 */.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 */