.elementor-7 .elementor-element.elementor-element-3fe4a32{--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-7 .elementor-element.elementor-element-3fe4a32:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-3fe4a32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(150deg, #2D033B 0%, #810CA8 100%);}.elementor-7 .elementor-element.elementor-element-741f8dc{--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-7 .elementor-element.elementor-element-741f8dc:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-741f8dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5B8F4;}.elementor-7 .elementor-element.elementor-element-85de041{--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-7 .elementor-element.elementor-element-85de041:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-85de041 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5B8F4;}.elementor-7 .elementor-element.elementor-element-e713781{--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-7 .elementor-element.elementor-element-e713781:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-e713781 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(160deg, #2D033B 0%, #810CA8 100%);}.elementor-7 .elementor-element.elementor-element-ab20355{--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-7 .elementor-element.elementor-element-ab20355:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-ab20355 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(140deg, #2D033B 0%, #810CA8 100%);}.elementor-7 .elementor-element.elementor-element-1c187d5{--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-7 .elementor-element.elementor-element-1c187d5:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-1c187d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2D033B;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f34046f */.about-hero {
  background: linear-gradient(150deg, #2D033B 0%, #810CA8 100%);
  padding: 120px 20px 100px;
  position: relative;
  overflow: hidden;
}

.about-hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: #C147E9;
  opacity: 0.25;
  border-radius: 50%;
  top: -80px;
  right: -120px;
}

.about-hero-inner {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-hero-tag {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.about-hero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #E5B8F4;
  line-height: 1.15;
  margin-bottom: 22px;
}

.about-hero-text {
  font-size: 18px;
  color: #E5B8F4;
  max-width: 820px;
  margin: auto;
  line-height: 1.7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about-hero {
    padding: 90px 16px 70px;
  }

  .about-hero h1 {
    font-size: 30px;
  }

  .about-hero-text {
    font-size: 15px;
  }

  .about-hero::after {
    width: 220px;
    height: 220px;
    top: -60px;
    right: -100px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3aa50f */.mission-vision {
  background: #E5B8F4;
  padding: 100px 20px;
  position: relative;
}

.mv-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.mv-tag {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.mission-vision h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2D033B;
  margin-bottom: 60px;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.mv-card {
  padding: 50px 40px;
  border-radius: 24px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mv-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: #C147E9;
  opacity: 0.18;
  border-radius: 50%;
  top: -60px;
  right: -60px;
}

.mv-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.7;
}

/* Mission Card */
.mv-card.mission {
  background: linear-gradient(160deg, #2D033B 0%, #810CA8 100%);
  color: #E5B8F4;
}

.mv-card.mission h3 {
  color: #E5B8F4;
}

/* Vision Card */
.mv-card.vision {
  background: linear-gradient(160deg, #810CA8 0%, #C147E9 100%);
  color: #2D033B;
}

.mv-card.vision h3 {
  color: #2D033B;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(45, 3, 59, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .mission-vision {
    padding: 70px 16px;
  }

  .mission-vision h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .mv-grid {
    grid-template-columns: 1fr;
  }

  .mv-card {
    padding: 36px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd3cd23 */.core-services {
  background: #E5B8F4;
  padding: 100px 20px;
}

.core-services-inner {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.services-tag {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.core-services h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2D033B;
  margin-bottom: 18px;
}

.services-intro {
  font-size: 17px;
  color: #2D033B;
  max-width: 820px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card {
  background: linear-gradient(160deg, #2D033B 0%, #810CA8 100%);
  padding: 36px 28px;
  border-radius: 22px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: #C147E9;
  opacity: 0.18;
  border-radius: 50%;
  top: -60px;
  right: -60px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(45, 3, 59, 0.45);
}

.service-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #E5B8F4;
  margin-bottom: 14px;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #E5B8F4;
}

/* Responsive */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .core-services {
    padding: 70px 16px;
  }

  .core-services h2 {
    font-size: 26px;
  }

  .services-intro {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2be24e */.about-aayes-premium {
  background: linear-gradient(160deg, #2D033B 0%, #810CA8 100%);
  padding: 100px 20px;
}

.about-wrap {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.about-tag {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.about-aayes-premium h2 {
  font-size: 36px;
  font-weight: 700;
  color: #E5B8F4;
  margin-bottom: 18px;
}

.about-lead {
  font-size: 17px;
  color: #E5B8F4;
  max-width: 820px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-box {
  background: linear-gradient(180deg, #810CA8 0%, #2D033B 100%);
  padding: 32px 26px;
  border-radius: 20px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(229,184,244,0.25), transparent);
  transition: left 0.6s ease;
}

.about-box:hover::before {
  left: 100%;
}

.about-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(45, 3, 59, 0.45);
}

.about-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #E5B8F4;
  margin-bottom: 12px;
}

.about-box p {
  font-size: 15px;
  color: #E5B8F4;
  line-height: 1.6;
}

.about-highlight {
  margin-top: 60px;
  background: #C147E9;
  color: #2D033B;
  font-size: 18px;
  font-weight: 600;
  padding: 22px;
  border-radius: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .about-aayes-premium {
    padding: 70px 16px;
  }

  .about-aayes-premium h2 {
    font-size: 26px;
  }

  .about-lead {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-highlight {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f00c3f */.cta-strip {
  background: linear-gradient(140deg, #2D033B 0%, #810CA8 100%);
  padding: 80px 20px;
}

.cta-inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-content {
  max-width: 700px;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #E5B8F4;
  margin-bottom: 16px;
}

.cta-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #E5B8F4;
}

.cta-action {
  flex-shrink: 0;
}

.cta-btn {
  display: inline-block;
  background: #C147E9;
  color: #2D033B;
  padding: 18px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(193, 71, 233, 0.45);
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .cta-content p {
    font-size: 15px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
    padding: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-721eba3 */.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 */