.elementor-kit-3276{--e-global-color-primary:#00A3FF;--e-global-color-secondary:#C9A84C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0A1628;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;}.elementor-kit-3276 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SASSIN Electric — Global Custom CSS */

/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Grid-line background texture */
.sassin-grid-bg {
  background-color: #0A1628;
  background-image:
    linear-gradient(rgba(0,163,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,163,255,0.07) 1px, transparent 1px);
  background-size: 48px 48px;
}

/* Section defaults */
.elementor-section.sassin-section {
  padding: 80px 0;
}

/* Gold accent bar above headings */
.sassin-heading-bar::before {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #C9A84C;
  margin-bottom: 16px;
}

/* Product card hover effect */
.elementor-image-box-wrapper:hover {
  transform: translateY(-4px);
  transition: transform 0.25s ease;
}

/* Divider accent */
.sassin-divider {
  border-color: #00A3FF;
  opacity: 0.4;
}

/* Nav active / hover link */
.elementor-nav-menu a:hover,
.elementor-nav-menu .current-menu-item > a {
  color: #00A3FF !important;
}

/* Counter number style */
.elementor-counter-number {
  color: #00A3FF;
  font-weight: 700;
}

/* Footer link style */
.sassin-footer a {
  color: #B0BEC5;
  text-decoration: none;
  transition: color 0.2s;
}
.sassin-footer a:hover {
  color: #C9A84C;
}

/* Spec table */
.sassin-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.sassin-spec-table tr {
  border-bottom: 1px solid #1A2F50;
}
.sassin-spec-table td {
  padding: 10px 16px;
  font-size: 14px;
  color: #B0BEC5;
}
.sassin-spec-table td:first-child {
  color: #FFFFFF;
  font-weight: 600;
  width: 40%;
}

/* Mobile responsive tweaks */
@media (max-width: 767px) {
  .elementor-section.sassin-section {
    padding: 48px 0;
  }
  .elementor-counter-number {
    font-size: 36px;
  }
}/* End custom CSS */