.elementor-3232 .elementor-element.elementor-element-c69e387{--display:flex;}/* Start custom CSS for html, class: .elementor-element-59a4711 *//* ZAGE About Section */
.zage-about {
  padding: 100px 20px;
  background: #fafafa;
  font-family: 'Poppins', sans-serif;
}

.zage-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.zage-about-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

.zage-about-header h5 {
  letter-spacing: 3px;
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.zage-about-header h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.zage-about-header p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* Content */
.zage-about-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Text */
.zage-text {
  flex: 1;
}

.zage-text h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #111;
}

.zage-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 30px;
}

/* Button */
.zage-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #00FF00;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.zage-btn:hover {
  background: #008080; /* Luxury gold accent */
  color: #ffffff;
}

/* Image */
.zage-image {
  flex: 1;
}

.zage-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .zage-about-content {
    flex-direction: column;
    gap: 40px;
  }

  .zage-about-header h2 {
    font-size: 34px;
  }
}/* End custom CSS */