
html, body { overflow-x: clip; }
.mobile-nav{position:fixed;top:0;right:0;left:auto;transform:translateX(100%);visibility:hidden}
body,
header {
    display: grid
}

nav,
nav a {
    display: flex
}

.dropdown,
.dropdown-icon {
    position: relative
}

.foglalkozas-content h1,
.hero,
.quote,
main {
    text-align: center
}

#modalTitle,
.blog-container h1,
.hero h1,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--body-font)}

.blog-card,
.dropbtn,
.menu-icon,
.modal .close {
    cursor: pointer
}

.back-to-top,
.blog-card .read-more,
.dropdown-content a,
.feltetelek-box a,
nav a {
    text-decoration: none
}

.quote,
.velemeny .szoveg,
.velemeny-inspo,
p.reply {
    font-style: italic
}

#floating-cta-bar,
body {
    background-color: #f8f9fa
}

@font-face{font-family:'Figtree';font-style:normal;font-weight:300 900;font-display:swap;src:url('/fonts/figtree-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Figtree';font-style:normal;font-weight:300 900;font-display:swap;src:url('/fonts/figtree-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300;font-display:swap;src:url('/fonts/cormorant-garamond-300-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300;font-display:swap;src:url('/fonts/cormorant-garamond-300-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/cormorant-garamond-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/cormorant-garamond-400-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #2e463e;
    margin-bottom: .75em
}

#floating-cta-bar .cta-text,
body {
    font-family: var(--body-font)}

h1 {
    font-size: 2.5rem
}

#modalTitle,
.foglalas-content h1,
.foglalkozas-content h1,
.rolam-text h1,
article h1,
aside h1,
h2,
nav h1,
section h1 {
    font-size: 2rem
}

article h2,
aside h2,
h3,
nav h2,
section h2 {
    font-size: 1.5rem
}

#modalText,
.hero p {
    text-align: justify
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    line-height: 1.6;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.foglalkozas-page,
.foglalkozas-page2,
.index-page,
.rolam-page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed
}

.velemenyek-page {
    background: linear-gradient(to bottom, #d0ebd2, #fff);
    background-attachment: fixed
}

.foglalas-page {
    background: linear-gradient(to bottom, #b2dfdb, #fff);
    background-attachment: fixed
}

.koszonjuk-page {
    background: linear-gradient(to bottom, #d0ebd2, #f0f4f0);
    background-attachment: fixed
}

.blog-page {
    background: linear-gradient(to bottom, #e1e6f0, #fff);
    background-attachment: fixed
}

.foglalkozas-page,
.foglalkozas-page2,
.index-page,
.rolam-page {
    background-color: #f4f6f5
}

header {
    background-color: #b5e2b3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 30px;
    height: 80px;
}

#header-placeholder {
    grid-row: 1
}

main {
    padding-top: 10px;
    margin-bottom: 20px
}

#footer-placeholder {
    grid-row: 3;
    width: 100%
}

.logo {
    flex-shrink: 0;
}

.logo img {
    height: 60px;
    width: auto;
    display: block;
    transition: transform .3s;
}

.dropdown,
.logo a {
    display: inline-block
}

.logo a:hover img {
    transform: scale(1.1);
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

}

.dropbtn,
nav a {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    color: #000;
    display: flex;
    align-items: center;
    transition: .3s;
    text-decoration: none;
}

.dropbtn:hover,
nav a:hover {
    transform: translateY(-3px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.dropdown {
    position: relative;
}

.dropbtn {
    background-color: transparent;
    border: none;
    font-family: var(--body-font);
    cursor: pointer;
    gap: 5px;
}

.dropdown-icon {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: 2px;
    color: #000 !important;
    transition: transform .3s;
}

.dropdown.active .dropdown-icon {
    transform: rotate(180deg)
}

.dropdown-content {
    display: block;
    position: absolute;
    background: #b5e2b3;
    min-width: 280px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    z-index: 1001;
    border-radius: 0 0 8px 8px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height .4s ease-out, opacity .3s ease-out, padding .3s ease-out
}

.dropdown-content a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 16px;
    transition: .3s
}

.feltetelek-box ul,
.foglalkozas-content ul,
.rolam-text ul {
    padding-left: 0;
    list-style: none
}

.dropdown-content a:hover {
    background-color: #a4d6a2
}

.dropdown.active .dropdown-content {
    max-height: 500px;
    opacity: 1;
    padding: 10px 0
}

.menu-icon {
    display: none;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 27px;
    right: 30px;
    z-index: 1002
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #000;
    border-radius: 5px;
    transition: .4s ease-in-out;
    left: 0
}

.menu-icon span:first-child {
    top: 0
}

.menu-icon span:nth-child(2) {
    top: 10px
}

.menu-icon span:nth-child(3) {
    top: 20px
}

.menu-icon.active span:first-child {
    transform: translateY(10px) rotate(45deg)
}

.menu-icon.active span:nth-child(2) {
    opacity: 0
}

.menu-icon.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg)
}

#velemenyForm button,
.button,
.qxCTlb {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 26px;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(135deg, #d6ede2, #bfe0ce);
    color: #264c3a;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}

#velemenyForm,
.hero {
    background: rgba(255, 255, 255, .75)
}

#velemenyForm button:hover,
.button:hover,
.qxCTlb:hover {
    background: linear-gradient(135deg, #7ebb97, #5fa782);
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
    transform: translateY(-2px)
}

.button::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    transform: skewX(-20deg);
    transition: left .5s;
    z-index: -1
}

.button:hover::before {
    left: 120%
}

.hero {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1)
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333
}

.hero p {
    font-size: 18px;
    color: #555;
    margin-top: 10px
}

.hero>* {
    opacity: 0;
    transform: scale(.97);
    animation: 1.8s ease-out forwards zoomFade
}

@keyframes zoomFade {
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.quote {
    font-size: 20px;
    margin-top: 20px;
    color: #388e3c
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    border-radius: 50%;
    background-color: #b5623f;
    box-shadow: 0 6px 18px rgba(45, 74, 62, .3);
    transition: opacity .3s, transform .3s, background-color .3s;
    opacity: 0;
    transform: translateY(20px);
    z-index: 1000
}

.back-to-top.visible {
    opacity: 1;
    transform: translateY(0)
}

.back-to-top:hover {
    background-color: #4a2f1f;
    transform: translateY(-2px)
}

.foglalas-container,
.foglalkozas-container,
.rolam-container {
    max-width: 900px;
    margin: 100px auto 50px;
    padding: 20px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.rolam-content {
    display: flex;
    align-items: center;
    gap: 20px
}

.rolam-img {
    width: 250px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    margin-top: 50px
}

.rolam-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.foglalas-content p,
.foglalkozas-content p,
.foglalkozas-content ul li,
.rolam-text p,
.rolam-text ul li {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify
}

.foglalkozas-content ul li,
.rolam-text ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.foglalkozas-content ul li::before,
.rolam-text ul li::before {
    font-weight: 700;
    color: #000;
    min-width: 20px
}

.foglalkozas-content {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.foglalkozas-content h2 {
    font-size: 24px;
    margin-top: 20px;
    color: #2e463e;
    border-bottom: 2px solid #4caf50;
    padding-bottom: 5px
}

.blog-container {
    width: 90vw;
    max-width: 1200px;
    margin: 100px auto 50px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, .9);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08)
}

.blog-card,
.modal-content {
    border-radius: 10px;
    text-align: left
}

.blog-container h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #2e463e;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #c1e1d6;
    display: inline-block
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px
}

.blog-card {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .07);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.blog-card-img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-bottom: 1px solid #eee
}

.blog-card-content {
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.blog-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4
}

.blog-card p.excerpt {
    font-size: .9rem;
    line-height: 1.6;
    color: #555;
    flex-grow: 1;
    margin-bottom: 15px
}

.blog-card .read-more {
    margin-top: auto;
    font-size: .9rem;
    font-weight: 700;
    color: #7dbd91;
    transition: color .3s, letter-spacing .3s;
    align-self: flex-start
}

.blog-card .read-more:hover {
    color: #5fa782;
    letter-spacing: .5px
}

.modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.modal-content {
    background: #fff;
    padding: 30px 40px;
    max-height: 90vh;
    max-width: 800px;
    width: 95%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
    overflow-y: auto;
    position: relative
}

.modal img#modalImage {
    max-width: 60%;
    height: auto;
    border-radius: 8px;
    margin: 25px auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

#modalTitle {
    text-align: center;
    line-height: 1.4;
    color: #2e463e;
    margin-bottom: 20px
}

#modalText {
    line-height: 1.7;
    font-size: 1rem;
    color: #333
}

.modal .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #888;
    background: 0 0;
    border: none;
    transition: color .3s, transform .3s;
    line-height: 1
}

.modal .close:hover {
    color: #e74c3c;
    transform: scale(1.1)
}

.foglalas-content,
.velemenyek-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.feltetelek-box {
    background: rgba(255, 255, 255, .6);
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5
}

.feltetelek-box ul {
    margin: 10px 0
}

.feltetelek-box ul li {
    margin-bottom: 6px
}

.feltetelek-box a {
    color: #2e463e;
    font-weight: 600;
    transition: color .3s;
    background-color: #d3eee2;
    padding: 2px 6px;
    border-radius: 4px
}

.feltetelek-box a:hover {
    background-color: #7dbd91;
    color: #fff
}

.elfogad-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left
}

