
/* Island Electric Hero Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandHero_root__Km3X7,
#IslandHero_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandHero_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandHero_root__Km3X7 .IslandHero_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandHero_root__Km3X7 .IslandHero_animate-in__Xy9Z8.IslandHero_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandHero_root__Km3X7 .IslandHero_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

#IslandHero_root__Km3X7 .IslandHero_fade-in__Lm2P5 {
  transform: scale(0.95) !important;
}

/* ===== SECTION ===== */
#IslandHero_root__Km3X7.IslandHero_hero-section__Vp9L4 {
  padding: 6rem 0 5rem !important;
  background: linear-gradient(180deg, #0F1419 0%, #0A0E14 50%, #0A0A0A 100%) !important;
  position: relative !important;
  overflow: hidden !important;
}

#IslandHero_root__Km3X7.IslandHero_hero-section__Vp9L4::before {
  content: &quot;&quot; !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 1200px !important;
  height: 600px !important;
  background: radial-gradient(circle at center, rgba(20, 184, 166, 0.08) 0%, transparent 70%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* ===== CONTAINER ===== */
#IslandHero_root__Km3X7 .IslandHero_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== HERO CONTENT ===== */
#IslandHero_root__Km3X7 .IslandHero_hero-content__Fx3K9 {
  text-align: center !important;
  margin-bottom: 4rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_trust-badge__Mx7L9 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1.5rem !important;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.15), rgba(8, 145, 178, 0.1)) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
  border-radius: 2rem !important;
  margin-bottom: 2rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_trust-badge__Mx7L9 svg {
  width: 20px !important;
  height: 20px !important;
  color: #14B8A6 !important;
}

#IslandHero_root__Km3X7 .IslandHero_trust-badge__Mx7L9 span {
  color: #14B8A6 !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_hero-title__Rk9M1 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  max-width: 60rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  #IslandHero_root__Km3X7 .IslandHero_hero-title__Rk9M1 {
    font-size: 3.5rem !important;
  }
}

@media (min-width: 1024px) {
  #IslandHero_root__Km3X7 .IslandHero_hero-title__Rk9M1 {
    font-size: 4rem !important;
  }
}

#IslandHero_root__Km3X7 .IslandHero_hero-subtitle__Nz6L5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2.5rem !important;
  max-width: 50rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  #IslandHero_root__Km3X7 .IslandHero_hero-subtitle__Nz6L5 {
    font-size: 1.25rem !important;
  }
}

/* ===== CTA BUTTONS ===== */
#IslandHero_root__Km3X7 .IslandHero_cta-group__Sv6F9 {
  display: flex !important;
  gap: 1rem !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin-bottom: 2.5rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_cta-primary__Lv7K3 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 1.25rem 2.5rem !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 1.125rem !important;
  border-radius: 0.75rem !important;
  text-decoration: none !important;
  transition: all 300ms ease !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.3) !important;
}

#IslandHero_root__Km3X7 .IslandHero_cta-primary__Lv7K3 svg {
  width: 22px !important;
  height: 22px !important;
}

#IslandHero_root__Km3X7 .IslandHero_cta-primary__Lv7K3:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 48px rgba(20, 184, 166, 0.4) !important;
}

#IslandHero_root__Km3X7 .IslandHero_cta-secondary__Qw9N5 {
  display: inline-block !important;
  padding: 1.25rem 2.5rem !important;
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0.75rem !important;
  text-decoration: none !important;
  transition: all 300ms ease !important;
}

#IslandHero_root__Km3X7 .IslandHero_cta-secondary__Qw9N5:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* ===== EMERGENCY BANNER ===== */
#IslandHero_root__Km3X7 .IslandHero_emergency-banner__Mn8P6 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: 1rem 1.5rem !important;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.1)) !important;
  border: 2px solid rgba(239, 68, 68, 0.3) !important;
  border-radius: 0.75rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_emergency-icon__Pz8L5 {
  width: 40px !important;
  height: 40px !important;
  background: rgba(239, 68, 68, 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#IslandHero_root__Km3X7 .IslandHero_emergency-icon__Pz8L5 svg {
  width: 22px !important;
  height: 22px !important;
  color: #EF4444 !important;
}

#IslandHero_root__Km3X7 .IslandHero_emergency-content__Tz5M6 {
  text-align: left !important;
}

#IslandHero_root__Km3X7 .IslandHero_emergency-title__Uz7N7 {
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #EF4444 !important;
  margin-bottom: 0.25rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_emergency-description__Vz8O8 {
  font-size: 0.875rem !important;
  color: #fca5a5 !important;
}

/* ===== DELAY CLASSES ===== */
#IslandHero_root__Km3X7 .IslandHero_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-7__Cv0X7 { animation-delay: 0.7s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-8__Dw1Y8 { animation-delay: 0.8s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-9__Ex2Z9 { animation-delay: 0.9s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-10__Fy2T9 { animation-delay: 1.0s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-11__Gz3U0 { animation-delay: 1.1s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-12__Hz4V1 { animation-delay: 1.2s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-13__Iz5W2 { animation-delay: 1.3s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-14__Jz6X3 { animation-delay: 1.4s !important; }
#IslandHero_root__Km3X7 .IslandHero_delay-15__Kz7Y4 { animation-delay: 1.5s !important; }

/* ===== BENTO CARDS ===== */
#IslandHero_root__Km3X7 .IslandHero_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Glass Card Variant */
#IslandHero_root__Km3X7 .IslandHero_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(107, 114, 128, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandHero_root__Km3X7 .IslandHero_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== STATS GRID ===== */
#IslandHero_root__Km3X7 .IslandHero_stats-grid__Cv0X7 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  margin-bottom: 5rem !important;
}

@media (min-width: 640px) {
  #IslandHero_root__Km3X7 .IslandHero_stats-grid__Cv0X7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandHero_root__Km3X7 .IslandHero_stats-grid__Cv0X7 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

#IslandHero_root__Km3X7 .IslandHero_stat-card__Zr5M3 {
  padding: 2rem !important;
  text-align: center !important;
  transition: all 300ms ease !important;
}

#IslandHero_root__Km3X7 .IslandHero_stat-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandHero_root__Km3X7 .IslandHero_stat-icon__Tn8M4 {
  width: 48px !important;
  height: 48px !important;
  margin: 0 auto 1rem !important;
  color: #14B8A6 !important;
}

#IslandHero_root__Km3X7 .IslandHero_stat-value__Yx3W6 {
  font-size: 3rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1 !important;
  margin-bottom: 0.5rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_stat-label__Fm2B8 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  font-weight: 600 !important;
}

/* ===== HIGHLIGHTS SECTION ===== */
#IslandHero_root__Km3X7 .IslandHero_highlights-section__Hn6P5 {
  margin-bottom: 4rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_highlights-title__Sv8L2 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

@media (min-width: 768px) {
  #IslandHero_root__Km3X7 .IslandHero_highlights-title__Sv8L2 {
    font-size: 2.5rem !important;
  }
}

#IslandHero_root__Km3X7 .IslandHero_highlights-grid__Lv7K3 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandHero_root__Km3X7 .IslandHero_highlights-grid__Lv7K3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandHero_root__Km3X7 .IslandHero_highlights-grid__Lv7K3 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

#IslandHero_root__Km3X7 .IslandHero_highlight-card__Qw9N5 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandHero_root__Km3X7 .IslandHero_highlight-card__Qw9N5:hover {
  transform: translateY(-8px) !important;
}

#IslandHero_root__Km3X7 .IslandHero_highlight-icon__Wz9P9 {
  width: 56px !important;
  height: 56px !important;
  color: #14B8A6 !important;
  margin-bottom: 1rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_highlight-title__Xz0Q0 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_highlight-description__Yz1R1 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== SERVICE AREA ===== */
#IslandHero_root__Km3X7 .IslandHero_service-area__Az2S2 {
  text-align: center !important;
  padding: 2rem !important;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.05), rgba(8, 145, 178, 0.03)) !important;
  border: 1px solid rgba(20, 184, 166, 0.2) !important;
  border-radius: 1rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_service-area-content__Bz3T3 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
}

@media (min-width: 768px) {
  #IslandHero_root__Km3X7 .IslandHero_service-area-content__Bz3T3 {
    flex-direction: row !important;
    justify-content: center !important;
  }
}

#IslandHero_root__Km3X7 .IslandHero_service-area-content__Bz3T3 svg {
  width: 32px !important;
  height: 32px !important;
  color: #14B8A6 !important;
  flex-shrink: 0 !important;
}

#IslandHero_root__Km3X7 .IslandHero_service-area-title__Cz4U4 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandHero_root__Km3X7 .IslandHero_service-area-locations__Dz5V5 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandHero_root__Km3X7.IslandHero_hero-section__Vp9L4 {
    padding: 4rem 0 3rem !important;
  }

  #IslandHero_root__Km3X7 .IslandHero_hero-title__Rk9M1 {
    font-size: 2rem !important;
  }

  #IslandHero_root__Km3X7 .IslandHero_hero-subtitle__Nz6L5 {
    font-size: 1rem !important;
  }

  #IslandHero_root__Km3X7 .IslandHero_cta-primary__Lv7K3,
  #IslandHero_root__Km3X7 .IslandHero_cta-secondary__Qw9N5 {
    width: 100% !important;
    justify-content: center !important;
  }

  #IslandHero_root__Km3X7 .IslandHero_emergency-banner__Mn8P6 {
    flex-direction: column !important;
    text-align: center !important;
  }

  #IslandHero_root__Km3X7 .IslandHero_emergency-content__Tz5M6 {
    text-align: center !important;
  }
}
 
