/***************************
// Font Imports
***************************/
/* Roboto font imports (from assets/fonts/Roboto) */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

/* Oswald font imports (from assets/fonts/Oswald) */

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Oswald/Oswald-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Oswald/Oswald-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Oswald/Oswald-SemiBold.ttf') format('truetype');
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-roboto: 'Roboto', sans-serif;
    --font-oswald: 'Oswald', sans-serif;

    --color-white: #FFFFFF;
    --color-black: #000000;
}

.font-color-3E3E3E * {
    color: #3E3E3E !important;
}

.font-color-9E9E9E * {
    color: #9E9E9E !important;
}

.font-color-6E6E6E {
    color: #6E6E6E !important;
}

.font-color-141414 * {
    color: #141414 !important;
}

.font-color-5FAFFA * {
    color: #5FAFFA !important;
}

.font-color-9D9D9D * {
    color: #9D9D9D !important;
}

.font-color-878787 * {
    color: #878787 !important;
}

.font-family-oswald * {
    font-family: var(--font-oswald) !important;
}

body {
    letter-spacing: 0;
    font-family: var(--font-roboto);
    color: #141414;
    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;
}

[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-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-70 * {
    font-size: 70px !important;
}

.font-size-69 * {
    font-size: 69px !important;
}

.font-size-68 * {
    font-size: 68px !important;
}

.font-size-67 * {
    font-size: 67px !important;
}

.font-size-66 * {
    font-size: 66px !important;
}

.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
***************************/

/***************************
// Static Content Section
***************************/
.static-content {
    font-weight: 400;
    line-height: 150%;
}

.static-content li,
.static-content span,
.static-content p {
    font-size: 16px;
    line-height: 150%;
}

.static-content p:has(+ ul) {
    margin-bottom: 0;
}

.static-content h1 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.static-content h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.static-content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.static-content h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
}

/***************************
// End Static Content Section
***************************/

/***************************
// Buttons
***************************/

.btn {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.nav-link.btn {
    display: flex;
    align-items: center;
    gap: 4px;
}

.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-blue {
    background: #298BE7;
    padding-top: 21px;
    padding-right: 49px;
    padding-bottom: 21px;
    padding-left: 49px;
    gap: 10px;
    border-radius: 50px;
    color: white;

}

.btn.btn-filled-blue:hover {
    background: #2196f3;
    color: white;
}


/***************************
// End Buttons
***************************/

/***************************
// Navbar
***************************/

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0084FF;
    color: white;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 1.2rem;
    height: 1.2rem;
}

.search {
    width: 100%;
    max-width: 722px;
}

.search-input {
    background: url('./assets/images/icons/search.svg') no-repeat right 12px center;
}

.search .form-control {
    height: 70px;
    outline: none !important;
    box-shadow: none !important;
    border-color: #E0E0E0 !important;
}

.nav-section img.icon {
    width: 32px;
    height: 32px;
}

.navbar {
    padding: 0;
}

.navbar-shadow {
    box-shadow: 0px 4px 4px 0px #0000000D;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
}

.navbar-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-static {
    position: static;
}

.navbar-brand img {
    width: 274px;
    height: 123px;
    object-fit: cover;
}

.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-custom .nav-link {
    vertical-align: middle;
    color: #141414;
    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-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #44A5FF !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;
}

.mainmenu-wrapper {
    background: transparent;
    position: relative;
}

/* A container legyen a megamenü pozicionálási kontextusa */
.mainmenu-wrapper .container {
    position: relative;
}

/* position relative hozzáadva a megamenü miatt */
.mainmenu {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* HOVER RÉS JAVÍTÁSA: A padding átkerült az ul-ről a li-re */
.mainmenu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainmenu-list>li {
    position: relative;
    padding: 24px 0;
}

/* Itt van a padding, hogy ne legyen "rés" az egér alatt */

.mainmenu-list>li>div>a {
    color: #141414;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 0.2s;
}

.mainmenu-list>li>div>a.active,
.mainmenu-list>li>div>a:hover,
.mainmenu-list>li.menu-open>div>a {
    color: #44A5FF;
}

/* ========================================================
           MEGAMENÜ STÍLUSOK (Beépítve a menübe)
           ======================================================== */
/* A has-megamenu static, hogy a lenyíló ablak a wrapper szélességét vegye fel, ne a szóét */
.has-megamenu {
    position: static !important;
}

.has-megamenu:hover .megamenu,
.has-megamenu:focus-within .megamenu {
    display: flex;
}

.megamenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #F6F6F6;
    color: #222;
    box-shadow: 0px 4px 4px 0px #00000021;
    padding: 32px 0 32px 0;
    z-index: 100;
    border-radius: 0px;
    justify-content: flex-start;
}

