.elementor-1124 .elementor-element.elementor-element-16e3935{--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-ad28054 */.pricing-v3 {
  background: linear-gradient(180deg, #FFF7F3 0%, #FFF3ED 100%);
  padding: 100px 20px;
  font-family: 'Inter', 'Poppins', sans-serif;
  color: #2B2B2B;
}

.pricing-v3 .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.pricing-intro h2 {
  color: #D64032;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-intro .sub {
  font-size: 1.1rem;
  font-weight: 700;
}

.pricing-intro .info {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #444;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
}

.pricing-card {
  background: #fff;
  flex: 1 1 300px;
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border-top: 4px solid #F4DAD2;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.pricing-card.highlight {
  border-top: 4px solid #D64032;
  background: #FFF2EF;
}

.pricing-card h3 {
  color: #D64032;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.pricing-card .tenure {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 18px;
}

.price h4 {
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 4px;
}
.price .strike {
  text-decoration: line-through;
  color: #999;
  font-size: 1.2rem;
  margin-right: 6px;
}
.price .discount {
  color: #D64032;
  font-size: 0.9rem;
}

.pricing-card .per-month {
  margin: 14px 0 20px;
  color: #555;
  font-size: 0.95rem;
}

.btn-demo {
  display: inline-block;
  background-color: #D64032;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-demo:hover {
  background-color: #B83226;
  color: #fff;
}
.btn-demo.primary {
  background-color: #D64032;
}
.btn-demo.primary:hover {
  background-color: #B83226;
}

.disclaimer {
  margin-top: 25px;
  color: #777;
  font-size: 0.9rem;
}

.badge {
  display: inline-block;
  background: linear-gradient(90deg, #f44336, #e57373);
  color: white;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 20px;
  margin: 8px 0;
}

/* Two-column feature + advanced box layout */
.features-flex {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  text-align: left;
}

.features, .advanced-box {

  padding: 30px 0px;

}

.features h3, .advanced-box h3 {
  color: #D64032;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.features ul, .advanced-box ul {
  list-style: none;
  padding: 0;
}

.features ul li, .advanced-box ul li {
  padding-left: 22px;
  margin-bottom: 8px;
  position: relative;
}

.features ul li::before {
  content: "✓";
  color: #D64032;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.advanced-box ul li::before {
  content: "•";
  color: #D64032;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.advanced-box .sub-title {
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}

.cta-center {
  text-align: center;
  margin-top: 70px;
}

.btn-big {
  background-color: #D64032;
  color: #fff;
  padding: 16px 40px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.btn-big:hover {
  background-color: #B83226;
  transform: translateY(-3px);
  color: #fff;
}
/* Enhanced AI Features box */
.ai-features-box {
  flex: 1;
  min-width: 320px;
  background: linear-gradient(135deg, #fff0ea, #ffe8e2);
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 30px 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ai-features-box::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(255, 87, 34, 0.1);
  border-radius: 50%;
}

.ai-features-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.ai-icon {
  font-size: 2.2rem;
  background: #f44336;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ai-features-box h3 {
  color: #b71c1c;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.ai-features-box ul {
  list-style: disc;
  margin-left: 20px;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .pricing-cards {
    flex-direction: column;
    align-items: center;
  }
  .pricing-card {
    width: 90%;
  }
  .features-flex {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-16e3935 */.page-title-wrapper {
    display: none;
}/* End custom CSS */