.elementor-924 .elementor-element.elementor-element-a6b8631{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-924 .elementor-element.elementor-element-12b6ebde{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-924 .elementor-element.elementor-element-601005c6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-924 .elementor-element.elementor-element-10c78f7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-924 .elementor-element.elementor-element-587cd640{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-924 .elementor-element.elementor-element-10c78f7c{--width:50%;}.elementor-924 .elementor-element.elementor-element-587cd640{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-fa21eed */<style>
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .section {
    padding: 80px 0;
  }

  .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
  }

  .section-subtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Hero Banner */
  .hero-banner {
    padding: 150px 0;
    text-align: center;
    background-image: url('https://nuranu.com/wp-content/uploads/2022/01/Slide-4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  .hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .hero-banner .container {
    position: relative;
    z-index: 2;
  }

  .hero-banner h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }

  .hero-banner p {
    font-size: 20px;
    color: #f0f0f0;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }

  .btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #ff6b35;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
  }

  .btn-primary:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
  }

  .btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #2563eb;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #2563eb;
    transition: all 0.3s;
    cursor: pointer;
  }

  .btn-secondary:hover {
    background: #2563eb;
    color: #fff;
  }

  /* Company Advantages */
  .advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
  }

  @media (max-width: 1024px) {
    .advantages-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .advantage-card {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
  }

  .advantage-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
  }

  .advantage-card p {
    color: #666;
    font-size: 15px;
  }

  .advantage-number {
    font-size: 48px;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 10px;
  }

  /* Products Section */
  .products-section {
    background: #f8f9fa;
  }

  .voltage-category {
    display: block;
    margin-bottom: 60px;
  }

  .voltage-category h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #2563eb;
    padding-left: 20px;
    border-left: 4px solid #ff6b35;
  }


.product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 25px !important;
  width: 100%;
}

@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 768px) {
  .product-grid { grid-template-columns: 1fr !important; }
}


.product-card img,
.product-image {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 4px;
  margin-bottom: 15px;
  display: block;
}


  .product-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s;
  }

  .product-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-4px);
  }


  .product-card img {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 4px;
    margin-bottom: 15px;
    display: block;
  }


  .product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    background: #e9ecef;
    border-radius: 4px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
  }

  .product-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1a1a1a;
    line-height: 1.4;
  }

  .product-specs {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
  }

  .product-specs .spec-label {
    font-weight: 600;
    color: #2563eb;
  }

  .tabs-container {
    margin-top: 40px;
  }

  .tabs-header {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 40px;
    overflow-x: auto;
  }

  .tab-button {
    padding: 15px 30px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    white-space: nowrap;
  }

  .tab-button.active {
    color: #2563eb;
  }

  .tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #2563eb;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }

  .tab-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .tab-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .tab-image {
    width: 100%;
    height: 200px;
    background: #e9ecef;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
  }

  .tab-text h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
  }

  .tab-text ul {
    list-style: none;
    padding: 0;
  }

  .tab-text li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #666;
  }

  .tab-text li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: 700;
  }

  /* Certifications Carousel */
  .cert-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0;
    margin-top: 30px;
  }

  .cert-carousel::-webkit-scrollbar {
    height: 8px;
  }

  .cert-carousel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .cert-carousel::-webkit-scrollbar-thumb {
    background: #2563eb;
    border-radius: 4px;
  }

  .cert-grid {
    display: grid;
    grid-template-columns: repeat(8, 250px);
    gap: 20px;
  }

  .cert-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: center;
  }

  .cert-image {
    width: 100%;
    aspect-ratio: 9/16;
    background: #e9ecef;
    border-radius: 4px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
  }

  .cert-name {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
  }

  /* Technical Specifications Table */
  .spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
  }

  .spec-table th,
  .spec-table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
  }

  .spec-table th {
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }

  .spec-table td {
    font-size: 14px;
    color: #333;
  }

  .spec-table tr:last-child td {
    border-bottom: none;
  }

  .spec-table td:first-child {
    font-weight: 600;
    color: #1a1a1a;
  }

  /* Dimensions */
  .dimensions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
  }

  .dimension-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
  }

  .dimension-card h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1a1a1a;
  }

  .dimension-placeholder {
    width: 100%;
    height: 300px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
  }

  .dimension-list {
    list-style: none;
    padding: 0;
  }

  .dimension-list li {
    padding: 8px 0;
    color: #666;
    font-size: 14px;
  }

  .dimension-list strong {
    color: #1a1a1a;
  }

  /* BMS Section */
  .bms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
  }

  .bms-features {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
  }

  .bms-features h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #1a1a1a;
  }

  .feature-list {
    list-style: none;
    padding: 0;
  }

  .feature-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #666;
    font-size: 15px;
  }

  .feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
    font-size: 18px;
  }

  .bms-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .bms-image {
    width: 100%;
    height: 150px;
    background: #e9ecef;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
  }

  /* Applications */
  .applications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .application-card {
    text-align: center;
    padding: 30px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s;
  }

  .application-card:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  }

  .app-image {
    width: 100%;
    height: 180px;
    background: #e9ecef;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
  }

  .application-card h4 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .application-card p {
    font-size: 14px;
    color: #666;
  }

  /* Customization */
  .customization-section {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: #fff;
  }

  .customization-section .section-title,
  .customization-section .section-subtitle {
    color: #fff;
  }

  .custom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .custom-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
  }

  .custom-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .custom-card p {
    font-size: 15px;
    opacity: 0.9;
  }

  /* FAQ */
  .faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }

  @media (max-width: 968px) {
    .faq-container {
      grid-template-columns: 1fr;
    }
  }

  .faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
  }

  .faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #1a1a1a;
    transition: all 0.3s;
  }

  .faq-question:hover {
    background: #f8f9fa;
  }

  .faq-toggle {
    font-size: 24px;
    color: #2563eb;
    transition: transform 0.3s;
  }

  .faq-item.active .faq-toggle {
    transform: rotate(45deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }

  .faq-answer-content {
    padding: 0 25px 20px 25px;
    color: #666;
    line-height: 1.8;
  }

  .faq-item.active .faq-answer {
    max-height: 500px;
  }

  /* CTA Sections */
  .cta-box {
    background: #f8f9fa;
    padding: 50px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
  }

  .cta-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
  }

  .cta-box p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero-banner h1 {
      font-size: 32px;
    }

    .section-title {
      font-size: 28px;
    }

    .tab-layout,
    .dimensions-grid,
    .bms-grid {
      grid-template-columns: 1fr;
    }

    .tabs-header {
      overflow-x: auto;
    }
  }
</style>/* End custom CSS */