.elementor-bc-flex-widget .elementor-11869 .elementor-element.elementor-element-4ab433d.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-11869 .elementor-element.elementor-element-4ab433d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-11869 .elementor-element.elementor-element-4ab433d.elementor-column > .elementor-widget-wrap{justify-content:space-between;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-11869 .elementor-element.elementor-element-21a45e3{text-align:center;}.elementor-11869 .elementor-element.elementor-element-407a03c{width:var( --container-widget-width, 29.348% );max-width:29.348%;--container-widget-width:29.348%;--container-widget-flex-grow:0;align-self:flex-start;}.elementor-11869 .elementor-element.elementor-element-4ff5375{width:var( --container-widget-width, 38% );max-width:38%;--container-widget-width:38%;--container-widget-flex-grow:0;align-self:flex-start;}.elementor-11869 .elementor-element.elementor-element-ee4eaa7{width:100%;max-width:100%;align-self:flex-end;}@media(min-width:768px){.elementor-11869 .elementor-element.elementor-element-4ab433d{width:100%;}}/* Start custom CSS for column, class: .elementor-element-4ab433d */.plan-css {
  background: linear-gradient(135deg, #5A827E 0%, #8ACCD5 100%);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(90, 130, 126, 0.4);
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  max-width: 900px;
  margin: 20px auto;
}


.plan-css:hover {
  box-shadow: 0 0 15px 4px rgba(138, 204, 213, 0.8);
  transform: translateY(-8px);
}

.plan-css h2, 
.plan-css h3 {
  text-align: center;
  text-shadow: 0 0 8px rgba(138, 204, 213, 0.9);
  margin-bottom: 20px;
}

.plan-css .coins-display {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  background: rgba(138, 204, 213, 0.3);
  border-radius: 12px;
  box-shadow: inset 0 0 12px rgba(90, 130, 126, 0.8);
  margin-bottom: 30px;
  transition: background 0.4s ease;
}

.plan-css .coins-display:hover {
  background: rgba(90, 130, 126, 0.6);
}

.plan-css form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.plan-css label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #e0f0f5;
  text-shadow: 0 0 3px rgba(90, 130, 126, 0.7);
}

.plan-css input[type="text"],
.plan-css input[type="email"],
.plan-css input[type="file"],
.plan-css select,
.plan-css textarea {
  padding: 12px 15px;
  border: none;
  border-radius: 8px;
  background: rgba(255 255 255 / 0.9);
  color: #3a3a3a;
  font-size: 1rem;
  box-shadow: 0 0 8px rgba(138, 204, 213, 0.3);
  transition: box-shadow 0.3s ease;
}

.plan-css input[type="text"]:focus,
.plan-css input[type="email"]:focus,
.plan-css input[type="file"]:focus,
.plan-css select:focus,
.plan-css textarea:focus {
  outline: none;
  box-shadow: 0 0 15px 3px #5A827E;
}

.plan-css button,
.plan-css input[type="submit"] {
  background: #5A827E;
  color: #fff;
  font-weight: 700;
  padding: 14px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(90, 130, 126, 0.6);
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
}

.plan-css button:hover,
.plan-css input[type="submit"]:hover {
  background: #8ACCD5;
  box-shadow: 0 0 18px 5px #8ACCD5;
  transform: scale(1.05);
}/* End custom CSS */