.elementor-111472 .elementor-element.elementor-element-0d0fb45{overflow:hidden;--proradio-section-parallax:no;--proradio-section-parallax-speed:60;}/* Start custom CSS for section, class: .elementor-element-0d0fb45 */.pricing-toggle-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #492364;
    color: #fff;
    border: 4px solid #E1DF88;
    border-radius: 20px;
    padding: 2em;
    font-family: Verdana, sans-serif;
    text-align: center;
  }

  .pricing-header h2 {
    color: #E1DF88;
    font-size: 2em;
    margin-bottom: 0.5em;
  }

  .pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin-top: 2em;
  }

  .pricing-box {
    background: #36184B;
    flex: 1 1 300px;
    padding: 1.5em;
    border-radius: 10px;
    border: 2px solid #E1DF88;
    max-width: 330px;
    position: relative;
  }

  .pricing-box h3 {
    color: #E1DF88;
    font-size: 1.6em;
    margin-bottom: 0.3em;
  }

  .pricing-box .icon {
    font-size: 2.5em;
    color: #E1DF88;
    margin-bottom: 0.5em;
  }

  .toggle-group {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    border: 1px solid #E1DF88;
    border-radius: 30px;
    overflow: hidden;
  }

  .toggle-btn {
    padding: 0.5em 1.2em;
    background: #36184B;
    color: #E1DF88;
    cursor: pointer;
    font-weight: bold;
    flex: 1;
    transition: background 0.3s;
  }

  .toggle-btn.active {
    background: #E1DF88;
    color: #492364;
  }

  .pricing-detail {
    display: none;
  }

  .pricing-detail.active {
    display: block;
  }

  .pricing-box a {
    display: inline-block;
    margin-top: 1em;
    padding: 0.75em 1.25em;
    background-color: #E1DF88;
    color: #492364;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
  }

  ul.benefits-list {
    list-style: none;
    padding: 0;
    margin: 1em 0;
    text-align: left;
  }

  ul.benefits-list li {
    padding: 0.3em 0;
    font-size: 0.95em;
  }

  ul.benefits-list li::before {
    content: "\2713 ";
    color: #E1DF88;
    font-weight: bold;
    margin-right: 5px;
  }

  ul.benefits-list li.disabled::before {
    content: "\2717 ";
    color: #ccc;
  }

  ul.benefits-list li.disabled {
    color: #bbb;
  }/* End custom CSS */