/***************************
// Font Imports
***************************/
/* Cormorant Garamond font imports */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/CormorantGaramond/CormorantGaramond-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/CormorantGaramond/CormorantGaramond-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/CormorantGaramond/CormorantGaramond-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/CormorantGaramond/CormorantGaramond-Bold.ttf') format('truetype');
}

/* Source Sans 3 font imports */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/SourceSans3/SourceSans3-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/SourceSans3/SourceSans3-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/SourceSans3/SourceSans3-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/SourceSans3/SourceSans3-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/SourceSans3/SourceSans3-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/SourceSans3/SourceSans3-Black.ttf') format('truetype');
}

/* Mrs Saint Delafield font import */
@font-face {
    font-family: 'Mrs Saint Delafield';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/MrsSaintDelafield/MrsSaintDelafield-Regular.ttf') format('truetype');
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-cormorant: 'Cormorant Garamond', serif;
    --font-sourcesans: 'Source Sans 3', sans-serif;
    --font-mrssaint: 'Mrs Saint Delafield';
}

body {
    letter-spacing: 0;
    font-family: var(--font-sourcesans);
    color: #161616;
    background-color: #fff;
    word-break: break-word;
    /*overflow-x: hidden;*/
}

.font-cormorant {
    font-family: var(--font-cormorant);
}

.font-sourcesans {
    font-family: var(--font-sourcesans);
}