.elfogad-label input[type=checkbox] {
    margin-top: 4px;
    accent-color: #7DBD91
}

.elfogad-label span {
    flex: 1
}

.booking-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: 0 0;
    cursor: not-allowed;
    visibility: visible;
    opacity: 1;
    transition: visibility .3s, opacity .3s
}

.booking-overlay::after {
    content: "A foglaláshoz kérlek, fogadd el a feltételeket!";
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #2e463e;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.booking-overlay:hover::after,
.galeria-content .slide.active {
    opacity: 1
}

.booking-overlay.hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.velemenyek-container {
    width: 90vw;
    max-width: 1200px;
    margin: 100px auto 50px;
    padding: 20px;
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

#velemenyForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    padding: 20px 16px;
    border-radius: 16px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    backdrop-filter: blur(4px)
}

#velemenyForm input,
#velemenyForm textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px
}

#velemenyForm textarea {
    height: 100px;
    resize: vertical
}

.velemeny-inspo {
    color: #4d6b5f;
    font-size: 16px;
    margin: 0 0 12px;
    line-height: 1.4
}

.galeria-content h1,
.velemenyek-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #2e463e;
    font-family: var(--body-font);
    margin-bottom: 8px
}

.velemenyek-content h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 10px auto 0;
    background-color: #7dbd91;
    border-radius: 2px
}

