.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 );color:var( --e-global-color-primary );}.elementor-17456 .elementor-element.elementor-element-1a87ddd{text-align:left;}.elementor-17456 .elementor-element.elementor-element-1a87ddd .elementor-heading-title{color:#020033;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17456 .elementor-element.elementor-element-18a2ab8{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for text-editor, class: .elementor-element-f3c8d65 */.ec {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #7c3aed;
  background: #fff;
  margin-bottom: 6px;
  text-decoration: none !important;
  transition: box-shadow 0.2s;
}
.ec:hover { box-shadow: 0 6px 24px rgba(124,58,237,0.22); }
.ec-img {
  width: 130px;
  min-width: 130px;
  height: 105px;
  object-fit: cover;
  display: block;
}
.ec-body { flex: 1; padding: 12px 14px; }
.ec-badge {
  display: inline-block;
  background: #f0eeff;
  color: #5b3fc4;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.3px;
}
.ec-title {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin: 0 0 5px 0;
  line-height: 1.3;
  font-family: Roboto, sans-serif;
}
.ec-desc {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px 0;
  line-height: 1.45;
  font-family: Roboto, sans-serif;
}
.ec-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #2ecc71;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: Roboto, sans-serif;
  text-decoration: none !important;
  transition: background 0.2s;
}
.ec:hover .ec-btn { background: #27ae60; }
.ec-note {
  font-size: 11px;
  color: #aaa;
  text-align: center;
  margin: 6px 0 20px 0;
  font-family: Roboto, sans-serif;
}
@media (max-width: 500px) {
  .ec { flex-direction: column; }
  .ec-img { width: 100%; min-width: unset; height: 150px; }
  .ec-body { text-align: center; }
  .ec-btn { display: block; text-align: center; }
}/* End custom CSS */
/* Start custom CSS */.ec {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #7c3aed;
  background: #fff;
  margin-bottom: 6px;
  text-decoration: none !important;
  transition: box-shadow 0.2s;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.ec:hover { box-shadow: 0 6px 24px rgba(124,58,237,0.22); }
.ec-img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.ec-body { flex: 1; padding: 14px 16px; text-align: center; }
.ec-badge {
  display: inline-block;
  background: #f0eeff;
  color: #5b3fc4;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.3px;
}
.ec-title {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin: 0 0 5px 0;
  line-height: 1.3;
  font-family: Roboto, sans-serif;
}
.ec-desc {
  font-size: 12px;
  color: #666;
  margin: 0 0 10px 0;
  line-height: 1.45;
  font-family: Roboto, sans-serif;
}
.ec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #2ecc71;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: Roboto, sans-serif;
  text-decoration: none !important;
  transition: background 0.2s;
}
.ec:hover .ec-btn { background: #27ae60; }
.ec-note {
  font-size: 11px;
  color: #aaa;
  text-align: center;
  margin: 6px 0 20px 0;
  font-family: Roboto, sans-serif;
}
@media (max-width: 600px) {
  .ec { max-width: 100% !important; }
  .ec-img { height: 140px !important; width: 100% !important; max-width: 100% !important; }
}

@media (min-width: 601px) {
  .ec {
    flex-direction: row !important;
    max-width: 100% !important;
    align-items: center !important;
  }
  .ec-img {
    width: 180px !important;
    min-width: 180px !important;
    max-width: 180px !important;
    height: 130px !important;
    border-radius: 10px !important;
    margin: 10px !important;
  }
  .ec-body {
    text-align: left !important;
  }
}/* End custom CSS */