@charset "UTF-8";
/*
Theme Name: RE:Fuels
Theme URI: https://respect.energy
Author: RE
Version: 1.0
Text Domain: refuel
*/
@import url("https://use.typekit.net/zfx3hgl.css");
.bg-main-color {
  background-color: #4377BC;
}

.text-main-color {
  color: #4377BC;
}


.footer ul li a{
line-height: 21px;
  display: block;
}


.footer ul li {
	padding-bottom:10px;
}


body {
  font-family: "stolzl", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2c2c2c;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.button {
  padding: 12px 20px;
  border-radius: 4px;
  border: 0px;
  font-size: 14px;
}
.button.small {
  font-size: 10px;
  padding: 10px 10px;
}
.button.big {
  font-size: 20px;
  padding: 15px 30px;
}
.button span {
  padding: 0px 10px;
}
.button:hover i {
  margin-left: 8px;
  margin-right: -5px;
}
.button.bg-main-color:hover {
  background-color: #365f96;
}

.notification-dot {
  width: 10px;
  height: 10px;
  background-color: red; /* or your preferred color */
  border-radius: 50%;
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  display: none; /* Initially hide the dot */
}

.aioseo-breadcrumbs {
  font-size: 12px;
}
.aioseo-breadcrumbs a:hover {
  color: #4377BC;
}
.aioseo-breadcrumbs span {
  padding: 0px 2px;
}

.hoverbox {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}
.hoverbox * {
  transition: all 0.2s;
}
.hoverbox h4 {
  font-weight: normal;
}
.hoverbox .gradientOverlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.hoverbox.item {
  align-self: start;
  min-height: 250px;
  position: relative;
}
.hoverbox.item p {
  font-size: 13px;
  transition: none;
  margin-bottom: 0px;
  display: none;
}
.hoverbox.item p a {
  margin-top: 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #4377BC;
  color: white;
}
.hoverbox.item .box {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hoverbox.item .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hoverbox:hover .bg-overlay {
  transform: scale(1.04);
}
.hoverbox:hover .gradientOverlay {
  opacity: 0.8;
}

form .checkbox {
  font-size: 10px;
}
form .checkbox .wpcf7-list-item-label {
  opacity: 0.7;
}
form .wpcf7-response-output {
  margin: 5px 0px !important;
  font-size: 12px;
  text-align: center;
}
form .wpcf7-spinner {
  top: 8px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
form input[type=text], form input[type=email], form input[type=tel] {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  padding: 12px 14px;
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
}
form input[type=submit] {
  background-color: #4377BC;
  width: 100%;
  display: block;
  padding: 13px 10px;
  font-size: 22px;
  color: white;
  border: 0px;
  border-radius: 3px;
}

.hero_section {
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
  overflow: hidden;
  max-width: 1920px;
}
.hero_section .nav-container {
  border-bottom: 1px solid white;
  width: 100%;
}
.hero_section .owl-controls {
  display: none;
}
.hero_section .slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: #4377BC;
}
.hero_section .dots-container {
  position: absolute;
  bottom: 0;
  z-index: 70;
  top: 0;
  left: 49.3333333333px;
}
.hero_section .slider-dots .owl-dot span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 7px 0px;
  border: 0.1em solid #e1e9f4;
  background: #e1e9f4;
  display: block;
  opacity: 0.7;
  transition: all 0.5s ease;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .hero_section .slider-dots .owl-dot span {
    border: 0.1em solid white;
    background: white;
  }
}
.hero_section .slider-dots .owl-dot.active span {
  opacity: 1;
  height: 30px;
  border: 0.1em solid #4377BC;
  background-color: #4377BC;
}
.hero_section .hero_slider .item {
  height: 700px;
  position: relative;
}
.hero_section .hero_slider .item.page_header {
  height: 466.6666666667px;
}
.hero_section .hero_slider .active .image {
  transform: scale(1.05);
}
.hero_section .hero_slider .active .hero_content {
  opacity: 1;
  top: 0;
  transform: scale(1);
}
.hero_section .hero_slider .active .hero_content h2 span {
  position: relative;
  right: 0px;
  opacity: 1;
}
.hero_section .hero_slider .active .hero_content p {
  opacity: 1;
  bottom: 0px;
}
.hero_section .hero_slider .active .hero_content .button {
  opacity: 1;
  left: 0;
}
.hero_section .hero_slider .active .overlay {
  opacity: 0.9;
  width: 100%;
}
.hero_section .image {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: transform 0.2s linear;
}
.hero_section .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_section .hero_content {
  position: relative;
  opacity: 0;
  transform: scale(1.05);
}
.hero_section .hero_content .button {
  position: relative;
  opacity: 0;
  left: -10px;
}
.hero_section .hero_content h2 span {
  position: relative;
  right: -10px;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.1s;
}
.hero_section .hero_content p {
  opacity: 0;
  position: relative;
  bottom: -10px;
  transition-delay: 0.1s;
}
.hero_section .overlay {
  height: 100%;
  z-index: 2;
  opacity: 0.2;
  width: 50%;
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.admin-bar .header {
  margin-top: 32px;
}

.header {
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
}
.header ol {
  list-style: none;
}
.header ol li {
  opacity: 0.6;
  text-transform: uppercase;
}
.header ol li.current-lang {
  opacity: 1;
  border-bottom: 2px solid #4377BC;
}
.header .content {
  margin: 0px 80px;
}
@media (max-width: 992px) {
  .header .content {
    margin: 0px 20px;
  }
}
.header .content .top {
  height: 80px;
  transition: height 1s ease 0s;
}
.header .content .top .nav {
  height: 100%;
  margin: 0 auto;
}
.header .content .top .nav ul li {
  display: flex;
  align-items: center;
}
.header .content .top ul {
  gap: 3rem;
  margin: 0px;
  height: 100%;
  padding: 0px;
  list-style: none;
  text-decoration: none;
}
.header .content .top ul li {
  height: 100%;
  transition: border 0.7s ease;
  border-bottom: 3px solid white;
}
.header .content .top ul li a {
  transition: all 0.3s ease;
  margin-bottom: -3px;
  text-transform: uppercase;
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 500;
}
.header .content .top ul li:hover {
  border-bottom: 3px solid #4377BC;
}
.header .content .top ul li:hover a {
  transform: scale(1.04);
  margin-bottom: -2px;
  color: #4377BC;
}
.header .content .top ul li:hover::after {
  opacity: 1 !important;
  color: #4377BC;
  margin-top: 3px !important;
  transform: rotate(0deg) !important;
}
.header .content .top ul.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /* Styles for the dropdown menu */
}
.header .content .top ul.main-menu .menu-item-has-children::after {
  margin-left: 4px;
  margin-top: 1px;
  content: "▼";
  transform: rotate(-90deg);
  font-size: 10px;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.header .content .top ul.main-menu .sub-menu {
  height: auto !important;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  flex-wrap: wrap;
  gap: 3px;
  z-index: -1;
  opacity: 0;
  border-top: 1px solid #ddd;
  padding: 0px 30px;
  display: flex;
  visibility: hidden;
  transition: all 0.3s ease, visibility 0s ease 0.3s;
  background-color: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.05);
}
.header .content .top ul.main-menu .sub-menu li {
  flex: 0 0 24%;
  border: 0px;
  position: relative;
}
@media (max-width: 1200px) {
  .header .content .top ul.main-menu .sub-menu li {
    flex: 0 0 33%;
  }
}
.header .content .top ul.main-menu .sub-menu li a {
  padding: 30px 0px;
  color: #2c2c2c;
}
.header .content .top ul.main-menu .sub-menu li:hover {
  border: 0px;
}
.header .content .top ul.main-menu .sub-menu li:hover a {
  color: #4377BC;
}
.header .content .top ul.main-menu .sub-menu .menu-item-has-children .sub-menu li {
  position: relative;
  z-index: 10;
}
.header .content .top ul.main-menu .sub-menu .menu-item-has-children .sub-menu li a {
  color: inherit;
}
.header .content .top ul.main-menu .sub-menu .menu-item-has-children .sub-menu li a:hover {
  color: #4377BC;
}
.header .content .top ul.main-menu .sub-menu .sub-menu {
  background-color: #e1e9f4;
  z-index: 70;
  margin-top: -10px;
  display: block;
  border-top: 0px;
}
.header .content .top ul.main-menu .sub-menu .sub-menu li a {
  padding: 20px 0px;
}
.header .content .top ul.main-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; /* Remove the transition delay on hover */
}
.header .content .top .more svg circle {
  fill: #2c2c2c;
  stroke: #2c2c2c;
  transition: all 0.3s ease;
}
.header .content .top .more svg g circle:nth-child(1) {
  transition-delay: 0.05s;
}
.header .content .top .more svg g circle:nth-child(2) {
  transition-delay: 0.1s;
}
.header .content .top .more svg g circle:nth-child(3) {
  transition-delay: 0.15s;
}
.header .content .top .more svg g circle:nth-child(4) {
  transition-delay: 0.2s;
}
.header .content .top .more svg g circle:nth-child(5) {
  transition-delay: 0.25s;
}
.header .content .top .more svg g circle:nth-child(6) {
  transition-delay: 0.3s;
}
.header .content .top .more svg g circle:nth-child(7) {
  transition-delay: 0.35s;
}
.header .content .top .more svg g circle:nth-child(8) {
  transition-delay: 0.4s;
}
.header .content .top .more svg g circle:nth-child(9) {
  transition-delay: 0.45s;
}
.header .content .top .more svg:hover circle {
  fill: transparent;
  stroke: #4377BC;
}
.header .content .logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .header .content .logo {
    position: static;
  }
}
.header .content .logo img {
  height: 60px;
}
@media (max-width: 992px) {
  .header .content .logo {
    position: relative;
  }
  .header .content .logo img {
    height: 35px;
    position: relative;
    top: 0px;
  }
}
.header .notification {
  height: 30px;
  font-size: 13px;
  transition: height 0.5s ease;
}
.header.sticked {
  box-shadow: 0px 8px 21px -15px rgba(0, 0, 0, 0.5);
  position: fixed;
  background-color: white;
}
.header.sticked .notification {
  height: 0px !important;
}
.header.sticked .content {
  margin: 0px 34.7826086957px;
}
@media (max-width: 992px) {
  .header.sticked .content {
    margin: 0px 25px;
  }
}
.header.sticked .content .logo img {
  height: 40px;
}
.header.sticked .content .top {
  height: 70px;
}
.header.sticked .content .top .nav ul {
  gap: 2.5rem;
}
.header.sticked .content .top .nav ul .sub-menu {
  gap: 3px;
}

