.elementor-837 .elementor-element.elementor-element-496b21e{--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-849a565 */.about-premium {
  background: #f8f8f8;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

/* HERO */
.about-hero-premium {
  text-align: center;
  margin-bottom: 100px;
}

.about-hero-premium h1 {
  font-size: 54px;
  font-weight: 800;
}

.about-hero-premium p {
  font-size: 20px;
  color: #666;
}

/* BOX */
.about-box {
  max-width: 1250px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  gap: 80px;
  background: #fff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

.about-box.reverse {
  flex-direction: row-reverse;
}

/* TEXT */
.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.about-text p {
  font-size: 19px;
  color: #555;
  line-height: 1.9;
}

/* LIST */
.offer-list {
  list-style: none;
  padding: 0;
}

.offer-list li {
  margin-bottom: 10px;
  font-size: 18px;
}

/* IMAGE */
.about-img {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-img img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  transition: 0.4s;
}

.about-img img:hover {
  transform: scale(1.05);
}

/* PROCESS */
.about-process {
  text-align: center;
  margin: 100px auto;
}

.steps {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.steps div {
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* CTA */
.about-cta {
  text-align: center;
  padding: 80px 20px;
  background: #111;
  color: #fff;
  border-radius: 20px;
}

.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  background: #e60023;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

/* MOBILE */
@media(max-width:768px){
  .about-box {
    flex-direction: column;
    text-align: center;
  }

  .steps {
    flex-direction: column;
  }

  .about-hero-premium h1 {
    font-size: 32px;
  }
}/* End custom CSS */