.elementor-1679 .elementor-element.elementor-element-0c883b4{--display:flex;}.elementor-1679 .elementor-element.elementor-element-588a01b{--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:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-52a0582 */.aboutus-page {
  background: #050507;
  color: #fff;
  padding: 100px 5%;
}

/* HERO */
.aboutus-hero {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.aboutus-hero h1 {
  font-size: 48px;
  font-weight: 800;
}

.aboutus-hero span {
  display: block;
  margin-top: 10px;
  color: #3566F9;
}

.aboutus-hero p {
  color: #aaa;
  margin-top: 20px;
}

/* STORY */
.aboutus-story {
  display: flex;
  gap: 80px;
  margin-top: 120px;
  align-items: center;
  flex-wrap: wrap;
}

.aboutus-text {
  flex: 1;
  max-width: 600px;
}

.aboutus-text h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.aboutus-text p {
  color: #bbb;
  margin-bottom: 18px;
  line-height: 1.7;
}

/* IMAGE FIXED */
.aboutus-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.aboutus-image img {
  width: 80%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  transition: 0.4s;
}

.aboutus-image img:hover {
  transform: scale(1.05);
}

/* TIMELINE */
.aboutus-timeline {
  margin-top: 140px;
  position: relative;
}

.aboutus-timeline h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 80px;
}

/* LINE */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(#3566F9, transparent);
  transform: translateX(-50%);
}

/* ITEM */
.timeline-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* DOT */
.timeline-dot {
  width: 14px;
  height: 14px;
  background: #3566F9;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px #3566F9;
}

/* CONTENT */
.timeline-content {
  width: 45%;
  background: rgba(255,255,255,0.03);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}

.timeline-content h4 {
  color: #3566F9;
  margin-bottom: 8px;
}

.timeline-content p {
  color: #bbb;
  font-size: 14px;
}

/* RESPONSIVE */
@media(max-width:768px){

  .aboutus-story {
    flex-direction: column;
    text-align: center;
  }

  .aboutus-image img {
    width: 100%;
  }

  .timeline-line {
    left: 10px;
  }

  .timeline-item {
    flex-direction: column !important;
    padding-left: 30px;
  }

  .timeline-content {
    width: 100%;
  }

  .timeline-dot {
    left: 10px;
  }

  .aboutus-hero h1 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1884d18 *//* ===============================
   GLOBAL TEXT FIX (VERY IMPORTANT)
================================= */

.aboutus-page,
.aboutus-page h1,
.aboutus-page h2,
.aboutus-page h3,
.aboutus-page h4,
.aboutus-page h5,
.aboutus-page h6 {
  color: #ffffff !important;
}

.aboutus-page p {
  color: #b5b5b5 !important;
  line-height: 1.7;
}

.aboutus-page span,
.aboutus-page .highlight,
.aboutus-page .blue-text {
  color: #3566F9 !important;
}


/* ===============================
   WHY MUZIFY EXISTS
================================= */

.aboutus-why-exist {
  margin-top: 140px;
  text-align: center;
}

.why-inner {
  max-width: 720px;
  margin: auto;
}

.aboutus-why-exist h2 {
  font-size: 38px;
  margin-bottom: 25px;
  font-weight: 800;
}

.why-lead {
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 18px;
  font-weight: 500;
}

.aboutus-why-exist p {
  margin-bottom: 14px;
}


/* ===============================
   TESTIMONIALS
================================= */

.aboutus-testimonials {
  margin-top: 140px;
  text-align: center;
}

.aboutus-testimonials h2 {
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: 800;
}

.testimonial-grid {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center;
}

/* CARD */
.testimonial-card {
  max-width: 320px;
  padding: 28px;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* GRADIENT BORDER */
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent, #8f5bff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* LIGHT SWEEP */
.testimonial-card::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: translateX(-120%);
  transition: 0.6s;
}

/* HOVER */
.testimonial-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 25px 60px rgba(53,102,249,0.2);
}

.testimonial-card:hover::after {
  transform: translateX(120%);
}

/* TEXT */
.testimonial-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #cfcfcf !important;
}

.testimonial-card h4 {
  margin-top: 18px;
  font-size: 13px;
  color: #3566F9 !important;
  font-weight: 600;
}


/* ===============================
   FINAL CTA
================================= */

.aboutus-final-cta {
  margin-top: 160px;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

/* BACKGROUND GLOW */
.aboutus-final-cta::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(53,102,249,0.18), transparent);
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(100px);
  z-index: 0;
}

/* TITLE */
.aboutus-final-cta h2 {
  font-size: 44px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.aboutus-final-cta span {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  color: #3566F9 !important;
}

/* TEXT */
.aboutus-final-cta p {
  margin-top: 20px;
  font-size: 16px;
  color: #aaa !important;
  position: relative;
  z-index: 1;
}

/* BUTTON */
.aboutus-final-cta a {
  display: inline-block;
  margin-top: 35px;
  padding: 16px 40px;
  border-radius: 50px;
  background: linear-gradient(90deg, #3566F9, #5a7bff);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

.aboutus-final-cta a:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 50px rgba(53,102,249,0.45);
}


/* ===============================
   RESPONSIVE
================================= */

@media(max-width:768px){

  .testimonial-grid {
    flex-direction: column;
    align-items: center;
  }

  .aboutus-why-exist h2,
  .aboutus-testimonials h2 {
    font-size: 28px;
  }

  .aboutus-final-cta h2 {
    font-size: 30px;
  }

  .aboutus-final-cta span {
    font-size: 16px;
  }

}

/* =========================================
   HARD FIX: FORCE TEXT COLORS (NO OVERRIDE)
========================================= */

/* ALL HEADINGS */
.aboutus-page h1,
.aboutus-page h2,
.aboutus-page h3,
.aboutus-page h4,
.aboutus-page h5,
.aboutus-page h6,
.aboutus-why-exist h2,
.aboutus-testimonials h2,
.aboutus-final-cta h2 {
  color: #ffffff !important;
}

/* PARAGRAPHS */
.aboutus-page p,
.aboutus-why-exist p,
.testimonial-card p,
.aboutus-final-cta p {
  color: #b5b5b5 !important;
}

/* SPECIAL TEXT (BLUE LINE) */
.aboutus-final-cta span {
  color: #3566F9 !important;
}

/* TESTIMONIAL NAMES */
.testimonial-card h4 {
  color: #3566F9 !important;
}

/* FORCE ANY RANDOM BLACK TEXT */
.aboutus-page * {
  color: inherit;
}/* End custom CSS */