/* Island Electric About Company Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandAbout_root__Km3X7,
#IslandAbout_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandAbout_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandAbout_root__Km3X7 .IslandAbout_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_animate-in__Xy9Z8.IslandAbout_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandAbout_root__Km3X7.IslandAbout_about-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandAbout_root__Km3X7 .IslandAbout_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandAbout_root__Km3X7 .IslandAbout_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandAbout_root__Km3X7 .IslandAbout_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandAbout_root__Km3X7 .IslandAbout_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandAbout_root__Km3X7 .IslandAbout_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandAbout_root__Km3X7 .IslandAbout_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandAbout_root__Km3X7 .IslandAbout_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandAbout_root__Km3X7 .IslandAbout_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandAbout_root__Km3X7 .IslandAbout_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandAbout_root__Km3X7 .IslandAbout_delay-6__Bu9W6 { animation-delay: 0.6s !important; }

#IslandAbout_root__Km3X7 .IslandAbout_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandAbout_root__Km3X7 .IslandAbout_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandAbout_root__Km3X7 .IslandAbout_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== MAIN ABOUT CARD ===== */
#IslandAbout_root__Km3X7 .IslandAbout_main-about-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hero-badge__Mx7L9 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.2), rgba(8, 145, 178, 0.1)) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
  border-radius: 2rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hero-badge__Mx7L9 svg {
  width: 20px !important;
  height: 20px !important;
  color: #14B8A6 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hero-badge__Mx7L9 span {
  color: #14B8A6 !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_main-title__Rk9M1 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
}

@media (min-width: 768px) {
  #IslandAbout_root__Km3X7 .IslandAbout_main-title__Rk9M1 {
    font-size: 2.5rem !important;
  }
}

#IslandAbout_root__Km3X7 .IslandAbout_tagline__Nz6L5 {
  margin-bottom: 2rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_tagline-quote__Hn6P5 {
  font-size: 1.5rem !important;
  font-style: italic !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_about-content__Sv6F9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  margin-bottom: 2rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_about-paragraph__Lv7K3 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
}

/* ===== CERTIFICATIONS GRID ===== */
#IslandAbout_root__Km3X7 .IslandAbout_certifications-grid__Mn8P6 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandAbout_root__Km3X7 .IslandAbout_certifications-grid__Mn8P6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandAbout_root__Km3X7 .IslandAbout_cert-badge__Qw9N5 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 1rem !important;
  background: rgba(20, 184, 166, 0.1) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
  border-radius: 0.75rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_cert-icon__Pz8L5 {
  width: 32px !important;
  height: 32px !important;
  color: #14B8A6 !important;
  flex-shrink: 0 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_cert-title__Tz5M6 {
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_cert-subtitle__Kw2N9 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
}

/* ===== LOCATIONS SECTION ===== */
#IslandAbout_root__Km3X7 .IslandAbout_locations-section__Pr8N4 {
  margin-bottom: 4rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_locations-title__Tx6M9 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_locations-grid__Mn8P6 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandAbout_root__Km3X7 .IslandAbout_locations-grid__Mn8P6 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ===== LOCATION CARDS ===== */
#IslandAbout_root__Km3X7 .IslandAbout_location-card__Zr5M3 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-header__Tn8M4 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-icon__Yx3W6 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-icon__Yx3W6 svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-name__Fm2B8 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-badge__Hn6P5 {
  font-size: 0.875rem !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-details__Sv8L2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-address__Lv7K3 {
  font-size: 1rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_location-contact__Qw9N5 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_contact-item__Pz8L5 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 0.875rem !important;
  color: #d1d5db !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_contact-item__Pz8L5 svg {
  width: 16px !important;
  height: 16px !important;
  color: #14B8A6 !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_emergency-contact__Tz5M6 {
  color: #14B8A6 !important;
  font-weight: 700 !important;
}

/* ===== BUSINESS HOURS CARD ===== */
#IslandAbout_root__Km3X7 .IslandAbout_hours-card__At8V5 {
  padding: 2rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hours-title__Cv0X7 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hours-content__Dw1Y8 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hours-item__Ex2Z9 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0.75rem !important;
  background: rgba(20, 184, 166, 0.05) !important;
  border-radius: 0.5rem !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hours-label__Fy3A0 {
  font-weight: 700 !important;
  color: #d1d5db !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hours-value__Gz4B1 {
  color: #ffffff !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hours-emergency__Hw5C2 {
  background: rgba(20, 184, 166, 0.1) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
}

#IslandAbout_root__Km3X7 .IslandAbout_hours-emergency__Hw5C2 .IslandAbout_hours-value__Gz4B1 {
  color: #14B8A6 !important;
  font-weight: 700 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandAbout_root__Km3X7 .IslandAbout_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }

  #IslandAbout_root__Km3X7 .IslandAbout_main-about-card__Lk2N8 {
    padding: 1.5rem !important;
  }

  #IslandAbout_root__Km3X7 .IslandAbout_location-card__Zr5M3 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Specialty Services Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandSpecialty_root__Km3X7,
#IslandSpecialty_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandSpecialty_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_animate-in__Xy9Z8 {
  opacity: 0 !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_animate-in__Xy9Z8.IslandSpecialty_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_slide-up__Lm2P5 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandSpecialty_root__Km3X7.IslandSpecialty_specialty-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: #0A0A0A !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Gradient Orb */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_gradient-orb__Zx2N8 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 600px !important;
  height: 600px !important;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.2), transparent) !important;
  border-radius: 50% !important;
  filter: blur(120px) !important;
  animation: IslandSpecialty_orbFloat__Vn8M3 10s ease-in-out infinite !important;
  z-index: 1 !important;
}

@keyframes IslandSpecialty_orbFloat__Vn8M3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, 30px) scale(1.1); }
}

/* ===== CONTAINER ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandSpecialty_root__Km3X7 .IslandSpecialty_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Delay Classes */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_delay-6__At8V5 { animation-delay: 0.6s !important; }

/* Glass Card Variant */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 2px solid rgba(20, 184, 166, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 1.5rem !important;
}

