/*
Theme Name: WOLF ENERGY by BESKYD SOLAR
Author: Pavel Hulva
Author URI: 
Description: Specialisté na fotovoltaiku, tepelná čerpadla a energetické poradenství. Kompletní řešení s dotací, montáž i servis.
Version: 1.O
*/

@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

body {
  font-family: "Signika", sans-serif!important;
}

.navbar {
  background-color: #2b2b2b!important;
}

.navbar-nav {
  --si-nav-link-hover-color: #FF7503!important;
}

.navbar-nav .nav-link {
  color: white;
  margin-right: 1rem!important;
  font-weight: 500!important;
}

.navbar-nav .nav-link:hover {
  color: #ffa500!important;
}

.btn-orange {
  background-color: #ff7f00!important;
  color: white!important;
  border: none!important;
  padding: 0.75rem 1.2rem!important;
  font-weight: 500!important;
  transition: background-color 0.3s ease!important;
}

.btn-orange:hover {
  background-color: #e56f00!important;
}

.btn-orange-big {
  background-color: #ff7f00!important;
  color: white!important;
  border: none!important;
  padding: 1rem 2.5rem!important;
  font-weight: 500!important;
  font-size: 1.3rem!important;
  transition: background-color 0.3s ease!important;
}

.btn-orange-big:hover {
  background-color: #e56f00!important;
}

.btn-orange-basic {
  background-color: #ff7f00!important;
  color: white!important;
  border: none!important;
  padding: 0.75rem 2.5em!important;
  font-weight: 500!important;
  transition: background-color 0.3s ease!important;
}

.btn-orange-basic:hover {
  background-color: #e56f00!important;
}

.hero {
  background: url('../../files/wolf/title-img.png') center/cover no-repeat!important;
  min-height: 85vh!important;
  position: relative!important;
}

.hero::after {
  content: ''!important;
  position: absolute!important;
  top: 0; left: 0!important;
  width: 100%; height: 100%!important;
  background: rgba(0, 0, 0, 0.4)!important;
}

.hero-content {
  position: relative!important;
  z-index: 2!important;
}

.hero h1 {
  font-size: 3.6rem!important;
  font-weight: 300!important;
  color: #FFF!important;
}

.hero h1 strong {
  font-weight: 700!important;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.7rem!important;
  }

  .navbar-nav {
    text-align: center!important;
  }
}

.section-selfsufficient {
  background: url('../../files/wolf/symbol-leftdown.png') no-repeat bottom left #383E42!important;
  color: #333!important;
  position: relative!important;
  overflow: hidden!important;
  padding-top: 150px!important;
  padding-bottom: 150px!important;
}

.section-selfsufficient h2 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.section-selfsufficient p {
  font-size: 1.15rem!important;
  color: #FFF!important;
}

.label-box {
  position: absolute!important;
  background-color: #2b2b2b!important;
  color: white!important;
  padding: 0.3rem 0.8rem!important;
  font-size: 0.8rem!important;
  border-radius: 5px!important;
  white-space: nowrap!important;
}

/* Příkladné umístění štítků – přizpůsob podle skutečného obrázku */
.label-1 { top: 20%; left: 55%; transform: translate(-50%, -50%)!important; }
.label-2 { top: 35%; left: 20%; transform: translate(-50%, -50%)!important; }
.label-3 { bottom: 15%; left: 35%; transform: translate(-50%, 50%)!important; }
.label-4 { top: 87%; right: 15%; transform: translate(50%, -50%)!important; }

@media (max-width: 768px) {
  .label-box {
    font-size: 0.7rem!important;
    padding: 0.25rem 0.6rem!important;
  }
}

/* Sekce a pozadí */
.section-steps {
  background: url('../../files/wolf/adv-bg.png') center/cover no-repeat!important;
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}

.section-steps .container {
  position: relative!important;
  z-index: 2!important;
}

.section-steps h2 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 30px!important;
}

/* Šipky nahoře vpravo */
.steps-controls {
  z-index: 3;
  padding-bottom: 30px!important;
}

.scroll-btn {
  background: inherit!important;
  font-size: 1.6rem!important;
  color: #FF7503!important;
  transition: background 0.2s ease!important;
}

.scroll-btn:hover,
.btn-prev:hover,
.btn-next:hover {
  --si-carousel-nav-btn-hover-color: #FFF!important;
  --si-carousel-nav-btn-hover-bg: inherit!important;
  --si-carousel-nav-btn-box-shadow: none!important;
  --si-carousel-nav-btn-hover-box-shadow: none!important;
}


/* Wrapper pro slider */
.steps-slider-wrapper {
  overflow: hidden!important;
  width: 100%!important;
}

