:root {
  --e-global-color-primary: #FFD012;
  --e-global-color-secondary: #0B3665;
}

.elementor-widget-eel-pricing-list > .elementor-widget-container {
  position: relative;
  border: 1px solid rgba(238, 238, 238, 0.7215686275);
  padding: 30px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.0196078431);
  background: linear-gradient(180deg, #F6F4F0 0%, rgba(255, 255, 255, 0) 100%);
}

.eel-pricing-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .eel-pricing-list {
    flex-wrap: wrap;
  }
}
.eel-pricing-list .eel-price-wrap {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .eel-pricing-list .eel-price-wrap {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .eel-pricing-list .eel-price-wrap {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .eel-pricing-list .eel-price-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.eel-pricing-list .eel-features {
  flex: 0 0 50%;
  max-width: 50%;
  display: inline-grid;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .eel-pricing-list .eel-features {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .eel-pricing-list .eel-features {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .eel-pricing-list .eel-features {
    justify-content: flex-start;
  }
}
.eel-pricing-list .eel-btn-part {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .eel-pricing-list .eel-btn-part {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .eel-pricing-list .eel-btn-part {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.eel-price-title {
  margin-bottom: 15px;
}

.eel-price {
  font-size: 36px;
  margin-bottom: 20px;
}

.eel-price .eel-period {
  font-size: 14px;
  margin-left: 5px;
}

.eel-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.eel-features li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.eel-features li + li {
  border-top: 1px solid rgba(238, 238, 238, 0.8509803922);
}

.eel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 26px;
  background-color: var(--e-global-color-primary);
  color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.eel-button.eel--full-btn {
  display: block;
}

.eel-button svg {
  width: 16px;
  height: 16px;
}

/* Ribbon styles */
.eel-ribbon {
  position: absolute;
  top: 0;
  padding: 3px 15px;
  background: var(--e-global-color-secondary);
  color: #fff;
  width: 100%;
  left: 0;
  border-radius: 16px 16px 0 0;
  text-align: center;
}

.eel-old-price {
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 22px;
  font-weight: 400;
}

.eel-sale-price {
  color: var(--e-global-color-primary);
  font-size: 36px;
}

.eel-features li svg.feature-icon,
.eel-features li .feature-icon i {
  margin-right: 10px;
  color: var(--e-global-color-primary);
  font-size: 18px;
  width: 22px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
}

.eel-features svg.feature-icon.icon-bg,
.eel-features svg.feature-icon.icon-border {
  width: 36px;
  height: 36px;
}

.eel-button-subtext {
  margin-top: 8px;
  font-size: 14px;
}

.eel-features .feature-icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 1;
}

.feature-icon.icon-bg {
  background-color: #f1f1f1;
  color: var(--e-global-color-secondary);
  padding: 5px;
  border-radius: 50%;
}

.feature-icon.icon-border {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 50%;
}

.featured.style2 .eel-ribbon {
  position: absolute;
  background: var(--e-global-color-secondary);
  color: #fff;
  top: 22px;
  right: -60px;
  z-index: 10;
  transform: rotate(45deg);
  width: 200px;
  padding: 4px 0;
  white-space: nowrap;
  left: auto;
}
.featured.style2 .eel-ribbon.eel-left {
  left: -60px;
  transform: rotate(-45deg);
  right: auto;
}

.eel-ribbon.eel-gradient-bg {
  background: linear-gradient(68.75deg, var(--eel-gradient-1) 9.78%, var(--eel-gradient-2) 58.79%, var(--eel-gradient-3) 92.67%);
}
.eel-ribbon.eel-gradient-bg.eel-gradient-left {
  background: linear-gradient(-68.75deg, var(--eel-gradient-1) 9.78%, var(--eel-gradient-2) 58.79%, var(--eel-gradient-3) 92.67%);
}

.eel-button-gradient-hover {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.eel-button-gradient-hover::after, .eel-button-gradient-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
}
.eel-button-gradient-hover::after {
  background: linear-gradient(68.75deg, var(--eel-gradient-1) 9.78%, var(--eel-gradient-2) 58.79%, var(--eel-gradient-3) 92.67%);
  opacity: 0;
}
.eel-button-gradient-hover::before {
  background: linear-gradient(-68.75deg, var(--eel-gradient-1) 9.78%, var(--eel-gradient-2) 58.79%, var(--eel-gradient-3) 92.67%);
  opacity: 0;
}
.eel-button-gradient-hover:hover::after {
  opacity: 0;
}
.eel-button-gradient-hover:hover::before {
  opacity: 1;
}
.eel-button-gradient-hover span {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=pricing-list.css.map */