{"id":892,"date":"2025-11-17T01:06:41","date_gmt":"2025-11-17T01:06:41","guid":{"rendered":"https:\/\/service.soletksolar.com\/?page_id=892"},"modified":"2025-11-18T05:21:15","modified_gmt":"2025-11-18T05:21:15","slug":"contact","status":"publish","type":"page","link":"https:\/\/service.soletksolar.com\/sk\/contact\/","title":{"rendered":"Kontakt"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"892\" class=\"elementor elementor-892\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f1f47f e-con-full e-flex e-con e-parent\" data-id=\"2f1f47f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe61ab5 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"fe61ab5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Ultra Compact Contact Section with Integrated Map -->\n<section class=\"ultra-compact-contact\">\n  <style>\n    .ultra-compact-contact {\n      padding: 50px 20px;\n      background: #ffffff;\n    }\n\n    .ultra-compact-container {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    \/* Header Section *\/\n    .contact-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n\n    .contact-subtitle {\n      display: inline-block;\n      font-size: 12px;\n      font-weight: 700;\n      color: #3b82f6;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      margin-bottom: 12px;\n      padding: 6px 16px;\n      background: linear-gradient(135deg, #eff6ff, #dbeafe);\n      border-radius: 20px;\n      border: 1px solid #bfdbfe;\n    }\n\n    .contact-title {\n      font-size: 36px;\n      font-weight: 800;\n      color: #0f172a;\n      line-height: 1.2;\n      margin-bottom: 16px;\n      background: linear-gradient(135deg, #0f172a, #334155);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    .contact-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    .contact-description {\n      font-size: 15px;\n      color: #64748b;\n      line-height: 1.7;\n      max-width: 700px;\n      margin: 0 auto 24px;\n    }\n\n    \/* Features Grid *\/\n    .contact-features {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n      max-width: 800px;\n      margin: 0 auto 32px;\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 14px;\n      background: #ffffff;\n      border: 1px solid #e2e8f0;\n      border-radius: 8px;\n      transition: all 0.3s ease;\n    }\n\n    .feature-item:hover {\n      border-color: #3b82f6;\n      transform: translateY(-2px);\n      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);\n    }\n\n    .feature-icon {\n      width: 20px;\n      height: 20px;\n      background: linear-gradient(135deg, #3b82f6, #8b5cf6);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n\n    .feature-icon svg {\n      width: 12px;\n      height: 12px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2.5;\n    }\n\n    .feature-text {\n      font-size: 13px;\n      font-weight: 600;\n      color: #334155;\n    }\n\n    \/* Trust Badge *\/\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 8px 16px;\n      background: linear-gradient(135deg, #fef3c7, #fde68a);\n      border: 1px solid #fbbf24;\n      border-radius: 20px;\n      font-size: 13px;\n      font-weight: 600;\n      color: #92400e;\n    }\n\n    .trust-badge svg {\n      width: 16px;\n      height: 16px;\n      fill: #f59e0b;\n    }\n\n    \/* Divider *\/\n    .section-divider {\n      height: 1px;\n      background: linear-gradient(90deg, transparent, #e2e8f0, transparent);\n      margin: 32px 0;\n    }\n\n    \/* Main Layout - \u5355\u5217\u7d27\u51d1 *\/\n    .ultra-compact-content {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    \/* Contact Grid - \u5355\u5217\u5782\u76f4\u6392\u5217 *\/\n    .ultra-contact-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 8px;\n    }\n\n    .ultra-contact-item {\n      background: #ffffff;\n      border: 1px solid #e2e8f0;\n      border-radius: 8px;\n      padding: 10px 14px;\n      transition: all 0.3s ease;\n      position: relative;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .ultra-contact-item::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 2px;\n      background: linear-gradient(90deg, #3b82f6, #8b5cf6);\n      border-radius: 8px 8px 0 0;\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .ultra-contact-item:hover {\n      border-color: #3b82f6;\n      transform: translateY(-1px);\n      box-shadow: 0 2px 10px rgba(59, 130, 246, 0.12);\n    }\n\n    .ultra-contact-item:hover::before {\n      opacity: 1;\n    }\n\n    .ultra-item-icon {\n      width: 30px;\n      height: 30px;\n      background: linear-gradient(135deg, #eff6ff, #dbeafe);\n      border-radius: 6px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      transition: all 0.3s ease;\n    }\n\n    .ultra-contact-item:hover .ultra-item-icon {\n      background: linear-gradient(135deg, #3b82f6, #8b5cf6);\n    }\n\n    .ultra-item-icon svg {\n      width: 15px;\n      height: 15px;\n      stroke: #3b82f6;\n      fill: none;\n      stroke-width: 2;\n      transition: stroke 0.3s ease;\n    }\n\n    .ultra-contact-item:hover .ultra-item-icon svg {\n      stroke: white;\n    }\n\n    .ultra-item-label {\n      font-size: 10px;\n      font-weight: 700;\n      color: #94a3b8;\n      text-transform: uppercase;\n      letter-spacing: 0.4px;\n      min-width: 70px;\n    }\n\n    .ultra-item-value {\n      font-size: 13px;\n      font-weight: 600;\n      color: #0f172a;\n      line-height: 1.4;\n      flex: 1;\n    }\n\n    .ultra-item-value a {\n      color: #0f172a;\n      text-decoration: none;\n      transition: color 0.3s ease;\n    }\n\n    .ultra-item-value a:hover {\n      color: #3b82f6;\n    }\n\n    \/* Quick Actions - \u7d27\u51d1\u6309\u94ae *\/\n    .ultra-quick-actions {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 10px;\n      margin-top: 8px;\n    }\n\n    .ultra-action-btn {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n      padding: 10px 14px;\n      font-size: 13px;\n      font-weight: 600;\n      border-radius: 8px;\n      text-decoration: none;\n      transition: all 0.3s ease;\n      border: 2px solid transparent;\n      color: white;\n    }\n\n    \/* Email \u6309\u94ae - \u6a59\u8272 \ud83d\udd25 *\/\n    .ultra-action-btn.email-btn {\n      background: linear-gradient(135deg, #f97316, #ea580c);\n      box-shadow: 0 3px 10px rgba(249, 115, 22, 0.25);\n    }\n\n    .ultra-action-btn.email-btn:hover {\n      background: linear-gradient(135deg, #ea580c, #c2410c);\n      transform: translateY(-2px);\n      box-shadow: 0 5px 16px rgba(249, 115, 22, 0.35);\n    }\n\n    \/* WhatsApp \u6309\u94ae - \u7eff\u8272 *\/\n    .ultra-action-btn.whatsapp-btn {\n      background: linear-gradient(135deg, #10b981, #059669);\n      box-shadow: 0 3px 10px rgba(16, 185, 129, 0.25);\n    }\n\n    .ultra-action-btn.whatsapp-btn:hover {\n      background: linear-gradient(135deg, #059669, #047857);\n      transform: translateY(-2px);\n      box-shadow: 0 5px 16px rgba(16, 185, 129, 0.35);\n    }\n\n    \/* Phone \u6309\u94ae - \u7d2b\u8272 *\/\n    .ultra-action-btn.phone-btn {\n      background: linear-gradient(135deg, #8b5cf6, #7c3aed);\n      box-shadow: 0 3px 10px rgba(139, 92, 246, 0.25);\n    }\n\n    .ultra-action-btn.phone-btn:hover {\n      background: linear-gradient(135deg, #7c3aed, #6d28d9);\n      transform: translateY(-2px);\n      box-shadow: 0 5px 16px rgba(139, 92, 246, 0.35);\n    }\n\n    .ultra-action-btn svg {\n      width: 14px;\n      height: 14px;\n      stroke: white;\n      fill: none;\n    }\n\n    \/* Map Module Integration *\/\n    .premium-map-module {\n      margin-top: 40px;\n      border-radius: 16px;\n      overflow: hidden;\n      box-shadow: 0 10px 40px rgba(59, 130, 246, 0.15);\n    }\n\n    .map-container {\n      position: relative;\n      background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);\n      border-radius: 16px;\n      padding: 3px;\n    }\n\n    .map-inner {\n      background: white;\n      border-radius: 13px;\n      overflow: hidden;\n      position: relative;\n    }\n\n    \/* \u9876\u90e8\u88c5\u9970\u6761 *\/\n    .map-header-bar {\n      background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);\n      padding: 20px 30px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n\n    .map-title-section {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .map-icon {\n      width: 40px;\n      height: 40px;\n      background: rgba(255, 255, 255, 0.2);\n      backdrop-filter: blur(10px);\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      border: 2px solid rgba(255, 255, 255, 0.3);\n    }\n\n    .map-title-text h3 {\n      color: white;\n      font-size: 18px;\n      font-weight: 700;\n      margin: 0 0 3px 0;\n      letter-spacing: -0.3px;\n    }\n\n    .map-title-text p {\n      color: rgba(255, 255, 255, 0.9);\n      font-size: 12px;\n      margin: 0;\n      font-weight: 500;\n    }\n\n    .map-coordinates {\n      background: rgba(255, 255, 255, 0.15);\n      backdrop-filter: blur(10px);\n      padding: 8px 16px;\n      border-radius: 50px;\n      color: white;\n      font-size: 11px;\n      font-weight: 600;\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    \/* \u5730\u56fe\u4e3b\u4f53 *\/\n    .map-body {\n      position: relative;\n      height: 450px;\n    }\n\n    .map-display {\n      position: relative;\n      height: 100%;\n      background: #e2e8f0;\n    }\n\n    .map-display iframe {\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    \/* \u5730\u56fe\u4e0a\u7684\u6d6e\u52a8\u6807\u7b7e *\/\n    .map-overlay-badge {\n      position: absolute;\n      top: 16px;\n      right: 16px;\n      background: white;\n      padding: 10px 16px;\n      border-radius: 50px;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 11px;\n      font-weight: 600;\n      color: #1e293b;\n      z-index: 10;\n      animation: float 3s ease-in-out infinite;\n    }\n\n    @keyframes float {\n      0%, 100% { transform: translateY(0px); }\n      50% { transform: translateY(-6px); }\n    }\n\n    .status-dot {\n      width: 8px;\n      height: 8px;\n      background: #10b981;\n      border-radius: 50%;\n      animation: pulse 2s ease-in-out infinite;\n      box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);\n    }\n\n    @keyframes pulse {\n      0% { \n        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);\n      }\n      70% {\n        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);\n      }\n      100% {\n        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);\n      }\n    }\n\n    \/* \u5e95\u90e8\u7edf\u8ba1\u680f *\/\n    .map-stats-bar {\n      background: linear-gradient(135deg, #1e293b 0%, #334155 100%);\n      padding: 24px 30px;\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 24px;\n    }\n\n    .stat-item {\n      text-align: center;\n      padding: 8px;\n      position: relative;\n    }\n\n    .stat-item:not(:last-child)::after {\n      content: '';\n      position: absolute;\n      right: -12px;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 1px;\n      height: 45px;\n      background: linear-gradient(180deg, \n        rgba(255, 255, 255, 0) 0%, \n        rgba(255, 255, 255, 0.2) 50%, \n        rgba(255, 255, 255, 0) 100%);\n    }\n\n    .stat-value {\n      font-size: 28px;\n      font-weight: 700;\n      background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      margin-bottom: 6px;\n      line-height: 1;\n    }\n\n    .stat-label {\n      font-size: 10px;\n      color: rgba(255, 255, 255, 0.7);\n      text-transform: uppercase;\n      letter-spacing: 0.8px;\n      font-weight: 600;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .ultra-compact-contact {\n        padding: 40px 16px;\n      }\n\n      .contact-title {\n        font-size: 28px;\n      }\n\n      .contact-description {\n        font-size: 14px;\n      }\n\n      .contact-features {\n        grid-template-columns: 1fr;\n        gap: 10px;\n      }\n\n      .ultra-contact-item {\n        padding: 8px 12px;\n        gap: 8px;\n      }\n\n      .ultra-item-icon {\n        width: 26px;\n        height: 26px;\n      }\n\n      .ultra-item-icon svg {\n        width: 13px;\n        height: 13px;\n      }\n\n      .ultra-item-label {\n        min-width: 60px;\n        font-size: 9px;\n      }\n\n      .ultra-item-value {\n        font-size: 12px;\n      }\n\n      .ultra-quick-actions {\n        grid-template-columns: 1fr;\n        gap: 8px;\n      }\n\n      .ultra-action-btn {\n        padding: 9px 12px;\n        font-size: 12px;\n      }\n\n      .ultra-action-btn svg {\n        width: 13px;\n        height: 13px;\n      }\n\n      .map-header-bar {\n        padding: 16px 20px;\n      }\n\n      .map-title-text h3 {\n        font-size: 16px;\n      }\n\n      .map-body {\n        height: 350px;\n      }\n\n      .map-stats-bar {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n        padding: 20px;\n      }\n\n      .stat-item:nth-child(2)::after {\n        display: none;\n      }\n\n      .stat-value {\n        font-size: 24px;\n      }\n    }\n  <\/style>\n\n  <div class=\"ultra-compact-container\">\n    <!-- Header Section -->\n    <div class=\"contact-header\">\n      <div class=\"contact-subtitle\">Za\u010dnite svoj projekt<\/div>\n      <h2 class=\"contact-title\">\n        Pripraven\u00ed za\u010da\u0165 svoj<br>\n        <span class=\"highlight\">Sol\u00e1rny vykurovac\u00ed projekt?<\/span>\n      <\/h2>\n      <p class=\"contact-description\">\n        N\u00e1\u0161 technick\u00fd t\u00edm je tu, aby v\u00e1m pomohol. Kontaktujte n\u00e1s e\u0161te dnes pre \u0161pecifik\u00e1cie, ceny a prisp\u00f4soben\u00e9 rie\u0161enia. Poskytujeme profesion\u00e1lne poradenstvo, podrobn\u00fa technick\u00fa dokument\u00e1ciu a konkurencieschopn\u00e9 ceny, aby sme v\u00e1m pomohli urobi\u0165 najlep\u0161iu vo\u013ebu pre va\u0161e potreby sol\u00e1rneho vykurovania.\n      <\/p>\n\n      <!-- Features Grid -->\n      <div class=\"contact-features\">\n        <div class=\"feature-item\">\n          <div class=\"feature-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <polyline points=\"20 6 9 17 4 12\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"feature-text\">Bezplatn\u00e1 konzult\u00e1cia<\/span>\n        <\/div>\n        <div class=\"feature-item\">\n          <div class=\"feature-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/>\n              <polyline points=\"14 2 14 8 20 8\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"feature-text\">Podrobn\u00e9 \u0161pecifik\u00e1cie<\/span>\n        <\/div>\n        <div class=\"feature-item\">\n          <div class=\"feature-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <path d=\"M12 20h9\"\/>\n              <path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"feature-text\">Prisp\u00f4soben\u00e9 rie\u0161enia<\/span>\n        <\/div>\n        <div class=\"feature-item\">\n          <div class=\"feature-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\n              <circle cx=\"9\" cy=\"7\" r=\"4\"\/>\n              <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/>\n              <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\n            <\/svg>\n          <\/div>\n          <span class=\"feature-text\">Viac ako 10 000 z\u00e1kazn\u00edkov<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Trust Badge -->\n      <div class=\"trust-badge\">\n        <svg viewbox=\"0 0 24 24\">\n          <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\n        <\/svg>\n        D\u00f4veruj\u00fa mu viac ako 10 000 z\u00e1kazn\u00edkov po celom svete\n      <\/div>\n    <\/div>\n\n    <!-- Divider -->\n    <div class=\"section-divider\"><\/div>\n\n    <!-- Contact Content -->\n    <div class=\"ultra-compact-content\">\n      <!-- Contact Grid -->\n      <div class=\"ultra-contact-grid\">\n        <!-- WhatsApp -->\n        <div class=\"ultra-contact-item\">\n          <div class=\"ultra-item-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"ultra-item-label\">WhatsApp<\/div>\n          <div class=\"ultra-item-value\">\n            <a href=\"https:\/\/wa.me\/8615318896990\" target=\"_blank\">+86 15318896990<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Phone -->\n        <div class=\"ultra-contact-item\">\n          <div class=\"ultra-item-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"ultra-item-label\">Telef\u00f3n<\/div>\n          <div class=\"ultra-item-value\">\n            <a href=\"tel:+8615318896990\">+86 15318896990<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Email -->\n        <div class=\"ultra-contact-item\">\n          <div class=\"ultra-item-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/>\n              <polyline points=\"22,6 12,13 2,6\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"ultra-item-label\">E-mail<\/div>\n          <div class=\"ultra-item-value\">\n            <a href=\"mailto:export@soletksolar.com\">export@soletksolar.com<\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Address -->\n        <div class=\"ultra-contact-item\">\n          <div class=\"ultra-item-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n              <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/>\n              <circle cx=\"12\" cy=\"10\" r=\"3\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"ultra-item-label\">Adresa<\/div>\n          <div class=\"ultra-item-value\">\n            No.2228, Jinghua Avenue, Ekonomicko-technologick\u00e1 rozvojov\u00e1 z\u00f3na, Dezhou, \u0160andong, \u010c\u00edna\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Quick Actions -->\n      <div class=\"ultra-quick-actions\">\n        <a href=\"mailto:export@soletksolar.com\" class=\"ultra-action-btn email-btn\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n            <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/>\n            <polyline points=\"22,6 12,13 2,6\"\/>\n          <\/svg>\n          Odosla\u0165 e-mail\n        <\/a>\n        <a href=\"https:\/\/wa.me\/8615318896990\" target=\"_blank\" class=\"ultra-action-btn whatsapp-btn\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n            <path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"\/>\n          <\/svg>\n          Chat na WhatsApp\n        <\/a>\n        <a href=\"tel:+8615318896990\" class=\"ultra-action-btn phone-btn\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/>\n          <\/svg>\n          Zavolajte teraz\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Integrated Map Module -->\n    <div class=\"premium-map-module\">\n      <div class=\"map-container\">\n        <div class=\"map-inner\">\n          \n          <!-- Map Header -->\n          <div class=\"map-header-bar\">\n            <div class=\"map-title-section\">\n              <div class=\"map-icon\">\ud83c\udf0d<\/div>\n              <div class=\"map-title-text\">\n                <h3>Hlavn\u00e9 s\u00eddlo spolo\u010dnosti SOLETKS Solar<\/h3>\n                <p>Mesto Dezhou, provincia \u0160andong, \u010c\u00edna<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"map-coordinates\">\n              <span>\ud83d\udccd<\/span>\n              <span>37.4513\u00b0S, 116.3590\u00b0V<\/span>\n            <\/div>\n          <\/div>\n\n          <!-- Map Body -->\n          <div class=\"map-body\">\n            <div class=\"map-display\">\n              <!-- Floating Badge -->\n              <div class=\"map-overlay-badge\">\n                <div class=\"status-dot\"><\/div>\n                <span>Moment\u00e1lne prev\u00e1dzkuje<\/span>\n              <\/div>\n              \n              <!-- Google Maps -->\n              <iframe \n                src=\"https:\/\/maps.google.com\/maps?q=37.4513,116.3590&hl=en&z=13&output=embed\"\n                allowfullscreen=\"\" \n                loading=\"lazy\" \n                referrerpolicy=\"no-referrer-when-downgrade\">\n              <\/iframe>\n            <\/div>\n          <\/div>\n\n          <!-- Stats Bar -->\n          <div class=\"map-stats-bar\">\n            <div class=\"stat-item\">\n              <div class=\"stat-value\">15+<\/div>\n              <div class=\"stat-label\">Rokov sk\u00fasenost\u00ed<\/div>\n            <\/div>\n            <div class=\"stat-item\">\n              <div class=\"stat-value\">50+<\/div>\n              <div class=\"stat-label\">Kraj\u00edn obsluhovan\u00fdch<\/div>\n            <\/div>\n            <div class=\"stat-item\">\n              <div class=\"stat-value\">Viac ako 10 000<\/div>\n              <div class=\"stat-label\">Dokon\u010den\u00fdch projektov<\/div>\n            <\/div>\n            <div class=\"stat-item\">\n              <div class=\"stat-value\">24\/7<\/div>\n              <div class=\"stat-label\">Z\u00e1kazn\u00edcka podpora<\/div>\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Start Your Project Ready to Start Your Solar Heating Project? Our technical team is here to support you. Contact us today for specs, pricing, and customized solutions. We provide professional consultation, detailed technical documentation, and competitive pricing to help you make the best decision for your solar heating needs. Free Consultation Detailed Specs Custom Solutions [&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-892","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/pages\/892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/comments?post=892"}],"version-history":[{"count":34,"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/pages\/892\/revisions"}],"predecessor-version":[{"id":1124,"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/pages\/892\/revisions\/1124"}],"wp:attachment":[{"href":"https:\/\/service.soletksolar.com\/sk\/wp-json\/wp\/v2\/media?parent=892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}