.megamenu .border-right {
    border-right: 1px solid #D9D9D9;
}

.megamenu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.megamenu ul li {
    cursor: pointer;
    transition: color 0.2s, background 0.2s;
    padding: 0.5rem 0rem;
}

.megamenu .megamenu-demo-brands li {
    padding: 1rem;
}

.megamenu .brand-content.active ul li.active,
.megamenu .brand-content.active ul li:hover {
    color: #006ED5;
}

.megamenu ul li.active,
.megamenu ul li:hover {
    color: white;
}

/* TABOK (Márkák) STÍLUSAI ÉS ANIMÁCIÓJA */
.megamenu-demo-brands {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}

.megamenu-demo-brands li {
    background: none;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.megamenu-demo-brands li.active,
.megamenu-demo-brands li:hover {
    background: #2196f3;
    color: #fff;
}

.brand-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    width: 100%;
}

.brand-content.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .megamenu {
        padding: 24px 0;
    }

    .mainmenu-list {
        gap: 18px;
    }
}

@media (max-width: 992px) {
    .megamenu {
        padding: 16px 0;
    }

    .mainmenu-list {
        gap: 8px;
        font-size: 14px;
    }
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/

.hero-slider-section {
    position: relative;
    padding: 0;
    z-index: 10;
    background-image: url("../assets/images/bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    max-height: 1080px;
}

body {
    background-image: url("../images/bg.png");
    background-size: 100vw 100vh;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.hero-splide {
    width: 100%;
    z-index: 1;
    position: relative;
}

.hero-slide-bg {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.hero-slide-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.65);
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(30, 30, 30, 0.4) 0%, rgba(30, 30, 30, 0.4) 100%);
    z-index: 1;
}

.hero-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.splide__arrow {
    background: rgba(255, 255, 255, 0.2);
    color: #222;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: background 0.2s;
    z-index: 12;
}

.splide__arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

/*
.splide__arrow--prev {
    left: 24px;
}

.splide__arrow--next {
    right: 24px;
}
*/

@media (max-width: 768px) {

    .hero-slide-bg,
    .hero-slide-img {
        height: 400px;
        min-height: 400px;
    }

    .splide__arrow {
        width: 36px;
        height: 36px;
    }

    .splide__arrow--prev {
        left: 8px;
    }

    .splide__arrow--next {
        right: 8px;
    }
}

/***************************
// End Hero Section
***************************/

/***************************
// Little Hero Section
***************************/
.hero-little {
    position: relative;
    width: 100%;
    height: 404px;
    background: url("../assets/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
***************************/

/***************************
// 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 {
    max-width: 510px;
    object-fit: cover;
}

@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
***************************/


/***************************
// Categories Section
***************************/
.category-card {
    background: #F9F9F9;
    padding: 32px 16px 28px 16px;
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-card-img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .category-card {
        padding: 28px 10px 24px 10px;
    }

}

@media (max-width: 575px) {
    .category-card {
        padding: 20px 6px 18px 6px;
    }
}

/***************************
// End Categories Section
***************************/

/***************************
// Popular Products Section
***************************/
.popular-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.popular-product-img {
    border: 1px solid #E7E7E7;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.popular-product-card:hover .popular-product-img {
    box-shadow: 0px 4px 8px 0px #0000001A;
    transform: translateY(-8px);
}

.popular-product-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin: 0 auto;
}

.references .popular-product-img img {
    height: 400px;
}


.product-sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FF5151;
    color: #fff;
    z-index: 2;
    padding: 12px 20px;
}

@media (max-width: 991px) {
    .popular-product-card {
        padding: 20px 8px 18px 8px;
    }

    .product-sale-badge {
        font-size: 14px;
        padding: 6px 12px;
        top: 30px;
        left: 16px;
    }
}

@media (max-width: 575px) {
    .popular-product-card {
        padding: 12px 4px 12px 4px;
    }

    .product-sale-badge {
        font-size: 12px;
        padding: 4px 8px;
        top: 24px;
        left: 16px;
    }
}

/***************************
// End Popular Products Section
***************************/

/***************************
// Highlight-features
***************************/

.highlight-features .feature-item {
    background: #F9F9F9;
    padding: 1rem;
}

.highlight-features p {
    margin-bottom: 0;
}

.highlight-features .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
}

/***************************
// End Highlight-features
***************************/

/***************************
// Info-features
***************************/

.info-features-item {
    display: flex;
    align-items: start;
    gap: 1rem;
    text-align: left;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 14px;
}

.info-features-item img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    flex: 0 0 62px;
}


/***************************
// End Info-features
***************************/

/***************************
// Mini Footer
***************************/