/* ===== PANEL UPGRADES CARD ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_panel-upgrades-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_bg-pattern__Mx7L9 {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.05 !important;
  z-index: 1 !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_card-content__Nz6L5 {
  position: relative !important;
  z-index: 10 !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-header__Lp9K4 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 2rem !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-icon__Yx3W6 {
  width: 64px !important;
  height: 64px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 12px 32px rgba(20, 184, 166, 0.5) !important;
  flex-shrink: 0 !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-icon__Yx3W6 svg {
  width: 32px !important;
  height: 32px !important;
  color: #ffffff !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-title__Rk9M1 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  color: #14B8A6 !important;
  margin-bottom: 0.5rem !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_title-underline__Sv8L2 {
  width: 80px !important;
  height: 4px !important;
  background: linear-gradient(90deg, #14B8A6, transparent) !important;
  border-radius: 2px !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-intro__Hn6P5 {
  font-size: 1.25rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

/* ===== SPECIALTY SERVICES GRID ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-services-grid__Mn8P6 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-services-grid__Mn8P6 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-service-section__Lv7K3 {
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  background: rgba(15, 20, 25, 0.5) !important;
  border: 1px solid rgba(20, 184, 166, 0.2) !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-service-title__Qw9N5 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-service-list__Kw2N9 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-service-item__Sv8L2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  transition: transform 300ms ease !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-service-item__Sv8L2:hover {
  transform: translateX(5px) !important;
}

/* Item Delay Classes */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_item-delay-0__Aw5T3 { animation-delay: 0s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_item-delay-1__Bx6U4 { animation-delay: 0.05s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_item-delay-2__Cy7V5 { animation-delay: 0.1s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_item-delay-3__Dz8W6 { animation-delay: 0.15s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_item-delay-4__Ez9X7 { animation-delay: 0.2s !important; }
#IslandSpecialty_root__Km3X7 .IslandSpecialty_item-delay-5__Fz0Y8 { animation-delay: 0.25s !important; }

#IslandSpecialty_root__Km3X7 .IslandSpecialty_check-icon__Gz4T1 {
  width: 20px !important;
  height: 20px !important;
  color: #14B8A6 !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-service-item__Sv8L2 span {
  color: #d1d5db !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ===== ADDITIONAL SERVICES GRID ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_additional-services-grid__Pn7K5 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandSpecialty_root__Km3X7 .IslandSpecialty_additional-services-grid__Pn7K5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandSpecialty_root__Km3X7 .IslandSpecialty_additional-services-grid__Pn7K5 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== SERVICE CARDS ===== */
#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-card__Zr5M3 {
  padding: 2rem !important;
  cursor: pointer !important;
  transition: all 300ms ease !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-header__Tn8M4 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-icon__Yx3W6 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
  transition: transform 500ms ease !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-card__Zr5M3:hover .IslandSpecialty_service-icon__Yx3W6 {
  transform: scale(1.2) rotate(15deg) !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-icon__Yx3W6 svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-title__Fm2B8 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-list__Hn6P5 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-item__Sv8L2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  transition: transform 300ms ease !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-item__Sv8L2:hover {
  transform: translateX(3px) !important;
}

#IslandSpecialty_root__Km3X7 .IslandSpecialty_service-item__Sv8L2 span {
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandSpecialty_root__Km3X7 .IslandSpecialty_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }

  #IslandSpecialty_root__Km3X7 .IslandSpecialty_specialty-title__Rk9M1 {
    font-size: 1.5rem !important;
  }

  #IslandSpecialty_root__Km3X7 .IslandSpecialty_panel-upgrades-card__Lk2N8 {
    padding: 1.5rem !important;
  }

  #IslandSpecialty_root__Km3X7 .IslandSpecialty_service-card__Zr5M3 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Residential Services Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */
/* Using CLASS-BASED selectors (NO data-attribute selectors) */

/* ===== RESET WITHIN MODULE ===== */
#IslandResidential_root__Km3X7,
#IslandResidential_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandResidential_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandResidential_root__Km3X7 .IslandResidential_animate-in__Xy9Z8 {
  opacity: 0 !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_animate-in__Xy9Z8.IslandResidential_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_slide-right__Cn5U9 {
  transform: translateX(-20px) !important;
}

/* ===== SECTION ===== */
#IslandResidential_root__Km3X7.IslandResidential_residential-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandResidential_root__Km3X7 .IslandResidential_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandResidential_root__Km3X7 .IslandResidential_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
  transition: transform 600ms ease !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_header-icon__Ry4P5:hover {
  transform: rotate(360deg) scale(1.2) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandResidential_root__Km3X7 .IslandResidential_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandResidential_root__Km3X7 .IslandResidential_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Delay Classes - CLASS-BASED (NOT data-delay) */
#IslandResidential_root__Km3X7 .IslandResidential_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_delay-3__Xs5R2 { animation-delay: 0.3s !important; }

#IslandResidential_root__Km3X7 .IslandResidential_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandResidential_root__Km3X7 .IslandResidential_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandResidential_root__Km3X7 .IslandResidential_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== SINGLE-FAMILY CARD ===== */
#IslandResidential_root__Km3X7 .IslandResidential_single-family-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_card-title__Rk9M1 {
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #14B8A6 !important;
  margin-bottom: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

@media (min-width: 768px) {
  #IslandResidential_root__Km3X7 .IslandResidential_card-title__Rk9M1 {
    font-size: 3rem !important;
  }
}

#IslandResidential_root__Km3X7 .IslandResidential_sparkle-icon__Mx7L9 {
  width: 32px !important;
  height: 32px !important;
  animation: IslandResidential_sparkleRotate__Vn8M3 3s linear infinite !important;
}

@keyframes IslandResidential_sparkleRotate__Vn8M3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#IslandResidential_root__Km3X7 .IslandResidential_sparkle-icon__Mx7L9 svg {
  width: 32px !important;
  height: 32px !important;
  color: #14B8A6 !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_card-intro__Nz6L5 {
  font-size: 1.25rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

/* ===== SERVICES GRID ===== */
#IslandResidential_root__Km3X7 .IslandResidential_services-grid__Sv6F9 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandResidential_root__Km3X7 .IslandResidential_services-grid__Sv6F9 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ===== SERVICE CARDS ===== */
#IslandResidential_root__Km3X7 .IslandResidential_service-card__Zr5M3 {
  padding: 2rem !important;
  cursor: pointer !important;
  transition: all 300ms ease !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-header__Lp9K4 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-icon__Yx3W6 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
  transition: transform 500ms ease !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-card__Zr5M3:hover .IslandResidential_service-icon__Yx3W6 {
  transform: scale(1.2) rotate(15deg) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-icon__Yx3W6 svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-title__Fm2B8 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

/* ===== SERVICE ITEMS LIST ===== */
#IslandResidential_root__Km3X7 .IslandResidential_service-list__Hn6P5 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-item__Sv8L2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Item Delay Classes - CLASS-BASED (NOT data-delay) */
#IslandResidential_root__Km3X7 .IslandResidential_item-delay-0__Aw5T3 { animation-delay: 0s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_item-delay-1__Bx6U4 { animation-delay: 0.05s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_item-delay-2__Cy7V5 { animation-delay: 0.1s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_item-delay-3__Dz8W6 { animation-delay: 0.15s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_item-delay-4__Ez9X7 { animation-delay: 0.2s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_item-delay-5__Fz0Y8 { animation-delay: 0.25s !important; }

#IslandResidential_root__Km3X7 .IslandResidential_service-item__Sv8L2:hover {
  transform: translateX(5px) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_check-icon__Gz4T1 {
  width: 20px !important;
  height: 20px !important;
  color: #14B8A6 !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_service-item__Sv8L2 span {
  color: #d1d5db !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ===== MULTI-FAMILY CARD ===== */
#IslandResidential_root__Km3X7 .IslandResidential_multi-family-card__Pr8N4 {
  padding: 2rem !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_card-title-alt__Tx6M9 {
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #14B8A6 !important;
  margin-bottom: 2rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

@media (min-width: 768px) {
  #IslandResidential_root__Km3X7 .IslandResidential_card-title-alt__Tx6M9 {
    font-size: 3rem !important;
  }
}

#IslandResidential_root__Km3X7 .IslandResidential_building-icon__Yz3W7 {
  width: 32px !important;
  height: 32px !important;
  color: #14B8A6 !important;
}

/* ===== CATEGORIES GRID ===== */
#IslandResidential_root__Km3X7 .IslandResidential_categories-grid__Mn8P6 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandResidential_root__Km3X7 .IslandResidential_categories-grid__Mn8P6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== CATEGORY CARDS ===== */
#IslandResidential_root__Km3X7 .IslandResidential_category-card__Lv7K3 {
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, #0F1419, #0A0E14) !important;
  border: 1px solid rgba(20, 184, 166, 0.1) !important;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 300ms ease, border-color 300ms ease !important;
}

/* Category Delay Classes - CLASS-BASED (NOT data-delay) */
#IslandResidential_root__Km3X7 .IslandResidential_category-delay-0__Aw5T3 { animation-delay: 0s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_category-delay-1__Bx6U4 { animation-delay: 0.1s !important; }
#IslandResidential_root__Km3X7 .IslandResidential_category-delay-2__Cy7V5 { animation-delay: 0.2s !important; }

#IslandResidential_root__Km3X7 .IslandResidential_category-card__Lv7K3:hover {
  transform: translateY(-8px) scale(1.02) !important;
  border-color: rgba(20, 184, 166, 0.4) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_category-title__Qw9N5 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

/* ===== CATEGORY ITEMS LIST ===== */
#IslandResidential_root__Km3X7 .IslandResidential_category-list__Hn6P5 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_category-item__Sv8L2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  transition: transform 300ms ease !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_category-item__Sv8L2:hover {
  transform: translateX(3px) !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_category-item__Sv8L2 .IslandResidential_check-icon__Gz4T1 {
  width: 16px !important;
  height: 16px !important;
  color: #14B8A6 !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

#IslandResidential_root__Km3X7 .IslandResidential_category-item__Sv8L2 span {
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandResidential_root__Km3X7 .IslandResidential_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }

  #IslandResidential_root__Km3X7 .IslandResidential_card-title__Rk9M1 {
    font-size: 1.5rem !important;
  }

  #IslandResidential_root__Km3X7 .IslandResidential_single-family-card__Lk2N8 {
    padding: 1.5rem !important;
  }

  #IslandResidential_root__Km3X7 .IslandResidential_service-card__Zr5M3 {
    padding: 1.5rem !important;
  }
}
 .module[data-id_page='218']{;background-color:#0D1117;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='218']:hover{;}.module[data-id_page='218']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='218'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='218'] 
            
            .module[data-id_page='218'] .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            .module[data-id_page='218'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='218']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
/* Island Electric Reviews &amp; Testimonials Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandReviews_root__Km3X7,
#IslandReviews_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandReviews_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandReviews_root__Km3X7 .IslandReviews_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_animate-in__Xy9Z8.IslandReviews_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandReviews_root__Km3X7.IslandReviews_reviews-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandReviews_root__Km3X7 .IslandReviews_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandReviews_root__Km3X7 .IslandReviews_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandReviews_root__Km3X7 .IslandReviews_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandReviews_root__Km3X7 .IslandReviews_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandReviews_root__Km3X7 .IslandReviews_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-7__Cv0X7 { animation-delay: 0.7s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-8__Dw1Y8 { animation-delay: 0.8s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-9__Ex2Z9 { animation-delay: 0.9s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-10__Fy3A0 { animation-delay: 1s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-11__Gz4B1 { animation-delay: 1.1s !important; }
#IslandReviews_root__Km3X7 .IslandReviews_delay-12__Hw5C2 { animation-delay: 1.2s !important; }

#IslandReviews_root__Km3X7 .IslandReviews_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandReviews_root__Km3X7 .IslandReviews_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandReviews_root__Km3X7 .IslandReviews_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== FEATURED RATING CARD ===== */
#IslandReviews_root__Km3X7 .IslandReviews_featured-rating-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_featured-badge__Mx7L9 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 193, 7, 0.1)) !important;
  border: 1px solid rgba(255, 215, 0, 0.4) !important;
  border-radius: 2rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_featured-badge__Mx7L9 svg {
  width: 20px !important;
  height: 20px !important;
  color: #FFD700 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_featured-badge__Mx7L9 span {
  color: #FFD700 !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_featured-title__Rk9M1 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandReviews_root__Km3X7 .IslandReviews_featured-title__Rk9M1 {
    font-size: 2.5rem !important;
  }
}