.velemeny,
p.reply {
    border-radius: 8px
}

#velemenyek-lista {
    width: 100%;
    max-width: 800px
}

.velemeny {
    background: #ffffffc9;
    border-left: 4px solid #7dbd91;
    padding: 15px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    animation: 1.2s ease-out forwards fadeZoomIn;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px
}

#velemenyek-lista .velemeny:last-child {
    border-bottom: none
}

.velemeny .szoveg {
    margin-bottom: 5px;
    color: #333;
    text-align: left
}

.velemeny .alairas {
    text-align: right;
    font-weight: 600;
    font-style: normal;
    margin-top: 8px;
    color: #2e463e;
    font-size: 15px
}

.velemeny .velemeny-header,
.velemeny-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.velemeny .velemeny-header .alairas,
.velemeny-header .alairas {
    text-align: left;
    margin-top: 0
}

.velemeny .velemeny-csillagok {
    font-size: 1.1rem;
    color: #ffc700
}

p.reply {
    color: #3c5c4f;
    font-size: 16px;
    padding: 12px;
    margin-top: 16px;
    border-top: 1px solid #dbe9e2;
    background-color: #f8fcf7;
    text-align: left
}

@keyframes fadeZoomIn {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.star-rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px
}

.star-rating-wrapper>label {
    font-weight: 500;
    color: #333
}

.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer
}

.koszonjuk-page .ml-onclick-form,
.star-rating input {
    display: none
}

.star-rating label {
    color: #ccc;
    transition: color .2s
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: #ffc700
}

.velemeny-csillagok {
    font-size: 1rem;
    color: #ffc700;
    letter-spacing: 1px
}

.galeria-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #2e463e;
    font-family: var(--body-font);
    margin-bottom: 20px
}

.galeria-content .home {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: #f0f4f0
}

.galeria-content .slideshow {
    position: relative;
    width: 100%;
    height: 100%
}

.galeria-content .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem
}

.galeria-content .slide img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px
}

@media (min-width:769px) {
    .galeria-content .home {
        height: 500px
    }

    .galeria-content .next,
    .galeria-content .prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, .7);
        border: none;
        border-radius: 50%;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(4px);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
        transition: .3s
    }

    .galeria-content .prev {
        left: 15px
    }

    .galeria-content .next {
        right: 15px
    }

    .galeria-content .next:hover,
    .galeria-content .prev:hover {
        background: #fff;
        transform: translateY(-50%) scale(1.1)
    }

    .galeria-content .dots {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10
    }

    .galeria-content .dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, .3);
        border: 1px solid rgba(255, 255, 255, .5);
        cursor: pointer;
        transition: background-color .3s, transform .3s
    }

    .galeria-content .dot.active {
        background-color: #7dbd91;
        transform: scale(1.2)
    }
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.lightbox-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.lightbox-content {
    position: relative;
    max-width: 95vw;
    max-height: 95vh;
    transform: scale(.95);
    transition: transform .3s;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lightbox-close,
.lightbox-nav button {
    color: #fff;
    transition: .2s;
    cursor: pointer
}

.lightbox-overlay.is-visible .lightbox-content {
    transform: scale(1)
}

.lightbox-content img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    object-fit: contain
}

.lightbox-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000
}

.lightbox-close:hover,
.lightbox-nav button:hover {
    background-color: rgba(255, 255, 255, .2);
    transform: scale(1.1)
}