.mini-footer {
    border: 1px solid #B8B8B8;
    padding: 36px 0px;
    background-color: white;
}

.mini-footer .logo-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 12px;
}

.mini-footer .logo-wrap img {
    max-width: 300px;
    height: auto;
    display: block;
}

.mini-footer .contact a {
    color: inherit;
    text-decoration: none;
}

.mini-footer .menu-col {
    display: flex;
    flex-direction: column;
}


.mini-footer .menu-list a {
    text-decoration: none;
}

.mini-footer .menu-list a:hover {
    color: #111;
}

.mini-footer .menu-col a {
    text-decoration: none;
    display: block;
    margin-bottom: 1rem;
}

.mini-footer .menu-col a:hover {
    color: #111;
}

/* Responsive layout */
@media (min-width: 768px) {
    .mini-footer .menus-grid {
        display: flex;
        gap: 24px;
    }

    .mini-footer .menu-col {
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .mini-footer {
        padding: 20px 16px;
    }

    .mini-footer .logo-wrap img {
        max-width: 180px;
    }

    .mini-footer .menus-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        margin-top: 12px;
    }
}

/***************************
// End Mini Footer
***************************/

/***************************
// Simple Footer
***************************/

.simple-footer {
    background-color: #0C0C0C;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.simple-footer a {
    color: #ffffff;
    text-decoration: none;
}

.simple-footer a:hover {
    text-decoration: underline;
}

.simple-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

@media (max-width: 767.98px) {
    .simple-footer .container {
        flex-direction: column;
        gap: 12px;
    }

    .simple-footer {
        padding: 15px 0;
        font-size: 12px;
    }
}

/***************************
// End Simple Footer
***************************/

.category-card:hover {
    box-shadow: 0px 4px 8px 0px #0000001A;
}






















.main-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-logo img {
    width: 440px;
    height: 116px;
    object-fit: contain;
}

.komplex {
    position: relative;
    z-index: 10;
    margin-top: -10rem;
}

.bg {
    background: #ffffff;
    padding: 2rem;
}


.nav .navbar {
    background: white;
}

/***************************
// 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: 500;
    line-height: 150%;
    margin-bottom: 1rem;
    font-family: var(--font-oswald);
}

.blog-belso .static-content h1 {
    font-size: 36px;
}

.blog-belso .static-content h2 {
    padding-top: 1rem;
    font-size: 28px;
}

.blog-belso .static-content h3 {
    padding-top: 1rem;
    font-size: 22px;
}

.blog-belso .static-content h4 {
    padding-top: 1rem;
    font-size: 20px;
}

.blog-belso .static-content h5 {
    padding-top: 1rem;
    font-size: 18px;
}

.blog-belso .static-content h6 {
    padding-top: 1rem;
    font-size: 16px;
}

.blog-belso .static-content p {
    font-size: 16px;
    line-height: 140%;
}

.blog-belso .static-content strong {
    font-weight: 700 !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: 400px;
    object-fit: cover;
    display: block;
    border-radius: 0px;
    margin: 0;
}


.blog-belso ol,
.blog-belso ul {
    padding-left: 1rem !important;
    margin-bottom: 0 !important;
}

p:has(+ ul) {
    margin-bottom: 0;
}

/***************************
// End Blog Belso Section
***************************/


/***************************
 // FORM STYLES
***************************/
.form-control {
    border: 1px solid #A2A2A2;
}

.contact-banner-form .form-control {
    padding-right: 20px;
    padding-left: 1rem;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    color: #404040;
    height: 62px;
    border-radius: 3px;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #404040;
    font-weight: 400;
    line-height: 140%;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 172px;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0rem;
    background: #F9F9F9;
    border: 0.7px solid #B9B9B9;
    width: 22px;
    height: 22px;
    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, 110, 213, 0.5);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #006ED5;
    border-color: #006ED5;
}

/* 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;
}

.contact-banner-form.login,
.border-padding-bg {
    padding: 2rem;
    background: #FDFDFD;
    border: 1px solid #EDEDED;
    border-radius: 0px;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}


/***************************
 // CONTACT PAGE 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%;
    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 page responsiveness */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-image {
        display: none;
    }

    .contact-banner-image-mobile {
        margin-top: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(30, 31, 33, 0.10);
    }

    .contact-banner-image-mobile img {
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
}

@media (min-width: 992px) {

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}


/***************************
 // CONTACT CARDS SECTION
***************************/

.contact-cards .contact-card {
    border: 1px solid #EDEDED;
    background: #FDFDFD;
    border-radius: 0px;
    padding: 2rem;
    padding-top: 3rem;  
    padding-bottom: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-cards .icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-cards .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* EOF */