#IslandReviews_root__Km3X7 .IslandReviews_featured-description__Nz6L5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_featured-highlights__Sv6F9 {
  padding: 2rem !important;
  background: rgba(20, 184, 166, 0.05) !important;
  border-left: 4px solid #14B8A6 !important;
  border-radius: 0.5rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_highlights-title__Lv7K3 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_highlights-list__Qw9N5 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_highlight-item__Mn8P6 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_check-icon__Pz8L5 {
  width: 20px !important;
  height: 20px !important;
  color: #14B8A6 !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_highlight-item__Mn8P6 span {
  color: #d1d5db !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* ===== REVIEWS GRID ===== */
#IslandReviews_root__Km3X7 .IslandReviews_reviews-grid__Pr8N4 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
  #IslandReviews_root__Km3X7 .IslandReviews_reviews-grid__Pr8N4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandReviews_root__Km3X7 .IslandReviews_reviews-grid__Pr8N4 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== REVIEW CARDS ===== */
#IslandReviews_root__Km3X7 .IslandReviews_review-card__Zr5M3 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_review-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_review-header__Tn8M4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_rating-stars__Yx3W6 {
  display: flex !important;
  gap: 0.25rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_rating-stars__Yx3W6 svg {
  width: 20px !important;
  height: 20px !important;
  color: #FFD700 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_reviewer-info__Fm2B8 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_reviewer-name__Hn6P5 {
  font-size: 1rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_review-source__Sv8L2 {
  font-size: 0.875rem !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_review-text__Lv7K3 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
  font-style: italic !important;
}

/* ===== PLATFORMS SECTION ===== */
#IslandReviews_root__Km3X7 .IslandReviews_platforms-section__At8V5 {
  margin-top: 4rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platforms-title__Cv0X7 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platforms-grid__Dw1Y8 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandReviews_root__Km3X7 .IslandReviews_platforms-grid__Dw1Y8 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandReviews_root__Km3X7 .IslandReviews_platforms-grid__Dw1Y8 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== COMMERCIAL CARD ===== */
#IslandReviews_root__Km3X7 .IslandReviews_commercial-card__Ex2Z9 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
  grid-column: 1 / -1 !important;
}

@media (min-width: 1024px) {
  #IslandReviews_root__Km3X7 .IslandReviews_commercial-card__Ex2Z9 {
    grid-column: 1 / 3 !important;
  }
}

#IslandReviews_root__Km3X7 .IslandReviews_commercial-card__Ex2Z9:hover {
  transform: translateY(-8px) !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_commercial-header__Fy3A0 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_commercial-icon__Gz4B1 {
  width: 40px !important;
  height: 40px !important;
  color: #14B8A6 !important;
  flex-shrink: 0 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_commercial-name__Hw5C2 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_commercial-location__Ix6D3 {
  font-size: 0.875rem !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_commercial-text__Jy7E4 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
  font-style: italic !important;
}

/* ===== PLATFORM CARDS ===== */
#IslandReviews_root__Km3X7 .IslandReviews_platform-card__Ky8F5 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platform-card__Ky8F5:hover {
  transform: translateY(-8px) !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platform-header__Lz9G6 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platform-icon__Mz0H7 {
  width: 40px !important;
  height: 40px !important;
  color: #14B8A6 !important;
  flex-shrink: 0 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platform-name__Nz1I8 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platform-stats__Oz2J9 {
  font-size: 0.875rem !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandReviews_root__Km3X7 .IslandReviews_platform-description__Pz3K0 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandReviews_root__Km3X7 .IslandReviews_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }

  #IslandReviews_root__Km3X7 .IslandReviews_featured-rating-card__Lk2N8 {
    padding: 1.5rem !important;
  }

  #IslandReviews_root__Km3X7 .IslandReviews_review-card__Zr5M3 {
    padding: 1.5rem !important;
  }

  #IslandReviews_root__Km3X7 .IslandReviews_commercial-card__Ex2Z9 {
    padding: 1.5rem !important;
  }

  #IslandReviews_root__Km3X7 .IslandReviews_platform-card__Ky8F5 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Ownership &amp; Leadership Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandOwnership_root__Km3X7,
#IslandOwnership_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandOwnership_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_animate-in__Xy9Z8.IslandOwnership_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandOwnership_root__Km3X7.IslandOwnership_ownership-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandOwnership_root__Km3X7 .IslandOwnership_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-7__Cv0X7 { animation-delay: 0.7s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-8__Dw1Y8 { animation-delay: 0.8s !important; }
#IslandOwnership_root__Km3X7 .IslandOwnership_delay-9__Ex2Z9 { animation-delay: 0.9s !important; }

#IslandOwnership_root__Km3X7 .IslandOwnership_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandOwnership_root__Km3X7 .IslandOwnership_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandOwnership_root__Km3X7 .IslandOwnership_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== FOUNDER PROFILE CARDS ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_shawn-card__Lk2N8,
#IslandOwnership_root__Km3X7 .IslandOwnership_jaro-card__Pr8N4 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_leader-profile__Mx7L9 {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_profile-header__Nz6L5 {
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_profile-icon__Hn6P5 {
  width: 80px !important;
  height: 80px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 12px 32px rgba(20, 184, 166, 0.5) !important;
  flex-shrink: 0 !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_profile-icon__Hn6P5 svg {
  width: 40px !important;
  height: 40px !important;
  color: #ffffff !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_profile-name__Lv7K3 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_profile-title__Qw9N5 {
  font-size: 1.25rem !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_credentials-badges__Mn8P6 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_credential-badge__Pz8L5 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  background: rgba(20, 184, 166, 0.1) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
  border-radius: 2rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_credential-badge__Pz8L5 svg {
  width: 16px !important;
  height: 16px !important;
  color: #14B8A6 !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_credential-badge__Pz8L5 span {
  font-size: 0.875rem !important;
  color: #14B8A6 !important;
  font-weight: 700 !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_profile-content__Tz5M6 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_profile-paragraph__Kw2N9 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
}

/* ===== CONTACT SECTION ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_contact-section__Rk9M1 {
  padding-top: 2rem !important;
  border-top: 1px solid rgba(71, 85, 105, 0.3) !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_contact-title__Fm2B8 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_contact-info__Gz4T1 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_contact-item__Xy9Z8 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  padding: 1rem !important;
  background: rgba(20, 184, 166, 0.1) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
  border-radius: 0.5rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_contact-item__Xy9Z8 svg {
  width: 20px !important;
  height: 20px !important;
  color: #14B8A6 !important;
  flex-shrink: 0 !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_contact-item__Xy9Z8 span {
  font-size: 1.125rem !important;
  color: #14B8A6 !important;
  font-weight: 700 !important;
}

/* ===== TEAM SECTION ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_team-section__At8V5 {
  margin-top: 4rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_team-title__Bu9W6 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_team-intro__Cv0X7 {
  margin-bottom: 3rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_team-paragraph__Dw1Y8 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  text-align: center !important;
  max-width: 60rem !important;
  margin: 0 auto !important;
}

/* ===== VALUES GRID ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_values-grid__Ex2Z9 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
  #IslandOwnership_root__Km3X7 .IslandOwnership_values-grid__Ex2Z9 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandOwnership_root__Km3X7 .IslandOwnership_values-grid__Ex2Z9 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandOwnership_root__Km3X7 .IslandOwnership_value-card__Fy3A0 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_value-card__Fy3A0:hover {
  transform: translateY(-8px) !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_value-icon__Gz4B1 {
  width: 48px !important;
  height: 48px !important;
  color: #14B8A6 !important;
  margin-bottom: 1rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_value-title__Hw5C2 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_value-description__Ix6D3 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== QUOTE CARD ===== */
#IslandOwnership_root__Km3X7 .IslandOwnership_quote-card__Jz6X3 {
  padding: 3rem !important;
  text-align: center !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_quote-icon__Kz7Y4 {
  width: 48px !important;
  height: 48px !important;
  color: #14B8A6 !important;
  margin: 0 auto 1.5rem !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_quote-text__Lz8Z5 {
  font-size: 1.5rem !important;
  font-style: italic !important;
  color: #ffffff !important;
  line-height: 1.6 !important;
  margin-bottom: 1.5rem !important;
  font-weight: 600 !important;
}

#IslandOwnership_root__Km3X7 .IslandOwnership_quote-attribution__Mz9A6 {
  font-size: 1rem !important;
  color: #14B8A6 !important;
  font-weight: 700 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandOwnership_root__Km3X7 .IslandOwnership_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }

  #IslandOwnership_root__Km3X7 .IslandOwnership_shawn-card__Lk2N8,
  #IslandOwnership_root__Km3X7 .IslandOwnership_jaro-card__Pr8N4 {
    padding: 1.5rem !important;
  }

  #IslandOwnership_root__Km3X7 .IslandOwnership_profile-name__Lv7K3 {
    font-size: 1.875rem !important;
  }

  #IslandOwnership_root__Km3X7 .IslandOwnership_quote-text__Lz8Z5 {
    font-size: 1.125rem !important;
  }
}
 