.panel {
  overflow: auto;
  position: fixed;
  right: 0;
  transform: translate3d(100%, 0, 0);
  top: 0;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100;
  box-shadow: 0px 0px 40px rgba(85, 85, 85, 0.2);
  margin-left: auto;
  padding: 80px;
  width: 450px;
  height: 100%;
  background-color: white;
}
.panel .section h2 {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.panel .nav ul {
  list-style: none;
  transition: 0s;
}
.panel .nav ul .sub-menu {
  display: none;
  margin: 0px;
  padding: 10px 0px;
}
.panel .nav ul .sub-menu li a {
  font-size: 15px;
  text-transform: none;
}
.panel .nav ul .sub-menu li a.menu-active {
  color: #4377BC;
}
.panel .nav li {
  padding: 2px 0px;
}
.panel .nav li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.panel .nav li a:hover {
  color: #4377BC;
}
.panel .close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}
.panel.active {
  transform: translate3d(0, 0, 0);
}
.panel p {
  color: #777;
}
@media (max-width: 992px) {
  .panel {
    width: 100%;
    padding: 40px;
  }
  .panel .logo img {
    max-width: 200px;
  }
}
.panel .date span {
  color: #777;
}

#progress-bar {
  width: 50%;
  display: block;
  height: 3px;
  background: #4377BC;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 100;
}

