/*
	Theme Name: Linka
	Author: Linka
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 14px;
	overflow-x: hidden;
}
h1 {
    font-size: 3em;
    color: #11284e;
	>small {
		display: block;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: normal;
		color: green;
	}
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.j-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.baseline {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.j-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	padding: 0 10px;
	position: relative;
}
/* header */
.header {
	padding: 15px 0 5px 0;
}
/* nav */
.nav>ul {
    display: none;
}

.nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nav ul li{
	position: relative;
} 

.nav>ul>li {
	display: inline-block;

}
.nav ul>li>a {
    font-size: 15px;
	font-weight: 300;
    display: block;
    padding: 10px 27px;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	white-space:nowrap
}

.nav ul li:hover> ul{
	display: block;
}

.nav ul ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.nav ul ul li a {
    padding: 9px 10px;
    display: block;
    background: #f5f4f2;
	color: #11284e;
}

.nav ul ul li a:hover {
    background: #11284e;
	color: #fff;
}

#mmenu_button svg{
	width: 24px;
}

/* slider */
.banner-slide {
	position: relative;
}

.banner-slide__img{
	width: 100%;
	min-height: 350px;
	object-fit: cover;
}

.banner-slide__content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    color: #fff;
    padding: 0 20px;
}

.banner-slide__title{
	font-size: 32px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
	font-weight: 900;
}

.banner-slide__text p{
	font-size: 12px;
	margin: 0;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	font-size: 24px;
	color: #ffffff;
}

.banner-slide::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url('/wp-content/uploads/2026/06/wave.png') no-repeat center bottom;
    background-size: 100%;
    pointer-events: none;
}
.mm-menu_offcanvas {
    z-index: 9;
}

/* solutions */
.mrg{
	margin: 60px 0;
}
.main_header{
	text-align: center;
}

.main_headline{
	font-size: 28px;
	line-height: 22px;
	font-weight: 900;
	margin: 0 0 14px 0;
	color: #11284e;
}

.main_description{
	max-width: 620px;
	margin: 0 auto;
}

.main_description p{
	font-size: 16px;
	line-height: 24px;
}
/* ============================================================
   SOLUTIONS
   ============================================================ */

 
.solutions__header {
    text-align: center;
    margin-bottom: 56px;
}
 
.solutions__headline {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0d2b5e;
    margin: 0 0 16px;
}
 
.solutions__description {
    font-size: 1rem;
    color: #555;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}
 
.solutions__description p { margin: 0; }
 
/* Grid */
.solutions__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 40px;
	margin-top: 40px;
}
 
.solutions__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    flex: 0 1 160px;
    transition: transform 0.25s;
}
 
.solutions__item:hover {
    transform: translateY(-5px);
}
 
.solutions__item-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.solutions__item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
 
.solutions__item-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin: 0;
}

/* ============================================================
   IMAGE TEXT
   ============================================================ */
.image-text {
   margin-bottom: 30px;
}

.image-text .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.image-text__inner {
    display: flex;
    flex-direction: column;
}

.image-text__image {
    width: 100%;
    overflow: hidden;
}

.image-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-text__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
	padding: 20px;
}

.image-text__content  .main_headline{
	margin-bottom: 0;
}

.image-text__text p {
    margin: 0;
	line-height: 22px;
}

.image-text__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
	line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #28ad65;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.image-text__link:hover {
    gap: 10px;
}
/* ============================================================
   SIMPLE BANNER
   ============================================================ */
.simple-banner {
    position: relative;
    width: 100%;
	overflow: hidden;
}

.simple-banner__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-position: center;
}

.simple-banner__content {
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
    text-align: center;
    color: #fff;
    padding: 30px 10px;
}

.simple-banner__text {
    max-width: 800px;
    font-size: 12px;
    line-height: 19px;
}

.simple-banner__text p { margin: 0 0 16px; }
.simple-banner__text p:last-child { margin-bottom: 0; }

.simple-banner__text h1,
.simple-banner__text h2,
.simple-banner__text h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 21px;
	line-height: 19px;
    margin: 0 0 16px;
}

.simple-banner__text h4{
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
}

.simple-banner__link {
    display: inline-block;
	margin-top: 20px;
    color: #fff;
    font-size: 19px;
	line-height: 19px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
	border: 2px solid #f5c518;
    padding: 1.25rem 3rem;
	transition: all .2s linear;
}
.simple-banner__link:hover {
	background: #f5c518
}
/* ============================================================
   INTERNATIONAL MARKETS
   ============================================================ */