/* Island Electric Commercial Services Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandCommercial_root__Km3X7,
#IslandCommercial_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandCommercial_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_animate-in__Xy9Z8 {
  opacity: 0 !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_animate-in__Xy9Z8.IslandCommercial_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_slide-right__Cn5U9 {
  transform: translateX(-20px) !important;
}

/* ===== SECTION ===== */
#IslandCommercial_root__Km3X7.IslandCommercial_commercial-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
  transition: transform 600ms ease !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_header-icon__Ry4P5:hover {
  transform: rotate(360deg) scale(1.2) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* Delay Classes */
#IslandCommercial_root__Km3X7 .IslandCommercial_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandCommercial_root__Km3X7 .IslandCommercial_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandCommercial_root__Km3X7 .IslandCommercial_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandCommercial_root__Km3X7 .IslandCommercial_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandCommercial_root__Km3X7 .IslandCommercial_delay-5__Zs7U4 { animation-delay: 0.5s !important; }

#IslandCommercial_root__Km3X7 .IslandCommercial_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandCommercial_root__Km3X7 .IslandCommercial_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandCommercial_root__Km3X7 .IslandCommercial_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== NEW CONSTRUCTION CARD ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_new-construction-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_card-title__Rk9M1 {
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #14B8A6 !important;
  margin-bottom: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

@media (min-width: 768px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_card-title__Rk9M1 {
    font-size: 3rem !important;
  }
}

#IslandCommercial_root__Km3X7 .IslandCommercial_sparkle-icon__Mx7L9 {
  width: 32px !important;
  height: 32px !important;
  animation: IslandCommercial_sparkleRotate__Vn8M3 3s linear infinite !important;
}

@keyframes IslandCommercial_sparkleRotate__Vn8M3 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#IslandCommercial_root__Km3X7 .IslandCommercial_sparkle-icon__Mx7L9 svg {
  width: 32px !important;
  height: 32px !important;
  color: #14B8A6 !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_card-intro__Nz6L5 {
  font-size: 1.25rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

/* ===== BUILDING TYPES GRID ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_building-types-grid__Sv6F9 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_building-types-grid__Sv6F9 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#IslandCommercial_root__Km3X7 .IslandCommercial_building-type__Lv7K3 {
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  background: rgba(15, 20, 25, 0.5) !important;
  border: 1px solid rgba(20, 184, 166, 0.2) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_building-type__Lv7K3 h4 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_type-list__Hn6P5 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_type-item__Sv8L2 {
  display: flex !important;
  align-items: flex-start !important;
  padding-left: 1rem !important;
  position: relative !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_type-item__Sv8L2::before {
  content: &quot;•&quot; !important;
  position: absolute !important;
  left: 0 !important;
  color: #14B8A6 !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_type-item__Sv8L2 span {
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}

/* ===== TENANT IMPROVEMENTS CARD ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_tenant-improvements-card__Pr8N4 {
  padding: 2rem !important;
  margin-bottom: 4rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_card-title-alt__Tx6M9 {
  font-size: 1.875rem !important;
  font-weight: 900 !important;
  color: #14B8A6 !important;
  margin-bottom: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

@media (min-width: 768px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_card-title-alt__Tx6M9 {
    font-size: 3rem !important;
  }
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-icon__Yz3W7 {
  width: 32px !important;
  height: 32px !important;
  color: #14B8A6 !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-intro__Hn6P5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

/* ===== TI CATEGORIES GRID ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_ti-categories-grid__Mn8P6 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_ti-categories-grid__Mn8P6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-category-card__Lv7K3 {
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  background: linear-gradient(135deg, #0F1419, #0A0E14) !important;
  border: 1px solid rgba(20, 184, 166, 0.1) !important;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 300ms ease, border-color 300ms ease !important;
}

/* Category Delay Classes */
#IslandCommercial_root__Km3X7 .IslandCommercial_category-delay-0__Aw5T3 { animation-delay: 0s !important; }
#IslandCommercial_root__Km3X7 .IslandCommercial_category-delay-1__Bx6U4 { animation-delay: 0.1s !important; }
#IslandCommercial_root__Km3X7 .IslandCommercial_category-delay-2__Cy7V5 { animation-delay: 0.2s !important; }

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-category-card__Lv7K3:hover {
  transform: translateY(-8px) scale(1.02) !important;
  border-color: rgba(20, 184, 166, 0.4) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-category-title__Qw9N5 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-category-list__Hn6P5 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-category-item__Sv8L2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  transition: transform 300ms ease !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-category-item__Sv8L2:hover {
  transform: translateX(3px) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_check-icon__Gz4T1 {
  width: 16px !important;
  height: 16px !important;
  color: #14B8A6 !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_ti-category-item__Sv8L2 span {
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}

/* ===== INDUSTRIAL SERVICES GRID ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_industrial-services-grid__Pn7K5 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_industrial-services-grid__Pn7K5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_industrial-services-grid__Pn7K5 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== SERVICE CARDS ===== */
#IslandCommercial_root__Km3X7 .IslandCommercial_service-card__Zr5M3 {
  padding: 2rem !important;
  cursor: pointer !important;
  transition: all 300ms ease !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-header__Tn8M4 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-icon__Yx3W6 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
  transition: transform 500ms ease !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-card__Zr5M3:hover .IslandCommercial_service-icon__Yx3W6 {
  transform: scale(1.2) rotate(15deg) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-icon__Yx3W6 svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-title__Fm2B8 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-list__Hn6P5 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-item__Sv8L2 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  transition: transform 300ms ease !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-item__Sv8L2:hover {
  transform: translateX(3px) !important;
}

#IslandCommercial_root__Km3X7 .IslandCommercial_service-item__Sv8L2 span {
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandCommercial_root__Km3X7 .IslandCommercial_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }

  #IslandCommercial_root__Km3X7 .IslandCommercial_card-title__Rk9M1 {
    font-size: 1.5rem !important;
  }

  #IslandCommercial_root__Km3X7 .IslandCommercial_new-construction-card__Lk2N8 {
    padding: 1.5rem !important;
  }

  #IslandCommercial_root__Km3X7 .IslandCommercial_service-card__Zr5M3 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Emergency Services Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandEmergency_root__Km3X7,
#IslandEmergency_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandEmergency_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_animate-in__Xy9Z8.IslandEmergency_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandEmergency_root__Km3X7.IslandEmergency_emergency-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #FF0000, #CC0000) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(255, 0, 0, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #FF0000) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-7__Cv0X7 { animation-delay: 0.7s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-8__Dw1Y8 { animation-delay: 0.8s !important; }
#IslandEmergency_root__Km3X7 .IslandEmergency_delay-9__Ex2Z9 { animation-delay: 0.9s !important; }

#IslandEmergency_root__Km3X7 .IslandEmergency_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandEmergency_root__Km3X7 .IslandEmergency_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandEmergency_root__Km3X7 .IslandEmergency_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== HERO EMERGENCY CARD ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_hero-emergency-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
  border: 2px solid rgba(255, 0, 0, 0.3) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-badge__Mx7L9 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.75rem 1.5rem !important;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.2), rgba(204, 0, 0, 0.1)) !important;
  border: 2px solid rgba(255, 0, 0, 0.4) !important;
  border-radius: 2rem !important;
  margin-bottom: 1.5rem !important;
  animation: IslandEmergency_pulse__Pq5R2 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

@keyframes IslandEmergency_pulse__Pq5R2 {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-badge__Mx7L9 svg {
  width: 24px !important;
  height: 24px !important;
  color: #FF0000 !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-badge__Mx7L9 span {
  color: #FF0000 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_hero-title__Rk9M1 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_hero-title__Rk9M1 {
    font-size: 2.5rem !important;
  }
}

#IslandEmergency_root__Km3X7 .IslandEmergency_hero-description__Nz6L5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-cta__Sv6F9 {
  padding: 2rem !important;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(204, 0, 0, 0.05)) !important;
  border: 2px solid rgba(255, 0, 0, 0.3) !important;
  border-radius: 1rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_cta-title__Qw9N5 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #FF0000 !important;
  margin-bottom: 0.5rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_cta-subtitle__Mn8P6 {
  font-size: 1rem !important;
  color: #d1d5db !important;
}

/* ===== EMERGENCY NUMBERS SECTION ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-numbers-section__Pr8N4 {
  margin-bottom: 4rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_numbers-title__Tx6M9 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_numbers-grid__Cv0X7 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_numbers-grid__Cv0X7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_numbers-grid__Cv0X7 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== EMERGENCY NUMBER CARDS ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-number-card__Zr5M3 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
  border: 2px solid rgba(255, 0, 0, 0.2) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-number-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(255, 0, 0, 0.4) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_location-header__Tn8M4 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_location-icon__Yx3W6 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #FF0000, #CC0000) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_location-icon__Yx3W6 svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_location-name__Fm2B8 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_location-badge__Hn6P5 {
  font-size: 0.875rem !important;
  color: #FF0000 !important;
  font-weight: 600 !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-phone__Sv8L2 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  padding: 1.5rem !important;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(204, 0, 0, 0.05)) !important;
  border: 2px solid rgba(255, 0, 0, 0.3) !important;
  border-radius: 0.75rem !important;
  margin-bottom: 1rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-phone__Sv8L2 svg {
  width: 32px !important;
  height: 32px !important;
  color: #FF0000 !important;
  flex-shrink: 0 !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_phone-label__Lv7K3 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  margin-bottom: 0.25rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_phone-number__Qw9N5 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #FF0000 !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_service-areas__Mn8P6 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.5 !important;
}

/* ===== EMERGENCY TYPES CARD ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-types-card__At8V5 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_card-title__Bu9W6 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_card-intro__Cv0X7 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-types-grid__Dw1Y8 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_emergency-types-grid__Dw1Y8 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_emergency-types-grid__Dw1Y8 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-type__Ex2Z9 {
  padding: 1.5rem !important;
  background: rgba(255, 0, 0, 0.05) !important;
  border: 1px solid rgba(255, 0, 0, 0.2) !important;
  border-radius: 0.75rem !important;
  transition: all 300ms ease !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_emergency-type__Ex2Z9:hover {
  background: rgba(255, 0, 0, 0.1) !important;
  border-color: rgba(255, 0, 0, 0.4) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_type-icon__Fy3A0 {
  width: 40px !important;
  height: 40px !important;
  color: #FF0000 !important;
  margin-bottom: 1rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_type-title__Gz4B1 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_type-description__Hw5C2 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== RESPONSE PROCESS ===== */