.lightbox-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.lightbox-nav button {
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin: 0 15px;
    font-size: 20px
}

.contact-info a,
.footer-links a {
    color: #c7e2d4;
    transition: color .3s
}

.site-footer {
    background-color: #2b2b2b;
    color: #f1f1f1;
    padding: 1.5rem 2rem;
    font-size: .875rem;
    border-top: 1px solid #444
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem
}

.footer-links a {
    text-decoration: underline
}

.footer-links a:hover {
    color: #7dbd91;
    text-decoration: none
}

.contact-info {
    display: flex;
    gap: 1rem;
    align-items: center
}

.contact-info a {
    text-decoration: none
}

.contact-info a:hover {
    color: #7dbd91
}

.facebook-icon {
    width: 24px;
    height: 24px;
    transition: background-color .3s
}

.facebook-icon:hover {
    opacity: .8
}

.facebook-icon svg {
    width: 100%;
    height: 100%;
    fill: #c7e2d4
}

.ml-onclick-form {
    position: fixed;
    bottom: 20px;
    right: 80px;
    background-color: #7cb67b;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    cursor: pointer;
    z-index: 999;
    transition: background-color .3s, transform .3s
}

.ml-onclick-form:hover {
    background-color: #5b945c;
    transform: translateY(-2px)
}

.qxCTlb {
    display: inline-block !important;
    margin-top: 20px !important;
    padding: 12px 26px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #2e463e !important;
    background: linear-gradient(135deg, #d3eee2, #c1e1d6) !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1) !important;
    transition: .3s ease-in-out !important;
    border: 2px solid transparent !important;
    cursor: pointer !important
}

#floating-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #dee2e6;
    padding: 15px 20px;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    transition: transform .3s ease-in-out
}

#floating-cta-bar .cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto
}

#floating-cta-bar .cta-icon {
    font-size: 24px
}

#floating-cta-bar .cta-text {
    font-size: 16px;
    color: #333;
    text-align: center
}

#floating-cta-bar .cta-button {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color .2s
}

#floating-cta-bar .cta-button:hover {
    background-color: #218838
}

#floating-cta-bar .close-cta {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    line-height: 1
}

@media (max-width:767px) {

    .foglalkozas-page,
    .foglalkozas-page2,
    .index-page {
        background-repeat: no-repeat
    }

    .foglalkozas-page,
    .foglalkozas-page2,
    .index-page,
    .rolam-page {
        background-size: cover;
        background-position: center center;
        background-attachment: fixed
    }

    .index-page {
        background-image: url('bg-index-mobile.webp')
    }

    .rolam-page {
        background-image: url('bg-rolam-mobile.webp')
    }

    .foglalkozas-page {
        background-image: url('bg-komplex-desktop.webp');
        background-color: #f4f6f5
    }

    .foglalkozas-page2 {
        background-image: url('bg-kincs-mobile.webp')
    }
}

@media (min-width:768px) {
    .index-page {
        background-image: url('bg-index-desktop.webp')
    }

    .rolam-page {
        background-image: url('bg-rolam-desktop.webp')
    }

    .foglalkozas-page {
        background-image: url('bg-komplex-desktop.webp')
    }

    .foglalkozas-page2 {
        background-image: url('bg-kincs-desktop.webp')
    }
}

@media (max-width:768px) {
    #velemenyek-lista {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 -20px;
        padding: 1.5rem 20px
    }

    #velemenyek-lista::-webkit-scrollbar {
        display: none
    }

    .velemeny {
        flex: 0 0 85%;
        scroll-snap-align: center;
        border-bottom: none;
        margin-bottom: 0;
        margin-right: 1rem
    }

    .velemeny:last-child {
        margin-right: 0
    }

    .velemeny .reply,
    .velemeny .szoveg {
        text-align: justify
    }

    .galeria-content h1 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .galeria-content .home {
        height: auto;
        box-shadow: none;
        background-color: transparent
    }

    .galeria-content .slideshow {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding: 0 1rem;
        margin: 0 -1rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .galeria-content .slideshow::-webkit-scrollbar {
        display: none
    }

    .galeria-content .slide {
        position: relative;
        opacity: 1;
        flex: 0 0 85%;
        scroll-snap-align: center;
        padding: 0;
        height: auto
    }

    .galeria-content .slide img {
        width: 100%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        cursor: pointer
    }

    .galeria-content .dots,
    .galeria-content .next,
    .galeria-content .prev {
        display: none
    }

    #floating-cta-bar .cta-content {
        flex-direction: column;
        gap: 10px
    }

    #floating-cta-bar .cta-text {
        font-size: 14px
    }

    .footer-inner,
    .rolam-content {
        flex-direction: column;
        text-align: center
    }

    .rolam-img {
        width: 150px;
        margin-top: 0
    }

    .rolam-text h1 {
        text-align: center
    }

    .foglalkozas-container,
    .rolam-container {
        width: 95%;
        padding: 15px
    }

    .foglalkozas-content h1 {
        font-size: 28px
    }

    .foglalkozas-content li,
    .foglalkozas-content p,
    .rolam-text li,
    .rolam-text p {
        font-size: 16px
    }

    .blog-container {
        padding: 30px 15px;
        width: 95vw
    }

    .blog-container h1 {
        font-size: 2rem
    }

    .modal-content {
        padding: 20px
    }

    #modalTitle {
        font-size: 1.6rem
    }

    #modalText {
        font-size: .95rem
    }

    .hur54b {
        width: 130% !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important
    }
}