.intl-markets {
    background: #f8f8f8;
    padding: 60px 0;
}

.intl-markets .main_header {
    margin-bottom: 20px;
}

.intl-markets__description {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0;
    text-align: center;
}

.intl-markets__map {
    margin: 40px auto 0 auto;
}

.intl-markets__map img {
width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.intl-markets__countries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
    gap: 14px;
 }

.intl-markets__country {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 0 10px;
}

.intl-markets__flag {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.intl-markets__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intl-markets__country-name {
    font-size: 11px;
    line-height: 14px;
    color: #000;
    margin: 0;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

.intl-markets__country-note {
    font-size: 11px;
    font-weight: 300;
}
/* ============================================================
   FUEL RANGE
   ============================================================ */

.fuel-range__description {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0;
    text-align: center;
}

.fuel-range__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 20px;
    margin-top: 60px;
}

.fuel-range__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    width: 100px;
}

.fuel-range__image {
    width: auto;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.fuel-range__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fuel-range__title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    line-height: 16px;
}
/* ============================================================
   BIOMASS SPLIT
   ============================================================ */
.biomass-split {
    padding: 60px 0;
}

.biomass-split__description {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0;
    text-align: center;
}

.biomass-split__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
	max-width: 1105px;
	margin-left: auto;
	margin-right: auto;
}

.biomass-split__image {
    width: auto;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    order: -1;
}

.biomass-split__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.biomass-split__col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.biomass-split__col-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 900;
    color: #11284e;
    text-transform: uppercase;
    margin: 0;
}

.biomass-split__col-text {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.biomass-split__col-text p {
    margin: 0 0 12px;
}

.biomass-split__col-text p:last-child {
    margin-bottom: 0;
}

.biomass-split__col-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.biomass-split__col-text ul li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}

.biomass-split__col-text ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */

.about-section__description {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0;
    text-align: center;
}

/* Gray box — contains intro + columns */
.about-section__box {
    margin-top: 40px;
    padding: 20px;
}

/* Intro: logo + text */
.about-section__intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #11284e;
}

.about-section__logo {
    flex-shrink: 0;
}

.about-section__logo img {
    max-width: 160px;
    height: auto;
    display: block;
}

.about-section__logo-text {
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #000;
	max-width: 670px;
	margin-left: auto;
}

.about-section__logo-text p {
    margin: 0;
}

/* Two column inner */
.about-section__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Left column */
.about-section__left {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-section__left-item {
    display: flex;
    flex-direction: column;
}

/* Right column */
.about-section__right {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
    gap: 28px;
}

.about-section__right-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-section__icon {
	display: flex;
	align-items: center;
	justify-content: center;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
}

.about-section__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.about-section__right-content {
    display: flex;
    flex-direction: column;
}
.about-section__right-content .about-section__item-text,
.about-section__right-content .about-section__item-title{
	font-size: 13px;
	line-height: 19px;
	color: #000;
}


/* Shared item styles */
.about-section__item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    color: #11284e;
    text-transform: uppercase;
    margin: 0;
}

.about-section__item-text {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin: 0;
}

.about-section__item-text p{
	margin: 0;
}

/* footer */
.footer {
    padding: 80px 0;
}


.footer .wrapper > div {
    margin-bottom: 25px;
    flex-shrink: 0;
	width: 100%;
}

.footer .wrapper > div:last-child {
    margin-bottom: 0;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li ul {
	display: none;
}

.footer p{
	margin-top: 0;
}

.footer p,
.footer li,
.footer a {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.footer a:hover {
	text-decoration: underline;
}

.footer p.h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 900;
	color: #11284e;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer #text-2 img{
	max-width: 140px;
	margin: -15px 0 0 0;
}

.socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.socials__item {
    display: flex;
}

.socials__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0c264e;
    color: #fff!important;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.socials__link:hover {
    background: #2EAC66;
	text-decoration: none!important;
}

.footer-bottom {
    background: #11284e;
    padding: 28px 0;
	text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
	line-height: 22px;
	font-weight: 300;
    color: #ffffff;
	opacity: .4;
}
.footer-newsletter .wpcf7-form {
	display: block;
}
.grid-newsletter br {
	display: none;
}
.grid-newsletter>p {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	gap: 16px;
	align-items: flex-end;
	label {
		margin: 0;
	}
}
/* Contact Form 7 - Clean Style */

