.elementor-59462 .elementor-element.elementor-element-138a83f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59462 .elementor-element.elementor-element-8cf94bf > .elementor-widget-container{margin:-300px 0px 0px 0px;}.elementor-59462 .elementor-element.elementor-element-5e5aa27{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59462 .elementor-element.elementor-element-c8f84fb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59462 .elementor-element.elementor-element-2d5d470{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59462 .elementor-element.elementor-element-21b2e07{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-59462 .elementor-element.elementor-element-8cf94bf > .elementor-widget-container{margin:-350px -0px -0px -0px;}}@media(max-width:767px){.elementor-59462 .elementor-element.elementor-element-8cf94bf > .elementor-widget-container{margin:-350px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-8cf94bf *//* Support Landing Hero Styles */
.support-landing-hero {
  background: linear-gradient(to bottom, #000 0%, #000 210px, transparent 210px), linear-gradient(to right, rgba(32, 242, 0, 1) 50%, rgba(0, 0, 0, 0.95) 90%), #060806;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 290px 0 120px 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(3, 8, 4, 0.92) 0%, rgba(9, 18, 12, 0.9) 100%);
  z-index: 1;
}

.support-landing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  gap: 48px;
  align-items: center;
}

.hero-content {
  text-align: left;
  max-width: 520px;
}

.support-landing-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 20px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.support-landing-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-left: -30px;
  margin-top: 50px;
}

.hero-actions-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 -8px 5px;
  font-weight: 800;
}

.hero-action-card {
  background: rgba(20, 20, 20, .8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-action-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
  transition: background 0.3s ease;
}

.hero-action-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #3fd74e;
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(63, 215, 78, 0.15);
}

.hero-action-card:hover::before {
  background: linear-gradient(180deg, #3fd74e 0%, #37c247 100%);
}

.hero-action-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.hero-action-card:hover .hero-action-icon {
  background: rgba(63, 215, 78, 0.12);
  color: #3fd74e;
  transform: scale(1.05);
}

.hero-action-content {
  flex: 1;
}

.hero-action-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: #fff !important;
}

.hero-action-description {
  font-size: 0.9rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}

.hero-action-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.hero-action-card:hover .hero-action-arrow {
  background: #3fd74e;
  color: #000;
  transform: translateX(4px);
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .support-landing-hero {
    padding: 280px 0 80px 0;
  }

  .support-landing-container {
    padding: 0 30px;
    max-width: 80%;
  }

  .support-landing-title {
    font-size: 2.75rem;
    text-align: center;
  }

  .support-landing-description {
    font-size: 1.125rem;
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-content {
    max-width: 800%;
  }
  
  .hero-actions {
      margin: 0 auto;
  }
}


/* Mobile Styles */
@media (max-width: 768px) {
  .support-landing-hero {
    padding: 280px 0 80px 0;
  }

  .support-landing-container {
    padding: 0 20px;
    max-width: 100%;
  }

  .support-landing-title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .support-landing-description {
    font-size: 1rem;
    text-align: center;
  }

  .hero-actions {
    gap: 12px;
    margin: 0 auto;
    
  }

  .hero-action-card {
    padding: 16px;
    gap: 12px;
  }

  .hero-action-icon {
    width: 44px;
    height: 44px;
  }

  .hero-action-title {
    font-size: 1rem !important; 
  }

  .hero-action-description {
    font-size: 0.8rem;
  }

  .hero-action-arrow {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .support-landing-title {
    font-size: 1.75rem;
  }

  .support-landing-description {
    font-size: 0.95rem;
  }

  .hero-action-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-action-arrow {
    visibility: hidden;
    align-self: flex-end;
    margin: -30px 0 0 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a3c37b *//* Product Support Pages Section Styles */
.product-pages-section {
  background: #0f0f0f;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 80px 0;
}

.product-pages-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.product-pages-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.section-toggle:hover {
  background: rgba(63, 215, 78, 0.15) !important;
  border-color: #3fd74e !important;
}

.section-toggle svg {
  stroke: rgba(255, 255, 255, 0.7) !important;
  transition: transform 0.3s ease;
}

.section-toggle.active svg {
  transform: rotate(180deg);
  stroke: #3fd74e !important;
}

.product-pages-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.product-pages-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  row-gap: 48px;
}

.product-group {
  display: grid;
  gap: 10px;
  border-top: 2px solid #444444;
  border-radius: 12px 12px 0 0;
  padding-top: 0px;
}

.group-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #444444 !important;
  margin: -40px 0 16px 0;
  grid-column: 1 / -1;
}

/* First group (ESS) - centered, spans middle 4 columns */
.product-group:nth-child(1) {
  grid-column: 2 / 6;
  grid-template-columns: repeat(2, 1fr);
}

/* Second group (Inverters) - spans 4 columns */
.product-group:nth-child(2) {
  grid-column: 1 / 5;
  grid-template-columns: repeat(2, 1fr);
}

/* Third group (Battery) - spans 2 columns */
.product-group:nth-child(3) {
  grid-column: 5 / 7;
  grid-template-columns: 1fr;
}

.products-grid .product-card {
  width: 100%;
  max-width: 100%;
}

.product-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #3fd74e;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(63, 215, 78, 0.2);
}

.product-image-placeholder {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-info {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.product-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0px;
}

.product-specs {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1px 0;
  flex: 1;
}

.product-link-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.product-link-text svg {
  stroke: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.product-card:hover .product-link-text {
  color: #3fd74e;
  gap: 10px;
}

.product-card:hover .product-link-text svg {
  stroke: #3fd74e;
  transform: translateX(2px);
}

/* Mobile Styles */
@media (max-width: 768px) {
  .section-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .products-grid {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    grid-template-columns: 1fr;
    gap: 32px;
    row-gap: 48px;
    padding-top: 0;
  }

  .products-grid.expanded {
    max-height: 5000px;
    padding-top: 40px;
  }

  .product-pages-section {
    padding: 50px 0;
    padding-bottom: 30px;
  }

  .product-pages-container {
    padding: 0 20px;
  }

  .product-pages-header {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 60px;
  }

  .product-pages-title {
    font-size: 1.35rem !important;
    margin-bottom: 10px;
    max-width: 70%;
  }

  .product-pages-description {
    font-size: 0.875rem;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* Reset all product groups to span full width and stack */
  .product-group:nth-child(1),
  .product-group:nth-child(2),
  .product-group:nth-child(3) {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
  }

  /* Third group (single battery) - limit border width to match card */
  .product-group:nth-child(3) {
    grid-template-columns: 1fr 1fr;
    width: 50%;
  }

  /* Make the battery card span both columns to fill the 50% width */
  .product-group:nth-child(3) .product-card {
    grid-column: 1 / -1;
  }

  .group-title {
    font-size: 1.125rem;
    text-align: left;
    margin: -36px 0 12px 0;
  }

  .product-image-placeholder {
    height: 180px;
  }

  .product-info {
    padding: 20px;
  }

  .product-name {
    font-size: 1.25rem;
  }

  .product-specs {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .product-pages-title {
    font-size: 1.5rem;
  }

  .product-name {
    font-size: 1.125rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-219b744 *//* Quick Actions Section Styles */
.quick-actions-section {
  background: #121212;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 80px 0;
}

.quick-actions-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.quick-actions-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.section-toggle:hover {
  background: rgba(63, 215, 78, 0.15) !important;
  border-color: #3fd74e !important;
}

.section-toggle svg {
  stroke: rgba(255, 255, 255, 0.7) !important;
  transition: transform 0.3s ease;
}

.section-toggle.active svg {
  transform: rotate(180deg);
  stroke: #3fd74e !important;
}

.quick-actions-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.quick-actions-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-items: center;
}

.action-card:not(:first-child) {
  display: none;
}

.action-card:first-child {
  grid-column: 1 / -1;
  max-width: 600px;
  width: 100%;
}

.action-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.action-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: transparent;
  transition: background 0.3s ease;
}

.action-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #3fd74e;
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(63, 215, 78, 0.15);
}

.action-card:hover::before {
  background: linear-gradient(180deg, #3fd74e 0%, #37c247 100%);
}

.action-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.action-card:hover .action-icon {
  background: rgba(63, 215, 78, 0.1);
  color: #3fd74e;
  transform: scale(1.05);
}

.action-content {
  flex: 1;
}

.action-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 8px 0;
}

.action-description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.5;
}

.action-arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.action-card:hover .action-arrow {
  background: #3fd74e;
  color: #000;
  transform: translateX(4px);
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .quick-actions-section {
    padding: 60px 0;
  }

  .quick-actions-container {
    padding: 0 30px;
  }

  .quick-actions-header {
    margin-bottom: 50px;
  }

  .quick-actions-title {
    font-size: 2rem;
  }

  .quick-actions-description {
    font-size: 1rem;
  }

  .action-card {
    padding: 28px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .section-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quick-actions-grid {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .quick-actions-grid.expanded {
    max-height: 5000px;
  }

  .quick-actions-section {
    padding: 50px 0;
    padding-bottom: 30px;
  }

  .quick-actions-container {
    padding: 0 20px;
  }

  .quick-actions-header {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 60px;
  }

  .quick-actions-title {
    font-size: 1.35rem !important;
    margin-bottom: 10px;
    max-width: 70%;
  }

  .quick-actions-description {
    font-size: 0.875rem;
    max-width: 70%;
  }

  .quick-actions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .action-card {
    padding: 24px;
    gap: 20px;
  }

  .action-icon {
    width: 56px;
    height: 56px;
  }

  .action-icon svg {
    width: 28px;
    height: 28px;
  }

  .action-title {
    font-size: 1.125rem;
  }

  .action-description {
    font-size: 0.875rem;
  }

  .action-arrow {
    width: 36px;
    height: 36px;
  }

  .action-arrow svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .quick-actions-title {
    font-size: 1.5rem;
  }

  .action-card {
    padding: 20px;
  }
}

/* Warranty Registration Modal Styles */
.warranty-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.warranty-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
}

.warranty-modal.active .warranty-modal-overlay {
  opacity: 1;
}

.warranty-modal-content {
  position: relative;
  background: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  opacity: 0;
  transform: scale(0.95) translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.warranty-modal.active .warranty-modal-content {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.warranty-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.warranty-modal-close:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: #3fd74e;
  transform: rotate(90deg);
}

.warranty-modal-close svg {
  stroke: rgba(0, 0, 0, 0.7);
  transition: stroke 0.3s ease;
}

.warranty-modal-close:hover svg {
  stroke: #3fd74e;
}

.warranty-modal-header {
  padding: 40px 40px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px 16px 0 0;
}

.warranty-modal-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.warranty-modal-header p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.warranty-modal-body {
  padding: 40px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

/* Style the HubSpot form to match the dark theme */
.warranty-modal-body .hs-form-frame,
.warranty-modal-body iframe {
  width: 100% !important;
  border: none;
}

/* Custom scrollbar for modal */
.warranty-modal-content::-webkit-scrollbar {
  width: 8px;
}

.warranty-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.warranty-modal-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  transition: background 0.3s ease;
}

.warranty-modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Make the action card button behave like other cards */
button.action-card {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  padding: 32px !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  width: 100% !important;
  text-align: left !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: inherit !important;
  margin: 0 !important;
  color: inherit !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

button.action-card::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: transparent !important;
  transition: background 0.3s ease !important;
}

/* Responsive modal styles */
@media (max-width: 768px) {
  .warranty-modal-content {
    max-height: 95vh;
    border-radius: 12px;
  }

  .warranty-modal-header {
    padding: 30px 24px 20px;
  }

  .warranty-modal-header h2 {
    font-size: 1.5rem;
  }

  .warranty-modal-body {
    padding: 24px;
  }

  .warranty-modal-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .warranty-modal {
    padding: 10px;
  }

  .warranty-modal-header h2 {
    font-size: 1.25rem;
  }

  .warranty-modal-header p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66fc8ac *//* Commissioning & Wiring Instructions Section Styles */
.commissioning-section {
  background: #161616;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 80px 0;
}

.commissioning-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

.commissioning-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.section-toggle:hover {
  background: rgba(63, 215, 78, 0.15) !important;
  border-color: #3fd74e !important;
}

.section-toggle svg {
  stroke: rgba(255, 255, 255, 0.7) !important;
  transition: transform 0.3s ease;
}

.section-toggle.active svg {
  transform: rotate(180deg);
  stroke: #3fd74e !important;
}

.commissioning-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.commissioning-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.commissioning-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.commissioning-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.commissioning-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.commissioning-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.commissioning-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.commissioning-item:hover .commissioning-icon {
  border-color: #3fd74e;
  color: #3fd74e;
  background: rgba(63, 215, 78, 0.1);
}

.commissioning-details {
  flex: 1;
}

.commissioning-product-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 4px 0;
}

.commissioning-meta {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.commissioning-download-btn {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.commissioning-download-btn svg {
  stroke: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.commissioning-download-btn:hover {
  background: #3fd74e;
  border-color: #3fd74e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(63, 215, 78, 0.3);
}

.commissioning-download-btn:hover svg {
  stroke: #000;
  transform: translateY(2px);
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .commissioning-section {
    padding: 60px 0;
  }

  .commissioning-container {
    padding: 0 30px;
  }

  .commissioning-header {
    margin-bottom: 50px;
  }

  .commissioning-title {
    font-size: 2rem;
  }

  .commissioning-description {
    font-size: 1rem;
  }

  .commissioning-item {
    padding: 20px 24px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .section-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .commissioning-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .commissioning-list.expanded {
    max-height: 5000px;
  }

  .commissioning-section {
    padding: 50px 0;
    padding-bottom: 30px;
  }

  .commissioning-container {
    padding: 0 20px;
  }

  .commissioning-header {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 60px;
  }

  .commissioning-title {
    font-size: 1.35rem !important;
    margin-bottom: 10px;
    max-width: 90%;
  }

  .commissioning-description {
    font-size: 0.875rem;
    max-width: 100%;
  }

  .commissioning-item {
    padding: 18px 20px;
  }

  .commissioning-info {
    gap: 16px;
  }

  .commissioning-icon {
    width: 48px;
    height: 48px;
  }

  .commissioning-icon svg {
    width: 24px;
    height: 24px;
  }

  .commissioning-product-name {
    font-size: 1rem;
  }

  .commissioning-meta {
    font-size: 0.8rem;
  }

  .commissioning-download-btn {
    width: 44px;
    height: 44px;
  }

  .commissioning-download-btn svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .commissioning-title {
    font-size: 1.5rem;
  }

  .commissioning-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .commissioning-info {
    width: 100%;
  }

  .commissioning-download-btn {
    align-self: flex-end;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f0e62b *//* Knowledge Base Section Styles */
.knowledge-base-section {
  background: #0d0d0d;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  padding: 80px 0;
}

.knowledge-base-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.knowledge-base-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.section-toggle:hover {
  background: rgba(63, 215, 78, 0.15) !important;
  border-color: #3fd74e !important;
}

.section-toggle svg {
  stroke: rgba(255, 255, 255, 0.7) !important;
  transition: transform 0.3s ease;
}

.section-toggle.active svg {
  transform: rotate(180deg);
  stroke: #3fd74e !important;
}

.knowledge-base-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.knowledge-base-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.kb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.kb-category-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.kb-category-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(0deg, rgba(63, 215, 78, 0.05) 0%, transparent 100%);
  transition: height 0.3s ease;
}

.kb-category-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #3fd74e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 215, 78, 0.15);
}

.kb-category-card:hover::before {
  height: 100%;
}

.kb-icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.kb-category-card:hover .kb-icon-wrapper {
  background: rgba(63, 215, 78, 0.1);
  color: #3fd74e;
  transform: scale(1.05);
}

.kb-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.kb-category-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 6px 0;
}

.kb-article-count {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.kb-arrow {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.kb-category-card:hover .kb-arrow {
  background: #3fd74e;
  color: #000;
  transform: translateX(4px);
}

.kb-search-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.kb-search-box {
  position: relative;
  margin-bottom: 16px;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.kb-search-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 16px 24px 16px 52px;
  font-size: 1rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

.kb-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.kb-search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: #3fd74e;
  box-shadow: 0 0 0 3px rgba(63, 215, 78, 0.1);
}

.kb-search-help {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.kb-contact-link {
  color: #3fd74e;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.kb-contact-link:hover {
  color: #37c247;
  text-decoration: underline;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .knowledge-base-section {
    padding: 60px 0;
  }

  .knowledge-base-container {
    padding: 0 30px;
  }

  .knowledge-base-header {
    margin-bottom: 50px;
  }

  .knowledge-base-title {
    font-size: 2rem;
  }

  .knowledge-base-description {
    font-size: 1rem;
  }

  .kb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 50px;
  }

  .kb-category-card {
    padding: 24px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .section-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kb-grid {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .kb-grid.expanded {
    max-height: 5000px;
  }

  .knowledge-base-section {
    padding: 50px 0;
    padding-bottom: 1px;
  }

  .knowledge-base-container {
    padding: 0 20px;
  }

  .knowledge-base-header {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 60px;
  }

  .knowledge-base-title {
    font-size: 1.35rem !important;
    margin-bottom: 10px;
    max-width: 70%;
  }

  .knowledge-base-description {
    font-size: 0.875rem;
    max-width: 100%;
  }

  .kb-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 40px;
  }

  .kb-category-card {
    padding: 20px;
    gap: 16px;
  }

  .kb-icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .kb-icon-wrapper svg {
    width: 28px;
    height: 28px;
  }

  .kb-category-title {
    font-size: 1rem;
  }

  .kb-article-count {
    font-size: 0.8rem;
  }

  .kb-arrow {
    width: 32px;
    height: 32px;
  }

  .kb-arrow svg {
    width: 16px;
    height: 16px;
  }

  .kb-search-input {
    padding: 14px 20px 14px 48px;
    font-size: 0.95rem;
  }

  .search-icon {
    left: 16px;
  }

  .kb-search-help {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .knowledge-base-title {
    font-size: 1.5rem;
  }

  .kb-category-card {
    padding: 18px;
  }
}/* End custom CSS */