:root {
    --primary-green: #264c3a;
    --secondary-green: #5fa782;
    --light-green-bg: #f0f4f0;
    --soft-white: #fdfcf9;
    --heading-font: 'Figtree', ui-sans-serif, system-ui, sans-serif;
    --body-font: 'Figtree', ui-sans-serif, system-ui, sans-serif;
    --display-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --brand-primary: #b5623f;
}

.korrepetalas-uj-design {
    font-family: var(--body-font);
    background-color: var(--soft-white) !important;
    color: var(--text-color);
    line-height: 1.7;
}

.korrepetalas-uj-design .page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.korrepetalas-uj-design section { padding: 80px 0; }

.korrepetalas-uj-design h1,
.korrepetalas-uj-design h2,
.korrepetalas-uj-design h3 {
    font-family: var(--body-font);
    color: var(--primary-green);
    font-weight: 700;
}
.korrepetalas-uj-design h1 { font-size: clamp(2.5rem, 5vw, 3.8rem); line-height: 1.2; margin-bottom: 20px; }
.korrepetalas-uj-design h2 { font-size: clamp(2rem, 4vw, 2.8rem); text-align: center; margin-bottom: 60px; }
.korrepetalas-uj-design h3 { font-size: 1.4rem; margin-bottom: 10px; }
.korrepetalas-uj-design p { margin-bottom: 1.2rem; }