.wpcf7-not-valid-tip {
	position: absolute;
}
.wpcf7-form,
.wpcf7-radio {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
	font-weight: normal;
}

/* All text inputs + textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

/* Focus state */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-color: #0c264e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(26, 45, 77, 0.08);
}

/* Textarea height */
.wpcf7-form textarea {
    height: 150px;
    resize: vertical;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
    background: #0c264e;
    color: #ffffff;
    border: none;
    padding: 13px 36px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background: #243d66;
}
.wpcf7-list-item {
    margin: 0;
    display: block;
}

/* Validation error */
.wpcf7-not-valid {
    border-color: #e74c3c !important;
}

.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

/* Success / error response message */
.wpcf7-response-output {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    border: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
    background: #e9f7ef;
    color: #27ae60;
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
    background: #fdecea;
    color: #e74c3c;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
body:not(.home) .header{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

body:not(.home) .footer{
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
	margin-top: 40px;
}

/* Video Section */
.video-section__embed {
    width: 100%;
    margin-top: 30px;
}

.video-section__youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-section__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video-section__local {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* Text Section */
.text-section {
    padding: 60px 0;
}

.text-section__inner--center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.text-section__inner--right {
    text-align: right;
}

.text-section__text {
    margin-top: 20px;
}

/* faq */
.accordion__item {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.accordion__item:last-child {
	margin-bottom: 0;
}

.accordion__item .accordion__title {
	position: relative;
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	padding: 18px 20px 18px 0;
}

.accordion__item .accordion__title:hover {
	cursor: pointer;
}

.accordion__arrow-wrapper {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	transform-origin: center;
}

.accordion__item .accordion__title .accordion__arrow {
	width: 36px;
	height: 36px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: -10px;
}

.accordion__item .accordion__rotate {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion__item .accordion__content {
	display: none;
}

.accordion__item .accordion__content p {
	font-size: 13px;
	line-height: 180%;
	margin: 0;
	padding-bottom: 20px !important;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
	.footer .wrapper > div {
		width: 50%;
	}
    .banner-slide__img{
        min-height: 500px;
    }
    .banner-slide::after {
        background-size: 100% 100%;
    }
}
@media only screen and (min-width:768px) {

    .image-text__inner {
        flex-direction: row;
    }

    .image-text__image {
        width: 50%;

    }

    .image-text__content {
        flex: 1;
		padding: 40px;
    }

    .image-text--right .image-text__inner {
        flex-direction: row-reverse;
    }
	.footer .wrapper > div {
		width: 25%;
	}
	.footer .wrapper > div:last-child {
		flex: 1;
		display: flex;
		justify-content: flex-end;
	}

    .fuel-range__item {
        width: 120px;
    }
	 .biomass-split__inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 40px;
    }

    .biomass-split__image {
        order: 0;
        width: 250px;
        height: 250px;
        flex-shrink: 0;
    }

    .biomass-split__col {
        flex: 1;
		margin-top: 80px;
    }

    .biomass-split__col--right {
        text-align: left;
    }
.about-section__intro {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }

    .about-section__inner {
        flex-direction: row;
        gap: 90px;
    }

    .about-section__left,
    .about-section__right {
        flex: 1;
		position: relative;
    }

	.about-section__left::after {
		content: '';
		position: absolute;
		top: 0;
		right: -45px;
		width: 1px;
		height: 100%;
		border-right: 1px solid #cdccce;
	}

	.about-section__icon {
		width: 90px;
		height: 90px;
	}

	.about-section__icon img {
		width: auto;
		height: auto;
	}
    	.accordion__item .accordion__title {
		font-size: 16px;
		padding: 24px 20px 24px 0;
	}
	.accordion__item .accordion__content p {
		font-size: 14px;
		padding-bottom: 24px !important;
	}
}
@media only screen and (min-width:960px) {
	#mmenu_button{
		display: none;
	}
	.nav>ul {
		display: inline-block;
	}
	.banner-slide__content{
		max-width: 580px;
	}
	.banner-slide__title {
		font-size: 54px;
		line-height: 54px;
	}
	.banner-slide__text p {
		font-size: 17px;
		line-height: 22px;
	}
	.simple-banner__content{
		padding: 60px 20px;
	}
	.simple-banner__text {
		font-size: 14px;
		line-height: 22px;
	}

	.simple-banner__text h1,
	.simple-banner__text h2,
	.simple-banner__text h3 {
		font-size: 28px;
		line-height: 24px;
	}

	.simple-banner__text h4{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 60px;
	}

	.simple-banner__link {
		margin-top: 60px;
		font-size: 24px;
		line-height: 22px;
	}
	.footer .wrapper {
		gap: 158px;
	}
	.footer .wrapper > div{
		width: auto;
	}
 	.intl-markets {
        padding: 80px 0;
    }

    .fuel-range__item {
        width: 140px;
    }
	 .biomass-split {
        padding: 80px 0;
    }
	.biomass-split__image {
        width: 397px;
        height: 397px;
    }

    .about-section__box {
        padding: 40px;
    }
	.about-section__intro {
		padding-bottom: 40px;
		margin-bottom: 50px;
	}

	.about-section__logo-text {
		font-size: 16px;
		line-height: 22px;
		margin-right: 60px;
	}
	.about-section__right-item{
		gap: 45px;
	}
}
@media only screen and (min-width:1140px) {
    .banner-slide__img{
        min-height: 700px;
    }
}
@media only screen and (min-width:1400px) {
	.banner-slide__content{
		max-width: 690px;
	}
	.banner-slide__title {
		font-size: 94px;
		line-height: 94px;
		margin-bottom: 40px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.map-container {
    position: relative;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.map-container img {
    width: 100%;
    display: block;
}
 
.marker {
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
    transition: transform 0.15s ease;
}
 
.marker:hover { transform: translate(-50%, -100%) scale(1.2); }

.marker svg { display: block; }
 
.popup {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 16px;
    min-width: 200px;
    max-width: 240px;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    pointer-events: auto;
}
 
.popup.visible { display: block; }
 
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
 
.popup-title {
    font-weight: 600;
    font-size: 14px;
    color: #111;
}
 
.popup-close {
    cursor: pointer;
    font-size: 18px;
    color: #999;
    line-height: 1;
    background: none;
    border: none;
    padding: 0 0 0 8px;
}
 
.popup-close:hover { color: #333; }
 
.popup-text {
    font-size: 13px;
    color: #555;
    line-height: 1.55;
}
 
.popup::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 18px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transform: rotate(45deg);
}
.banner {
    background-color: #1a1208;
    padding: 8rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    background-position: center;
    background-size: cover;
}
.stat-box {
	border: 2px solid #f5c518;
	padding: 1.25rem 1.5rem;
	text-align: center;
	flex: 1 1 120px;
	max-width: 200px;
	box-sizing: border-box;
}
.stat-num { 
	font-size: clamp(1.4rem, 4vw, 2rem); 
	font-weight: 700; 
	color: #f5c518; 
	font-family: sans-serif; 
	line-height: 1; 
	margin-bottom: 0.4rem; 
}
.stat-label {
	color: #ccc;
	font-family: sans-serif;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page-id-8 {
	background: #f5f6f8;
	h1 {
		display: none;
	}
	.wrap .wpcf7-form {
		padding: 50px;
		border-radius: 25px;
		background: #fff;
		box-shadow: 0 0 20px rgb(0 0 0 / 15%);
		input[type="submit"] {
			width :100%;
		}
		p {
			margin-bottom: 0;
		}
	}
	
	.wrap{display:flex;gap:60px;flex-wrap:wrap; margin-top: 50px}
	.left{flex:1 1 380px}
	.eyebrow{color:#16a34a;font-weight:700;font-size:13px;letter-spacing:1px;margin: 30px 0 12px}
	.h1{color: #11284e;font-size:42px;font-weight:800;margin: 0 0 18px;line-height:1.15}
	.desc{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:36px;max-width:460px}
	.item{display:flex;align-items:center;gap:16px;margin-bottom:22px}
	.icon{width:40px;height:40px;background:#e9f9ee;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#16a34a;flex-shrink:0}
	.icon svg{width:18px;height:18px}
	.item span{font-weight:700;color:#11284e;font-size:15px}
	.right{flex:1 1 420px;}
	.right label, .right p{display:block;font-weight:700;color:#0b1437;font-size:14px}
	.right input[type=submit]{
	 width:100%;color:#fff;border:none;padding:16px;border-radius:12px;
	 font-weight:700;font-size:15px;cursor:pointer;margin-top:6px
	}
	.right input[type=submit]:hover{background:#162152}
	.row2{display:flex;gap:16px}
	.row2 > span{flex:1}
	@media (max-width:600px){
	 	.h1{font-size:30px}
	 	.row2{flex-direction:column;gap:0}
		.wpcf7-form {
			padding :25px;
		}
	}
}