.elementor-5499 .elementor-element.elementor-element-79f5fba5{--display:flex;}.elementor-5499 .elementor-element.elementor-element-58c4706e{font-size:14px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-text );}.elementor-5499 .elementor-element.elementor-element-0d52c5b{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-5499 .elementor-element.elementor-element-51f4b48 .elementor-author-box__avatar img{width:130px;height:130px;border-radius:15px;}body.rtl .elementor-5499 .elementor-element.elementor-element-51f4b48.elementor-author-box--layout-image-left .elementor-author-box__avatar,
					 body:not(.rtl) .elementor-5499 .elementor-element.elementor-element-51f4b48:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-right:25px;margin-left:0;}body:not(.rtl) .elementor-5499 .elementor-element.elementor-element-51f4b48.elementor-author-box--layout-image-right .elementor-author-box__avatar,
					 body.rtl .elementor-5499 .elementor-element.elementor-element-51f4b48:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-left:25px;margin-right:0;}.elementor-5499 .elementor-element.elementor-element-51f4b48.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin-bottom:25px;}.elementor-5499 .elementor-element.elementor-element-51f4b48 .elementor-author-box__name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5499 .elementor-element.elementor-element-51f4b48 .elementor-author-box__bio{color:var( --e-global-color-secondary );}.elementor-5499 .elementor-element.elementor-element-988f063{--display:flex;}.elementor-5499 .elementor-element.elementor-element-706fc95{--display:flex;}@media(max-width:1024px){.elementor-5499 .elementor-element.elementor-element-b072a76 > .elementor-widget-container{padding:20px 20px 20px 20px;}}@media(max-width:767px){.elementor-5499 .elementor-element.elementor-element-0d52c5b{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-10e073d */<style>
  .faq-section {
    max-width: 100%;
    padding: 20px 16px;
    margin: 0 auto;
  }
  
  .faq-section h3 {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    margin-bottom: 24px;
    line-height: 1.3;
    color: #2c3e50;
  }
  
  .faq-item {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s ease;
  }
  
  .faq-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .faq-question {
    width: 100%;
    padding: 16px;
    background: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: clamp(0.95rem, 3vw, 1.1rem);
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background-color 0.3s ease;
    line-height: 1.4;
  }
  
  .faq-question:hover {
    background-color: #f8f9fa;
  }
  
  .faq-question:focus {
    outline: 2px solid #4a90e2;
    outline-offset: -2px;
  }
  
  .faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #4a90e2;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 24px;
    text-align: center;
  }
  
  .faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: #fafafa;
  }
  
  .faq-answer.active {
    max-height: 500px;
    padding: 16px;
  }
  
  .faq-answer p {
    margin: 0;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    line-height: 1.6;
    color: #555;
  }
  
  /* Tablet */
  @media (min-width: 768px) {
    .faq-section {
      padding: 32px 24px;
      max-width: 800px;
    }
    
    .faq-question {
      padding: 20px;
    }
    
    .faq-answer.active {
      padding: 20px;
    }
  }
  
  /* Desktop */
  @media (min-width: 1024px) {
    .faq-section {
      padding: 40px 32px;
    }
  }
</style>/* End custom CSS */