/* FLEX slider */
.steps-wrapper {
  display: flex!important;
  overflow-x: auto!important;
  scroll-behavior: smooth!important;
  gap: 1.5rem!important;
  -ms-overflow-style: none!important;
  scrollbar-width: none!important;
}
.steps-wrapper::-webkit-scrollbar {
  display: none!important;
}

/* Boxy – nové rozměry */
.step-box {
  flex: 0 0 calc(33.333% - 1rem)!important; /* 3 boxy na 100 % šířky sekce s mezerami */
  background: white!important;
  border: 2px solid #ff7f00!important;
  border-radius: 10px!important;
  padding: 1.5rem!important;
  color: #333!important;
  text-align: left!important;
  scroll-snap-align: start;!important
  min-width: calc(33.333% - 1rem)!important;
  max-width: calc(33.333% - 1rem)!important;
}

.step-box > h5 {
  font-size: 1.3rem!important;
  padding-top: 15px!important;
  font-weight: 700!important;
}

.step-box > p {
  font-size: 1rem!important;
}

/* Čísla */
.step-number {
  font-size: 2.5rem!important;
  font-weight: bold!important;
  color: #ff7f00!important;
}

.step-number span {
  font-size: 1rem!important;
  color: #333!important;
  margin-left: 4px!important;
}

/* Mobil/tablet přepočet */
@media (max-width: 991px) {
  .step-box {
    min-width: 80%!important;
    max-width: 80%!important;
    flex: 0 0 auto!important;
  }
}

.section-performance {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/peak-bg.png') no-repeat top right #383E42!important;
}

.section-performance h2 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.section-performance p {
  font-size: 1.15rem!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.progress {
  height: 40px!important;
  background-color: #fff!important;
}

.bg-warning {
  background-color: #FF7503!important;
}

#yieldtotal-label,
#yieldtotal-val,
#yieldtoday-label,
#yieldtoday-val,
#soc-val,
#soc-label {
  font-size: 1.3rem!important;
  margin-bottom: 10px!important;
}

.section-references {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/symbol-leftdown.png') no-repeat bottom left #383E42!important;
}

.section-references-title h2 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}

