.elementor-410 .elementor-element.elementor-element-3a5ad0c{--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;}.elementor-410 .elementor-element.elementor-element-1fc88f2{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fa305aa */body {
  font-family: Arial, sans-serif;
  background: #fafafa;
  color: #333;
}

/* Section */
.pricing-section {
  text-align: center;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

.pricing-section h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.color-lines {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 15px 0;
}

.blue-line, .red-line {
  height: 4px;
  width: 60px;
  border-radius: 3px;
}
.blue-line { background: #0056ff; }
.red-line { background: #d40000; }

.starting-price {
  color: #d40000;
  font-weight: bold;
  margin: 10px 0 25px;
}

/* Cards */
.pricing-card, .slim-card {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px auto;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.pricing-card:hover, .slim-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

/* Icons */
.icon {
  font-size: 30px;
  padding: 16px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
}
.icon.blue { background: #0056ff; }
.icon.red { background: #d40000; }

/* Titles & Prices */
.pricing-card h3 { font-size: 22px; margin: 10px 0; }
.price { font-size: 28px; font-weight: bold; margin: 10px 0; color: #222; }
.unit { font-size: 14px; color: #666; }

/* Lists */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  font-size: 15px;
}
.pricing-card ul li {
  margin: 6px 0;
  position: relative;
  padding-left: 25px;
}
.pricing-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: green;
  position: absolute;
  left: 0;
}

/* Buttons */
.cta {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 9px;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  transition: background .18s, transform .12s, box-shadow .12s;
}
.cta:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.cta-blue { background: #0056ff; }
.cta-blue:hover { background: #0040cc; }
.cta-red { background: #d40000; }
.cta-red:hover { background: #a00000; }

/* Slim Cards */
.slim-card { padding: 18px; }
.slim-card h4 { font-size: 18px; margin-bottom: 8px; }
.slim-card p { font-size: 14px; color: #555; }
.slim-card .cta { width: auto; padding: 10px 18px; margin-top: 10px; font-size: 14px; }

/* Section Titles */
.section-title { margin-top: 40px; font-size: 22px; font-weight: 700; }
.weekly-desc { color: #555; }

/* Badge */
.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #d40000;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .pricing-section { padding: 30px 15px; }
  .pricing-section h2 { font-size: 26px; }
  .pricing-card, .slim-card { padding: 20px; }
  .pricing-card h3 { font-size: 20px; }
  .price { font-size: 24px; }
  .pricing-card ul { font-size: 14px; }
  .cta { font-size: 15px; padding: 10px; }
}
@media (max-width: 480px) {
  .pricing-section h2 { font-size: 22px; }
  .pricing-card h3 { font-size: 18px; }
  .price { font-size: 20px; }
  .pricing-card ul { font-size: 13px; }
  .cta { font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b41a43 */body {
  font-family: Arial, sans-serif;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  color: #333;
}

.included-section {
  max-width: 1000px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin: 40px auto;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.included-section h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.included-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.included-list li {
  display: flex;
  align-items: center;
  margin: 12px 0;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 16px;
}

.included-list i {
  font-size: 18px;
  margin-right: 12px;
}

/* Blue row */
.blue-row {
  background: #e8f0ff;
  color: #003399;
}

.blue-row i {
  color: #0056ff;
}

/* Red row */
.red-row {
  background: #ffe8e8;
  color: #990000;
}

.red-row i {
  color: #d40000;
}

/* CTA Section */
.ready-title {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}

.ready-text {
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

.cta-buttons {
  text-align: center;
  margin-top: 30px;
}

.cta-buttons a {
  display: inline-block;
  margin: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s, transform 0.12s;
  color: #fff;
}

.cta-buttons a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.18);
}

.cta-blue {
  background: #0056ff;
}

.cta-blue:hover {
  background: #0040cc;
}

.cta-red {
  background: #d40000;
}

.cta-red:hover {
  background: #a00000;
}

/* ✅ Mobile Responsiveness */
@media (max-width: 768px) {
  .included-section {
    padding: 20px;
    margin: 20px;
  }

  .included-list li {
    font-size: 14px;
    padding: 10px 14px;
  }

  .included-section h2 {
    font-size: 20px;
  }

  .cta-buttons a {
    display: block;
    margin: 10px auto;
    width: 90%;
    text-align: center;
  }
}/* End custom CSS */