/*!
Theme Name: fdl
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fdl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fdl is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Custom Header
--------------------------------------------------------------*/

:root {
	--font-family-Font-1: 'Lato', sans-serif;
	--color-grey-90: #E6E6E6;
	--color-green-38: #239F38;
    --color-white-solid: #FFFFFF;
	--font-weight-400: 400;
	--item-spacing-16: 16px;
	--font-size-24: 24px;
	--header-bg-color: #2B2B2B; /* Dark background */

}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * 1. Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
    appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
    appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--font-family-Font-1, Lato), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	/*color: #4169e1;*/
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	color: #1e8730;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Custom Header
--------------------------------------------------------------*/
.site-header {
    background-color: var(--header-bg-color);
    padding-right: 36px;
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 36px;
    gap: 30%;
}

.site-branding {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.site-branding .custom-logo-link img {
	max-height: 50px;
	width: auto;
	display: block; /* Remove inline gap */
}

.site-title,
.site-description {
	margin: 0;
	line-height: 1.2;
}

.site-title a,
.site-description {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2rem;
}

.site-description {
	font-weight: normal;
	font-size: 0.9rem;
	opacity: 0.8;
}

.main-navigation {
	width: auto;
}

.main-navigation ul {
	display: flex;
	gap: 32px;
	margin: 0;
	padding: 0;
}

.main-navigation ul li {
	margin: 0;
}

.main-navigation ul li a {
	color: var(--color-grey-90);
	font-family: var(--font-family-Font-1, Lato);
	font-weight: var(--font-weight-400);
	font-size: var(--item-spacing-16);
	line-height: var(--font-size-24);
	text-decoration: none;
	padding: 5px 0;
	transition: opacity 0.3s;
}

.main-navigation ul li a:hover {

	color: var(--color-green-38);
}

/* Menu Toggle and Mobile Menu */
.menu-toggle {
	display: none;
}

.mobile-contact {
    display: none;
}

.menu-wrapper {
    display: flex;
    align-items: center;
}

.icon-close {
    display: none;
}

.mobile-logo-link {
    display: none;
}



body.menu-open {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px); /* 80px is header height */
	min-height: 600px;
	overflow: hidden;
	background-color: #141414;
	display: flex;
	align-items: center;
    padding: 60px;
}

.hero-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(77deg, rgba(20, 20, 20, 0.95) 2.8%, rgba(20, 20, 20, 0.50) 72.06%);
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}

.hero-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}

.hero-title {
    font-family: var(--font-family-Font-1, Lato);
    font-weight: 700;
    font-size: 72px;
    line-height: 1.1;
    color: #FFFFFF;
    max-width: 590px;
    margin: 0;
}

.hero-description {
	font-family: var(--font-family-Font-1, Lato);
	font-weight: 400;
    font-size: 24px;
	line-height: 1.5;
	color: #E6E6E6;
    margin-top: 0px;
    margin-bottom: 32px;
	max-width: 650px;
}

