.elementor-815 .elementor-element.elementor-element-e6f5361{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Arial;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-815 .elementor-element.elementor-element-17bba28{width:var( --container-widget-width, 1907% );max-width:1907%;margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -380px;padding:0px 0px 0px 0px;--container-widget-width:1907%;--container-widget-flex-grow:0;}.elementor-815 .elementor-element.elementor-element-17bba28 img{width:1907px;max-width:1907px;height:680px;}.elementor-815 .elementor-element.elementor-element-63ee65b{--display:flex;border-style:solid;--border-style:solid;border-color:#464545;--border-color:#464545;--border-radius:20px 20px 20px 20px;box-shadow:4px 4px 8px 0px rgba(0, 0, 0, 0.46);}@media(min-width:768px){.elementor-815 .elementor-element.elementor-element-e6f5361{--width:1907px;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for container, class: .elementor-element-63ee65b */.pricing-section {
  max-width: 1100px;
  margin: 60px auto;
  text-align: center;
  color: #222;
  font-family: "Inter", "Poppins", sans-serif;
}

.pricing-title {
  font-size: 2em;
  margin-bottom: 8px;
  font-weight: 600;
}

.pricing-subtitle {
  color: #555;
  margin-bottom: 40px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 25px;
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.pricing-card.featured {
  background: #FFF7D9;
  border: 2px solid #7DBCFF;
  box-shadow: 0 6px 18px rgba(125,188,255,0.3);
}

.badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #7DBCFF;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px;
}

.price {
  font-size: 1.8em;
  color: #111;
  margin: 10px 0;
}

.price span {
  font-size: 0.7em;
  color: #777;
}

ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

ul li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.btn-primary, .btn-outline, .btn-accent, .btn-outline-dark {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 18px;
  margin-top: 12px;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #7DBCFF;
  color: #fff;
}

.btn-accent {
  background: #111;
  color: #FFF7D9;
}

.btn-outline {
  border: 2px solid #7DBCFF;
  color: #7DBCFF;
}

.btn-outline-dark {
  border: 2px solid #111;
  color: #111;
}

.btn-primary:hover, .btn-accent:hover {
  opacity: 0.85;
}

.btn-outline:hover {
  background: #7DBCFF;
  color: #fff;
}

.btn-outline-dark:hover {
  background: #111;
  color: #fff;
}

.pricing-note {
  font-size: 0.85em;
  color: #666;
  margin-top: 25px;
}/* End custom CSS */