.section-references p {
  font-size: 1rem!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.section-references-title > p {
  font-size: 1.1rem!important;
  color: #FFF!important;
  padding-bottom: 0px!important;
}

.section-references-title > p.text-muted {
  font-size: 1.7rem!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.section-references a {
  text-decoration: none!important;
}

.reference-card {
  background-color: transparent!important;
  padding: 10px!important;
  border: 2px solid transparent!important;
  border-radius: 10px!important;
  transition: all 0.3s ease!important;
}

.reference-card:hover {
  border-color: #ff7f00!important;
  background-color: rgba(255, 127, 0, 0.05)!important;
}

.reference-date {
  position: absolute!important;
  top: 10px!important;
  right: 10px!important;
  background-color: #ff7f00!important;
  color: white!important;
  font-size: 0.8rem!important;
  font-weight: bold!important;
  padding: 3px 8px!important;
  border-radius: 4px!important;
}

.section-cta {
  background: url('../../files/wolf/cta-bg.png')!important;
  position: relative!important;
  background-color: #2e2e2e!important;
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}

.section-cta .container {
  position: relative!important;
  z-index: 2!important;
}

.section-cta h4 {
  font-size: 2.5rem!important;
  font-weight: 300!important;
  color: #FFF!important;
}

.section-cta h4 > strong {
  font-weight: 700!important;
}

.section-faq {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/bg-right.png') no-repeat right bottom #383E42!important;
}

.section-faq-title h2 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}

.section-faq-title p {
  font-size: 1.7rem!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.accordion-faq .accordion-item {
  border: none!important;
  margin-bottom: 10px!important;
  border-radius: 10px!important;
  overflow: hidden!important;
  font-size: 1.1rem!important;
}

.accordion-faq .accordion-item a {
  font-size: 1.1rem!important;
  color: #FFF!important;
  text-decoration: none!important;
  font-weight: 700!important;
}

.accordion-faq .accordion-item a:hover {
  color: #FF7503!important;
}

.accordion-faq .accordion-button {
  background-color: #ff7f00!important;
  color: white!important;
  font-weight: bold!important;
  border: none!important;
  box-shadow: none!important;
  padding: 1rem 1.5rem!important;
  transition: background-color 0.3s ease!important;
  font-size: 1.3rem!important;
}

.accordion-faq .accordion-button:not(.collapsed) {
  background-color: #e56f00!important;
}

.accordion-button:not(.collapsed)::after {
  background-color: #383E42!important;
}

.accordion-faq .accordion-body {
  background-color: #2F3538!important;
  color: white!important;
  padding: 1rem 1.5rem!important;
}

.section-community {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: #383E42!important;
}

.section-community h2 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.section-community p {
  font-size: 1.15rem!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.section-community p > a {
  font-size: 1.15rem!important;
  color: #FFF!important;
  font-weight: 700!important;
  text-decoration: none!important;
  padding-bottom: 20px!important;
}

.section-community p > a:hover {
  color: #FF7503!important;
}

.section-tabs {
  background: url('../../files/wolf/bg-btn.png') #383E42!important;
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}

.tab-wrapper {
  display: flex!important;
  flex-wrap: wrap!important;
  gap: 16px!important; /* mezera mezi tlačítky */
  justify-content: center!important;
}

.tab-wrapper > a {
  text-decoration: none;!important;
}

.tab-button {
  flex: 1 1 calc(33.333% - 11px)!important; /* zohlední mezeru mezi 3 sloupci */
  min-width: 200px!important;
  padding: 12px 10px!important;
  text-align: center!important;
  background-color: #ff7f00!important;
  color: white!important;
  font-weight: bold!important;
  border: none!important;
  border-radius: 6px!important;
  transition: background-color 0.2s ease!important;
}

.tab-button:hover {
  background-color: #e56f00!important;
}

@media (max-width: 768px) {
  .tab-button {
    flex: 1 1 100%!important;
  }

  .tab-wrapper {
    gap: 10px!important;
  }
}

.footer-section {
  background-color: #000!important;
  background-image: url('../../files/wolf/bg-footer.png')!important; /* zástupný motiv / logo vpravo */
  background-position: right center!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  color: white!important;
  font-size: 15px!important;
  padding-top: 80px!important;
  padding-bottom: 80px!important;
}

.footer-section a {
  color: #ff7f00!important;
  text-decoration: none;!important
}

.footer-section a:hover {
  color: #FF7503!important;
}

.footer-section h6 {
  color: #FFF!important;
  font-size: 1.2rem!important;
}

.footer-section p {
  color: #FFF!important;
  font-size: 1.1rem!important;
}

.footer-section a {
  color: #FFF!important;
  font-size: 2.3rem!important;
  margin-right: 20px!important;
}

.footer-section a:hover {
  color: #FF7503!important;
  font-size: 2.3rem!important;
  margin-right: 20px!important;
}

.footer-box {
  padding-top: 30px!important;
}

.contact-section {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/bg-right.png') no-repeat right bottom #383E42!important;
}

.contact-section h1 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.contact-section p {
  font-size: 1.15rem!important;
  color: #FFF!important;
}

.contact-section h2,
.contact-section h3 {
  font-size: 2.0rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-top: 30px!important;
  padding-bottom: 10px!important;
}

.contact-section li {
  font-size: 1.15rem!important;
  color: #FFF!important;
  padding-bottom: 15px!important;
}

/* WP Forms */
div.wpforms-container-full {
  margin-bottom: 0px!important;
}

div.wpforms-container-full .wpforms-form input
{
  background-color: inherit!important;
  border-bottom: 1px solid #FFF!important;
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
  border-radius: 0px!important;
  color: #FFF!important;
  font-weight: 400!important;
  font-size: 1rem!important; 
}

div.wpforms-container-full .wpforms-form textarea {
  background-color: inherit!important;
  border-bottom: 1px solid #FFF!important;
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
  border-radius: 0px!important;
  color: #FFF!important;
  font-weight: 400!important;
  font-size: 1rem!important; 
}

.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
  color: #FFF!important;
}
 
.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFF!important;
   opacity: 1!important;
}
 
.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFF!important;
   opacity: 1!important;
}
 
.wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF!important;
}
 
.wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1.5rem!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-size: 1.5rem!important;
}

.wpforms-field-description {
  margin-top: -32px!important;
  margin-left: 30px!important;
  font-size: 1rem!important;
  color: #FFF!important;
}

.wpforms-field-description > a {
  color: #FFF!important;
  font-weight: 700!important;
  text-decoration: none!important;
}

.wpforms-field-description > a:hover,
.wpforms-field-description > a:focus {
  text-decoration: underline!important;
}

.wpforms-field-label-inline {
  display: none!important;
}

.wpforms-submit-container {
  margin-top: 0px!important;
  padding-top: 0px!important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  margin-top: 10px!important;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
  margin-top: 10px!important;
}

div.wpforms-container-full select {
  background-color: inherit!important;
  border-bottom: 1px solid #FFF!important;
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
  border-radius: 0px!important;
  color: #FFF!important;
  font-weight: 400!important;
  font-size: 1rem!important; 
}

div.wpforms-container-full button[type=submit] {
  font-size: 1.15rem!important;
  text-transform: uppercase!important;
}