.korrepetalas-uj-design .hero-section { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 60px; padding-bottom: 60px; }
.korrepetalas-uj-design .hero-text { flex-basis: 55%; }
.korrepetalas-uj-design .hero-text .subtitle { font-size: 1.2rem; font-weight: 500; color: var(--secondary-green); margin-bottom: 25px; }
.korrepetalas-uj-design .hero-illustration { flex-basis: 40%; text-align: center; }
.korrepetalas-uj-design .hero-illustration svg { max-width: 100%; height: auto; }
.korrepetalas-uj-design .hero-text .session-details { margin-top: 15px; font-size: 0.9rem; color: #555; opacity: 0.9; }

.korrepetalas-uj-design .button.primary { background-color: var(--primary-green); }

.korrepetalas-uj-design .services-section { background-color: var(--light-green-bg); border-radius: 20px; }
.korrepetalas-uj-design .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
.korrepetalas-uj-design .service-card { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; }
.korrepetalas-uj-design .service-card:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(0,0,0,0.08); }
.korrepetalas-uj-design .card-icon { width: 50px; height: 50px; margin: 0 auto 20px; background-color: #e9f0e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--secondary-green); }
.korrepetalas-uj-design .card-icon svg { width: 24px; height: 24px; }

.korrepetalas-uj-design .book-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; background: #fff; padding: 50px; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.07); }
.korrepetalas-uj-design .book-left-page h2 { text-align: left; margin-bottom: 25px; }
.korrepetalas-uj-design .book-left-page ul { list-style: none; padding-left: 0; }
.korrepetalas-uj-design .book-left-page ul li { position: relative; padding-left: 30px; margin-bottom: 10px; font-weight: 500; }
.korrepetalas-uj-design .book-left-page ul li::before { content: '✓'; position: absolute; left: 0; color: var(--secondary-green); font-weight: bold; font-size: 1.2rem; }
.korrepetalas-uj-design .book-right-page { background-color: var(--light-green-bg); border-radius: 10px; padding: 40px; font-family: var(--body-font); font-size: 1.5rem; font-style: italic; text-align: center; position: relative; border-left: 5px solid var(--primary-green); color: var(--primary-green); }
.korrepetalas-uj-design .book-right-page::before { content: '“'; font-size: 5rem; position: absolute; top: 10px; left: 20px; opacity: 0.1; line-height: 1; }

.korrepetalas-uj-design .final-cta-section { text-align: center; padding: 60px 0; }
.korrepetalas-uj-design .final-cta-section h2 { margin-bottom: 20px; }
.korrepetalas-uj-design .final-cta-section p { max-width: 550px; margin: 0 auto 30px auto; }
.korrepetalas-uj-design .pricing-box { display: inline-flex; gap: 30px; padding: 20px 30px; border: 1px solid #d9e8d8; border-radius: 12px; background-color: var(--soft-white); margin-bottom: 40px; flex-wrap: wrap; justify-content: center; }
.korrepetalas-uj-design .pricing-item { display: flex; align-items: center; gap: 10px; }
.korrepetalas-uj-design .pricing-item svg { width: 22px; height: 22px; color: var(--secondary-green); }
.korrepetalas-uj-design .pricing-item span { font-size: 1.1rem; font-weight: 600; color: var(--primary-green); }

@media (max-width: 900px) {
    .korrepetalas-uj-design .hero-section { flex-direction: column-reverse; text-align: center; }
    .korrepetalas-uj-design .hero-text { flex-basis: 100%; }
    .korrepetalas-uj-design .book-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .korrepetalas-uj-design section { padding: 60px 0; }
    .korrepetalas-uj-design h2 { margin-bottom: 40px; }
    .korrepetalas-uj-design .book-layout { padding: 30px; }
}

.muveszetterapia-oldal {
    font-family: var(--body-font);
    background-color: var(--soft-white) !important;
    color: var(--text-color);
    line-height: 1.7;
}

.muveszetterapia-oldal .page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.muveszetterapia-oldal section { padding: 80px 0; }

.muveszetterapia-oldal h1,
.muveszetterapia-oldal h2,
.muveszetterapia-oldal h3 {
    font-family: var(--body-font);
    color: var(--primary-green);
    font-weight: 700;
}
.muveszetterapia-oldal h1 { font-size: clamp(2.5rem, 5vw, 3.8rem); line-height: 1.2; margin-bottom: 20px; }
.muveszetterapia-oldal h2 { font-size: clamp(2rem, 4vw, 2.8rem); text-align: center; margin-bottom: 60px; }
.muveszetterapia-oldal h3 { font-size: 1.4rem; margin-bottom: 10px; }
.muveszetterapia-oldal p { margin-bottom: 1.2rem; }

.muveszetterapia-oldal .hero-section { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 60px; padding-bottom: 60px; }
.muveszetterapia-oldal .hero-text { flex-basis: 55%; }
.muveszetterapia-oldal .hero-text .subtitle { font-size: 1.2rem; font-weight: 500; color: var(--secondary-green); margin-bottom: 25px; }
.muveszetterapia-oldal .hero-illustration { flex-basis: 40%; text-align: center; }
.muveszetterapia-oldal .hero-illustration svg { max-width: 100%; height: auto; }

.muveszetterapia-oldal .services-section { background-color: var(--light-green-bg); border-radius: 20px; }
.muveszetterapia-oldal .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
.muveszetterapia-oldal .service-card { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; display: flex; flex-direction: column;}
.muveszetterapia-oldal .service-card p { flex-grow: 1; }
.muveszetterapia-oldal .service-card:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(0,0,0,0.08); }
.muveszetterapia-oldal .card-icon { width: 50px; height: 50px; margin: 0 auto 20px; background-color: #e9f0e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--secondary-green); }
.muveszetterapia-oldal .card-icon svg { width: 24px; height: 24px; }

.muveszetterapia-oldal .book-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; background: #fff; padding: 50px; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.07); }
.muveszetterapia-oldal .book-left-page h2 { text-align: left; margin-bottom: 25px; }
.muveszetterapia-oldal .book-right-page { background-color: var(--light-green-bg); border-radius: 10px; padding: 40px; font-family: var(--body-font); font-size: 1.5rem; font-style: italic; text-align: center; position: relative; border-left: 5px solid var(--primary-green); color: var(--primary-green); }
.muveszetterapia-oldal .book-right-page .author-quote { display: block; font-size: 1rem; font-style: normal; margin-top: 15px; opacity: 0.8; font-family: var(--body-font); }

.muveszetterapia-oldal .tools-section { background-color: var(--light-green-bg); border-radius: 20px; }
.muveszetterapia-oldal .tools-container { max-width: 600px; margin: 0 auto; text-align: center; }
.muveszetterapia-oldal .tools-list { list-style: none; padding: 0; margin-bottom: 20px; display: inline-block; text-align: left; }
.muveszetterapia-oldal .tools-list li { position: relative; padding-left: 25px; margin-bottom: 8px; }
.muveszetterapia-oldal .tools-note { font-size: 0.9rem; opacity: 0.8; font-style: italic; }

.muveszetterapia-oldal .final-cta-section { text-align: center; padding-top: 60px; padding-bottom: 60px;}
.muveszetterapia-oldal .final-cta-section h2 { margin-bottom: 20px; }
.muveszetterapia-oldal .final-cta-section .pricing-box { display: inline-flex; gap: 30px; padding: 20px 30px; border: 1px solid #d9e8d8; border-radius: 12px; background-color: var(--soft-white); margin-bottom: 40px; flex-wrap: wrap; justify-content: center; }
.muveszetterapia-oldal .final-cta-section .pricing-item { display: flex; align-items: center; gap: 10px; }
.muveszetterapia-oldal .final-cta-section .pricing-item svg { width: 22px; height: 22px; color: var(--secondary-green); }
.muveszetterapia-oldal .final-cta-section .pricing-item span { font-size: 1.1rem; font-weight: 600; color: var(--primary-green); }
.muveszetterapia-oldal .final-cta-section .button.primary { background-color: var(--primary-green); }
.muveszetterapia-oldal .contact-info-p { margin-top: 20px; font-size: 1rem; }
.muveszetterapia-oldal .contact-info-p a { color: var(--secondary-green); font-weight: 600; text-decoration: none; }
.muveszetterapia-oldal .contact-info-p a:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .muveszetterapia-oldal .hero-section { flex-direction: column-reverse; text-align: center; }
    .muveszetterapia-oldal .hero-text { flex-basis: 100%; }
    .muveszetterapia-oldal .book-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .muveszetterapia-oldal section { padding: 60px 0; }
    .muveszetterapia-oldal h2 { margin-bottom: 40px; }
    .muveszetterapia-oldal .book-layout { padding: 30px; }
}

.meseterapia-oldal {
    font-family: var(--body-font);
    background-color: var(--soft-white) !important;
    color: var(--text-color);
    line-height: 1.7;
}

.meseterapia-oldal .page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.meseterapia-oldal section { padding: 80px 0; }

.meseterapia-oldal h1,
.meseterapia-oldal h2,
.meseterapia-oldal h3 {
    font-family: var(--body-font);
    color: var(--primary-green);
    font-weight: 700;
}
.meseterapia-oldal h1 { font-size: clamp(2.5rem, 5vw, 3.8rem); line-height: 1.2; margin-bottom: 20px; }
.meseterapia-oldal h2 { font-size: clamp(2rem, 4vw, 2.8rem); text-align: center; margin-bottom: 60px; }
.meseterapia-oldal h3 { font-size: 1.4rem; margin-bottom: 10px; }
.meseterapia-oldal p { margin-bottom: 1.2rem; }

.meseterapia-oldal .hero-section { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 60px; padding-bottom: 60px; }
.meseterapia-oldal .hero-text { flex-basis: 55%; }
.meseterapia-oldal .hero-text .subtitle { font-size: 1.2rem; font-weight: 500; color: var(--secondary-green); margin-bottom: 25px; }
.meseterapia-oldal .hero-illustration { flex-basis: 40%; text-align: center; }
.meseterapia-oldal .hero-illustration svg { max-width: 100%; height: auto; }

.meseterapia-oldal .services-section { background-color: var(--light-green-bg); border-radius: 20px; }
.meseterapia-oldal .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
.meseterapia-oldal .service-card { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; display: flex; flex-direction: column;}
.meseterapia-oldal .service-card p { flex-grow: 1; }
.meseterapia-oldal .service-card:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(0,0,0,0.08); }
.meseterapia-oldal .card-icon { width: 50px; height: 50px; margin: 0 auto 20px; background-color: #e9f0e9; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--secondary-green); }
.meseterapia-oldal .card-icon svg { width: 24px; height: 24px; }

.meseterapia-oldal .book-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; background: #fff; padding: 50px; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.07); }
.meseterapia-oldal .book-left-page h2 { text-align: left; margin-bottom: 25px; }
.meseterapia-oldal .book-right-page { background-color: var(--light-green-bg); border-radius: 10px; padding: 40px; font-family: var(--body-font); font-size: 1.5rem; font-style: italic; text-align: center; position: relative; border-left: 5px solid var(--primary-green); color: var(--primary-green); }
.meseterapia-oldal .book-right-page .author-quote { display: block; font-size: 1rem; font-style: normal; margin-top: 15px; opacity: 0.8; font-family: var(--body-font); }

.meseterapia-oldal .tools-section { background-color: var(--light-green-bg); border-radius: 20px; }
.meseterapia-oldal .tools-container { max-width: 600px; margin: 0 auto; text-align: center; }
.meseterapia-oldal .tools-list { list-style: none; padding: 0; margin-bottom: 20px; display: inline-block; text-align: left; }
.meseterapia-oldal .tools-list li { position: relative; padding-left: 25px; margin-bottom: 8px; }
.meseterapia-oldal .tools-note { font-size: 0.9rem; opacity: 0.8; font-style: italic; }

.meseterapia-oldal .final-cta-section { text-align: center; padding-top: 60px; padding-bottom: 60px;}
.meseterapia-oldal .final-cta-section h2 { margin-bottom: 20px; }
.meseterapia-oldal .final-cta-section .pricing-box { display: inline-flex; gap: 30px; padding: 20px 30px; border: 1px solid #d9e8d8; border-radius: 12px; background-color: var(--soft-white); margin-bottom: 40px; flex-wrap: wrap; justify-content: center; }
.meseterapia-oldal .final-cta-section .pricing-item { display: flex; align-items: center; gap: 10px; }
.meseterapia-oldal .final-cta-section .pricing-item svg { width: 22px; height: 22px; color: var(--secondary-green); }
.meseterapia-oldal .final-cta-section .pricing-item span { font-size: 1.1rem; font-weight: 600; color: var(--primary-green); }
.meseterapia-oldal .final-cta-section .button.primary { background-color: var(--primary-green); }
.meseterapia-oldal .contact-info-p { margin-top: 20px; font-size: 1rem; }
.meseterapia-oldal .contact-info-p a { color: var(--secondary-green); font-weight: 600; text-decoration: none; }
.meseterapia-oldal .contact-info-p a:hover { text-decoration: underline; }

@media (max-width: 900px) {
    .meseterapia-oldal .hero-section { flex-direction: column-reverse; text-align: center; }
    .meseterapia-oldal .hero-text { flex-basis: 100%; }
    .meseterapia-oldal .book-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .meseterapia-oldal section { padding: 60px 0; }
    .meseterapia-oldal h2 { margin-bottom: 40px; }
    .meseterapia-oldal .book-layout { padding: 30px; }
}

.workshop-page {
    background-color: #fdfaf6 !important;
}

.workshop-page .workshop-hero {
    background-color: var(--light-green-bg);
    padding: 80px 0;
    text-align: center;
    border-bottom: 1px solid #e0e8e0;
}

.workshop-page .workshop-hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--primary-green);
    font-family: var(--body-font);
}

.workshop-page .workshop-hero .hero-subtitle {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 20px auto 0 auto;
    line-height: 1.8;
    color: #444;
}

.workshop-page .focus-section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}
.workshop-page .focus-section h2 {
    font-family: var(--body-font);
    color: var(--primary-green);
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 60px;
}