.hero-buttons {
	display: flex;
	gap: 20px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 24px;
	border-radius: 8px;
	font-family: var(--font-family-Font-1, Lato);
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn-primary {
    display: flex;
    width: 220px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: var(--item-spacing-xs, 8px);
    flex-shrink: 0;
    color: var(--color-white-solid, #FFF);
    text-align: center;
    font-size: var(--item-spacing-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 8px;
    background: var(--color-green-38, #239F38);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
}

.btn-primary:hover {
	background-color: #1e8730;
	border-color: #1e8730;
    color: #FFF;
}

.btn-outline {
    border-radius: 8px;
    border: 2px solid #FFF;
    gap: 12px;
    color: var(--color-white-solid, #FFF);
    text-align: center;
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 28%;
    display: flex;
    width: 250px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.btn-outline:hover {
	background-color: rgba(255, 255, 255, 0.1);
    color: #239F38;
    border: 2px solid #239F38;
}

.btn-outline:hover svg path {
    fill: #239f38;
}

.btn-icon {
	fill: currentColor;
}

@media screen and (max-width: 768px) {
	.hero-title {
		font-size: 40px;
	}

	.hero-buttons {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero-section {
		height: auto;
		min-height: 100vh;
		padding: 60px 0;
	}
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about-section {
	background-color: #fff;
	padding: 80px 0;
	text-align: center;
}

.content-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 36px;
}

.section-title {
    /*color: var(--color-white-solid, #FFF);*/
    text-align: center;
    font-size: var(--font-size-48, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--font-size-48, 48px);
    margin-bottom: 24px;
    margin-top: 0px;
}

.highlight-green {
    color: var(--color-green-38, #239F38);
    font-size: var(--font-size-48, 48px);
    font-style: italic;
    font-weight: 900;
    line-height: var(--font-size-48, 48px);
}
.about-section .highlight-green {
    font-style: normal;
}
.about-text {
	max-width: 760px;
	margin: 0 auto;
}

.about-text p {
	font-family: var(--font-family-Font-1, Lato);
    margin-bottom: 0px;
    margin-top: 0px;
    color: var(--color-grey-45, #737373);
    text-align: center;
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/*--------------------------------------------------------------
# Benefits Section
--------------------------------------------------------------*/
.benefits-section {
	background-color: #fff;
	padding-bottom: 48px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.benefit-card {
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	padding: 32px;
	text-align: left;
	transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.benefit-card:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #239F38;
}

.benefit-icon-wrapper {
    width: 64px;
    height: 64px;
	background-color: rgba(35, 159, 56, 0.1); /* Light green background */
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
    transition: background-color 0.3s ease;
}

.benefit-card:hover .benefit-icon-wrapper {
    background-color: #239F38;
}

.benefit-icon-wrapper svg path,
.benefit-icon-wrapper svg rect,
.benefit-icon-wrapper svg circle,
.benefit-icon-wrapper svg g,
.benefit-icon-wrapper svg g path {
    transition: stroke 0.3s ease;
}

.benefit-card:hover .benefit-icon-wrapper svg path,
.benefit-card:hover .benefit-icon-wrapper svg rect,
.benefit-card:hover .benefit-icon-wrapper svg circle,
.benefit-card:hover .benefit-icon-wrapper svg g path {
    stroke: #FFFFFF;
}

.benefit-icon {
	width: 24px;
	height: 24px;
}

.benefit-title {
    color: #212121;
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-28, 28px);
    margin-bottom: 12px;
    margin-top: 0;
    font-family: var(--font-family-Font-1, Lato);
    transition: color 0.3s ease;
}

.benefit-card:hover .benefit-title {
    color: #239F38;
}

.benefit-description {
    margin-top: 0px;
    color: var(--color-grey-45, #737373);
    font-size: var(--item-spacing-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--font-family-Font-1, Lato);
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.benefits-grid {
		grid-template-columns: 1fr;
	}

    .hero-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
.banner-section {
    padding-bottom: 80px;
    padding-left: 36px;
    padding-right: 36px;
}

.banner-card {
    position: relative;
    width: 100%;
    min-height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    padding: 48px;
    max-width: 676px;
}

.banner-title {
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-40, 40px);
    margin-bottom: 14px;
    margin-top: 0;
}

.banner-description {
    color: var(--color-white-90, rgba(255, 255, 255, 0.90));
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-28, 28px);
    margin-top: 0px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .banner-content {
        padding: 30px;
    }
    .banner-title {
        font-size: 28px;
    }
    .banner-card {
        min-height: 350px;
    }
}

/*--------------------------------------------------------------
# Choose Us Section
--------------------------------------------------------------*/
.choose-us-section {
    background-color: #212121;
    padding-top: 96px;
    padding-bottom: 122px;
    color: #fff;
    text-align: center;
}

.dark-bg-title {
    color: #FFFFFF;
    margin-bottom: 16px;
}

.section-description-dark {
    color: var(--color-grey-45, #737373);
    text-align: center;
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-29_25, 29.25px);
    margin: auto;
    margin-bottom: 64px;
    max-width: 766px;
}

.choose-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
    text-align: left;
}

.choose-card {
    border-radius: 8px;
    border: 1px solid var(--color-grey-90, #E6E6E6);
    background: rgba(20, 20, 20, 0.50);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.choose-card:hover {
    border-color: #239F38;
}

.choose-icon-wrapper {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 8px;
    background: var(--color-green-3820, rgba(35, 159, 56, 0.20));
    transition: background-color 0.3s ease;
    transition: transform 0.5s ease;
}

.choose-card:hover .choose-icon-wrapper {
    background-color: #239F38;
    transform: rotate(6deg);
}

.choose-icon-wrapper svg path,
.choose-icon-wrapper svg rect,
.choose-icon-wrapper svg circle {
    transition: stroke 0.3s ease;
}

.choose-card:hover .choose-icon-wrapper svg path,
.choose-card:hover .choose-icon-wrapper svg rect,
.choose-card:hover .choose-icon-wrapper svg circle {
    stroke: #FFFFFF;
}

.choose-title {
    color: var(--color-white-solid, #FFF);
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-28, 28px);
    margin: 0 0 12px 0;
    font-family: var(--font-family-Font-1, Lato);
    transition: color 0.3s ease;
}

.choose-card:hover .choose-title {
    color: #239F38;
}

.choose-description {
    color: var(--color-white-solid, #FFF);
    font-size: var(--item-spacing-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    font-family: var(--font-family-Font-1, Lato);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: fit-content;
    margin: 0 auto;
}

.stat-card {
    display: flex;
    width: 206px;
    height: 138px;
    padding: 0 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--color-grey-90, #E6E6E6);
    background: var(--color-grey-1360, rgba(33, 33, 33, 0.60));
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all 0.3s ease;
}
.stat-card:hover {
    border: 1px solid var(--color-green-38, #239F38);
}
.stat-value {
    color: var(--color-green-38, #239F38);
    text-align: center;
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-36, 36px);
    font-style: normal;
    font-weight: var(--height-900, 900);
    line-height: var(--line-height-40, 40px);
    margin-bottom: 0px;
}

.stat-label {
    color: var(--color-white-solid, #FFF);
    text-align: center;
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--font-family-Font-1, Lato);
}

@media screen and (max-width: 992px) {
    .choose-us-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .choose-us-grid {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
# Locations Section
--------------------------------------------------------------*/
.locations-section {
    background-color: #fff;
    padding: 80px 0;
    text-align: center;
}

.locations-section .section-title {
    color: #212121;
}

.locations-description {
    font-family: var(--font-family-Font-1, Lato);
    max-width: 800px;
    margin: 0 auto 48px;
    color: var(--color-grey-45, #737373);
    text-align: center;
    font-size: var(--font-size-18, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    height: 480px;
    width: 100%;
}

.map-wrapper iframe {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 55px);
    border: none;
}

.map-placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map-icon {
    margin-bottom: 16px;
}

.map-placeholder-title {
    color: #212121;
    text-align: center;
    font-family: var(--font-family-Font-1, Lato);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 8px;
}

.map-placeholder-text {
    color: #737373;
    text-align: center;
    font-family: var(--font-family-Font-1, Lato);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 64px;
    text-align: left;
    margin-bottom: 64px;
}

.location-card {
    border-radius: 8px;
    border: 1px solid var(--color-grey-90, #E6E6E6);
    background: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.location-card:hover {
    border-color: #239F38;
}

.location-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.location-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--color-green-3810, rgba(35, 159, 56, 0.10));
    transition: background-color 0.3s ease;
}

.location-card:hover .location-icon-wrapper {
    background-color: #239F38;
}

.location-icon-wrapper svg path {
    transition: stroke 0.3s ease;
}

.location-card:hover .location-icon-wrapper svg path {
    stroke: #FFFFFF;
}

.location-time {
    color: var(--color-green-38, #239F38);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20, 20px);
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: right;
}

.location-time::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTIuODMzMkMxMC4yMjE3IDEyLjgzMzIgMTIuODMzMyAxMC4yMjE1IDEyLjgzMzMgNi45OTk4NEMxMi44MzMzIDMuNzc4MTggMTAuMjIxNyAxLjE2NjUgNyAxLjE2NjVDMy43NzgzNCAxLjE2NjUgMS4xNjY2NyAzLjc3ODE4IDEuMTY2NjcgNi45OTk4NEMxLjE2NjY3IDEwLjIyMTUgMy43NzgzNCAxMi44MzMyIDcgMTIuODMzMloiIHN0cm9rZT0iIzIzOUYzOCIgc3Ryb2tlLXdpZHRoPSIxLjE2NjY3IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcgMy41VjdMOS4zMzMzMyA4LjE2NjY3IiBzdHJva2U9IiMyMzlGMzgiIHN0cm9rZS13aWR0aD0iMS4xNjY2NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: center;
}

.location-title {
    color: #212121;
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--line-height-20, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-28, 28px);
    margin-bottom: 12px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    transition: color 0.3s ease;
}

.location-card:hover .location-title {
    color: #239F38;
}

.location-address, .location-phone, .location-fuel {
    margin-bottom: 8px;
    color: var(--color-grey-45, #737373);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 28px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: var(--font-family-Font-1, Lato);
}

.location-address::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuMzMzMyA2LjY2NjgzQzEzLjMzMzMgMTEuMDAwMiA4IDE0LjY2NjggOCAxNC42NjY4QzggMTQuNjY2OCAyLjY2NjY2IDExLjAwMDIgMi42NjY2NiA2LjY2NjgzQzIuNjY2NjYgNS4yNTIzNCAzLjIyODU3IDMuODk1NzkgNC4yMjg3NiAyLjg5NTU5QzUuMjI4OTYgMS44OTU0IDYuNTg1NTEgMS4zMzM1IDggMS4zMzM1QzkuNDE0NDkgMS4zMzM1IDEwLjc3MSAxLjg5NTQgMTEuNzcxMiAyLjg5NTU5QzEyLjc3MTQgMy44OTU3OSAxMy4zMzMzIDUuMjUyMzQgMTMuMzMzMyA2LjY2NjgzWiIgc3Ryb2tlPSIjNzM3MzczIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiLz4KICA8cGF0aCBkPSJNMTAuMDAwMiA2LjY2Njk5QzEwLjAwMDIgNy4xOTc0MyA5Ljc4OTQ1IDcuNzA2MTMgOS40MTQzNyA4LjA4MTIxQzkuMDM5MyA4LjQ1NjI4IDguNTMwNTkgOC42NjY5OSA4LjAwMDE2IDguNjY2OTlDNy40Njk3MyA4LjY2Njk5IDYuOTYxMDIgOC40NTYyOCA2LjU4NTk1IDguMDgxMjFDNi4yMTA4NyA3LjcwNjEzIDYuMDAwMTYgNy4xOTc0MyA2LjAwMDE2IDYuNjY2OTlDNi4wMDAxNiA2LjEzNjU2IDYuMjEwODcgNS42Mjc4NSA2LjU4NTk1IDUuMjUyNzhDNi45NjEwMiA0Ljg3NzcxIDcuNDY5NzMgNC42NjY5OSA4LjAwMDE2IDQuNjY2OTlDOC41MzA1OSA0LjY2Njk5IDkuMDM5MyA0Ljg3NzcxIDkuNDE0MzcgNS4yNTI3OEM5Ljc4OTQ1IDUuNjI3ODUgMTAuMDAwMiA2LjEzNjU2IDEwLjAwMDIgNi42NjY5OVoiIHN0cm9rZT0iIzczNzM3MyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIi8+Cjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
}

.location-phone::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTQuNjY2NyAxMS4yODAyVjEzLjI4MDJDMTQuNjY3NCAxMy40NjU5IDE0LjYyOTQgMTMuNjQ5NyAxNC41NTUgMTMuODE5OEMxNC40ODA2IDEzLjk4OTkgMTQuMzcxNSAxNC4xNDI2IDE0LjIzNDcgMTQuMjY4MUMxNC4wOTc5IDE0LjM5MzcgMTMuOTM2NCAxNC40ODkyIDEzLjc2MDUgMTQuNTQ4N0MxMy41ODQ2IDE0LjYwODIgMTMuMzk4MiAxNC42MzAzIDEzLjIxMzMgMTQuNjEzNkMxMS4xNjE5IDE0LjM5MDcgOS4xOTEzMyAxMy42ODk3IDcuNDYgMTIuNTY2OUM1Ljg0OTIyIDExLjU0MzMgNC40ODM1NiAxMC4xNzc3IDMuNDYgOC41NjY4OUMyLjMzMzMyIDYuODI3NyAxLjYzMjE2IDQuODQ3NTYgMS40MTMzMyAyLjc4Njg5QzEuMzk2NjcgMi42MDI1NCAxLjQxODU4IDIuNDE2NzMgMS40Nzc2NyAyLjI0MTMxQzEuNTM2NzUgMi4wNjU4OSAxLjYzMTcxIDEuOTA0NjkgMS43NTY1MSAxLjc2Nzk3QzEuODgxMzEgMS42MzEyNiAyLjAzMzIgMS41MjIwMyAyLjIwMjUzIDEuNDQ3MjRDMi4zNzE4NSAxLjM3MjQ1IDIuNTU0ODkgMS4zMzM3NCAyLjc0IDEuMzMzNTZINC43NEM1LjA2MzU0IDEuMzMwMzggNS4zNzcxOSAxLjQ0NDk1IDUuNjIyNTEgMS42NTU5MkM1Ljg2NzgyIDEuODY2ODkgNi4wMjgwNSAyLjE1OTg2IDYuMDczMzMgMi40ODAyM0M2LjE1Nzc1IDMuMTIwMjcgNi4zMTQzIDMuNzQ4NzEgNi41NCA0LjM1MzU2QzYuNjI5NjkgNC41OTIxOCA2LjY0OTExIDQuODUxNSA2LjU5NTk0IDUuMTAwODFDNi41NDI3NyA1LjM1MDEyIDYuNDE5MjQgNS41Nzg5NyA2LjI0IDUuNzYwMjNMNS4zOTMzMyA2LjYwNjg5QzYuMzQyMzcgOC4yNzU5MiA3LjcyNDMgOS42NTc4NiA5LjM5MzMzIDEwLjYwNjlMMTAuMjQgOS43NjAyM0MxMC40MjEzIDkuNTgwOTkgMTAuNjUwMSA5LjQ1NzQ2IDEwLjg5OTQgOS40MDQyOUMxMS4xNDg3IDkuMzUxMTIgMTEuNDA4IDkuMzcwNTMgMTEuNjQ2NyA5LjQ2MDIzQzEyLjI1MTUgOS42ODU5MyAxMi44OCA5Ljg0MjQ4IDEzLjUyIDkuOTI2ODlDMTMuODQzOCA5Ljk3MjU4IDE0LjEzOTYgMTAuMTM1NyAxNC4zNTEgMTAuMzg1MkMxNC41NjI0IDEwLjYzNDggMTQuNjc0OCAxMC45NTMzIDE0LjY2NjcgMTEuMjgwMloiIHN0cm9rZT0iIzczNzM3MyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
}

.location-fuel {
    margin-bottom: 12px;
    color: var(--color-grey-13, #212121);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 28px;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: var(--font-family-Font-1, Lato);
}

.location-btn {
    border-radius: 6px;
    border: 2px solid #239F38;
    color: #212121;
    text-align: center;
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-500, 500);
    line-height: var(--line-height-20, 20px);
    display: flex;
    width: 100%;
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.location-btn:hover {
    background-color: #239F38;
    color: #FFF;
}

.location-btn:hover svg path {
    stroke: #FFF;
}

.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    max-width: 550px;
    margin: 0 auto;
    padding: 35px;
    width: 100%;
    text-align: center;
}

.contact-title {
    margin-bottom: 0px;
    color: #212121;
    text-align: center;
    font-size: var(--font-size-24, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 0;
    font-family: var(--font-family-Font-1, Lato);
}

.contact-text {
    margin-bottom: 0px;
    font-family: var(--font-family-Font-1, Lato);
    color: var(--color-grey-45, #737373);
    text-align: center;
    font-size: var(--item-spacing-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px;
}

@media screen and (max-width: 992px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .locations-grid {
        grid-template-columns: 1fr;
    }
}

/*--------------------------------------------------------------
# Contact Us Section
--------------------------------------------------------------*/
.contact-us-section {
    background-color: #212121;
    padding: 96px 0;
    color: #fff;
}

.contact-layout {
    margin-top: 0px;
    padding-left: 108px;
    padding-right: 108px;
    display: flex;
    justify-content: space-between;
}

.contact-info-title,
.contact-form-title {
    margin-bottom: 24px;
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-24, 24px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-32, 32px);
    margin-top: 0;

}

/* Left Column */
.contact-item {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-icon-wrapper {
    border-radius: 8px;
    background: var(--color-green-3820, rgba(35, 159, 56, 0.20));
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--item-spacing-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--font-size-24, 24px);
    margin-bottom: 8px;
}

.contact-value {
    color: #E6E6E6;
    font-family: var(--font-family-Font-1, Lato);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-link svg {
    /*width: 40px;*/
    /*height: 40px;*/
}
.social-link:hover svg path, .social-link:hover svg rect {
    stroke-opacity: 0.8;
}

/* Right Column - Form */
.contact-form-wrapper {
    display: flex;
    width: 552px;
    padding: 33px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    border: var(--stroke-weight-1, 1px) solid var(--color-white-solid, #FFF);
    background: var(--color-grey-850, rgba(20, 20, 20, 0.50));
    backdrop-filter: blur(2px);
}

/* Contact Form 7 Styles */
.wpcf7-form label {
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20, 20px);
    display: block;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 24px;
    margin-top: 8px;
}
.wpcf7-form-control-wrap input {
    border-radius: 6px;
    border: var(--stroke-weight-1, 1px) solid var(--color-grey-90, #E6E6E6);
    background: #212121;
    height: 40px;
    align-self: stretch;
    padding-left: 13px;
    padding-right: 13px;
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: normal;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7-form-control-wrap textarea {
    border-radius: 6px;
    border: var(--stroke-weight-1, 1px) solid var(--color-grey-90, #E6E6E6);
    background: #212121;
    height: 118px;
    align-self: stretch;
    padding-left: 13px;
    padding-right: 13px;
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: normal;
}
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-textarea {
    width: 100%;
    background-color: #262626;
    border: 1px solid #404040;
    border-radius: 8px;
    padding: 12px 16px;
    color: #FFFFFF;
    font-family: var(--font-family-Font-1, Lato);
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-textarea:focus {
    border-color: #239F38;
    color: #239F38!important;
}
#wpcf7-f19-o1 {
    width: 100%;
}
.wpcf7-submit {
    border-radius: 8px!important;
    background: var(--color-green-38, #239F38)!important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: none!important;
    color: var(--color-white-solid, #FFF)!important;
    text-align: center;
    font-size: var(--item-spacing-16, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 28px!important;
    font-family: var(--font-family-Font-1, Lato);
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.wpcf7-submit:hover {
    background-color: #1e8730;
}

@media screen and (max-width: 992px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #141414;
	color: #fff;
	padding-top: 64px;
    padding-bottom: 48px;
}

.site-footer .content-container {
	padding: 0 36px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 32px;
}

.footer-branding {
    max-width: 318px;
    width: 100%;
}
.footer-links {
    max-width: 318px;
    width: 100%;
}
.footer-contact {
    max-width: 318px;
    width: 100%;
}
.footer-social {
    max-width: 318px;
    width: 100%;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.footer-logo svg {
	height: 68px;
	width: auto;
}

.logo-text {
	font-family: var(--font-family-Font-1, Lato);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.footer-description {
    color: var(--color-white-solid, #FFF);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--font-family-Font-1, Lato);
    margin: 0;
}

.footer-heading {
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--item-spacing-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--font-size-24, 24px);
    margin-bottom: 16px;
    margin-top: 0;
}

.footer-links ul,
.footer-contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 12px;
    color: var(--color-white-solid, #FFF);
    font-family: var(--font-family-Font-1, Lato);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-20, 20px);
}

.footer-links a {
	color: var(--color-grey-90, #E6E6E6);
	text-decoration: none;
	font-family: var(--font-family-Font-1, Lato);
	font-size: 16px;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: var(--color-green-38, #239F38);
}

.footer-contact-link {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--color-grey-90, #E6E6E6);
	text-decoration: none;
	font-family: var(--font-family-Font-1, Lato);
	font-size: 16px;
}

.footer-contact-link svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.footer-contact-link svg path {
    stroke: #E6E6E6;
}

.footer-social-links {
	display: flex;
	gap: 12px;
}

.footer-social-link {
    display: block;
}

.footer-icon-wrapper {
    width: 40px;
    height: 40px;
    background: rgba(35, 159, 56, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.footer-icon-wrapper:hover {
    background: rgba(35, 159, 56, 0.4);
}

.footer-bottom {
    border-top: var(--stroke-weight-1, 1px) solid var(--color-grey-90, #E6E6E6);
    padding-top: 33px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.copyright {
    color: var(--color-white-solid, #FFF);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--font-family-Font-1, Lato);
}

.footer-bottom-links {
	display: flex;
	gap: 32px;
}

.footer-bottom-links a {
    color: var(--color-white-solid, #FFF);
    font-size: var(--font-size-14, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    font-family: var(--font-family-Font-1, Lato);
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
	color: var(--color-green-38, #239F38);
}

@media screen and (max-width: 992px) {
	.footer-top {
		flex-direction: column;
		gap: 40px;
	}
	
	.footer-bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
@media screen and (max-width: 1152px) {
    .site-header {
        position: relative;
        z-index: 9999;
    }

    /* Hide desktop logo */
    .site-branding .custom-logo-link {
        display: none;
    }

    /* Show mobile logo */
    .mobile-logo-link {
        display: block;
        line-height: 0; /* Remove extra space from link */
    }

    /* Show logo inside open menu if needed, but per request:
       "logo in header changes... and this same logo is visible in expanded burger menu"
       The header is fixed/relative but menu wrapper covers it.
       So we need to ensure the logo is visible ON TOP of the menu wrapper OR inside it.
       If menu wrapper has z-index 9999 and header has 9999, context matters.
       Let's put the mobile logo inside the menu wrapper in header.php or just position header above.
       The user said "visible in expanded burger menu".
       If I set header z-index higher than menu wrapper, the whole header (including toggle) is visible.
       Currently menu wrapper is in nav which is in header.
       Let's try to make the site-branding visible above the menu background.
    */
    .site-branding {
        z-index: 10001; /* Higher than menu wrapper */
        position: relative;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 10001; /* Keep toggle above menu */
        position: relative;
        margin-left: auto;
    }

    .main-navigation.toggled .icon-open {
        display: none;
    }

    .main-navigation.toggled .icon-close {
        display: block;
    }

    .menu-wrapper {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #212121;
        padding-top: 70px;
        padding-left: 36px;
        padding-right: 36px;
        z-index: 9999;
        align-items: flex-start;
    }

    .main-navigation.toggled .menu-wrapper {
        display: flex;
    }

    .main-navigation ul {
        flex-direction: column;
        gap: 12px;
        display: flex!important;
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }
    .mobile-phone-link svg {
        width: 14px;
    }
    .main-navigation ul li a {
        font-size: 14px;
        line-height: 20px;
        color: #E6E6E6;
        padding: 0;
    }

    .mobile-contact {
        display: block;
    }

    .mobile-phone-link {
        display: flex!important;
        align-items: center;
        gap: 12px;
        color: #E6E6E6;
        font-family: var(--font-family-Font-1, Lato);
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        text-decoration: none;
    }
    .site-header {
        gap: 0;
        justify-content: space-between;
    }
    .hero-title {
        font-family: var(--font-family-Font-1, Lato);
        font-weight: 700;
        font-size: 40px;
        line-height: 1.1;
        color: #FFFFFF;
        max-width: 650px;
        margin: 0;
        text-align: start;
        width: 100%;
    }
    .contact-layout {
        padding-left: 48px;
        padding-right: 48px;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .contact-form-wrapper {
        margin: auto;
    }
    .hero-container {
        flex-direction: column;
        gap: 10px;
    }
}
@media screen and (max-width: 752px) {
    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-container {
        gap: 24px;
    }
    .hero-title {
        color: var(--poltava-fuel-page-lovable-app-white, var(--color-white-solid, #FFF));
        font-size: var(--font-size-48, 48px);
        font-style: normal;
        font-weight: 700;
        line-height: var(--font-size-60, 60px);
    }
    .hero-description {
        font-size: var(--line-height-20, 20px);
        line-height: var(--line-height-28, 28px);
    }
    .hero-buttons {
        gap: 16px;
    }
    .btn-primary {
        display: flex;
        height: 52px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
        width: 100%;
        font-size: var(--font-size-18, 18px);
        font-style: normal;
        font-weight: 700;
    }
    .btn-outline {
        display: flex;
        height: 52px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
        width: 100%;
        font-size: var(--font-size-18, 18px);
        font-style: normal;
        font-weight: 700;
    }
    .about-section {
        padding-top: 32px;
        padding-bottom: 60px;
    }
    .content-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-title {
        font-size: 36px;
    }
    .highlight-green {
        font-size: 36px;
    }
    .banner-section {
        padding-bottom: 120px;
        padding-left: 0;
        padding-right: 0;
    }
    .banner-card {
        min-height: 400px;
    }
    .banner-title {
        font-size: 30px;
    }
    .choose-us-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .section-title {
        margin-bottom: 24px;
    }
    .choose-card {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .choose-us-grid {
        gap: 32px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        max-width: 450px;
        margin: 0 auto;
    }
    .stat-card {
        width: 100%;
        height: 168px;
        max-width: 168px;
        margin: 0 auto;
        padding: 0 18px;
    }
    .stat-card:last-child {
        grid-column: span 2;
    }
    .stat-label {
        line-height: 20px;
    }
    .locations-section {
        padding-top: 32px;
        padding-bottom: 44px;
    }
    .map-wrapper {
        height: 400px;
    }
    .map-wrapper iframe {
        height: calc(100% + 55px);
    }
    .locations-grid {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .btn-outline {
        height: 36px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .contact-card {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-card .btn-primary {
        display: flex;
        width: 220px;
        height: 48px;
        padding: 11.5px 32px 12.5px 32px;
        justify-content: center;
        align-items: center;
        gap: var(--item-spacing-xs, 8px);
        border-radius: 8px;
        background: var(--color-green-38, #239F38);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        margin: auto;
        color: var(--color-white-solid, #FFF);
        text-align: center;
        font-size: var(--item-spacing-16, 16px);
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }
    .contact-us-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .contact-layout {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-info {
        width: 100%;
    }
    .contact-item {
        margin-bottom: 24px;
    }
    .section-description-dark {
        margin-bottom: 32px;
        color: var(--color-white-solid, #FFF);
        text-align: center;
        font-family: var(--font-family-Font-1, Lato);
        font-size: var(--font-size-18, 18px);
        font-style: normal;
        font-weight: var(--font-weight-400, 400);
        line-height: var(--line-height-29_25, 29.25px);
    }
    .social-links {
        gap: 12px;
        justify-content: center;
    }
    .social-links-container .contact-label {
        text-align: center;
    }
    .contact-form-wrapper {
        width: auto;
    }
    .site-footer {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .footer-logo svg {
        height: 36px;
    }
    .logo-text {
        font-size: 12px;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer-description {
        text-align: center;
    }
    .footer-top {
        gap: 24px;
    }
    .footer-heading {
        text-align: center;
    }
    .footer-links a {
        font-size: 14px;
    }
    .footer-links li, .footer-contact li {
        text-align: center;
    }
    .footer-contact-link {
        justify-content: center;
    }
    .footer-bottom-links {
        justify-content: space-between;
        width: 100%;
        gap: 0;
    }
    .site-footer .content-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-branding {
        max-width: unset;
    }
    .footer-links {
        max-width: unset;
    }
    .footer-contact {
        max-width: unset;
    }
    .footer-social {
        max-width: unset;
    }
}