#IslandEmergency_root__Km3X7 .IslandEmergency_response-process-section__Ix6D3 {
  margin-top: 4rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_process-title__Jy7E4 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_process-steps__Kz8F5 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_process-steps__Kz8F5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_process-steps__Kz8F5 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

#IslandEmergency_root__Km3X7 .IslandEmergency_process-step__Lw9G6 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_process-step__Lw9G6:hover {
  transform: translateY(-8px) !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_step-number__Mx0H7 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #FF0000, #CC0000) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_step-title__Ny1I8 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandEmergency_root__Km3X7 .IslandEmergency_step-description__Oz2J9 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandEmergency_root__Km3X7 .IslandEmergency_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }
  
  #IslandEmergency_root__Km3X7 .IslandEmergency_hero-emergency-card__Lk2N8 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Team Leadership Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandTeam_root__Km3X7,
#IslandTeam_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandTeam_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandTeam_root__Km3X7 .IslandTeam_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_animate-in__Xy9Z8.IslandTeam_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandTeam_root__Km3X7.IslandTeam_team-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandTeam_root__Km3X7 .IslandTeam_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandTeam_root__Km3X7 .IslandTeam_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandTeam_root__Km3X7 .IslandTeam_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandTeam_root__Km3X7 .IslandTeam_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandTeam_root__Km3X7 .IslandTeam_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandTeam_root__Km3X7 .IslandTeam_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandTeam_root__Km3X7 .IslandTeam_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandTeam_root__Km3X7 .IslandTeam_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandTeam_root__Km3X7 .IslandTeam_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandTeam_root__Km3X7 .IslandTeam_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandTeam_root__Km3X7 .IslandTeam_delay-7__Cv0X7 { animation-delay: 0.7s !important; }

#IslandTeam_root__Km3X7 .IslandTeam_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandTeam_root__Km3X7 .IslandTeam_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandTeam_root__Km3X7 .IslandTeam_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== HERO TEAM CARD ===== */
#IslandTeam_root__Km3X7 .IslandTeam_hero-team-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_hero-title__Rk9M1 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandTeam_root__Km3X7 .IslandTeam_hero-title__Rk9M1 {
    font-size: 2.5rem !important;
  }
}

#IslandTeam_root__Km3X7 .IslandTeam_hero-description__Nz6L5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
}

/* ===== LEADERSHIP GRID ===== */
#IslandTeam_root__Km3X7 .IslandTeam_leadership-grid__Pr8N4 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
  #IslandTeam_root__Km3X7 .IslandTeam_leadership-grid__Pr8N4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandTeam_root__Km3X7 .IslandTeam_leadership-grid__Pr8N4 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ===== LEADER CARDS ===== */