.font-mrssaint {
    font-family: var(--font-mrssaint);
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

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-10-row-text * {
    -webkit-line-clamp: 10;
    line-clamp: 10;
}

.max-9-row-text * {
    -webkit-line-clamp: 9;
    line-clamp: 9;
}

.max-8-row-text * {
    -webkit-line-clamp: 8;
    line-clamp: 8;
}

.max-7-row-text * {
    -webkit-line-clamp: 7;
    line-clamp: 7;
}

.max-6-row-text * {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.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: 25px !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: 600 !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;
}

img.flip-img {
    display: inline-block;
    transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    transform-origin: center;
}

.no-bottom-space * {
    margin-bottom: 0 !important;
    padding-bottom: 0 !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:not(.btn-plus):not(.btn-minus):hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-go-back img,
.btn.btn-plus img,
.btn.btn-minus img {
    transition: none !important;
}

.btn.btn-go-back:hover img,
.btn.btn-plus:hover img,
.btn.btn-minus:hover img {
    transform: none !important;
}

.btn.btn-filled-black {
    padding-top: 16px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    gap: 10px;
    background: #252525;
    color: white;
    border-radius: 0;
}

.btn.btn-filled-black:hover {
    background: #161616;
    color: white;
}

.btn.btn-filled-black.cta {
    background: #252525c5;
}

.btn.btn-filled-black.cta:hover {
    background: #161616c5;
    color: white;
}

.btn.btn-filled-white {
    padding-top: 16px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 0;
    color: #161616;
}

.btn.btn-filled-white:hover {
    background: #EDEDED;
}

.btn-go-back {
    gap: 10px;
    padding: 1rem;
    border-radius: 0;
    background: #F8F8F8;
    border: 1px solid #EDEDED;
}

.btn-go-back:hover {
    background: #EDEDED;
}

/***************************
// End Buttons
***************************/

/***************************
// Navbar
***************************/
.nav .flags img {
    width: 37px;
    height: 17px;
    object-fit: cover;
}

.navbar {
    padding: 0;
}

/*.navbar:not(.navbar-static) {
    margin-top: 60px;
}*/

.navbar-shadow {
    box-shadow: 0px 4px 4px 0px #0000000A;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-brand img {
    width: 195px;
    height: 81px;
    object-fit: contain;
    filter: brightness(0%);
}

.navbar-toggler.black {
    border-color: #000 !important;
}

.navbar-toggler.white {
    border-color: none !important;
}

.navbar-toggler-icon.black {
    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(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon.white {
    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");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
    display: flex;
    justify-content: flex-end;
}

.navbar-collapse.collapsing {
    transition: none !important;
    height: auto !important;
    display: none;
}

/* Alapértelmezett: fehér nav-link */
.navbar-custom .nav-link {
    vertical-align: middle;
    color: #161616;
    transition: none !important;
}

.navbar-custom .navbar-collapse.show .nav-link {
    color: #000;
}

.nav-item.dropdown {
    position: relative;
}

.show .navbar-nav {
    box-shadow: 0px 4px 5px 0px #1C1C1C0D;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--color-white) !important;
}

.dropdown-toggle.nav-link::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url('../images/icons/arrow-left-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    transform: rotate(180deg);
    transition: transform 0.3s;
}

/***************************
// End Navbar
***************************/

/***************************
// Image Categories Section
***************************/
.image-categories {
    display: flex;
    width: 100%;
    height: 880px;
    overflow: hidden;
}

.image-categories .category-item {
    position: relative;
    flex: 1;
    transition: flex 0.5s ease;
    overflow: hidden;
    cursor: pointer;
}

.image-categories .category-item:hover {
    flex: 1.6;
}

.image-categories .category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

/* Opcionális: kis nagyítás hoverre
.image-categories .category-item:hover img {
    transform: scale(1.05);
} */

.image-categories .category-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.image-categories .category-item:hover::before {
    opacity: 1;
}

.image-categories .category-item .category-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.image-categories .category-item:hover .category-title {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .image-categories {
        flex-direction: column;
        height: auto;
    }

    .image-categories .category-item {
        max-height: 200px;
    }
}

/***************************
// End Image Categories Section
***************************/


/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-text-split .image-column {
    position: relative;
}

.image-text-split .image-wrapper {
    position: absolute;
    inset: 0;
}

.image-text-split .image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .image-text-split .col-lg-5.image-column {
        width: 40.666667%
    }

    .image-text-split .col-lg-7 {
        width: 59.333333%;
    }
}

@media (max-width: 991.98px) {
    .image-text-split .image-column {
        height: 350px;
    }

    .image-text-split .image-wrapper img {
        object-position: center 20%;
    }

    .image-text-split .image-wrapper {
        position: relative;
    }
}

/***************************
// End image-text-split Section
***************************/

/***************************
// Static Content Section
***************************/
.static-content {
    font-weight: 400;
    line-height: 140%;
}

.static-content li,
.static-content span,
.static-content p {
    font-size: 18px;
    line-height: 140%;
}

.static-content h1 {
    font-size: 40px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.static-content h2 {
    font-size: 32px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.static-content h3 {
    font-size: 28px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.static-content h4 {
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.static-content h5 {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.static-content h6 {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 600;
}

/***************************
// End Static Content Section
***************************/

/***************************
// CTA Hero Section
***************************/

.cta-hero {
    position: relative;
}

.cta-hero .cta-inner {
    position: relative;
    z-index: 2;
    padding: 6rem;
    display: flex;
    flex-direction: column;
    background-image: url('../images/img6.webp');
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    overflow: hidden;
    color: #fff;
}

.cta-hero .cta-inner.contant {
    background-image: url('../images/img7.webp');
}

.cta-hero .cta-inner.soon {
    background-image: url('../images/latomas3.jpg');
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-hero .cta-inner.index {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-hero .cta-inner.next {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-hero .cta-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000062;
    mix-blend-mode: normal;
    z-index: 1;
}

.cta-hero .cta-inner>* {
    position: relative;
    z-index: 2;
}

/* actions row */
.cta-hero .actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/***************************
// End CTA Hero Section
***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    width: 100%;
    height: 404px;
    background: url("../images/hero-bg.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding-top: 94px;
    justify-content: center;
    box-sizing: border-box;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.hero-little .container,
.hero-little .container * {
    position: relative;
    z-index: 2;
}

/***************************
// End Little Hero Section
***************************/

/***************************
// Static Content Section
***************************/
.static-content {
    font-weight: 500;
    line-height: 140%;
}

.static-content li,
.static-content span,
.static-content p {
    font-size: 18px;
    line-height: 150%;
}

.static-content h1 {
    font-size: 40px;
}

.static-content h2 {
    font-size: 32px;
}

.static-content h3 {
    font-size: 28px;
}

.static-content h4 {
    font-size: 24px;
}

.static-content h5 {
    font-size: 20px;
}

.static-content h6 {
    font-size: 18px;
}

/***************************
// End Static Content Section
***************************/

/***************************
// Blog List Section
***************************/

.blog-list .image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.blog-list .card {
    height: 100%;
    background-color: transparent;
}

.blog-list .date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 2px 4px 4px 0px #384F9733;
    z-index: 10;
}

.blog-list .blog-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 1.5rem;
}

.blog-list .label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.blog-list .label-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    border-radius: 6px;
    border: 1px solid rgba(34, 34, 34, 0.12);
    color: #222222;
    font-size: 0.85rem;
    line-height: 1.2;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.blog-list .label-list a:hover,
.blog-list .label-list a.current {
    background: #222222;
    border-color: #222222;
    color: #ffffff;
}

.blog-list .blog-select {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    min-width: auto;
}

.blog-list .blog-sort {
    position: relative;
    width: auto;
    min-width: 170px;
    max-width: 200px;
}

.blog-list .blog-sort select {
    width: 100%;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(34, 34, 34, 0.18);
    background: #ffffff;
    color: #222222;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0.9rem;
}

.blog-list .blog-sort::after {
    content: '\25BC';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #222222;
}

@media (max-width: 991.98px) {
    .blog-list .blog-header {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-list .blog-select {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
    }

    .blog-list .blog-sort {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .blog-list .blog-sort {
        width: 100%;
    }
}

.title-min-height {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card-content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.button-wrapper {
    margin-top: auto !important;
}

/***************************
// End Blog List Section
***************************/

/***************************
// Footer Section
***************************/
footer {
    background-color: #202020;
}

footer .brand-wrapper {
    height: 90px;
}

footer .footer-icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8A766F;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

footer .copyright {
    font-weight: 400;
    line-height: 100%;
}

footer .copyright strong {
    font-weight: 700;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 2px solid #176476;
    margin: 0;
    max-width: 100%;
    opacity: 1;
}

footer a:hover {
    text-decoration: underline;
}

footer img.phone-icon {
    width: 43px;
    height: 43px;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}


footer .social-icon-bg img {
    width: 20px !important;
    height: 20px !important;
}

footer .social-icon-bg {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #353535;
    flex: 0 0 auto;
}

.footer-bottom-content {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}

.footer-bottom-bar img.otp {
    width: 100%;
    height: 45px;
}

/***************************
// End Footer Section
***************************/

/***************************
// Pagination Bar
***************************/

.pagination-bar {
    padding-top: 2rem;
    margin-top: 2rem;
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}

.pagination-numbers {
    display: flex;
    justify-content: center;
    flex: 1;
}

.pagination-list {
    display: flex;
    padding: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.pagination-number {
    text-decoration: none;
    border: 1px solid #E9E9E9;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #F8F8F8;
    padding: 0;
}

.pagination-number:hover {
    border: 1px solid #202020;
    color: #202020;
    background: transparent;
}

.pagination-number.active {
    color: #fff;
    border: 2px solid #202020;
    background: #202020;
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    border: 1px solid #EDEDED;
    width: 58px;
    height: 58px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    flex-shrink: 0;
    padding: 0;
}

.pagination-prev:hover,
.pagination-next:hover {
    border: 1px solid #202020;
    background: #202020;
}

body .pagination-prev:hover img,
body .pagination-next:hover img {
    filter: brightness(0) invert(1) !important;
}

.pagination-prev:hover img,
.pagination-next:hover img {
    filter: grayscale(0) !important;
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #CCCCCC !important;
    pointer-events: none;
    cursor: not-allowed;
    border: 1px solid #CCCCCC;
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    opacity: 0.5;
}

.pagination-prev img {
    transform: rotate(0deg);
}

.pagination-next img {
    transform: rotate(180deg);
}

.pagination-list li {
    margin: 0;
}


/***************************
// End Pagination Bar
****************************/

/***************************
// Blog Belso Section
***************************/

.blog-belso .static-content img {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: cover;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 10px;
}

/* Ne érintse a .blog-belso .pagination-next-ben lévő p és img elemeket */
.blog-belso .pagination-next p {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-belso .pagination-next img {
    border-radius: inherit;
    max-width: none;
    max-height: none;
    height: auto;
    display: inline-block;
    object-fit: initial;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-belso .static-content h1,
.blog-belso .static-content h2,
.blog-belso .static-content h3,
.blog-belso .static-content h4,
.blog-belso .static-content h5,
.blog-belso .static-content h6 {
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 1rem;
    font-family: var(--font-cormorant);
}

.blog-belso .static-content {
    font-weight: 400;
}

.blog-belso .static-content h1 {
    font-size: 36px;
}

.blog-belso .static-content h2 {
    padding-top: 1rem;
    font-size: 32px;
}

.blog-belso .static-content h3 {
    padding-top: 1rem;
    font-size: 28px;
}

.blog-belso .static-content h4 {
    padding-top: 1rem;
    font-size: 24px;
}

.blog-belso .static-content h5 {
    padding-top: 1rem;
    font-size: 20px;
}

.blog-belso .static-content h6 {
    padding-top: 1rem;
    font-size: 18px;
}

.blog-belso .static-content p {
    font-size: 18px;
    line-height: 140%;
}

.blog-belso .static-content strong {
    font-weight: 600 !important;
}

.blog-belso.tamogatas .static-content p strong {
    font-size: 20px !important;
}

.blog-belso.tamogatas .static-content p {
    font-size: 18px !important;
}

.blog-belso .static-content .image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.blog-belso .static-content .image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 0px;
    margin: 0;
}

.blog-belso .static-content .date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 2px 4px 4px 0px #384F9733;
    z-index: 10;
}

.blog-belso ol,
.blog-belso ul {
    padding-left: 1rem !important;
    margin-bottom: 0 !important;
}

p:has(+ ul) {
    margin-bottom: 0;
}

/***************************
// End Blog Belso Section
***************************/
/***************************
 // Contact Section
***************************/
.kapcsolat {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.contact-banner-image {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 10px;
}

.contact-banner-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

.contact-banner-form .form-control {
    padding-right: 20px;
    padding-left: 1rem;
    background: transparent;
    border: 1px solid #fff;
    height: 62px;
    border-radius: 0px;
}

.contact-banner-form .form-control:focus {
    border: 1px solid #8D8D8D;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #fff;
    font-weight: 400;
    line-height: 140%;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-banner-form textarea.form-control {
    min-height: 181px;
    padding-top: 1rem;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0rem;
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    width: 22px;
    height: 22px;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.contact-banner-form .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(195, 164, 89, 0.15);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #AF9861;
    border-color: #AF9861;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

.kapcsolat .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000066;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 3rem;
    color: white;
    border-radius: 10px;
}

.kapcsolat .overlay img.contact-icon {
    background-color: #AF9861;
    width: 66px;
    height: 66px;
    object-fit: contain;
    border-radius: 50%;
    padding: 1rem;
}

/***************************
 // End Contact Section
***************************/



.gallery-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gallery-img-rect {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gallery-desc {
    color: #E7E7E7;
}

.gallery-img-portrait {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}