.elementor-2257 .elementor-element.elementor-element-dd00e83{--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;}/* Start custom CSS for html, class: .elementor-element-5e7c28e *//* ================================
   ABOUT US – YUVARIVA
   Premium | Clean | Wellness Brand
   ================================ */

.about-yuvariva{
  background:linear-gradient(180deg,#f8fafc,#ecfdf5);
  padding:80px 20px;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto;
}

.about-container{
  max-width:900px;
  margin:0 auto;
  background:#ffffff;
  border-radius:24px;
  padding:60px 50px;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}

/* HEADER */
.about-header{
  text-align:center;
  margin-bottom:40px;
}

.about-badge{
  display:inline-block;
  padding:6px 14px;
  background:#ecfdf5;
  color:#047857;
  font-size:13px;
  font-weight:600;
  border-radius:999px;
  margin-bottom:12px;
}

.about-header h1{
  font-size:36px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}

.about-tagline{
  font-size:16px;
  font-weight:500;
  color:#047857;
}

/* CONTENT */
.about-content p{
  font-size:16px;
  line-height:1.8;
  color:#334155;
  margin-bottom:20px;
}

/* HIGHLIGHTS */
.about-highlights{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:40px;
}

.highlight-card{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:16px;
  background:#f0fdf4;
  border-radius:14px;
  font-size:14px;
  font-weight:600;
  color:#065f46;
}

/* ================================
   MOBILE RESPONSIVE
   ================================ */
@media(max-width:768px){

  .about-yuvariva{
    padding:50px 14px;
  }

  .about-container{
    padding:36px 22px;
  }

  .about-header h1{
    font-size:28px;
  }

  .about-content p{
    font-size:15px;
  }

  .about-highlights{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }
}/* End custom CSS */