.blog_footer {
  background-color: #e1e9f4;
  max-width: 1920px;
  margin: 0px auto;
}
@media (max-width: 1920px) {
  .blog_footer {
    margin: 0px auto;
  }
}
.blog_footer .post .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.post {
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  background-color: #111;
  position: relative;
}
.post .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.post .desc {
  font-size: 14px;
}
.post img {
  height: auto;
  position: relative;
  opacity: 0.9;
  z-index: 3;
}
.post .title {
  z-index: 6;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.post .date {
  z-index: 6;
  display: none;
  color: #fff;
  position: absolute;
  top: 0;
  font-size: 15px;
}
.post:hover {
  transform: scale(1.6);
  margin-top: 0px;
}
.post:hover .title {
  bottom: 10px;
}
.post:hover img {
  transform: scale(1.02);
  opacity: 0.8;
  margin-top: -5px;
}
.post:hover .date {
  margin-left: 20px;
}

.latest-work-carousel .owl-dots .owl-dot span {
  background-color: #fff !important;
}
.latest-work-carousel .owl-dots .active span {
  background: #4377BC;
}

.blog-dots .owl-dot span,
.team-dots .owl-dot span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 0px 3px;
  border: 0.1em solid #2c2c2c;
  background: #2c2c2c;
  display: block;
  opacity: 0.7;
  transition: all 0.5s ease;
  border-radius: 30px;
}
.blog-dots .owl-dot.active span,
.team-dots .owl-dot.active span {
  opacity: 1;
  width: 30px;
  border: 0.1em solid #4377BC;
  background-color: #4377BC;
}

