/***************************
// Font Imports
***************************/

/* ---- Roboto ---- */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto/Roboto-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* ---- DM Sans ---- */
@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/DM_Sans/DMSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/* ---- Playfair Display ---- */
@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/***************************
// End Font Imports
***************************/
/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-family-roboto: 'Roboto', sans-serif;
    --font-family-dm-sans: 'DM Sans', sans-serif;
    --font-family-playfair: 'Playfair Display', serif;
}

body {
    letter-spacing: 0;
    font-family: var(--font-family-dm-sans);
    color: #3D4A39;
    background-color: #fff;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.font-family-roboto,
.font-family-roboto * {
    font-family: var(--font-family-roboto) !important;
}

.font-family-dm-sans,
.font-family-dm-sans * {
    font-family: var(--font-family-dm-sans) !important;
}

.font-family-playfair,
.font-family-playfair * {
    font-family: var(--font-family-playfair) !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letter-spacing-02 * {
    letter-spacing: 0.2px !important;
}

.max-5-row-text * {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.max-4-row-text * {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.max-3-row-text * {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.max-2-row-text * {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.max-1-row-text * {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}



.font-size-65 * {
    font-size: 65px !important;
}

.font-size-64 * {
    font-size: 64px !important;
}

.font-size-63 * {
    font-size: 63px !important;
}

.font-size-62 * {
    font-size: 62px !important;
}

.font-size-61 * {
    font-size: 61px !important;
}

.font-size-60 * {
    font-size: 60px !important;
}

.font-size-59 * {
    font-size: 59px !important;
}

.font-size-58 * {
    font-size: 58px !important;
}

.font-size-57 * {
    font-size: 57px !important;
}

.font-size-56 * {
    font-size: 56px !important;
}

.font-size-55 * {
    font-size: 55px !important;
}

.font-size-54 * {
    font-size: 54px !important;
}

.font-size-53 * {
    font-size: 53px !important;
}

.font-size-52 * {
    font-size: 52px !important;
}

.font-size-51 * {
    font-size: 51px !important;
}

.font-size-50 * {
    font-size: 50px !important;
}

.font-size-49 * {
    font-size: 49px !important;
}

.font-size-48 * {
    font-size: 48px !important;
}

.font-size-47 * {
    font-size: 47px !important;
}

.font-size-46 * {
    font-size: 46px !important;
}

.font-size-45 * {
    font-size: 45px !important;
}

.font-size-44 * {
    font-size: 44px !important;
}

.font-size-43 * {
    font-size: 43px !important;
}

.font-size-42 * {
    font-size: 42px !important;
}

.font-size-41 * {
    font-size: 41px !important;
}

.font-size-40 * {
    font-size: 40px !important;
}

.font-size-39 * {
    font-size: 39px !important;
}

.font-size-38 * {
    font-size: 38px !important;
}

.font-size-37 * {
    font-size: 37px !important;
}

.font-size-36 * {
    font-size: 36px !important;
}

.font-size-35 * {
    font-size: 35px !important;
}

.font-size-34 * {
    font-size: 34px !important;
}

.font-size-33 * {
    font-size: 33px !important;
}

.font-size-32 * {
    font-size: 32px !important;
}

.font-size-31 * {
    font-size: 31px !important;
}

.font-size-30 * {
    font-size: 30px !important;
}

.font-size-29 * {
    font-size: 29px !important;
}

.font-size-28 * {
    font-size: 28px !important;
}

.font-size-27 * {
    font-size: 27px !important;
}

.font-size-26 * {
    font-size: 26px !important;
}

.font-size-25 * {
    font-size: 30px !important;
}

.font-size-24 * {
    font-size: 24px !important;
}

.font-size-23 * {
    font-size: 23px !important;
}

.font-size-22 * {
    font-size: 22px !important;
}

.font-size-21 * {
    font-size: 21px !important;
}

.font-size-20 * {
    font-size: 20px !important;
}

.font-size-19 * {
    font-size: 19px !important;
}

.font-size-18 * {
    font-size: 18px !important;
}

.font-size-17 * {
    font-size: 17px !important;
}

.font-size-16 * {
    font-size: 16px !important;
}

.font-size-15 * {
    font-size: 15px !important;
}

.font-size-14 * {
    font-size: 14px !important;
}

.font-size-13 * {
    font-size: 13px !important;
}

.font-size-12 * {
    font-size: 12px !important;
}

.font-size-11 * {
    font-size: 11px !important;
}



strong {
    font-weight: 700 !important;
}

.font-weight-900 *:not(strong) {
    font-weight: 900 !important;
}

.font-weight-800 *:not(strong) {
    font-weight: 800 !important;
}

.font-weight-700 *:not(strong) {
    font-weight: 700 !important;
}

.font-weight-600 *:not(strong) {
    font-weight: 600 !important;
}

.font-weight-500 *:not(strong) {
    font-weight: 500 !important;
}

.font-weight-400 *:not(strong) {
    font-weight: 400 !important;
}

.font-weight-300 *:not(strong) {
    font-weight: 300 !important;
}

.font-weight-200 *:not(strong) {
    font-weight: 200 !important;
}

.font-weight-100 *:not(strong) {
    font-weight: 100 !important;
}



.line-height-200 * {
    line-height: 200% !important;
}

.line-height-190 * {
    line-height: 190% !important;
}

.line-height-180 * {
    line-height: 180% !important;
}

.line-height-170 * {
    line-height: 170% !important;
}

.line-height-160 * {
    line-height: 160% !important;
}

.line-height-150 * {
    line-height: 150% !important;
}

.line-height-140 * {
    line-height: 140% !important;
}

.line-height-130 * {
    line-height: 130% !important;
}

.line-height-120 * {
    line-height: 120% !important;
}

.line-height-110 * {
    line-height: 110% !important;
}

.line-height-100 * {
    line-height: 100% !important;
}

.line-height-24 * {
    line-height: 24px !important;
}

/***************************
// End Default Styles
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.nav-link.btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn.btn-filled-blue {
    background: #2063B3;
    color: #fff;
    padding: 19px 45px;
    border-radius: 10px;
}

.btn.btn-filled-blue:hover {
    background: #1354a3;
}

.btn-more:hover {
    opacity: 0.8;
}

/***************************
// End Buttons
***************************/
/***************************
// Navbar
***************************/
.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

/* Top bar styles */
.top-bar {
    background-color: #6BBF23;
}

.top-bar a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.top-bar a:hover {
    opacity: 0.8;
}

.top-bar-right a {
    color: #ffffff;
    font-size: 24px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    display: inline-block;
}

.top-bar-right a:hover {
    transform: scale(1.15);
    opacity: 0.9;
}

/* Main Navbar styling */
.navbar-custom {
    position: relative;
    padding: 0;
    height: 100px;
    display: flex;
    align-items: center;
    background: transparent;
    transition: all 0.3s ease;
}

/* Desktop slanted background */
@media (min-width: 1200px) {
    .navbar-custom::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #6BBF23;
        clip-path: polygon(0 0, 26% 0, calc(26% - 60px) 100%, 0 100%);
        z-index: 1;
        pointer-events: none;
    }

    .navbar-custom::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        clip-path: polygon(calc(26% + 0px) 0, 100% 0, 100% 100%, calc(26% + 0px - 60px) 100%);
        z-index: 1;
        pointer-events: none;
    }

    .navbar-custom .container {
        position: relative;
        z-index: 2;
        height: 100%;
    }
}

/* Logo brand styling */
.navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-brand img {
    height: 71px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.03);
}

.navbar-toggler {
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Nav links inside white background on desktop */
.navbar-custom .nav-link {
    color: #ffffff;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

@media (min-width: 1200px) {
    .navbar-custom .nav-link {
        color: #161E13 !important;
        padding: 38px 20px !important;
    }

    .navbar-custom .nav-link:hover {
        color: #6BBF23 !important;
    }
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    height: 950px;
    max-height: 950px;
    overflow: hidden;
    padding-top: 140px;
}

.hero.little {
    height: 504px;
    max-height: 504px;
    padding-top: 140px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hero-title h1 {
    color: #ffffff;
    letter-spacing: 0.5px;
}

.hero-subtitle {
    color: #6BBF23;
    letter-spacing: 0.8px;
}

/* Hero CTA Buttons */
.btn-hero-green {
    background-color: #6BBF23;
    color: #ffffff !important;
    padding: 18px 40px;
    border-radius: 10px;
    letter-spacing: 0.8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.btn-hero-green:hover {
    background-color: #59a31a;
}

.btn-hero-white {
    background-color: #fff;
    color: #626262 !important;
    padding: 18px 40px;
    border-radius: 10px;
    letter-spacing: 0.8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.btn-hero-white:hover {
    background-color: #dbdbdb;
}

/* Űrlap kártya stílusai */
.contact-form-card .form-control {
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #CCCCCC;
}

.contact-form-card .form-control::placeholder {
    color: #00000080;
}

.contact-form-card .form-control:focus {
    border-color: #777777;
}

.contact-form-card .custom-flex-checkbox {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 10px !important;
}

.contact-form-card .custom-checkbox {
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: 1px solid #CCCCCC !important;
    background-color: #F9F9F9 !important;
    border-radius: 0px;
    cursor: pointer;
    box-shadow: 4px 2px 6.7px 0px #00000014;
}

.contact-form-card .custom-flex-checkbox .form-check-label {
    flex: 1 1 0% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-form-card .custom-flex-checkbox .invalid-feedback {
    flex: 0 0 100% !important;
}

.contact-form-card .custom-checkbox:checked {
    background-color: #12295F !important;
    border-color: #12295F !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    background-size: 90% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/***************************
// End Hero Section
***************************/

/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-text-split .image-column {
    display: flex;
    align-items: stretch;
}

/* Kiterjesztjük a stílust a képekre ÉS az iframe térképre is */
.image-text-split .image-wrapper img,
.image-text-split .image-wrapper iframe {
    width: 100% !important;
    object-fit: cover;
    border-radius: 0px;
    border: none;
    /* Levesszük a böngésző alapértelmezett iframe keretét */
}

@media (min-width: 992px) {
    .image-text-split .col-lg-5.image-column {
        width: 40.666667%;
    }

    .image-text-split .col-lg-7 {
        width: 59.333333%;
    }
}

/***************************
// End image-text-split Section
***************************/


.rolunk-title-line {
    width: 80px;
    height: 6px;
    background-color: #6BBF23;
    margin-bottom: 0;
}

.rolunk-title-wrapper {
    color: #161E13;
}


/***************************
// Static Content Section
***************************/
.static-content {
    font-weight: 400;
    line-height: 1.6;
}

.static-content p,
.static-content li,
.static-content span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.static-content p,
.static-content li {
    margin-bottom: 1rem;
    color: #3D4A39;
}

.static-content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: var(--font-family-playfair);
    color: #161E13;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.static-content>*:first-child {
    margin-top: 0 !important;
}

.static-content h1 {
    font-size: 64px !important;
}

.static-content h2 {
    font-size: 36px !important;
}

.static-content h3 {
    font-size: 32px !important;
}

.static-content h4 {
    font-size: 24px !important;
}

.static-content h5 {
    font-size: 20px !important;
}

.static-content h6 {
    font-size: 18px !important;
}

/* Inline Phone Label */
.static-content .phone-label {
    color: #6BBF23;
    font-family: var(--font-family-dm-sans);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

/* Muted Italic Text */
.static-content .text-muted-italic {
    color: #8A9986 !important;
    font-style: italic;
}

/* Text modifiers */
.static-content p.font-weight-700,
.static-content strong {
    font-weight: 700;
}

.static-content p.fst-italic,
.static-content em {
    font-style: italic;
}

/***************************
// End Static Content Section
***************************/

/***************************
// Services Section
***************************/
.services-section {
    background-color: #F8F9FA;
}

.section-title-wrapper {
    margin-bottom: 60px;
}

.section-title {
    color: #161E13;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 6px;
    background-color: #6BBF23;
}

/* Service Card Layout */
.service-card {
    background-color: #ffffff;
    border: 1px solid #eef2eb;
    border-radius: 16px;
    padding: 40px 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.service-card:hover {
    border-color: #6BBF23;
    background-color: #f6fbf2;
    box-shadow: 0 15px 40px rgba(108, 189, 36, 0.12);
}

/* Icon Box styling */
.service-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f9ea;
    color: #6BBF23;
    font-size: 24px;
    margin-bottom: 25px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.service-icon-box img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(59%) sepia(74%) saturate(450%) hue-rotate(62deg) brightness(95%) contrast(90%);
    transition: filter 0.3s ease;
}

.service-card:hover .service-icon-box {
    transform: scale(1.05);
    background-color: #6BBF23;
    color: #ffffff;
}

.service-card:hover .service-icon-box img {
    filter: brightness(0) invert(1);
}

/* Card typography styling */
.service-card-title {
    color: #161E13;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-card-text {
    line-height: 1.6;
    color: #3D4A39;
    margin-bottom: 30px;
    flex-grow: 1;
    /* Pushes the link to the bottom */
}

/* Card Link style */
.service-card-link {
    font-size: 16px;
    font-weight: 700;
    color: #6BBF23;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
    margin-top: auto;
    /* Ensures it sits at the bottom of flex container */
}

.service-card-link:hover {
    color: #519316;
}

.service-card-link i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.service-card-link:hover i {
    transform: translateX(4px);
}

/***************************
// End Services Section
***************************/

/***************************
// Why Choose Us V2 Section (Miért válasszon minket?)
***************************/
.why-choose-us-v2-section {
    background-color: #EDF7E5;
}

.why-v2-title {
    color: #161E13;
}

.why-v2-icon img {
    max-height: 21px;
    max-width: 21px;
    object-fit: contain;
}


.why-v2-item-title {
    color: #161E13;
}

.why-v2-item-text {
    color: #161E13;
    line-height: 1.6;
    margin: 0;
}

.why-v2-img {
    border-radius: 0px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-v2-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
}

@media (max-width: 991.98px) {
    .why-v2-img {
        height: 380px;
    }
}

/***************************
// End Why Choose Us V2 Section
***************************/

/***************************
// FAQ Section (GYIK)
***************************/
.faq-section {
    background-color: #ffffff;
}

.faq-section.faq-page {
    background-color: #EDF7E5;
}

.faq-item {
    border-bottom: 1px solid #eeeeee;
    transition: background-color 0.3s ease;
}

/*
.faq-item.active {
    background-color: #f7fcf4;
}
*/

.faq-question-wrapper {
    padding: 22px 10px;
    cursor: pointer;
    user-select: none;
}

.faq-question {
    color: #161E13;
    margin: 0;
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question {
    color: #6BBF23;
}

.faq-icon-wrapper {
    color: #6BBF23;
    font-size: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer {
    line-height: 1.6;
    color: #161E13;
    padding: 0 10px 24px 10px;
    margin: 0;
}

/***************************
// Blog Section
***************************/
.blog-section {
    background-color: #fff;
}

/* Card container */
.blog-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E9ECEF;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
}

/* Image wrapper with overflow hidden for zoom effect */
.blog-card-img-link {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.06);
}

/* Card body */
.blog-card-body {
    padding: 28px 28px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Meta line (date) */
.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6BBF23 !important;
    margin-bottom: 12px;
}

/* Title */
.blog-card-title {
    line-height: 1.35;
    margin-bottom: 12px;
}

.blog-card-title a {
    color: #161616;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: #6BBF23;
}

/* Excerpt */
.blog-card-excerpt {
    color: #3D4A39;
    margin-bottom: 0.5rem;
    flex-grow: 1;
}

/* Read more link */
.blog-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #6BBF23 !important;
    text-decoration: none;
    transition: color 0.2s ease;
    margin-top: auto;
}

.blog-card-link:hover {
    color: #519316 !important;
}

.blog-card-link i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.blog-card-link:hover i {
    transform: translateX(4px);
}

/* Blog Pagination */
.blog-pagination-arrow {
    color: #6BBF23;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.blog-pagination-arrow:hover {
    color: #6BBF23;
}

.blog-pagination-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-weight: 500;
}

.blog-pagination-link:hover {
    color: #6BBF23;
    background-color: #EDF7E5;
}

.blog-pagination-link.active {
    background-color: #DDFAC6;
}

/* Blog Detail Footer Elements */
.blog-back-link {
    color: #6BBF23 !important;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.blog-back-link:hover {
    color: #519316 !important;
}

.blog-date {
    color: #8A9986 !important;
    font-size: 16px;
}

/* Blog Detail Image Wrapper & Overlay */
.blog-detail-image-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 352px;
    width: 100%;
}

.blog-detail-image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 352px;
    object-fit: cover;
}

.blog-detail-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

/***************************
// End Blog Section
***************************/
/***************************
// References Section (Referenciáink)
***************************/
.references-section {
    background-color: #EDF7E5;
}

.references-title {
    color: #161E13;
}

.references-lead-text {
    color: #3D4A39;
    line-height: 1.6;
}

.reference-link {
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reference-img {
    transition: transform 0.45s ease;
    height: 300px;
}

.reference-link:hover .reference-img {
    transform: scale(1.06);
}

/***************************
// End References Section
***************************/

/***************************
// Contact Section (Vegye fel velünk a kapcsolatot!)
***************************/
.contact-section {
    background-color: #ffffff;
}

.contact-lead-text {
    margin: 0 auto;
    line-height: 1.6;
}

/* Card */
.contact-main-card {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #eef2eb !important;
    overflow: hidden;
    max-height: 700px;
}

.contact-input,
.contact-textarea {
    border-radius: 10px;
    border: 1.5px solid #e9ecef;
    padding: 14px 18px;
    color: #161616;
    background-color: #fcfdfe;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #a0aec0;
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: #6BBF23;
    box-shadow: 0 0 0 4px rgba(108, 189, 36, 0.1);
    background-color: #ffffff;
    outline: none;
}

.contact-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1.5px solid #cbd5e1;
    cursor: pointer;
}

.contact-checkbox:checked {
    background-color: #6BBF23;
    border-color: #6BBF23;
}

.btn-contact-submit {
    background-color: #6BBF23;
    border-color: #6BBF23;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 30px !important;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-contact-submit:hover {
    background-color: #519316;
    border-color: #519316;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 189, 36, 0.2);
}

.contact-image-wrapper {
    width: 100%;
    height: 100%;
}

.contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Info cards beneath contact form */
.contact-info-card {
    background-color: #ffffff;
    border: 1px solid #E9ECEF;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.contact-info-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #E7F1DF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}


.contact-info-title {
    color: #6BBF23;
}

.contact-info-value {
    font-size: 15px;
    color: #3D4A39;
    font-weight: 500;
}

.hover-green {
    transition: color 0.2s ease;
    text-decoration: none;
}

.hover-green:hover {
    color: #6BBF23;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .why-img {
        height: 380px;
    }

    .why-stats-box {
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 575.98px) {
    .why-stats-box {
        position: relative;
        top: 0;
        left: 20px !important;
        right: 20px !important;
        margin-bottom: 20px;
    }

    .why-image-container {
        padding-top: 0;
    }
}

/* FAQ CTA Banner */
.faq-cta-banner {
    background-color: #EDF7E5;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-cta-desc,
.faq-cta-title {
    color: #161E13;
}

/***************************
// End Why Choose Us & Contact Sections
***************************/

/***************************
// Footer Section
***************************/
footer.sittes-footer {
    background-color: #DCE6D4;
}

.sittes-footer .footer-brand {
    color: #006E0A;
}

.sittes-footer .footer-desc {
    color: #3D4A39;
    line-height: 1.6;
}

.sittes-footer .social-icon {
    width: 40px;
    height: 40px;
    background-color: #006E0A;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25%;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.sittes-footer .social-icon:hover {
    background-color: #064b1c;
}

.sittes-footer .footer-title {
    color: #161E13;
}

.sittes-footer .footer-links {
    color: #3D4A39;
}

.sittes-footer .footer-links li a {
    color: inherit;
    transition: color 0.3s ease;
}

.sittes-footer .footer-links li a:hover {
    color: #0A6B29;
}

.sittes-footer .footer-contact {
    color: #3D4A39;
}

.sittes-footer .footer-contact i {
    color: #0A6B29;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.sittes-footer .footer-contact a {
    color: inherit;
    transition: color 0.3s ease;
}

.sittes-footer .footer-contact a:hover {
    color: #0A6B29;
}

.sittes-footer .footer-bottom {
    border-top: 1px solid #B7B7B7 !important;
    color: #3D4A39;
}

.sittes-footer .footer-bottom a {
    color: inherit;
    transition: color 0.3s ease;
}

.sittes-footer .footer-bottom a:hover {
    color: #0A6B29;
}

/***************************
// End Footer Section
***************************/







/***************************
// Why Choose Us Section (Miért válassz minket?)
***************************/
.why-choose-us-section {
    background-color: #EDF7E5;
}

.why-title {
    color: #111;
    margin: 0;
}

.why-lead-text {
    line-height: 1.6;
    color: #111;
    margin: 0;
}

/* Timeline */
.why-timeline {
    position: relative;
    padding-left: 20px;
}

.why-timeline-line {
    position: absolute;
    left: 55px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background-color: #6BBF23;
    z-index: 1;
}

.why-timeline-item {
    position: relative;
    z-index: 2;
}

.why-timeline-icon-wrapper {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-shrink: 0;
}

.why-timeline-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6BBF23;
    font-size: 20px;
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.why-timeline-icon img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.why-timeline-item:hover .why-timeline-icon img {
    filter: brightness(0) invert(1);
}

.why-timeline-item:hover .why-timeline-icon {
    transform: scale(1.03);
    background-color: #6BBF23;
    color: #ffffff;
}

.why-timeline-title {
    color: #000;
    margin-bottom: 6px;
}

.why-timeline-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* Right side Image & Floating Badge */
.why-image-container {
    position: relative;
    padding-top: 40px;
}

.why-img {
    width: 100%;
    height: 505px;
    object-fit: cover;
    display: block;
}

.why-stats-box {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    background-color: #6BBF23;
    padding: 1rem;
    z-index: 10;
    border-radius: 5px;
}

.why-stat-item {
    color: #ffffff;
}

.why-stat-number {
    line-height: 1;
}

.why-stat-label {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}