/***************************
// Font Imports
// Replaced previous Lora/Cinzel with Open Sans files from assets/fonts/OpenSans
***************************/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/OpenSans/OpenSans-ExtraBold.woff2') format('woff2');
}


/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-open-sans: 'Open Sans', sans-serif;

    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-1E1E1E: #1E1E1E;
    --color-1E1F21: #1E1F21;
    --color-F7CE46: #F7CE46;
    --color-BD9C72: #BD9C72;
    --color-909090: #909090;
    --color-605F5F: #605F5F;

    --color-131313: #131313;
    --color-000066: #000066;
}

body {
    letter-spacing: 0;
    font-family: var(--font-open-sans);
    color: #1D1D1D;
    background-color: white;
    /*overflow-x: hidden;*/
}

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;
}

.font-family-open-sans * {
    font-family: var(--font-open-sans) !important;
}

.font-color-0E462E * {
    color: #0E462E !important;
}

.font-color-262626 * {
    color: #262626 !important;
}

.font-color-D7D7D7 * {
    color: #D7D7D7 !important;
}

.font-color-292929 * {
    color: #292929 !important;
}

.font-color-BD9C72 * {
    color: #BD9C72 !important;
}

.font-color-909090 * {
    color: #909090 !important;
}

.font-color-605F5F * {
    color: #605F5F !important;
}


.font-color-131313 * {
    color: #131313 !important;
}

.font-color-000066 * {
    color: #000066 !important;
}

.font-color-003399 * {
    color: #003399 !important;
}

.font-color-424242 * {
    color: #424242 !important;
}

.font-color-535353 * {
    color: #535353 !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


.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;
}

.btn:not(.btn-plus):not(.btn-minus):hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.btn.btn-plus img,
.btn.btn-minus img {
    transition: none !important;
}

.btn.btn-plus:hover img,
.btn.btn-minus:hover img {
    transform: none !important;
}


.btn.btn-filled-green {
    background: #9ACA3C;
    padding-top: 10px;
    padding-right: 32px;
    padding-bottom: 10px;
    padding-left: 32px;
    border-radius: 0;
}

.btn.btn-filled-green:active,
.btn.btn-filled-green:focus,
.btn.btn-filled-green:hover {
    background: #7BB32F;
}

.btn.btn-filled-blue {
    background: #003399;
    padding-top: 10px;
    padding-right: 32px;
    padding-bottom: 10px;
    padding-left: 32px;
    border-radius: 0;
}

.btn.btn-filled-blue:active,
.btn.btn-filled-blue:focus,
.btn.btn-filled-blue:hover {
    background: #002680;
}

.btn.btn-plus,
.btn.btn-minus {
    background: #181516;
    color: white;
    border: none;
    border-radius: 0;
}

/***************************
// End Buttons
***************************/

