{"id":470,"date":"2025-11-07T07:46:58","date_gmt":"2025-11-07T07:46:58","guid":{"rendered":"https:\/\/service.soletksolar.com\/?page_id=470"},"modified":"2025-11-08T01:27:26","modified_gmt":"2025-11-08T01:27:26","slug":"frequently-asked-questions","status":"publish","type":"page","link":"https:\/\/service.soletksolar.com\/fa\/frequently-asked-questions\/","title":{"rendered":"\u0633\u0624\u0627\u0644\u0627\u062a \u0645\u062a\u062f\u0627\u0648\u0644"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"470\" class=\"elementor elementor-470\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-017ab76 e-con-full e-flex e-con e-parent\" data-id=\"017ab76\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df3624f elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"df3624f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- FAQs Section -->\n<section class=\"faqs-section\">\n  <style>\n    .faqs-section {\n      position: relative;\n      width: 100%;\n      background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);\n      padding: 100px 0;\n      overflow: hidden;\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    }\n\n    \/* Giant Question Mark Background *\/\n    .faqs-background {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 100%;\n      height: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      pointer-events: none;\n      z-index: 1;\n    }\n\n    .question-mark {\n      font-size: 800px;\n      font-weight: 900;\n      color: rgba(59, 130, 246, 0.08);\n      line-height: 1;\n      font-family: 'Arial Black', sans-serif;\n      animation: questionPulse 4s ease-in-out infinite;\n    }\n\n    @keyframes questionPulse {\n      0%, 100% {\n        transform: scale(1);\n        opacity: 0.08;\n      }\n      50% {\n        transform: scale(1.05);\n        opacity: 0.12;\n      }\n    }\n\n    \/* Floating Circles *\/\n    .floating-circles {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      pointer-events: none;\n      z-index: 1;\n    }\n\n    .circle {\n      position: absolute;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent);\n      animation: float 20s infinite ease-in-out;\n    }\n\n    .circle:nth-child(1) {\n      width: 300px;\n      height: 300px;\n      top: 10%;\n      left: 5%;\n      animation-delay: 0s;\n    }\n\n    .circle:nth-child(2) {\n      width: 200px;\n      height: 200px;\n      top: 60%;\n      right: 10%;\n      animation-delay: 3s;\n    }\n\n    .circle:nth-child(3) {\n      width: 150px;\n      height: 150px;\n      bottom: 15%;\n      left: 15%;\n      animation-delay: 6s;\n    }\n\n    @keyframes float {\n      0%, 100% {\n        transform: translateY(0) translateX(0);\n      }\n      25% {\n        transform: translateY(-30px) translateX(20px);\n      }\n      50% {\n        transform: translateY(-60px) translateX(-20px);\n      }\n      75% {\n        transform: translateY(-30px) translateX(20px);\n      }\n    }\n\n    \/* Content Container *\/\n    .faqs-container {\n      max-width: 1000px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 2;\n    }\n\n    \/* Section Header *\/\n    .faqs-header {\n      text-align: center;\n    }\n\n    .faqs-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 24px;\n      background: rgba(59, 130, 246, 0.15);\n      backdrop-filter: blur(10px);\n      border: 2px solid rgba(59, 130, 246, 0.4);\n      border-radius: 100px;\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: #60A5FA;\n      margin-bottom: 24px;\n      animation: fadeInDown 0.8s ease;\n    }\n\n    .faqs-badge::before {\n      content: '\u2753';\n      font-size: 18px;\n    }\n\n    .faqs-title {\n      font-size: 52px;\n      font-weight: 900;\n      line-height: 1.2;\n      color: white;\n      margin: 0 0 20px 0;\n      letter-spacing: -1px;\n      text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n      animation: fadeInUp 0.8s ease 0.2s both;\n    }\n\n    .faqs-title .highlight {\n      background: linear-gradient(135deg, #60A5FA, #3B82F6);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .faqs-description {\n      font-size: 19px;\n      line-height: 1.7;\n      color: rgba(255, 255, 255, 0.9);\n      max-width: 800px;\n      margin: 0 auto;\n      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n      animation: fadeInUp 0.8s ease 0.4s both;\n    }\n\n    \/* Animations *\/\n    @keyframes fadeInDown {\n      from {\n        opacity: 0;\n        transform: translateY(-30px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes fadeInUp {\n      from {\n        opacity: 0;\n        transform: translateY(30px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 1024px) {\n      .question-mark {\n        font-size: 600px;\n      }\n\n      .faqs-title {\n        font-size: 42px;\n      }\n\n      .faqs-description {\n        font-size: 17px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      .faqs-section {\n        padding: 80px 0;\n      }\n\n      .faqs-container {\n        padding: 0 20px;\n      }\n\n      .question-mark {\n        font-size: 400px;\n      }\n\n      .faqs-title {\n        font-size: 36px;\n      }\n\n      .faqs-description {\n        font-size: 16px;\n      }\n    }\n\n    @media (max-width: 576px) {\n      .faqs-section {\n        padding: 60px 0;\n      }\n\n      .faqs-title {\n        font-size: 32px;\n      }\n\n      .question-mark {\n        font-size: 300px;\n      }\n\n      .faqs-badge {\n        font-size: 12px;\n        padding: 8px 20px;\n      }\n    }\n  <\/style>\n\n  <!-- Giant Question Mark Background -->\n  <div class=\"faqs-background\">\n    <div class=\"question-mark\">?<\/div>\n  <\/div>\n\n  <!-- Floating Circles -->\n  <div class=\"floating-circles\">\n    <div class=\"circle\"><\/div>\n    <div class=\"circle\"><\/div>\n    <div class=\"circle\"><\/div>\n  <\/div>\n\n  <!-- Content Container -->\n  <div class=\"faqs-container\">\n    <!-- Section Header -->\n    <div class=\"faqs-header\">\n      <div class=\"faqs-badge\">Frequently Asked Questions<\/div>\n      <h2 class=\"faqs-title\">\n        Have Questions? We've Got <span class=\"highlight\">Solar Answers!<\/span>\n      <\/h2>\n      <p class=\"faqs-description\">\n        Learn everything you need to know about SOLETKS solar systems and how we support your clean energy journey.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b44258 e-con-full e-flex e-con e-parent\" data-id=\"2b44258\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab0c082 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"ab0c082\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!-- System Performance Section -->\n<section class=\"system-performance-section\">\n  <style>\n    .system-performance-section {\n      position: relative;\n      width: 100%;\n      background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);\n      padding: 60px 0;\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      overflow: hidden;\n    }\n\n    \/* \u80cc\u666f\u88c5\u9970 *\/\n    .system-performance-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: radial-gradient(circle at 20% 30%, rgba(16, 185, 129, 0.05) 0%, transparent 50%),\n                  radial-gradient(circle at 80% 70%, rgba(5, 150, 105, 0.05) 0%, transparent 50%);\n      pointer-events: none;\n    }\n\n    .performance-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* Section Header *\/\n    .performance-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .performance-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 6px 16px;\n      background: linear-gradient(135deg, #ECFDF5, #D1FAE5);\n      border: 1px solid #A7F3D0;\n      border-radius: 50px;\n      font-size: 12px;\n      font-weight: 600;\n      color: #047857;\n      margin-bottom: 16px;\n      letter-spacing: 0.5px;\n    }\n\n    .performance-title {\n      font-size: 32px;\n      font-weight: 900;\n      color: #0f172a;\n      margin: 0 0 10px 0;\n      letter-spacing: -0.5px;\n      line-height: 1.2;\n    }\n\n    .performance-title .highlight {\n      background: linear-gradient(135deg, #10b981, #059669);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .performance-description {\n      font-size: 15px;\n      color: #64748b;\n      line-height: 1.5;\n      max-width: 700px;\n      margin: 0 auto;\n    }\n\n    \/* FAQ List *\/\n    .performance-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* FAQ Item *\/\n    .performance-faq-item {\n      background: white;\n      border: 1px solid #e2e8f0;\n      border-radius: 16px;\n      overflow: hidden;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    }\n\n    .performance-faq-item:hover {\n      border-color: #cbd5e1;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n      transform: translateY(-1px);\n    }\n\n    .performance-faq-item.active {\n      border-color: #10b981;\n      box-shadow: 0 8px 25px rgba(16, 185, 129, 0.12);\n    }\n\n    \/* FAQ Question Header *\/\n    .performance-question-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 18px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: all 0.3s ease;\n      position: relative;\n    }\n\n    .performance-question-header::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 3px;\n      height: 100%;\n      background: linear-gradient(180deg, #10b981, #059669);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .performance-faq-item.active .performance-question-header::before {\n      opacity: 1;\n    }\n\n    .performance-question-content {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      flex: 1;\n    }\n\n    .performance-question-icon {\n      width: 40px;\n      height: 40px;\n      background: linear-gradient(135deg, #ECFDF5, #D1FAE5);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .performance-question-icon::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(135deg, #10b981, #059669);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .performance-faq-item.active .performance-question-icon::before {\n      opacity: 1;\n    }\n\n    .performance-question-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #10b981;\n      stroke-width: 2;\n      transition: all 0.3s ease;\n      position: relative;\n      z-index: 1;\n    }\n\n    .performance-faq-item.active .performance-question-icon svg {\n      stroke: white;\n      transform: scale(1.05);\n    }\n\n    .performance-question-title {\n      font-size: 15px;\n      font-weight: 700;\n      color: #0f172a;\n      margin: 0;\n      line-height: 1.4;\n      transition: color 0.3s ease;\n    }\n\n    .performance-faq-item.active .performance-question-title {\n      color: #10b981;\n    }\n\n    .performance-toggle-icon {\n      width: 32px;\n      height: 32px;\n      background: #f1f5f9;\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .performance-faq-item.active .performance-toggle-icon {\n      background: #10b981;\n      transform: rotate(180deg);\n    }\n\n    .performance-toggle-icon svg {\n      width: 18px;\n      height: 18px;\n      stroke: #64748b;\n      stroke-width: 2.5;\n      transition: stroke 0.3s ease;\n    }\n\n    .performance-faq-item.active .performance-toggle-icon svg {\n      stroke: white;\n    }\n\n    \/* FAQ Answer *\/\n    .performance-answer-wrapper {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .performance-faq-item.active .performance-answer-wrapper {\n      grid-template-rows: 1fr;\n    }\n\n    .performance-answer-inner {\n      overflow: hidden;\n    }\n\n    .performance-answer-content {\n      padding: 0 24px 18px 24px;\n      opacity: 0;\n      transform: translateY(-8px);\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .performance-faq-item.active .performance-answer-content {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .performance-answer-text {\n      padding-left: 54px;\n      font-size: 14px;\n      line-height: 1.7;\n      color: #475569;\n      margin: 0;\n    }\n\n    .performance-answer-text p {\n      margin: 0 0 10px 0;\n    }\n\n    .performance-answer-text p:last-child {\n      margin-bottom: 0;\n    }\n\n    .performance-answer-text ul {\n      margin: 10px 0;\n      padding-left: 18px;\n    }\n\n    .performance-answer-text li {\n      margin: 6px 0;\n      line-height: 1.6;\n    }\n\n    .performance-answer-text strong {\n      color: #10b981;\n      font-weight: 700;\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n      .system-performance-section {\n        padding: 50px 0;\n      }\n\n      .performance-container {\n        padding: 0 20px;\n      }\n\n      .performance-header {\n        margin-bottom: 32px;\n      }\n\n      .performance-title {\n        font-size: 26px;\n      }\n\n      .performance-description {\n        font-size: 14px;\n      }\n\n      .performance-faq-list {\n        gap: 10px;\n      }\n\n      .performance-question-header {\n        padding: 16px 18px;\n      }\n\n      .performance-question-icon {\n        width: 36px;\n        height: 36px;\n      }\n\n      .performance-question-icon svg {\n        width: 18px;\n        height: 18px;\n      }\n\n      .performance-question-title {\n        font-size: 14px;\n      }\n\n      .performance-answer-content {\n        padding: 0 18px 16px 18px;\n      }\n\n      .performance-answer-text {\n        padding-left: 50px;\n        font-size: 13px;\n      }\n    }\n\n    @media (max-width: 576px) {\n      .performance-title {\n        font-size: 24px;\n      }\n\n      .performance-question-header {\n        padding: 14px 16px;\n      }\n\n      .performance-question-content {\n        gap: 12px;\n      }\n\n      .performance-question-icon {\n        width: 34px;\n        height: 34px;\n      }\n\n      .performance-question-icon svg {\n        width: 17px;\n        height: 17px;\n      }\n\n      .performance-question-title {\n        font-size: 13px;\n      }\n\n      .performance-toggle-icon {\n        width: 28px;\n        height: 28px;\n      }\n\n      .performance-answer-content {\n        padding: 0 16px 14px 16px;\n      }\n\n      .performance-answer-text {\n        padding-left: 46px;\n        font-size: 13px;\n      }\n    }\n  <\/style>\n\n  <div class=\"performance-container\">\n    <!-- Section Header -->\n    <div class=\"performance-header\">\n      <div class=\"performance-badge\">\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n          <path d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n        Performance\n      <\/div>\n      <h2 class=\"performance-title\">\n        <span class=\"highlight\">System Performance<\/span> and Operation\n      <\/h2>\n      <p class=\"performance-description\">\n        Learn about the performance, efficiency, and functionality of SOLETKS solar energy systems\n      <\/p>\n    <\/div>\n\n    <!-- FAQ List -->\n    <div class=\"performance-faq-list\">\n      <!-- FAQ 1 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">What is the efficiency of SOLETKS solar systems?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>SOLETKS solar systems feature high-performance photovoltaic modules and optimized inverters, achieving system efficiency of up to <strong>98% conversion rate<\/strong>. This precision engineering ensures reliable energy generation for both residential and commercial applications, even in low-light or high-temperature environments.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 2 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">What components are included in your solar system?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>Each SOLETKS solar system includes solar panels (monocrystalline or polycrystalline), smart inverter (hybrid or on-grid), energy storage battery (optional), mounting structure with wiring accessories, and monitoring and protection system. All components are sourced from certified global manufacturers to guarantee long lifespan and stable performance.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 3 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">Are SOLETKS solar systems easy to operate for beginners?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>Yes. Our systems are fully automated and designed for easy use. Once installed, they operate independently with minimal manual intervention. We provide pre-configured control settings, intuitive monitoring apps (mobile & PC), step-by-step user manuals and video guides, plus 24\/7 online support. Most users can monitor and manage their systems effortlessly within hours.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 4 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">How much energy can a solar system produce?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>Power output depends on system capacity and sunlight conditions. A <strong>3kW system<\/strong> generates approximately 12\u201315 kWh per day, a <strong>5kW system<\/strong> produces 20\u201325 kWh per day, and a <strong>10kW system<\/strong> generates 40\u201350 kWh per day. SOLETKS provides customized designs based on your energy needs and roof space to ensure maximum performance.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 5 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">What safety features are included in SOLETKS systems?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>To ensure safe and stable operation, all systems include overvoltage and overload protection, fire-resistant cabling and connectors, lightning protection modules, ground fault and arc-fault detection, plus emergency shutdown switch. Our systems are compliant with <strong>IEC and CE international safety standards<\/strong>.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 6 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">How long can the solar system operate continuously?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>SOLETKS systems are built for <strong>24\/7 operation<\/strong> under all weather conditions. With proper maintenance, the system lifespan can exceed <strong>25 years<\/strong>, with solar panels retaining over 80% efficiency after 25 years. To maintain performance, we recommend cleaning panels regularly, checking inverter status via the app, and scheduling annual professional inspections.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 7 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">What software or apps are compatible with SOLETKS systems?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>Our systems are compatible with <strong>SOLETKS Smart Cloud<\/strong> (iOS\/Android\/Web), Huawei FusionSolar, Growatt, SolisCloud, plus MODBUS and Wi-Fi integration for industrial monitoring. Users can track energy generation, consumption, and battery status in real time from anywhere.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 8 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">Can I monitor the system remotely?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>Absolutely. SOLETKS systems feature smart monitoring technology, enabling remote access through mobile app or desktop dashboard, cloud-based performance analysis, and real-time alerts for maintenance or abnormal conditions. This helps users manage energy usage efficiently and ensure continuous operation.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 9 -->\n      <div class=\"performance-faq-item\">\n        <div class=\"performance-question-header\">\n          <div class=\"performance-question-content\">\n            <div class=\"performance-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                <circle cx=\"12\" cy=\"12\" r=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"performance-question-title\">How do I maintain the system?<\/h3>\n          <\/div>\n          <div class=\"performance-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"performance-answer-wrapper\">\n          <div class=\"performance-answer-inner\">\n            <div class=\"performance-answer-content\">\n              <div class=\"performance-answer-text\">\n                <p>Maintenance is simple and low-cost. Clean solar panels every 1\u20133 months, check inverter display or app for system health, ensure batteries (if any) are operating within temperature range, and schedule annual inspections for wiring and connectors. With minimal care, your SOLETKS solar system will deliver decades of clean energy.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function() {\n  'use strict';\n  \n  const performanceFaqItems = document.querySelectorAll('.performance-faq-item');\n  \n  performanceFaqItems.forEach((item) => {\n    const header = item.querySelector('.performance-question-header');\n    \n    header.addEventListener('click', function() {\n      const isActive = item.classList.contains('active');\n      \n      performanceFaqItems.forEach(otherItem => {\n        if (otherItem !== item) {\n          otherItem.classList.remove('active');\n        }\n      });\n      \n      item.classList.toggle('active');\n    });\n  });\n  \n  if (performanceFaqItems.length > 0) {\n    performanceFaqItems[0].classList.add('active');\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-379ec79 e-con-full e-flex e-con e-parent\" data-id=\"379ec79\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bf36fd elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"1bf36fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!-- After-Sales Support Section -->\n<section class=\"aftersales-support-section\">\n  <style>\n    .aftersales-support-section {\n      position: relative;\n      width: 100%;\n      background: linear-gradient(180deg, #ffffff 0%, #FFF9F0 100%);\n      padding: 60px 0;\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      overflow: hidden;\n    }\n\n    \/* \u80cc\u666f\u88c5\u9970 *\/\n    .aftersales-support-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: radial-gradient(circle at 20% 30%, rgba(255, 165, 0, 0.05) 0%, transparent 50%),\n                  radial-gradient(circle at 80% 70%, rgba(255, 184, 77, 0.05) 0%, transparent 50%);\n      pointer-events: none;\n    }\n\n    .aftersales-support-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* Section Header *\/\n    .aftersales-support-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .aftersales-support-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 6px 16px;\n      background: linear-gradient(135deg, #FFF9F0, #FFF4E6);\n      border: 1px solid #FFE4CC;\n      border-radius: 50px;\n      font-size: 12px;\n      font-weight: 600;\n      color: #D97706;\n      margin-bottom: 16px;\n      letter-spacing: 0.5px;\n    }\n\n    .aftersales-support-title {\n      font-size: 32px;\n      font-weight: 900;\n      color: #0f172a;\n      margin: 0 0 10px 0;\n      letter-spacing: -0.5px;\n      line-height: 1.2;\n    }\n\n    .aftersales-support-title .highlight {\n      background: linear-gradient(135deg, #FFB84D, #FFA500);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .aftersales-support-description {\n      font-size: 15px;\n      color: #64748b;\n      line-height: 1.5;\n      max-width: 700px;\n      margin: 0 auto;\n    }\n\n    \/* FAQ List *\/\n    .aftersales-support-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* FAQ Item *\/\n    .aftersales-support-faq-item {\n      background: white;\n      border: 1px solid #FFE4CC;\n      border-radius: 16px;\n      overflow: hidden;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    }\n\n    .aftersales-support-faq-item:hover {\n      border-color: #FFD4A3;\n      box-shadow: 0 4px 20px rgba(255, 165, 0, 0.1);\n      transform: translateY(-1px);\n    }\n\n    .aftersales-support-faq-item.active {\n      border-color: #FFA500;\n      box-shadow: 0 8px 25px rgba(255, 165, 0, 0.15);\n    }\n\n    \/* FAQ Question Header *\/\n    .aftersales-support-question-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 18px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: all 0.3s ease;\n      position: relative;\n    }\n\n    .aftersales-support-question-header::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 3px;\n      height: 100%;\n      background: linear-gradient(180deg, #FFB84D, #FFA500);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-question-header::before {\n      opacity: 1;\n    }\n\n    .aftersales-support-question-content {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      flex: 1;\n    }\n\n    .aftersales-support-question-icon {\n      width: 40px;\n      height: 40px;\n      background: linear-gradient(135deg, #FFF9F0, #FFF4E6);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .aftersales-support-question-icon::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(135deg, #FFB84D, #FFA500);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-question-icon::before {\n      opacity: 1;\n    }\n\n    .aftersales-support-question-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #FFA500;\n      stroke-width: 2;\n      transition: all 0.3s ease;\n      position: relative;\n      z-index: 1;\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-question-icon svg {\n      stroke: white;\n      transform: scale(1.05);\n    }\n\n    .aftersales-support-question-title {\n      font-size: 15px;\n      font-weight: 700;\n      color: #0f172a;\n      margin: 0;\n      line-height: 1.4;\n      transition: color 0.3s ease;\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-question-title {\n      color: #FFA500;\n    }\n\n    .aftersales-support-toggle-icon {\n      width: 32px;\n      height: 32px;\n      background: #FFF4E6;\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-toggle-icon {\n      background: #FFA500;\n      transform: rotate(180deg);\n    }\n\n    .aftersales-support-toggle-icon svg {\n      width: 18px;\n      height: 18px;\n      stroke: #FF8C00;\n      stroke-width: 2.5;\n      transition: stroke 0.3s ease;\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-toggle-icon svg {\n      stroke: white;\n    }\n\n    \/* FAQ Answer *\/\n    .aftersales-support-answer-wrapper {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-answer-wrapper {\n      grid-template-rows: 1fr;\n    }\n\n    .aftersales-support-answer-inner {\n      overflow: hidden;\n    }\n\n    .aftersales-support-answer-content {\n      padding: 0 24px 18px 24px;\n      opacity: 0;\n      transform: translateY(-8px);\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .aftersales-support-faq-item.active .aftersales-support-answer-content {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .aftersales-support-answer-text {\n      padding-left: 54px;\n      font-size: 14px;\n      line-height: 1.7;\n      color: #475569;\n      margin: 0;\n    }\n\n    .aftersales-support-answer-text p {\n      margin: 0 0 10px 0;\n    }\n\n    .aftersales-support-answer-text p:last-child {\n      margin-bottom: 0;\n    }\n\n    .aftersales-support-answer-text ul {\n      margin: 10px 0;\n      padding-left: 18px;\n    }\n\n    .aftersales-support-answer-text li {\n      margin: 6px 0;\n      line-height: 1.6;\n    }\n\n    .aftersales-support-answer-text strong {\n      color: #FFA500;\n      font-weight: 700;\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n      .aftersales-support-section {\n        padding: 50px 0;\n      }\n\n      .aftersales-support-container {\n        padding: 0 20px;\n      }\n\n      .aftersales-support-header {\n        margin-bottom: 32px;\n      }\n\n      .aftersales-support-title {\n        font-size: 26px;\n      }\n\n      .aftersales-support-description {\n        font-size: 14px;\n      }\n\n      .aftersales-support-faq-list {\n        gap: 10px;\n      }\n\n      .aftersales-support-question-header {\n        padding: 16px 18px;\n      }\n\n      .aftersales-support-question-icon {\n        width: 36px;\n        height: 36px;\n      }\n\n      .aftersales-support-question-icon svg {\n        width: 18px;\n        height: 18px;\n      }\n\n      .aftersales-support-question-title {\n        font-size: 14px;\n      }\n\n      .aftersales-support-answer-content {\n        padding: 0 18px 16px 18px;\n      }\n\n      .aftersales-support-answer-text {\n        padding-left: 50px;\n        font-size: 13px;\n      }\n    }\n\n    @media (max-width: 576px) {\n      .aftersales-support-title {\n        font-size: 24px;\n      }\n\n      .aftersales-support-question-header {\n        padding: 14px 16px;\n      }\n\n      .aftersales-support-question-content {\n        gap: 12px;\n      }\n\n      .aftersales-support-question-icon {\n        width: 34px;\n        height: 34px;\n      }\n\n      .aftersales-support-question-icon svg {\n        width: 17px;\n        height: 17px;\n      }\n\n      .aftersales-support-question-title {\n        font-size: 13px;\n      }\n\n      .aftersales-support-toggle-icon {\n        width: 28px;\n        height: 28px;\n      }\n\n      .aftersales-support-answer-content {\n        padding: 0 16px 14px 16px;\n      }\n\n      .aftersales-support-answer-text {\n        padding-left: 46px;\n        font-size: 13px;\n      }\n    }\n  <\/style>\n\n  <div class=\"aftersales-support-container\">\n    <!-- Section Header -->\n    <div class=\"aftersales-support-header\">\n      <div class=\"aftersales-support-badge\">\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n          <path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n        Support\n      <\/div>\n      <h2 class=\"aftersales-support-title\">\n        <span class=\"highlight\">After-Sales Support<\/span> & Maintenance\n      <\/h2>\n      <p class=\"aftersales-support-description\">\n        Comprehensive technical support and maintenance services for lasting performance and peace of mind\n      <\/p>\n    <\/div>\n\n    <!-- FAQ List -->\n    <div class=\"aftersales-support-faq-list\">\n      <!-- FAQ 1 -->\n      <div class=\"aftersales-support-faq-item\">\n        <div class=\"aftersales-support-question-header\">\n          <div class=\"aftersales-support-question-content\">\n            <div class=\"aftersales-support-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"aftersales-support-question-title\">What does the warranty cover?<\/h3>\n          <\/div>\n          <div class=\"aftersales-support-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"aftersales-support-answer-wrapper\">\n          <div class=\"aftersales-support-answer-inner\">\n            <div class=\"aftersales-support-answer-content\">\n              <div class=\"aftersales-support-answer-text\">\n                <p>All SOLETKS solar systems are backed by comprehensive product quality and performance assurance. Coverage includes <strong>solar panels<\/strong> (protection against manufacturing defects and power degradation), <strong>inverters & controllers<\/strong> (coverage for key electrical and structural components), <strong>mounting structures & cables<\/strong> (corrosion and weather resistance), and <strong>monitoring software<\/strong> (free lifetime updates and technical support). Note: Consumable parts such as fuses, connectors, and surge protectors are not covered but available as original spare parts.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 2 -->\n      <div class=\"aftersales-support-faq-item\">\n        <div class=\"aftersales-support-question-header\">\n          <div class=\"aftersales-support-question-content\">\n            <div class=\"aftersales-support-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"aftersales-support-question-title\">What if my system stops working or shows errors?<\/h3>\n          <\/div>\n          <div class=\"aftersales-support-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"aftersales-support-answer-wrapper\">\n          <div class=\"aftersales-support-answer-inner\">\n            <div class=\"aftersales-support-answer-content\">\n              <div class=\"aftersales-support-answer-text\">\n                <p>If your solar system encounters a malfunction, SOLETKS provides quick and reliable support including remote diagnosis via app connection or video call, online troubleshooting by certified engineers, step-by-step repair videos and guides, and local service partners in select regions for on-site repairs. If replacement parts are required, we'll ship them promptly from our nearest warehouse. Most issues are resolved within <strong>24 hours<\/strong> through remote support.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 3 -->\n      <div class=\"aftersales-support-faq-item\">\n        <div class=\"aftersales-support-question-header\">\n          <div class=\"aftersales-support-question-content\">\n            <div class=\"aftersales-support-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"aftersales-support-question-title\">Do you provide installation and training?<\/h3>\n          <\/div>\n          <div class=\"aftersales-support-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"aftersales-support-answer-wrapper\">\n          <div class=\"aftersales-support-answer-inner\">\n            <div class=\"aftersales-support-answer-content\">\n              <div class=\"aftersales-support-answer-text\">\n                <p>Yes \u2014 we offer both on-site installation and remote guidance. Residential systems include manuals and video instructions for easy setup. For large or off-grid projects, we can dispatch technicians or coordinate with certified installers. Training sessions cover operation, monitoring, and maintenance. SOLETKS ensures every user can manage their system confidently and safely.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 4 -->\n      <div class=\"aftersales-support-faq-item\">\n        <div class=\"aftersales-support-question-header\">\n          <div class=\"aftersales-support-question-content\">\n            <div class=\"aftersales-support-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                <circle cx=\"12\" cy=\"12\" r=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"aftersales-support-question-title\">How can I maintain my solar system for long-term performance?<\/h3>\n          <\/div>\n          <div class=\"aftersales-support-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"aftersales-support-answer-wrapper\">\n          <div class=\"aftersales-support-answer-inner\">\n            <div class=\"aftersales-support-answer-content\">\n              <div class=\"aftersales-support-answer-text\">\n                <p>Regular maintenance keeps your system running efficiently for decades. Recommended routine includes cleaning solar panels every 1\u20133 months, inspecting cables, fuses, and mounting structures, checking inverter data for error codes, maintaining battery ventilation and charge cycles, and scheduling annual professional inspections. With proper care, SOLETKS systems deliver stable energy output for <strong>25+ years<\/strong>.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 5 -->\n      <div class=\"aftersales-support-faq-item\">\n        <div class=\"aftersales-support-question-header\">\n          <div class=\"aftersales-support-question-content\">\n            <div class=\"aftersales-support-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"aftersales-support-question-title\">Can I buy spare parts from SOLETKS?<\/h3>\n          <\/div>\n          <div class=\"aftersales-support-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"aftersales-support-answer-wrapper\">\n          <div class=\"aftersales-support-answer-inner\">\n            <div class=\"aftersales-support-answer-content\">\n              <div class=\"aftersales-support-answer-text\">\n                <p>Yes \u2014 we supply original spare parts and accessories, including inverters and controllers, cables and connectors, mounting brackets and bolts, monitoring devices and sensors, plus battery modules and protective components. All spare parts are covered by warranty and shipped globally to minimize downtime.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 6 -->\n      <div class=\"aftersales-support-faq-item\">\n        <div class=\"aftersales-support-question-header\">\n          <div class=\"aftersales-support-question-content\">\n            <div class=\"aftersales-support-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M7 16V4m0 0L3 8m4-4l4 4m6 0v12m0 0l4-4m-4 4l-4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"aftersales-support-question-title\">Do you offer system upgrades?<\/h3>\n          <\/div>\n          <div class=\"aftersales-support-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"aftersales-support-answer-wrapper\">\n          <div class=\"aftersales-support-answer-inner\">\n            <div class=\"aftersales-support-answer-content\">\n              <div class=\"aftersales-support-answer-text\">\n                <p>Yes \u2014 SOLETKS provides hardware and software upgrades to enhance efficiency and intelligence, including high-efficiency N-type \/ bifacial PV modules, battery capacity expansion for off-grid systems, hybrid inverter upgrades, and smart monitoring software with AI optimization. Upgrades ensure your solar system stays future-ready and high-performing.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 7 -->\n      <div class=\"aftersales-support-faq-item\">\n        <div class=\"aftersales-support-question-header\">\n          <div class=\"aftersales-support-question-content\">\n            <div class=\"aftersales-support-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"aftersales-support-question-title\">Do you offer leasing or financing options?<\/h3>\n          <\/div>\n          <div class=\"aftersales-support-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"aftersales-support-answer-wrapper\">\n          <div class=\"aftersales-support-answer-inner\">\n            <div class=\"aftersales-support-answer-content\">\n              <div class=\"aftersales-support-answer-text\">\n                <p>SOLETKS currently does not provide direct rentals but offers flexible financing plans with trusted partners. For commercial and industrial projects, we support installment payments and PPA agreements. Our goal is to make clean energy accessible, reliable, and affordable for everyone.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function() {\n  'use strict';\n  \n  const aftersalesSupportFaqItems = document.querySelectorAll('.aftersales-support-faq-item');\n  \n  aftersalesSupportFaqItems.forEach((item) => {\n    const header = item.querySelector('.aftersales-support-question-header');\n    \n    header.addEventListener('click', function() {\n      const isActive = item.classList.contains('active');\n      \n      aftersalesSupportFaqItems.forEach(otherItem => {\n        if (otherItem !== item) {\n          otherItem.classList.remove('active');\n        }\n      });\n      \n      item.classList.toggle('active');\n    });\n  });\n  \n  if (aftersalesSupportFaqItems.length > 0) {\n    aftersalesSupportFaqItems[0].classList.add('active');\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6fa1c87 e-con-full e-flex e-con e-parent\" data-id=\"6fa1c87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a84bce elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"0a84bce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!-- Industry Applications Section -->\n<section class=\"industry-applications-section\">\n  <style>\n    .industry-applications-section {\n      position: relative;\n      width: 100%;\n      background: linear-gradient(180deg, #FFF9F0 0%, #ffffff 100%);\n      padding: 60px 0;\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      overflow: hidden;\n    }\n\n    \/* \u80cc\u666f\u88c5\u9970 *\/\n    .industry-applications-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),\n                  radial-gradient(circle at 80% 70%, rgba(124, 58, 237, 0.05) 0%, transparent 50%);\n      pointer-events: none;\n    }\n\n    .industry-applications-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* Section Header *\/\n    .industry-applications-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .industry-applications-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 6px 16px;\n      background: linear-gradient(135deg, #F5F3FF, #EDE9FE);\n      border: 1px solid #DDD6FE;\n      border-radius: 50px;\n      font-size: 12px;\n      font-weight: 600;\n      color: #7C3AED;\n      margin-bottom: 16px;\n      letter-spacing: 0.5px;\n    }\n\n    .industry-applications-title {\n      font-size: 32px;\n      font-weight: 900;\n      color: #0f172a;\n      margin: 0 0 10px 0;\n      letter-spacing: -0.5px;\n      line-height: 1.2;\n    }\n\n    .industry-applications-title .highlight {\n      background: linear-gradient(135deg, #8B5CF6, #7C3AED);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .industry-applications-description {\n      font-size: 15px;\n      color: #64748b;\n      line-height: 1.5;\n      max-width: 700px;\n      margin: 0 auto;\n    }\n\n    \/* FAQ List *\/\n    .industry-applications-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* FAQ Item *\/\n    .industry-applications-faq-item {\n      background: white;\n      border: 1px solid #EDE9FE;\n      border-radius: 16px;\n      overflow: hidden;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    }\n\n    .industry-applications-faq-item:hover {\n      border-color: #C4B5FD;\n      box-shadow: 0 4px 20px rgba(139, 92, 246, 0.1);\n      transform: translateY(-1px);\n    }\n\n    .industry-applications-faq-item.active {\n      border-color: #8B5CF6;\n      box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);\n    }\n\n    \/* FAQ Question Header *\/\n    .industry-applications-question-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 18px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: all 0.3s ease;\n      position: relative;\n    }\n\n    .industry-applications-question-header::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 3px;\n      height: 100%;\n      background: linear-gradient(180deg, #8B5CF6, #7C3AED);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .industry-applications-faq-item.active .industry-applications-question-header::before {\n      opacity: 1;\n    }\n\n    .industry-applications-question-content {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      flex: 1;\n    }\n\n    .industry-applications-question-icon {\n      width: 40px;\n      height: 40px;\n      background: linear-gradient(135deg, #F5F3FF, #EDE9FE);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .industry-applications-question-icon::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(135deg, #8B5CF6, #7C3AED);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .industry-applications-faq-item.active .industry-applications-question-icon::before {\n      opacity: 1;\n    }\n\n    .industry-applications-question-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #8B5CF6;\n      stroke-width: 2;\n      transition: all 0.3s ease;\n      position: relative;\n      z-index: 1;\n    }\n\n    .industry-applications-faq-item.active .industry-applications-question-icon svg {\n      stroke: white;\n      transform: scale(1.05);\n    }\n\n    .industry-applications-question-title {\n      font-size: 15px;\n      font-weight: 700;\n      color: #0f172a;\n      margin: 0;\n      line-height: 1.4;\n      transition: color 0.3s ease;\n    }\n\n    .industry-applications-faq-item.active .industry-applications-question-title {\n      color: #8B5CF6;\n    }\n\n    .industry-applications-toggle-icon {\n      width: 32px;\n      height: 32px;\n      background: #F5F3FF;\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .industry-applications-faq-item.active .industry-applications-toggle-icon {\n      background: #8B5CF6;\n      transform: rotate(180deg);\n    }\n\n    .industry-applications-toggle-icon svg {\n      width: 18px;\n      height: 18px;\n      stroke: #7C3AED;\n      stroke-width: 2.5;\n      transition: stroke 0.3s ease;\n    }\n\n    .industry-applications-faq-item.active .industry-applications-toggle-icon svg {\n      stroke: white;\n    }\n\n    \/* FAQ Answer *\/\n    .industry-applications-answer-wrapper {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .industry-applications-faq-item.active .industry-applications-answer-wrapper {\n      grid-template-rows: 1fr;\n    }\n\n    .industry-applications-answer-inner {\n      overflow: hidden;\n    }\n\n    .industry-applications-answer-content {\n      padding: 0 24px 18px 24px;\n      opacity: 0;\n      transform: translateY(-8px);\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .industry-applications-faq-item.active .industry-applications-answer-content {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .industry-applications-answer-text {\n      padding-left: 54px;\n      font-size: 14px;\n      line-height: 1.7;\n      color: #475569;\n      margin: 0;\n    }\n\n    .industry-applications-answer-text p {\n      margin: 0 0 10px 0;\n    }\n\n    .industry-applications-answer-text p:last-child {\n      margin-bottom: 0;\n    }\n\n    .industry-applications-answer-text ul {\n      margin: 10px 0;\n      padding-left: 18px;\n    }\n\n    .industry-applications-answer-text li {\n      margin: 6px 0;\n      line-height: 1.6;\n    }\n\n    .industry-applications-answer-text strong {\n      color: #8B5CF6;\n      font-weight: 700;\n    }\n\n    \/* Case Study Box *\/\n    .case-study {\n      background: linear-gradient(135deg, #F5F3FF, #EDE9FE);\n      border-left: 3px solid #8B5CF6;\n      padding: 12px 14px;\n      margin: 10px 0;\n      border-radius: 8px;\n    }\n\n    .case-study-title {\n      font-weight: 700;\n      color: #7C3AED;\n      margin: 0 0 6px 0;\n      font-size: 14px;\n    }\n\n    .case-study-content {\n      margin: 0;\n      font-size: 13px;\n      line-height: 1.6;\n      color: #475569;\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n      .industry-applications-section {\n        padding: 50px 0;\n      }\n\n      .industry-applications-container {\n        padding: 0 20px;\n      }\n\n      .industry-applications-header {\n        margin-bottom: 32px;\n      }\n\n      .industry-applications-title {\n        font-size: 26px;\n      }\n\n      .industry-applications-description {\n        font-size: 14px;\n      }\n\n      .industry-applications-faq-list {\n        gap: 10px;\n      }\n\n      .industry-applications-question-header {\n        padding: 16px 18px;\n      }\n\n      .industry-applications-question-icon {\n        width: 36px;\n        height: 36px;\n      }\n\n      .industry-applications-question-icon svg {\n        width: 18px;\n        height: 18px;\n      }\n\n      .industry-applications-question-title {\n        font-size: 14px;\n      }\n\n      .industry-applications-answer-content {\n        padding: 0 18px 16px 18px;\n      }\n\n      .industry-applications-answer-text {\n        padding-left: 50px;\n        font-size: 13px;\n      }\n\n      .case-study {\n        padding: 10px 12px;\n      }\n\n      .case-study-title {\n        font-size: 13px;\n      }\n\n      .case-study-content {\n        font-size: 12px;\n      }\n    }\n\n    @media (max-width: 576px) {\n      .industry-applications-title {\n        font-size: 24px;\n      }\n\n      .industry-applications-question-header {\n        padding: 14px 16px;\n      }\n\n      .industry-applications-question-content {\n        gap: 12px;\n      }\n\n      .industry-applications-question-icon {\n        width: 34px;\n        height: 34px;\n      }\n\n      .industry-applications-question-icon svg {\n        width: 17px;\n        height: 17px;\n      }\n\n      .industry-applications-question-title {\n        font-size: 13px;\n      }\n\n      .industry-applications-toggle-icon {\n        width: 28px;\n        height: 28px;\n      }\n\n      .industry-applications-answer-content {\n        padding: 0 16px 14px 16px;\n      }\n\n      .industry-applications-answer-text {\n        padding-left: 46px;\n        font-size: 13px;\n      }\n    }\n  <\/style>\n\n  <div class=\"industry-applications-container\">\n    <!-- Section Header -->\n    <div class=\"industry-applications-header\">\n      <div class=\"industry-applications-badge\">\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n          <path d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n        Applications\n      <\/div>\n      <h2 class=\"industry-applications-title\">\n        <span class=\"highlight\">Industry Applications<\/span> & Customer Cases\n      <\/h2>\n      <p class=\"industry-applications-description\">\n        Explore real-world applications and success stories powered by SOLETKS solar solutions\n      <\/p>\n    <\/div>\n\n    <!-- FAQ List -->\n    <div class=\"industry-applications-faq-list\">\n      <!-- FAQ 1 -->\n      <div class=\"industry-applications-faq-item\">\n        <div class=\"industry-applications-question-header\">\n          <div class=\"industry-applications-question-content\">\n            <div class=\"industry-applications-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"industry-applications-question-title\">What industries use SOLETKS solar systems?<\/h3>\n          <\/div>\n          <div class=\"industry-applications-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"industry-applications-answer-wrapper\">\n          <div class=\"industry-applications-answer-inner\">\n            <div class=\"industry-applications-answer-content\">\n              <div class=\"industry-applications-answer-text\">\n                <p>SOLETKS solar systems are widely applied across multiple sectors including <strong>Residential & Commercial Buildings<\/strong> (homes, offices, shopping centers, hotels), <strong>Industrial Manufacturing<\/strong> (large-scale rooftop or ground-mounted installations), <strong>Agriculture & Rural Electrification<\/strong> (irrigation systems, greenhouses, off-grid communities), <strong>Public Infrastructure<\/strong> (schools, hospitals, government facilities), and <strong>Telecommunication & Transportation<\/strong> (base stations, EV charging stations, remote monitoring systems). SOLETKS solar technology helps every sector achieve energy independence and environmental responsibility.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 2 -->\n      <div class=\"industry-applications-faq-item\">\n        <div class=\"industry-applications-question-header\">\n          <div class=\"industry-applications-question-content\">\n            <div class=\"industry-applications-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"industry-applications-question-title\">Do you have any real customer success stories?<\/h3>\n          <\/div>\n          <div class=\"industry-applications-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"industry-applications-answer-wrapper\">\n          <div class=\"industry-applications-answer-inner\">\n            <div class=\"industry-applications-answer-content\">\n              <div class=\"industry-applications-answer-text\">\n                <p>Yes. SOLETKS has helped numerous clients worldwide achieve energy efficiency and sustainability goals.<\/p>\n                \n                <div class=\"case-study\">\n                  <p class=\"case-study-title\">Commercial Office Building \u2013 Malaysia<\/p>\n                  <p class=\"case-study-content\">A 200 kW rooftop solar system reduced electricity bills by 35% annually and achieved ROI within 4 years.<\/p>\n                <\/div>\n\n                <div class=\"case-study\">\n                  <p class=\"case-study-title\">Off-Grid Community Project \u2013 Kenya<\/p>\n                  <p class=\"case-study-content\">A hybrid solar-battery system now supplies continuous power to over 300 households, supporting education and healthcare facilities.<\/p>\n                <\/div>\n\n                <div class=\"case-study\">\n                  <p class=\"case-study-title\">Manufacturing Plant \u2013 Vietnam<\/p>\n                  <p class=\"case-study-content\">A 1 MW grid-tied solar installation helped the factory cut CO\u2082 emissions by 1,200 tons per year and gain green certification.<\/p>\n                <\/div>\n\n                <div class=\"case-study\">\n                  <p class=\"case-study-title\">Agricultural Farm \u2013 Australia<\/p>\n                  <p class=\"case-study-content\">A solar-powered irrigation system improved water use efficiency by 40% and stabilized crop production in dry seasons.<\/p>\n                <\/div>\n\n                <p>Each success story demonstrates how SOLETKS contributes to cleaner, more resilient energy systems worldwide.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 3 -->\n      <div class=\"industry-applications-faq-item\">\n        <div class=\"industry-applications-question-header\">\n          <div class=\"industry-applications-question-content\">\n            <div class=\"industry-applications-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"industry-applications-question-title\">How does SOLETKS compare to competitors?<\/h3>\n          <\/div>\n          <div class=\"industry-applications-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"industry-applications-answer-wrapper\">\n          <div class=\"industry-applications-answer-inner\">\n            <div class=\"industry-applications-answer-content\">\n              <div class=\"industry-applications-answer-text\">\n                <p>SOLETKS stands out for <strong>high-efficiency PV modules<\/strong> ensuring greater energy yield per square meter, <strong>smart system control<\/strong> via advanced inverters and monitoring software, <strong>durable materials<\/strong> designed for long-term reliability under extreme weather, <strong>flexible installation options<\/strong> for rooftop, ground, and carport systems, plus <strong>global technical support<\/strong> with local service partners for faster response. Compared with competitors, SOLETKS offers a better balance between performance, cost-effectiveness, and long-term value.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 4 -->\n      <div class=\"industry-applications-faq-item\">\n        <div class=\"industry-applications-question-header\">\n          <div class=\"industry-applications-question-content\">\n            <div class=\"industry-applications-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"industry-applications-question-title\">Which solar system is best for my needs?<\/h3>\n          <\/div>\n          <div class=\"industry-applications-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"industry-applications-answer-wrapper\">\n          <div class=\"industry-applications-answer-inner\">\n            <div class=\"industry-applications-answer-content\">\n              <div class=\"industry-applications-answer-text\">\n                <p>SOLETKS provides tailored solar solutions for every application. For <strong>Residential<\/strong> needs, we offer compact hybrid systems with storage for energy independence. <strong>Commercial<\/strong> clients benefit from high-capacity grid-tied systems for cost savings and ESG compliance. <strong>Industrial<\/strong> applications utilize scalable solar farms and smart energy management systems. <strong>Agricultural<\/strong> operations can leverage solar water pumps and microgrids for off-grid farming. Our engineers will design the most efficient and economical configuration based on your site conditions and energy goals.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 5 -->\n      <div class=\"industry-applications-faq-item\">\n        <div class=\"industry-applications-question-header\">\n          <div class=\"industry-applications-question-content\">\n            <div class=\"industry-applications-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"industry-applications-question-title\">How popular is SOLETKS in international markets?<\/h3>\n          <\/div>\n          <div class=\"industry-applications-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"industry-applications-answer-wrapper\">\n          <div class=\"industry-applications-answer-inner\">\n            <div class=\"industry-applications-answer-content\">\n              <div class=\"industry-applications-answer-text\">\n                <p>SOLETKS solar products are installed in <strong>more than 60 countries<\/strong>, including Japan, Australia, Germany, the UAE, South Africa, and Chile. They are trusted by developers, EPC companies, and government programs focused on clean energy transition.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 6 -->\n      <div class=\"industry-applications-faq-item\">\n        <div class=\"industry-applications-question-header\">\n          <div class=\"industry-applications-question-content\">\n            <div class=\"industry-applications-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"industry-applications-question-title\">Why do customers choose SOLETKS?<\/h3>\n          <\/div>\n          <div class=\"industry-applications-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"industry-applications-answer-wrapper\">\n          <div class=\"industry-applications-answer-inner\">\n            <div class=\"industry-applications-answer-content\">\n              <div class=\"industry-applications-answer-text\">\n                <p>Customers choose SOLETKS for reliable system performance and durability, advanced technology with AI monitoring and remote control, customized solutions for different energy needs, fast delivery and responsive after-sales support, plus a proven track record in diverse global projects. SOLETKS continues to empower customers toward a sustainable energy future.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 7 -->\n      <div class=\"industry-applications-faq-item\">\n        <div class=\"industry-applications-question-header\">\n          <div class=\"industry-applications-question-content\">\n            <div class=\"industry-applications-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"industry-applications-question-title\">Can I visit your factory before purchasing?<\/h3>\n          <\/div>\n          <div class=\"industry-applications-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"industry-applications-answer-wrapper\">\n          <div class=\"industry-applications-answer-inner\">\n            <div class=\"industry-applications-answer-content\">\n              <div class=\"industry-applications-answer-text\">\n                <p>Absolutely. We welcome all partners to visit our manufacturing base and R&D center in China. Visitors can observe our production lines, test product quality, and discuss customized project solutions. If travel isn't possible, we also offer <strong>virtual factory tours<\/strong> and live demonstrations via video conference.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function() {\n  'use strict';\n  \n  const industryApplicationsFaqItems = document.querySelectorAll('.industry-applications-faq-item');\n  \n  industryApplicationsFaqItems.forEach((item) => {\n    const header = item.querySelector('.industry-applications-question-header');\n    \n    header.addEventListener('click', function() {\n      const isActive = item.classList.contains('active');\n      \n      industryApplicationsFaqItems.forEach(otherItem => {\n        if (otherItem !== item) {\n          otherItem.classList.remove('active');\n        }\n      });\n      \n      item.classList.toggle('active');\n    });\n  });\n  \n  if (industryApplicationsFaqItems.length > 0) {\n    industryApplicationsFaqItems[0].classList.add('active');\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f83ad76 e-con-full e-flex e-con e-parent\" data-id=\"f83ad76\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7e17b8 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"a7e17b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- FAQ Content Section -->\n<section class=\"faq-content-section\">\n  <style>\n    .faq-content-section {\n      position: relative;\n      width: 100%;\n      background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);\n      padding: 60px 0;\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      overflow: hidden;\n    }\n\n    \/* \u80cc\u666f\u88c5\u9970 *\/\n    .faq-content-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),\n                  radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.05) 0%, transparent 50%);\n      pointer-events: none;\n    }\n\n    .faq-content-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* Section Header *\/\n    .faq-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .faq-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 6px 16px;\n      background: linear-gradient(135deg, #EFF6FF, #DBEAFE);\n      border: 1px solid #BFDBFE;\n      border-radius: 50px;\n      font-size: 12px;\n      font-weight: 600;\n      color: #1E40AF;\n      margin-bottom: 16px;\n      letter-spacing: 0.5px;\n    }\n\n    .faq-content-title {\n      font-size: 32px;\n      font-weight: 900;\n      color: #0f172a;\n      margin: 0 0 10px 0;\n      letter-spacing: -0.5px;\n      line-height: 1.2;\n    }\n\n    .faq-content-title .highlight {\n      background: linear-gradient(135deg, #3B82F6, #8B5CF6);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .faq-subtitle {\n      font-size: 15px;\n      color: #64748b;\n      margin: 0;\n      line-height: 1.5;\n    }\n\n    \/* FAQ List *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* FAQ Item *\/\n    .faq-accordion-item {\n      background: white;\n      border: 1px solid #e2e8f0;\n      border-radius: 16px;\n      overflow: hidden;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\n    }\n\n    .faq-accordion-item:hover {\n      border-color: #cbd5e1;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n      transform: translateY(-1px);\n    }\n\n    .faq-accordion-item.active {\n      border-color: #3B82F6;\n      box-shadow: 0 8px 25px rgba(59, 130, 246, 0.12);\n    }\n\n    \/* FAQ Question Header *\/\n    .faq-question-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 18px 24px;\n      cursor: pointer;\n      user-select: none;\n      transition: all 0.3s ease;\n      position: relative;\n    }\n\n    .faq-question-header::before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 3px;\n      height: 100%;\n      background: linear-gradient(180deg, #3B82F6, #8B5CF6);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .faq-accordion-item.active .faq-question-header::before {\n      opacity: 1;\n    }\n\n    .faq-question-content {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      flex: 1;\n    }\n\n    .faq-question-icon {\n      width: 40px;\n      height: 40px;\n      background: linear-gradient(135deg, #EFF6FF, #DBEAFE);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .faq-question-icon::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(135deg, #3B82F6, #8B5CF6);\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .faq-accordion-item.active .faq-question-icon::before {\n      opacity: 1;\n    }\n\n    .faq-question-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #3B82F6;\n      stroke-width: 2;\n      transition: all 0.3s ease;\n      position: relative;\n      z-index: 1;\n    }\n\n    .faq-accordion-item.active .faq-question-icon svg {\n      stroke: white;\n      transform: scale(1.05);\n    }\n\n    .faq-question-title {\n      font-size: 15px;\n      font-weight: 700;\n      color: #0f172a;\n      margin: 0;\n      line-height: 1.4;\n      transition: color 0.3s ease;\n    }\n\n    .faq-accordion-item.active .faq-question-title {\n      color: #3B82F6;\n    }\n\n    .faq-toggle-icon {\n      width: 32px;\n      height: 32px;\n      background: #f1f5f9;\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .faq-accordion-item.active .faq-toggle-icon {\n      background: #3B82F6;\n      transform: rotate(180deg);\n    }\n\n    .faq-toggle-icon svg {\n      width: 18px;\n      height: 18px;\n      stroke: #64748b;\n      stroke-width: 2.5;\n      transition: stroke 0.3s ease;\n    }\n\n    .faq-accordion-item.active .faq-toggle-icon svg {\n      stroke: white;\n    }\n\n    \/* FAQ Answer *\/\n    .faq-answer-wrapper {\n      display: grid;\n      grid-template-rows: 0fr;\n      transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .faq-accordion-item.active .faq-answer-wrapper {\n      grid-template-rows: 1fr;\n    }\n\n    .faq-answer-inner {\n      overflow: hidden;\n    }\n\n    .faq-answer-content {\n      padding: 0 24px 18px 24px;\n      opacity: 0;\n      transform: translateY(-8px);\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .faq-accordion-item.active .faq-answer-content {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .faq-answer-text {\n      padding-left: 54px;\n      font-size: 14px;\n      line-height: 1.7;\n      color: #475569;\n      margin: 0;\n    }\n\n    .faq-answer-text p {\n      margin: 0 0 10px 0;\n    }\n\n    .faq-answer-text p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* CTA Section *\/\n    .faq-cta {\n      margin-top: 40px;\n      text-align: center;\n      padding: 32px;\n      background: linear-gradient(135deg, #EFF6FF, #F5F3FF);\n      border-radius: 20px;\n      border: 1px solid #E0E7FF;\n    }\n\n    .faq-cta-title {\n      font-size: 20px;\n      font-weight: 800;\n      color: #0f172a;\n      margin: 0 0 8px 0;\n    }\n\n    .faq-cta-text {\n      font-size: 14px;\n      color: #64748b;\n      margin: 0 0 20px 0;\n    }\n\n    .faq-cta-button {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 12px 28px;\n      background: linear-gradient(135deg, #3B82F6, #8B5CF6);\n      color: white;\n      font-size: 14px;\n      font-weight: 600;\n      border: none;\n      border-radius: 10px;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 16px rgba(59, 130, 246, 0.25);\n      text-decoration: none;\n    }\n\n    .faq-cta-button:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 6px 24px rgba(59, 130, 246, 0.35);\n    }\n\n    .faq-cta-button svg {\n      width: 18px;\n      height: 18px;\n    }\n\n    \/* Responsive Design *\/\n    @media (max-width: 768px) {\n      .faq-content-section {\n        padding: 50px 0;\n      }\n\n      .faq-content-container {\n        padding: 0 20px;\n      }\n\n      .faq-header {\n        margin-bottom: 32px;\n      }\n\n      .faq-content-title {\n        font-size: 26px;\n      }\n\n      .faq-subtitle {\n        font-size: 14px;\n      }\n\n      .faq-list {\n        gap: 10px;\n      }\n\n      .faq-question-header {\n        padding: 16px 18px;\n      }\n\n      .faq-question-icon {\n        width: 36px;\n        height: 36px;\n      }\n\n      .faq-question-icon svg {\n        width: 18px;\n        height: 18px;\n      }\n\n      .faq-question-title {\n        font-size: 14px;\n      }\n\n      .faq-answer-content {\n        padding: 0 18px 16px 18px;\n      }\n\n      .faq-answer-text {\n        padding-left: 50px;\n        font-size: 13px;\n      }\n\n      .faq-cta {\n        margin-top: 32px;\n        padding: 28px 20px;\n      }\n\n      .faq-cta-title {\n        font-size: 18px;\n      }\n\n      .faq-cta-text {\n        font-size: 13px;\n      }\n    }\n\n    @media (max-width: 576px) {\n      .faq-content-title {\n        font-size: 24px;\n      }\n\n      .faq-question-header {\n        padding: 14px 16px;\n      }\n\n      .faq-question-content {\n        gap: 12px;\n      }\n\n      .faq-question-icon {\n        width: 34px;\n        height: 34px;\n      }\n\n      .faq-question-icon svg {\n        width: 17px;\n        height: 17px;\n      }\n\n      .faq-question-title {\n        font-size: 13px;\n      }\n\n      .faq-toggle-icon {\n        width: 28px;\n        height: 28px;\n      }\n\n      .faq-answer-content {\n        padding: 0 16px 14px 16px;\n      }\n\n      .faq-answer-text {\n        padding-left: 46px;\n        font-size: 13px;\n      }\n    }\n  <\/style>\n\n  <div class=\"faq-content-container\">\n    <!-- Section Header -->\n    <div class=\"faq-header\">\n      <div class=\"faq-badge\">\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n          <path d=\"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n        FAQ\n      <\/div>\n      <h2 class=\"faq-content-title\">\n        Frequently Asked Questions About <span class=\"highlight\">SOLETKS Solar<\/span>\n      <\/h2>\n      <p class=\"faq-subtitle\">Everything you need to know about our solar thermal systems<\/p>\n    <\/div>\n\n    <!-- FAQ List -->\n    <div class=\"faq-list\">\n      <!-- FAQ 1 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">Why should I choose SOLETKS for my solar system?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>SOLETKS is a leading solar technology enterprise with over 15 years of experience in solar thermal system manufacturing. Our products are trusted worldwide for their high efficiency, durability, and innovation \u2014 backed by 117 patented technologies. We provide complete technical support, installation guidance, and after-sales service to ensure your system performs reliably for decades.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 2 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">Does SOLETKS have its own manufacturing facilities?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>Yes, SOLETKS has six production bases and seven branch companies, including BTE Solar, Jinheng Solar, and FITI Solar. Our largest factory covers over 4,500\u33a1 and is equipped with advanced automated production lines. We welcome partners and customers from around the world to visit and inspect our facilities.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 3 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">Can I customize my solar system to meet specific requirements?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>Absolutely. SOLETKS offers customized solar energy systems to meet the unique needs of residential, commercial, and industrial projects. You can choose the collector type, tank capacity, installation layout, and even system color and finish. Our engineering team works closely with you to design a solution that perfectly matches your requirements.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 4 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">What payment methods do you accept for international orders?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>We accept T\/T, L\/C, and Alibaba Trade Assurance for secure international payments. For large projects, phased payments can be arranged based on production milestones to ensure transparency and financial flexibility throughout the project lifecycle.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 5 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">How do you handle international shipping and logistics?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>SOLETKS provides multiple transportation options \u2014 sea, air, and rail freight \u2014 depending on destination and project size. All systems are packed with export-grade materials to ensure safe delivery. We also provide real-time logistics tracking for all international shipments.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 6 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">What is the typical delivery timeframe for orders?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>Production and delivery usually take 15\u201330 days, depending on the order size and customization requirements. We ensure every shipment is tested, certified, and delivered on schedule without compromising on quality or safety standards.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 7 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">What warranty and support do you provide?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>SOLETKS offers a one-year warranty for the entire system and lifetime technical support. Our service team provides ongoing maintenance guidance and spare parts supply to keep your system running efficiently and maximize your return on investment.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- FAQ 8 -->\n      <div class=\"faq-accordion-item\">\n        <div class=\"faq-question-header\">\n          <div class=\"faq-question-content\">\n            <div class=\"faq-question-icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                <path d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"faq-question-title\">How can I determine the right solar system for my needs?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\">\n              <path d=\"M19 9l-7 7-7-7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n        <\/div>\n        <div class=\"faq-answer-wrapper\">\n          <div class=\"faq-answer-inner\">\n            <div class=\"faq-answer-content\">\n              <div class=\"faq-answer-text\">\n                <p>Our experts will help you select the most suitable solar solution based on your application \u2014 whether it's residential hot water, commercial heating, industrial drying, or agricultural use. We provide system simulations and energy-saving analysis before purchase to ensure optimal performance and maximum value.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- CTA Section -->\n    <div class=\"faq-cta\">\n      <h3 class=\"faq-cta-title\">Still have questions?<\/h3>\n      <p class=\"faq-cta-text\">Our solar experts are ready to help you find the perfect solution<\/p>\n      <a href=\"#contact\" class=\"faq-cta-button\">\n        <span>Contact Us Now<\/span>\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n          <path d=\"M17 8l4 4m0 0l-4 4m4-4H3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\/>\n        <\/svg>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function() {\n  'use strict';\n  \n  const faqItems = document.querySelectorAll('.faq-accordion-item');\n  \n  faqItems.forEach((item) => {\n    const header = item.querySelector('.faq-question-header');\n    \n    header.addEventListener('click', function() {\n      const isActive = item.classList.contains('active');\n      \n      faqItems.forEach(otherItem => {\n        if (otherItem !== item) {\n          otherItem.classList.remove('active');\n        }\n      });\n      \n      item.classList.toggle('active');\n    });\n  });\n  \n  if (faqItems.length > 0) {\n    faqItems[0].classList.add('active');\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>? Frequently Asked Questions Have Questions? We&#8217;ve Got Solar Answers! Learn everything you need to know about SOLETKS solar systems and how we support your clean energy journey. Performance System Performance and Operation Learn about the performance, efficiency, and functionality of SOLETKS solar energy systems What is the efficiency of SOLETKS solar systems? SOLETKS solar [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-470","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/pages\/470","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/comments?post=470"}],"version-history":[{"count":43,"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/pages\/470\/revisions"}],"predecessor-version":[{"id":519,"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/pages\/470\/revisions\/519"}],"wp:attachment":[{"href":"https:\/\/service.soletksolar.com\/fa\/wp-json\/wp\/v2\/media?parent=470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}