/* Start custom CSS */.whb-general-header {
  border-bottom: none !important;
}

.solar-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  background: url('https://allenergy.rs/wp-content/uploads/2025/09/solarni-sistemi-hero.webp') center/cover no-repeat;
  overflow: hidden;
}

.solar-hero__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.solar-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  color: #fff;
}

.solar-hero__content h1 {
  color: #fff !important;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.solar-hero__subtitle {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffeb00;
  text-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

.solar-hero__text {
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.6;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

.solar-hero__breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}


.solar-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #ffde58;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.solar-btn:hover {
  background: #1c1c1c;
  color: #ffde58 !important;
}

header {
  margin-bottom: 0 !important;
}

.site-content {
    margin: 0!important;
}

.website-wrapper .col,
.website-wrapper [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}



.breadcrumbs a {
  color: #ffd700 !important; 
  text-decoration: none !important;
}

.breadcrumbs a:hover {
  color: #fff !important; 
  text-decoration: underline !important;
}

.breadcrumbs .current {
  color: #ffeb7a; 
}/* End custom CSS */