.workshop-page .focus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.workshop-page .focus-card {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.workshop-page .focus-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.workshop-page .focus-card h3 {
    font-family: var(--body-font);
    color: var(--primary-green);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.workshop-page .audience-section {
    padding-bottom: 80px;
    text-align: center;
}
.workshop-page .audience-section h2 {
    font-family: var(--body-font);
    color: var(--primary-green);
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 20px;
}
.workshop-page .audience-section .section-intro {
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.workshop-page .audience-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.workshop-page .audience-item {
    background: #fff;
    border-left: 5px solid var(--secondary-green);
    padding: 25px 30px;
    text-align: left;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.workshop-page .audience-item span {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--primary-green);
    display: block;
    margin-bottom: 8px;
}

.workshop-page .contact-cta-section {
    padding-bottom: 80px;
}

.workshop-page .contact-cta-section .cta-content {
    background-color: var(--primary-green);
    color: #fff;
    padding: 60px 40px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(46, 70, 62, 0.2);
}

.workshop-page .contact-cta-section h2 {
    color: #fff;
    font-family: var(--body-font);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    margin-bottom: 20px;
}

.workshop-page .contact-cta-section p {
    max-width: 600px;
    margin: 0 auto 30px auto;
    opacity: 0.9;
}

.workshop-page .email-button {
    display: inline-block;
    background-color: #fff;
    color: var(--primary-green);
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.workshop-page .email-button:hover {
    transform: translateY(-3px);
    background-color: var(--light-green-bg);
}

@media (min-width: 768px) {
    .workshop-page .audience-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.workshop-page #workshopFormContainer {
    display: none;
    margin-top: 40px;
}

.workshop-page #workshopFormContainer.visible {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.workshop-page #workshopFormContainer iframe {
    width: 100%;
    max-width: 700px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

nav a[href="/foglalas.php"] {
    background-color: #264c3a;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(38, 76, 58, 0.3);
    transition: all 0.3s ease;
    margin-left: 10px;
    margin-right: 10px;
}

nav a[href="/foglalas.php"]:hover {
    background-color: #5fa782;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 15px rgba(38, 76, 58, 0.4);
    text-shadow: none;
}

@media (max-width: 1054px) {
    nav a[href="/foglalas.php"] {
        width: auto;
        display: inline-block;
        margin: 10px auto;
        background-color: #264c3a;
    }
}