#IslandTeam_root__Km3X7 .IslandTeam_leader-card__Zr5M3 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-header__Tn8M4 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-avatar__Yx3W6 {
  width: 64px !important;
  height: 64px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-avatar__Yx3W6 svg {
  width: 32px !important;
  height: 32px !important;
  color: #ffffff !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-name__Fm2B8 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-title__Hn6P5 {
  font-size: 1rem !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-credentials__Sv8L2 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  margin-bottom: 1rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_credential-badge__Lv7K3 {
  display: inline-block !important;
  padding: 0.25rem 0.75rem !important;
  background: rgba(20, 184, 166, 0.1) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
  border-radius: 1rem !important;
  font-size: 0.75rem !important;
  color: #14B8A6 !important;
  font-weight: 700 !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-bio__Qw9N5 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_leader-highlights__Mn8P6 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_highlight-item__Pz8L5 {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_highlight-item__Pz8L5 svg {
  width: 16px !important;
  height: 16px !important;
  color: #14B8A6 !important;
  margin-top: 2px !important;
  flex-shrink: 0 !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_highlight-item__Pz8L5 span {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.5 !important;
}

/* ===== OPERATIONS SECTION ===== */
#IslandTeam_root__Km3X7 .IslandTeam_operations-section__At8V5 {
  margin-bottom: 4rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_operations-title__Bu9W6 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_operations-grid__Cv0X7 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandTeam_root__Km3X7 .IslandTeam_operations-grid__Cv0X7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#IslandTeam_root__Km3X7 .IslandTeam_operations-card__Dw1Y8 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_operations-card__Dw1Y8:hover {
  transform: translateY(-8px) !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_ops-header__Ex2Z9 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_ops-icon__Fy3A0 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_ops-icon__Fy3A0 svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_ops-name__Gz4B1 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_ops-title__Hw5C2 {
  font-size: 0.875rem !important;
  color: #14B8A6 !important;
  font-weight: 600 !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_ops-description__Ix6D3 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== HERITAGE CARD ===== */
#IslandTeam_root__Km3X7 .IslandTeam_heritage-card__Jy7E4 {
  padding: 3rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_heritage-title__Kz8F5 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
  text-align: center !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_heritage-description__Lw9G6 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 1.5rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_heritage-stats__Mx0H7 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-top: 2rem !important;
}

@media (min-width: 768px) {
  #IslandTeam_root__Km3X7 .IslandTeam_heritage-stats__Mx0H7 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandTeam_root__Km3X7 .IslandTeam_heritage-stat__Ny1I8 {
  text-align: center !important;
  padding: 1.5rem !important;
  background: rgba(20, 184, 166, 0.05) !important;
  border: 1px solid rgba(20, 184, 166, 0.2) !important;
  border-radius: 0.75rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_stat-value__Oz2J9 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  color: #14B8A6 !important;
  line-height: 1 !important;
  margin-bottom: 0.5rem !important;
}

#IslandTeam_root__Km3X7 .IslandTeam_stat-label__Pw3K0 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  font-weight: 600 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandTeam_root__Km3X7 .IslandTeam_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }

  #IslandTeam_root__Km3X7 .IslandTeam_hero-team-card__Lk2N8 {
    padding: 1.5rem !important;
  }

  #IslandTeam_root__Km3X7 .IslandTeam_leader-card__Zr5M3 {
    padding: 1.5rem !important;
  }

  #IslandTeam_root__Km3X7 .IslandTeam_heritage-card__Jy7E4 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Careers Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandCareers_root__Km3X7,
#IslandCareers_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandCareers_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandCareers_root__Km3X7 .IslandCareers_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_animate-in__Xy9Z8.IslandCareers_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandCareers_root__Km3X7.IslandCareers_careers-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandCareers_root__Km3X7 .IslandCareers_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandCareers_root__Km3X7 .IslandCareers_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #14B8A6) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandCareers_root__Km3X7 .IslandCareers_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandCareers_root__Km3X7 .IslandCareers_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandCareers_root__Km3X7 .IslandCareers_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-7__Cv0X7 { animation-delay: 0.7s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-8__Dw1Y8 { animation-delay: 0.8s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-9__Ex2Z9 { animation-delay: 0.9s !important; }
#IslandCareers_root__Km3X7 .IslandCareers_delay-10__Fy2T9 { animation-delay: 1.0s !important; }

#IslandCareers_root__Km3X7 .IslandCareers_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandCareers_root__Km3X7 .IslandCareers_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandCareers_root__Km3X7 .IslandCareers_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== HERO CAREERS CARD ===== */
#IslandCareers_root__Km3X7 .IslandCareers_hero-careers-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_award-badge__Mx7L9 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 165, 0, 0.1)) !important;
  border: 1px solid rgba(255, 215, 0, 0.3) !important;
  border-radius: 2rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_award-badge__Mx7L9 svg {
  width: 20px !important;
  height: 20px !important;
  color: #FFD700 !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_award-badge__Mx7L9 span {
  color: #FFD700 !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_hero-title__Rk9M1 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandCareers_root__Km3X7 .IslandCareers_hero-title__Rk9M1 {
    font-size: 2.5rem !important;
  }
}

#IslandCareers_root__Km3X7 .IslandCareers_hero-description__Nz6L5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_cta-buttons__Sv6F9 {
  display: flex !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_cta-primary__Lv7K3 {
  display: inline-block !important;
  padding: 1rem 2rem !important;
  background: linear-gradient(135deg, #14B8A6, #0891B2) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 0.5rem !important;
  text-decoration: none !important;
  transition: all 300ms ease !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_cta-primary__Lv7K3:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 32px rgba(20, 184, 166, 0.4) !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_cta-secondary__Qw9N5 {
  display: inline-block !important;
  padding: 1rem 2rem !important;
  background: transparent !important;
  color: #14B8A6 !important;
  font-weight: 700 !important;
  border: 2px solid #14B8A6 !important;
  border-radius: 0.5rem !important;
  text-decoration: none !important;
  transition: all 300ms ease !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_cta-secondary__Qw9N5:hover {
  background: rgba(20, 184, 166, 0.1) !important;
}

/* ===== WHY MAZZEI SECTION ===== */
#IslandCareers_root__Km3X7 .IslandCareers_why-mazzei-section__Pr8N4 {
  margin-bottom: 4rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_section-subtitle__Tx6M9 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_benefits-grid__Cv0X7 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandCareers_root__Km3X7 .IslandCareers_benefits-grid__Cv0X7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandCareers_root__Km3X7 .IslandCareers_benefits-grid__Cv0X7 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandCareers_root__Km3X7 .IslandCareers_benefit-card__Zr5M3 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_benefit-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_benefit-icon__Tn8M4 {
  width: 48px !important;
  height: 48px !important;
  color: #14B8A6 !important;
  margin-bottom: 1rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_benefit-title__Yx3W6 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_benefit-description__Fm2B8 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== POSITIONS CARD ===== */
#IslandCareers_root__Km3X7 .IslandCareers_positions-card__At8V5 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_positions-title__Bu9W6 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_positions-list__Jy7E4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_position-item__Kz8F5 {
  padding: 1.5rem !important;
  background: rgba(20, 184, 166, 0.05) !important;
  border: 1px solid rgba(20, 184, 166, 0.2) !important;
  border-radius: 0.75rem !important;
  transition: all 300ms ease !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_position-item__Kz8F5:hover {
  background: rgba(20, 184, 166, 0.1) !important;
  border-color: rgba(20, 184, 166, 0.4) !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_position-header__Lw9G6 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 0.75rem !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_position-name__Mx0H7 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_position-badge__Ny1I8 {
  padding: 0.25rem 0.75rem !important;
  background: rgba(20, 184, 166, 0.2) !important;
  border: 1px solid rgba(20, 184, 166, 0.3) !important;
  border-radius: 1rem !important;
  font-size: 0.75rem !important;
  color: #14B8A6 !important;
  font-weight: 700 !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_position-description__Oz2J9 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_position-tags__Pw3K0 {
  display: flex !important;
  gap: 0.5rem !important;
  flex-wrap: wrap !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_tag__Qx4L1 {
  padding: 0.25rem 0.75rem !important;
  background: rgba(71, 85, 105, 0.3) !important;
  border-radius: 0.25rem !important;
  font-size: 0.75rem !important;
  color: #d1d5db !important;
  font-weight: 600 !important;
}

/* ===== APPRENTICE SECTION ===== */
#IslandCareers_root__Km3X7 .IslandCareers_apprentice-section__Ry5M2 {
  margin-top: 4rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_apprentice-content__Sz6N3 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 1024px) {
  #IslandCareers_root__Km3X7 .IslandCareers_apprentice-content__Sz6N3 {
    grid-template-columns: 2fr 1fr !important;
  }
}

#IslandCareers_root__Km3X7 .IslandCareers_apprentice-card__Tz7O4 {
  padding: 2rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_apprentice-title__Ux8P5 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_apprentice-list__Vy9Q6 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_list-item__Wz0R7 {
  padding-left: 1.5rem !important;
  position: relative !important;
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_list-item__Wz0R7::before {
  content: &quot;✓&quot; !important;
  position: absolute !important;
  left: 0 !important;
  color: #14B8A6 !important;
  font-weight: 900 !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_apprentice-stats__Xz1S8 {
  padding: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_stat-row__Gz3U0 {
  text-align: center !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_stat-number__Hz4V1 {
  font-size: 3rem !important;
  font-weight: 900 !important;
  color: #14B8A6 !important;
  line-height: 1 !important;
  margin-bottom: 0.5rem !important;
}

#IslandCareers_root__Km3X7 .IslandCareers_stat-label__Iz5W2 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  font-weight: 600 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandCareers_root__Km3X7 .IslandCareers_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }
  
  #IslandCareers_root__Km3X7 .IslandCareers_hero-careers-card__Lk2N8 {
    padding: 1.5rem !important;
  }
  
  #IslandCareers_root__Km3X7 .IslandCareers_positions-card__At8V5 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Community Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandCommunity_root__Km3X7,
#IslandCommunity_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandCommunity_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_animate-in__Xy9Z8.IslandCommunity_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandCommunity_root__Km3X7.IslandCommunity_community-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #10B981, #059669) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #10B981) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandCommunity_root__Km3X7 .IslandCommunity_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-7__Cv0X7 { animation-delay: 0.7s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-8__Dw1Y8 { animation-delay: 0.8s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-9__Ex2Z9 { animation-delay: 0.9s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-10__Fy2T9 { animation-delay: 1.0s !important; }
#IslandCommunity_root__Km3X7 .IslandCommunity_delay-11__Gz3U0 { animation-delay: 1.1s !important; }

#IslandCommunity_root__Km3X7 .IslandCommunity_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandCommunity_root__Km3X7 .IslandCommunity_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandCommunity_root__Km3X7 .IslandCommunity_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== HERO COMMUNITY CARD ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_hero-community-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_hero-title__Rk9M1 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandCommunity_root__Km3X7 .IslandCommunity_hero-title__Rk9M1 {
    font-size: 2.5rem !important;
  }
}

#IslandCommunity_root__Km3X7 .IslandCommunity_hero-description__Nz6L5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
}

/* ===== FOCUS AREAS ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_focus-areas-section__Pr8N4 {
  margin-bottom: 4rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_section-subtitle__Tx6M9 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_focus-grid__Cv0X7 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandCommunity_root__Km3X7 .IslandCommunity_focus-grid__Cv0X7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandCommunity_root__Km3X7 .IslandCommunity_focus-grid__Cv0X7 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandCommunity_root__Km3X7 .IslandCommunity_focus-card__Zr5M3 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_focus-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_focus-icon__Tn8M4 {
  width: 48px !important;
  height: 48px !important;
  color: #10B981 !important;
  margin-bottom: 1rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_focus-title__Yx3W6 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_focus-description__Fm2B8 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== PARTNERSHIPS CARD ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_partnerships-card__At8V5 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_partnerships-title__Bu9W6 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_partnerships-intro__Jy7E4 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_partnerships-grid__Kz8F5 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandCommunity_root__Km3X7 .IslandCommunity_partnerships-grid__Kz8F5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#IslandCommunity_root__Km3X7 .IslandCommunity_partnership-category__Lw9G6 {
  padding: 1.5rem !important;
  background: rgba(16, 185, 129, 0.05) !important;
  border: 1px solid rgba(16, 185, 129, 0.2) !important;
  border-radius: 0.75rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_category-title__Mx0H7 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #10B981 !important;
  margin-bottom: 1rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_category-list__Ny1I8 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_list-item__Oz2J9 {
  padding-left: 1.5rem !important;
  position: relative !important;
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.6 !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_list-item__Oz2J9::before {
  content: &quot;•&quot; !important;
  position: absolute !important;
  left: 0 !important;
  color: #10B981 !important;
}

/* ===== ENGAGEMENT SECTION ===== */
#IslandCommunity_root__Km3X7 .IslandCommunity_engagement-section__Pw3K0 {
  margin-top: 4rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_engagement-grid__Qx4L1 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandCommunity_root__Km3X7 .IslandCommunity_engagement-grid__Qx4L1 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#IslandCommunity_root__Km3X7 .IslandCommunity_engagement-card__Ry5M2 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_engagement-card__Ry5M2:hover {
  transform: translateY(-8px) !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_engagement-icon__Sz6N3 {
  width: 48px !important;
  height: 48px !important;
  color: #10B981 !important;
  margin-bottom: 1rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_engagement-title__Tz7O4 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandCommunity_root__Km3X7 .IslandCommunity_engagement-description__Uz8P5 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandCommunity_root__Km3X7 .IslandCommunity_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }
  
  #IslandCommunity_root__Km3X7 .IslandCommunity_hero-community-card__Lk2N8 {
    padding: 1.5rem !important;
  }
  
  #IslandCommunity_root__Km3X7 .IslandCommunity_partnerships-card__At8V5 {
    padding: 1.5rem !important;
  }
}
 
/* Island Electric Energy Rebates Section - RenderBox Optimized */
/* All rules scoped to root ID with !important */

/* ===== RESET WITHIN MODULE ===== */
#IslandRebates_root__Km3X7,
#IslandRebates_root__Km3X7 * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
}

#IslandRebates_root__Km3X7 {
  font-family: IRANSans,IRANSans2,IRMitra,Georgia,Tahoma !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* ===== ANIMATION CLASSES ===== */
#IslandRebates_root__Km3X7 .IslandRebates_animate-in__Xy9Z8 {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_animate-in__Xy9Z8.IslandRebates_animated__Qw3K7 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_slide-left__Lm2P5 {
  transform: translateX(-50px) !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_slide-up__Bn4T8 {
  transform: translateY(30px) !important;
}

/* ===== SECTION ===== */
#IslandRebates_root__Km3X7.IslandRebates_rebates-section__Vp9L4 {
  padding: 5rem 0 !important;
  background: linear-gradient(180deg, #0A0A0A, #0A0E14) !important;
  position: relative !important;
}

/* ===== CONTAINER ===== */
#IslandRebates_root__Km3X7 .IslandRebates_container__Qw2N6 {
  max-width: 80rem !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
  width: 100% !important;
}

/* ===== SECTION HEADER ===== */
#IslandRebates_root__Km3X7 .IslandRebates_section-header__Fx3K9 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 3rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_header-icon__Ry4P5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #F59E0B, #D97706) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4) !important;
  flex-shrink: 0 !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_header-icon__Ry4P5 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_section-title__Jm8C5 {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  background: linear-gradient(90deg, #ffffff, #F59E0B) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

@media (min-width: 768px) {
  #IslandRebates_root__Km3X7 .IslandRebates_section-title__Jm8C5 {
    font-size: 3rem !important;
  }
}

/* ===== BENTO CARDS ===== */
#IslandRebates_root__Km3X7 .IslandRebates_bento-card__Xv9L2 {
  position: relative !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}

/* Delay Classes */
#IslandRebates_root__Km3X7 .IslandRebates_delay-1__Yr3Q8 { animation-delay: 0.1s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-2__Zs4R1 { animation-delay: 0.2s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-3__Xs5R2 { animation-delay: 0.3s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-4__Ys6T3 { animation-delay: 0.4s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-5__Zs7U4 { animation-delay: 0.5s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-6__Bu9W6 { animation-delay: 0.6s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-7__Cv0X7 { animation-delay: 0.7s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-8__Dw1Y8 { animation-delay: 0.8s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-9__Ex2Z9 { animation-delay: 0.9s !important; }
#IslandRebates_root__Km3X7 .IslandRebates_delay-10__Fy2T9 { animation-delay: 1.0s !important; }

#IslandRebates_root__Km3X7 .IslandRebates_card-shine__Zy5D1 {
  display: none !important;
}

