.elementor-132 .elementor-element.elementor-element-dd95267{--display:flex;}/* Start custom CSS for html, class: .elementor-element-acee59a *//* =========================
   Pricing Section
========================= */

.qfj-pricing {
  background: #f8faf9;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.qfj-pricing .container {
  max-width: 1350px;
  margin: auto;
}

/* Header */

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.mini-title {
  display: inline-block;
  color: #0e4d3b;
  background: rgba(14,77,59,0.08);
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.section-header h2 {
  font-size: 52px;
  color: #111111;
  margin-bottom: 20px;
}

.section-header p {
  max-width: 760px;
  margin: auto;
  color: #666666;
  line-height: 1.9;
  font-size: 17px;
}

/* Launch Offer */

.launch-offer {
  background: linear-gradient(135deg, #0e4d3b, #16624c);
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.launch-offer::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

.offer-content span {
  color: #D4AF37;
  font-weight: 600;
  letter-spacing: 1px;
}

.offer-content h3 {
  font-size: 40px;
  margin: 18px 0;
}

.offer-content p {
  color: rgba(255,255,255,0.8);
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

/* Pricing Cards */

.pricing-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  position: relative;
  transition: 0.4s ease;
  border: 1px solid #eeeeee;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.featured-card {
  border: 2px solid #D4AF37;
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #D4AF37;
  color: #111111;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 30px;
  font-weight: 600;
}

.plan-tag {
  color: #0e4d3b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.pricing-card h3 {
  font-size: 48px;
  color: #111111;
  margin-bottom: 10px;
}

.pricing-card h3 span {
  font-size: 18px;
  color: #666666;
}

.old-price {
  color: #999999;
  text-decoration: line-through;
  margin-bottom: 30px;
}

/* List */

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.pricing-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  color: #555555;
  line-height: 1.7;
}

.pricing-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0e4d3b;
  font-weight: bold;
}

/* Button */

.pricing-btn {
  display: inline-block;
  background: #0e4d3b;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.pricing-btn:hover {
  background: #D4AF37;
  color: #111111;
}

/* Extra Boxes */

.pricing-extra {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 80px;
}

.extra-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 30px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

.extra-box h3 {
  color: #111111;
  margin-bottom: 25px;
}

.extra-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.extra-box ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  color: #555555;
}

.extra-box ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #D4AF37;
}

/* Responsive */

@media(max-width:768px){

  .section-header h2 {
    font-size: 36px;
  }

  .offer-content h3 {
    font-size: 28px;
  }

  .launch-offer {
    padding: 35px 25px;
  }

}/* End custom CSS */