.elementor-9540 .elementor-element.elementor-element-e46262:not(.elementor-motion-effects-element-type-background), .elementor-9540 .elementor-element.elementor-element-e46262 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-9540 .elementor-element.elementor-element-e46262 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF00 0%, #4CE4F6 100%);opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9540 .elementor-element.elementor-element-e46262{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:2em 0em 2em 0em;}.elementor-9540 .elementor-element.elementor-element-19ad6ae3 .elementor-heading-title{color:var( --e-global-color-e2fa256 );}.elementor-9540 .elementor-element.elementor-element-24d64f5c .woocommerce-breadcrumb{color:var( --e-global-color-e2fa256 );font-family:"Exo 2", Sans-serif;font-size:15px;font-weight:400;}.elementor-9540 .elementor-element.elementor-element-24d64f5c .woocommerce-breadcrumb > a{color:var( --e-global-color-secondary );}.elementor-9540 .elementor-element.elementor-element-44660e6{padding:3em 0em 3em 0em;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-71911c5 */.step-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .step {
    flex: 1 1 22%;
    margin: 0.5rem;
    min-width: 200px;
  }
  .step h2 {
    color: #004080;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .step h2 .step-number,
  .step h2 .step-description {
    display: block;
  }
  .step h2 .step-number {
    font-weight: bold;
  }
  .step h2 .step-description i {
    margin-right: 0.3rem;
    color: #0066cc;
  }
  .options button {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    padding: 0.75rem;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.3s, border-color 0.3s;
    text-align: left;
    color: var(--e-global-color-text);
  }
  .options button:hover:not(:disabled) {
    background-color: #e0f0ff;
    color: var(--e-global-color-primary);
    border-radius: 6px;
  }
  .options button.selected {
    background-color: var(--e-global-color-accent);
    border-color: #3399ff;
    font-weight: bold;
    border-radius: 6px!important;
    color: #fff;
  }
  .options button:disabled {
    background-color: #e0e0e0;
    border-color: #cccccc;
    color: #999999;
    cursor: not-allowed;
    border-radius: 6px;
  }
  .options i {
    margin-right: 0.5rem;
    color: #0066cc;
  }
  .options button:disabled i {
    color: #999999;
  }
  #result {
    background-color: #E6F0FA;
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  #result h2 {
    color: #004080;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  #result h2 i {
    margin-right: 0.5rem;
    color: #0066cc;
  }
  #filterText {
    color: #333333;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
  }
  .product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    text-align: center;
    background: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .product-item img {
    max-width: 100px;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .product-item a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.2;
  }
  .product-item a:hover {
    text-decoration: underline;
  }
  #ctaButton {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  #ctaButton:hover {
    background-color: #004080;
  }/* End custom CSS */