/***************************
// Header
***************************/
.header {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/***************************
// End Header
***************************/

/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar:not(.navbar-static) {
    margin-top: 60px;
}



.navbar-custom {
    width: 100%;
    z-index: 10;
    background: #F8FAEE;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-brand img {
    width: 100%;
    height: 173px;
    object-fit: cover;
}

.navbar-toggler.black {
    border-color: #000 !important;
}

.navbar-toggler.white {
    border-color: var(--color-white) !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;
}

/* Alapértelmezett: fehér nav-link */
.navbar-custom .nav-link {
    vertical-align: middle;
    color: #1D1D1D;
    transition: none !important;
}

.navbar-custom .nav-link:hover {
    color: #0E462E !important;
}

.navbar-custom .navbar-collapse.show .nav-link {
    color: var(--color-black) !important;
}

.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('../assets/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
***************************/

/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    background: url("../assets/images/hero-bg.webp") center center / cover no-repeat;
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    opacity: 1;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.hero-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    margin-bottom: -5px;
}

/***************************
// End Hero Section
***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    background: url("../assets/images/hero-bg.webp") center center / cover no-repeat;
    height: 100vh;
    max-height: 450px;
    overflow: hidden;
}

.hero-little::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    opacity: 1;
    z-index: 1;
}

/***************************
// End Little 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;
}

.image-text-split .image-wrapper img {
    border-radius: 0;
    max-width: 630px;
    max-height: 520px;
}

@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
***************************/

/***************************
// Info Cards Section
***************************/
.info-cards-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.info-cards-section .blue-card {
    background: #E7EFFF;
    /* világoskék */
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.info-cards-section .card-inner {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

.info-cards-section .img-wrap {
    background: #ffffff;
    border-radius: 50%;
    padding: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    flex-shrink: 0;
}

.info-cards-section .img-wrap img {
    max-width: 67px;
    max-height: 67px;
    display: block;
}

/***************************
// End Info Cards Section
***************************/

/***************************
// Intro Cards Section
***************************/

.intro-cards {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.intro-cards .info-card {
    background: #F8FAEE;
    /* világos zöldes háttér */
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro-cards .info-card.blue {
    background: #E7EFFF;
}

.intro-cards .icon-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #FFFFFF;
    display: inline-grid;
    place-items: center;
    margin-bottom: 1rem;
}

.intro-cards .icon-circle img {
    width: 67px;
    height: 67px;
}

/* kisebb képernyőn kissé több padding */
@media (max-width: 575px) {
    .intro-cards .info-card {
        padding: 20px;
    }
}

/***************************
// End Intro Cards Section
***************************/

/***************************
// Blog List Section
***************************/
.blog-list.homepage.gallery,
.blog-list.homepage.hatar {
    position: relative;
    z-index: 0;
}

.blog-list.homepage.gallery::before,
.blog-list.homepage.hatar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.blog-list.homepage.gallery::before {
    background-image: url('../assets/images/icons/bg-triangle.svg');
    background-position: left;
}

.blog-list.homepage.hatar::before {
    background-image: url('../assets/images/icons/bg-triangle2.svg');
    background-position: right;
}

.blog-list.homepage.hatar>*,
.blog-list.homepage.gallery>* {
    position: relative;
    z-index: 1;
}

.blog-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog-list .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.blog-list .card {
    box-shadow: 0px 0px 8px 0px #00000033;
    border-radius: 10px;
    height: 100%;
    background-color: transparent;
    transition: box-shadow 0.3s ease;
}


.blog-list.homepage .image-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
}

.blog-list .card hr,
.blog-list.homepage .card hr {
    border: 1px solid #E1E1E1;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
    max-width: 359px;
}

.blog-list.homepage .card {
    box-shadow: 0px 0px 8px 0px #00000033;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    background-color: white;
}

.blog-list .card:hover,
.blog-list.homepage .card:hover {
    box-shadow: 0px 0px 8px 0px #00339966;
}

.blog-list .card .btn img,
.blog-list.homepage .card .btn img {
    -webkit-filter: brightness(0) !important;
    filter: brightness(0) !important;
}

.blog-list .card:hover h3,
.blog-list .card:hover .btn,
.blog-list.homepage .card:hover h3,
.blog-list.homepage .card:hover .btn {
    color: #003399 !important;
}

.blog-list .card:hover .btn img,
.blog-list.homepage .card:hover .btn img {
    -webkit-filter: none !important;
    filter: none !important;
}

.blog-list.homepage .card .context {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.blog-list.homepage.events {
    background-color: #F8FAEE;
}

.blog-list.homepage.events .card {
    background-color: white;
}

.place {
    display: inline-block;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    padding: 8px 12px;
}

/***************************
// End Blog List Section
***************************/

.contact-cta {
    background: #E7EFFF;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
}

/***************************
// Footer Section
***************************/
footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #326851;
}

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: 18px !important;
    height: 18px !important;
}

footer .social-icon-bg {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    flex: 0 0 auto;
}

.footer-bottom-content {
    border-top: 1px solid #FFFFFF;
    width: 100%;
    z-index: 1;
}

.footer-copyright {
    opacity: 0.7;
}

/***************************
// End Footer Section
***************************/

.header .logok img {
    height: 80px;
}

footer .logok img {
    height: 78px;
}

.interreg img {
    max-height: 173px;
}

.navbar-icons.flags img {
    max-width: 60px;
    height: 30px;
    object-fit: cover;
}



/***************************
// Filter Bar Styles
***************************/

.filter-bar {
    background: #E7EFFF;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
}

.filter-row {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-col {
    flex: 1 1 280px;
}

.filter-col.w-auto {
    flex: 0 0 auto;
}

.filter-input::placeholder {
    color: #535353;
}

.filter-input,
.filter-select {
    width: 100%;
    height: 56px;
    padding: 14px 18px;
    border: 1px solid #A9A9A9;
    border-radius: 7px;
    background: #fff;
    outline: none;
    color: #535353;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-select {
    background-image: url('../assets/images/icons/input-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 11px 6px;
    padding-right: 2.5rem;
}

.filter-input:focus,
.filter-select:focus {
    border-color: #003399;
    box-shadow: 0 0 0 3px rgba(14, 98, 199, 0.08);
}

@media (max-width: 767.98px) {
    .filter-col {
        flex: 1 1 100%;
        min-width: 0;
    }
}

/***************************
// End Filter Bar Styles
***************************/

/***************************
// 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 #E6E6E6;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    color: #333;
}

.pagination-number:hover {
    border-color: #9ACA3C;
    color: #9ACA3C;
    background: #F8FAEE;
}

.pagination-number.active {
    color: #003399;
    border: 1px solid #003399;
    background: #E7EFFF;
}

.pagination-prev,
.pagination-next {
    text-decoration: none;
    border: 1px solid #E6E6E6;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    color: #333;
    flex-shrink: 0;
}

.pagination-prev:hover,
.pagination-next:hover {
    border: 1px solid #9ACA3C;
    color: #9ACA3C !important;
    background: #F8FAEE;
}

.pagination-prev img,
.pagination-next img {
    height: 20px;
    width: 20px;
    filter: brightness(0) grayscale(1) !important;
}

.pagination-prev:hover img,
.pagination-next:hover img {
    filter: grayscale(0) !important;
}

.pagination-prev.disabled,
.pagination-next.disabled {
    color: #a7a7a7 !important;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.pagination-prev.disabled img,
.pagination-next.disabled img {
    filter: grayscale(1) !important;
}

.pagination-prev .flipped-img {
    transform: rotate(180deg);
}

.pagination-next .flipped-img {
    transform: none;
}

.pagination-next img {
    transform: rotate(180deg);
}

.pagination-list li {
    margin: 0;
}

/***************************
// End Pagination Bar
***************************/

/***************************
// Blog Inner Page
***************************/

.blog-in {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog-in .content img.index {
    width: 100%;
    max-width: 100%;
    height: 400px;
    display: block;
    margin: 1.5rem 0;
    object-fit: cover;
    border-radius: 10px;
}

/***************************
// End Blog Inner Page
***************************/

/***************************
// Gallery Styles
***************************/

.gallery-link {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-link img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/***************************
// End Gallery Styles
***************************/

/***************************
 // Contact Section
***************************/
.kapcsolat {
    position: relative;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 100%;
}

.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: #FFFFFF;
    border: 1px solid #A9A9A9;
    height: 56px;
    border-radius: 7px;
    color: #535353;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #535353;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 252px;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0rem;
    background: #F9F9F9;
    border: 0.7px solid #B9B9B9;
    width: 20px;
    height: 20px;
    box-shadow: 4px 2px 6.7px 0px #00000014;
    border-radius: 4px;
    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(0, 51, 153, 0.08);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #003399;
    border-color: #003399;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

/***************************
 // End Contact Section
***************************/