.google-maps {
  margin-bottom: -9px!important;
}

.wolf-benefits {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/symbol-leftdown.png') no-repeat left bottom #383E42!important;
}

.benefit-box {
  background-color: #1e2023!important;
  border-radius: 12px!important;
  transition: transform 0.2s ease!important;
  height: 100%!important;
}

.benefit-box:hover {
  transform: translateY(-5px)!important;
}

.wolf-benefits h5 {
  color: #FF7503!important;
  font-size: 1.4rem!important;
}

.wolf-benefits h1 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.wolf-benefits p {
  font-size: 1.15rem!important;
  color: #FFF!important;
}

.wolf-values-section {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/peak-bg.png') no-repeat top right #383E42!important;
}

.image-wrapper.border-orange {
  border: 2px solid #ff6600!important;
  padding: 4px!important;
  border-radius: 8px!important;
}

.wolf-values-section h2 {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.wolf-values-section p {
  font-size: 1.15rem!important;
  color: #FFF!important;
}

.wolf-values-section p > strong > a {
  color: #FFF!important;
  font-weight: 700!important;
  text-decoration: none!important;
}

.wolf-values-section p > strong > a:hover {
  color: #FF7503!important;
}

.section-fotovoltaika {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/symbol-leftdown.png') no-repeat left bottom #383E42!important;
}

.section-fotovoltaika .container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 2.5rem!important;
  font-weight: 700!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.intro-text {
  font-size: 1.15rem!important;
  color: #FFF!important;
  padding-bottom: 30px!important;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
  justify-content: center;
}

.service-card {
  background: #3a3f42;
  border-radius: 12px;
  padding: 25px;
  flex: 1 1 300px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-top: 4px solid #ff6a00;
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px)!important;
}

.service-card h3 {
  font-size: 1.5rem!important;
  color: #ffffff!important;
}

.service-card ul {
  padding-left: 20px!important;
  margin: 0!important;
}

.service-card li {
  margin-bottom: 8px!important;
  color: #FFF!important;
  font-size: 1.15rem!important;
}

.note {
  font-size: 1rem!important;
  margin-top: 15px!important;
  color: #aaa!important;
  font-style: italic!important;
}

.solax-section {
  background: #202426!important;
  padding: 30px!important;
  border-left: 6px solid #ff6a00!important;
  margin-bottom: 40px!important;
  border-radius: 8px!important;
}

.solax-section h2 {
  margin-bottom: 15px!important;
  color: #ffffff!important;
}

.solax-section p {
  color: #ffffff!important;
}

.what-we-do-section {
  background: url('../../files/wolf/bg-right.png') no-repeat right bottom #2e3336!important;
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}

.section-subtitle {
  color: #ccc;
  max-width: 600px;
  margin: 0 auto;
}

.service-card {
  background-color: #1e1f20;
  padding: 25px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: transform 0.2s;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-icon {
  width: 140px!important;
  height: 140px!important;
  margin-bottom: 15px!important;
  filter: brightness(0) invert(1)!important;
}

.service-card h5 {
  color: #FF7503!important;
  font-size: 1.4rem!important;
}

.service-card p {
  color: #d0d0d0;
  font-size: 0.95rem;
}

.heat-pumps-section {
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
  background: url('../../files/wolf/symbol-leftdown.png') no-repeat left bottom #383E42!important;
}

.lead {
  font-size: 1.15rem!important;
  color: #FFF!important;
  padding-bottom: 20px!important;
}

.heat-pumps-section h5 {
  font-size: 1.4rem!important;
  font-weight: 700!important;
  padding-bottom: 15px!important;
}

.features-list {
  list-style: none!important;
  padding-left: 0!important;
  color: #FFF!important;
  font-size: 1.15rem!important;
}

.features-list li {
  margin-bottom: 10px!important;
  position: relative!important;
}

.text-orange {
  color: #ff6c00;
  font-weight: 600;
}

.energy-advice-section {
  background: url('../../files/wolf/bg-right.png') no-repeat right bottom #2e3336!important;
  position: relative!important;
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}

.energy-advice-section h5 {
  font-size: 1.4rem!important;
  font-weight: 700!important;
  padding-bottom: 15px!important;
}

.cc-nb-okagree,
.cc-cp-foot-save {
  font-family: "Signika", sans-serif!important;
  background-color: #FF7503!important;
  color: #FFF!important;
  text-transform: uppercase!important;
}

.cc-nb-text,
.cc-nb-title {
  font-family: "Signika", sans-serif!important;
}

.cc-nb-reject,
.cc-nb-changep {
  font-family: "Signika", sans-serif!important;
  background-color: #eaeaea!important;
  color: #000!important;
  font-weight: 400!important;
}