/* Glass Card Variant */
#IslandRebates_root__Km3X7 .IslandRebates_glass-card__Qv8J1 {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.6)) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(71, 85, 105, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Clay Card Variant */
#IslandRebates_root__Km3X7 .IslandRebates_clay-card__Pw7T3 {
  background: linear-gradient(135deg, #1A1F28 0%, #141922 50%, #0F1419 100%) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid rgba(42, 47, 56, 0.5) !important;
  border-radius: 2rem !important;
}

/* ===== HERO REBATES CARD ===== */
#IslandRebates_root__Km3X7 .IslandRebates_hero-rebates-card__Lk2N8 {
  padding: 3rem !important;
  margin-bottom: 4rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_savings-badge__Mx7L9 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(217, 119, 6, 0.1)) !important;
  border: 1px solid rgba(245, 158, 11, 0.3) !important;
  border-radius: 2rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_savings-badge__Mx7L9 svg {
  width: 20px !important;
  height: 20px !important;
  color: #F59E0B !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_savings-badge__Mx7L9 span {
  color: #F59E0B !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_hero-title__Rk9M1 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandRebates_root__Km3X7 .IslandRebates_hero-title__Rk9M1 {
    font-size: 2.5rem !important;
  }
}

#IslandRebates_root__Km3X7 .IslandRebates_hero-description__Nz6L5 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
}

/* ===== REBATE CATEGORIES ===== */
#IslandRebates_root__Km3X7 .IslandRebates_rebate-category-section__Pr8N4 {
  margin-bottom: 4rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_category-title__Tx6M9 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebates-grid__Cv0X7 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandRebates_root__Km3X7 .IslandRebates_rebates-grid__Cv0X7 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ===== REBATE CARDS ===== */
#IslandRebates_root__Km3X7 .IslandRebates_rebate-card__Zr5M3 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-card__Zr5M3:hover {
  transform: translateY(-8px) !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-header__Tn8M4 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-icon__Yx3W6 {
  width: 56px !important;
  height: 56px !important;
  background: linear-gradient(135deg, #F59E0B, #D97706) !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-icon__Yx3W6 svg {
  width: 28px !important;
  height: 28px !important;
  color: #ffffff !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-name__Fm2B8 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.25rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-amount__Hn6P5 {
  font-size: 1.125rem !important;
  color: #F59E0B !important;
  font-weight: 700 !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-description__Sv8L2 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_rebate-details__Lv7K3 {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_detail-item__Qw9N5 {
  padding-left: 1.5rem !important;
  position: relative !important;
  color: #d1d5db !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_detail-item__Qw9N5::before {
  content: &quot;✓&quot; !important;
  position: absolute !important;
  left: 0 !important;
  color: #F59E0B !important;
  font-weight: 900 !important;
}

/* ===== COMMERCIAL SECTION ===== */
#IslandRebates_root__Km3X7 .IslandRebates_commercial-section__Mn8P6 {
  margin-bottom: 4rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_commercial-card__Pz8L5 {
  padding: 3rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_commercial-title__Tz5M6 {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_commercial-description__Uz7N7 {
  font-size: 1.125rem !important;
  color: #d1d5db !important;
  line-height: 1.75 !important;
  margin-bottom: 2rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_commercial-incentives__Vz8O8 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  #IslandRebates_root__Km3X7 .IslandRebates_commercial-incentives__Vz8O8 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#IslandRebates_root__Km3X7 .IslandRebates_incentive-item__Wz9P9 {
  padding: 1.5rem !important;
  background: rgba(245, 158, 11, 0.05) !important;
  border: 1px solid rgba(245, 158, 11, 0.2) !important;
  border-radius: 0.75rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_incentive-name__Xz0Q0 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #F59E0B !important;
  margin-bottom: 0.5rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_incentive-details__Yz1R1 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== HELP SECTION ===== */
#IslandRebates_root__Km3X7 .IslandRebates_help-section__Az2S2 {
  margin-top: 4rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_help-grid__Bz3T3 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #IslandRebates_root__Km3X7 .IslandRebates_help-grid__Bz3T3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #IslandRebates_root__Km3X7 .IslandRebates_help-grid__Bz3T3 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

#IslandRebates_root__Km3X7 .IslandRebates_help-card__Cz4U4 {
  padding: 2rem !important;
  transition: all 300ms ease !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_help-card__Cz4U4:hover {
  transform: translateY(-8px) !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_help-number__Dz5V5 {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, #F59E0B, #D97706) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_help-title__Ez6W6 {
  font-size: 1.125rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
}

#IslandRebates_root__Km3X7 .IslandRebates_help-description__Fz7X7 {
  font-size: 0.875rem !important;
  color: #d1d5db !important;
  line-height: 1.6 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  #IslandRebates_root__Km3X7 .IslandRebates_section-title__Jm8C5 {
    font-size: 1.875rem !important;
  }
  
  #IslandRebates_root__Km3X7 .IslandRebates_hero-rebates-card__Lk2N8 {
    padding: 1.5rem !important;
  }
  
  #IslandRebates_root__Km3X7 .IslandRebates_commercial-card__Pz8L5 {
    padding: 1.5rem !important;
  }
}
 

 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #000000;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 64px;
                height: 64px;
                background: #000;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 64px;
                height: 64px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 32px;
                font-weight: 200;
                color: #14B8A6;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #14B8A6;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 48px;
                height: 48px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: ;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #14B8A6;
                font-size: 32px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: ;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #14B8A6;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: ;
                fill: ;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #14B8A6;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: ;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: ;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 180px;
                height: 79px;
                max-width: 180px;
                max-height: 79px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: transparent;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #0A96AF;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 17px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 5px solid #fff;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid #fff;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  5px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #000;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: #0A96AF;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 180px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:4%;
padding-right:8vw;
padding-bottom:4%;
padding-left:8vw;
border-style:none;
}#module_footer_column_1{
;
width:33%;
border-style:none;
}#module_footer_row_1{
;
border-style:solid;
border-bottom-width:.015vw;
border-color:#ebedf2;
}#module_footer_items_1{
;
cursor:default;
width:20vw;
height:7vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-bottom:1vw;
}#module_footer_items_1:hover{
;
}#module_footer_row_2{
;
padding-top:1vw;
padding-bottom:1vw;
border-style:none;
border-color:#ebedf2;
}#module_footer_items_2{
;
cursor:default;
line-height:2vw;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_column_2{
;
width:36%;
margin-top:0px;
padding-left:8%;
border-style:none;
}#module_footer_row_5{
;
margin-top:0px;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
line-height:2vw;
color:#037DFF;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_row_6{
;
padding-top:2vw;
border-style:none;
}#module_footer_items_12{
;
cursor:pointer;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_7{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_13{
;
cursor:pointer;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_13:hover{
;
}#module_footer_row_8{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#module_footer_row_9{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_15{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_15:hover{
;
}#module_footer_column_3{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_19{
;
cursor:default;
line-height:2vw;
color:#037DFF;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_19:hover{
;
}#module_footer_items_20{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2vw;
}#module_footer_items_20:hover{
;
}#module_footer_items_21{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_21:hover{
;
}#module_footer_column_4{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_25{
;
cursor:default;
line-height:2vw;
color:#037DFF;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_25:hover{
;
}#module_footer_items_26{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:2vw;
}#module_footer_items_26:hover{
;
}#module_footer_items_27{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_27:hover{
;
}#module_footer_items_28{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_28:hover{
;
}#module_footer_items_30{
;
cursor:default;
color:#ebedf2;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_30:hover{
;
}#public_footer_main_1{;background-color:#0D1117;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}