.blog-wrapper {
  margin-top: 80px;
  border-top: 1px solid #ddd;
}
.blog-wrapper article .meta .post * {
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .blog-wrapper article .meta .post {
    background-color: #fff;
  }
  .blog-wrapper article .meta .post .desc {
    padding-top: 20px;
    padding-bottom: 0px;
    color: #777;
    margin-bottom: 0px;
  }
  .blog-wrapper article .meta .post .title {
    position: relative;
  }
  .blog-wrapper article .meta .post .title h2,
  .blog-wrapper article .meta .post .title h1 {
    font-size: 30px;
    color: #2c2c2c;
    margin-bottom: 0px;
  }
  .blog-wrapper article .meta .post img {
    margin-bottom: 15px;
    opacity: 1;
  }
}
.blog-wrapper article .meta .post:hover {
  transform: scale(1);
  margin-top: 10px;
}
.blog-wrapper article .meta .post:hover .title {
  bottom: 10px;
}
.blog-wrapper article .meta .post:hover img {
  transform: scale(1.02);
  opacity: 0.8;
  margin-top: 0px;
}
.blog-wrapper article .meta .post:hover .date {
  margin-left: 20px;
}
.blog-wrapper article .content {
  font-size: 17px;
}
.blog-wrapper article .content a {
  color: #4377BC;
}
.blog-wrapper article h1 {
  font-size: 53px;
  font-weight: 400;
  line-height: auto;
  margin-bottom: 20px;
}
.blog-wrapper article h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: auto;
  margin-bottom: 20px;
}
.blog-wrapper article h3 {
  font-size: 37px;
  font-weight: 400;
  line-height: auto;
  margin-bottom: 20px;
}
.blog-wrapper article h4 {
  font-size: 29px;
  font-weight: 400;
  line-height: auto;
  margin-bottom: 20px;
}
.blog-wrapper article h5 {
  font-size: 21px;
  font-weight: 400;
  line-height: auto;
  margin-bottom: 20px;
}
.blog-wrapper article h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: auto;
  margin-bottom: 20px;
}
.metapost .link {
  color: #4377BC;
  white-space: nowrap;
}
.metapost .tags {
  font-size: 10px;
  opacity: 0.4;
}
.metapost .tags a {
  text-transform: uppercase;
  text-decoration: none;
}
.metapost .post-categories {
  font-size: 13px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.page-title {
  font-size: 78px;
}
@media (max-width: 1200px) {
  .page-title {
    font-size: 10vw;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 13vw;
  }
}
.page-title i {
  position: relative;
  top: -20px;
  margin-left: 5px;
  font-size: 15px;
}

.recent-items article h4 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  line-height: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#pagination {
  border-top: 1px solid #ddd;
}

.wow {
  visibility: hidden;
}

.default_transition * {
  transition: 0.5s;
}

.h-100 {
  height: 100vh !important;
}

.footer {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 1920px;
  padding-bottom: 80px;
  border-bottom: 15px solid #4377BC;
}
.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer ul li a {
  color: #4377BC;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */
add_action('wp_footer', function () {
    ?>
    <script>
    document.addEventListener('DOMContentLoaded', function () {

        const privacyPdf = 'https://re-fuels.energy/wp-content/uploads/2026/05/Polityki-Prywatnosci.pdf';
        const cookiesPdf = 'TU_WKLEJ_LINK_DO_NOWEGO_PDF_POLITYKI_COOKIES';

        function fixComplianzLinks() {
            if (!window.location.pathname.startsWith('/en/')) return;

            document.querySelectorAll('a').forEach(function(link) {
                const text = link.textContent.trim().toLowerCase();

                if (text.includes('privacy') || text.includes('prywatności')) {
                    link.href = privacyPdf;
                    link.target = '_blank';
                    link.rel = 'noopener';
                }

                if (text.includes('cookie') || text.includes('cookies')) {
                    link.href = cookiesPdf;
                    link.target = '_blank';
                    link.rel = 'noopener';
                }
            });
        }

        fixComplianzLinks();

        const observer = new MutationObserver(fixComplianzLinks);
        observer.observe(document.body, {
            childList: true,
            subtree: true
        });
    });
    </script>
    <?php
});