{"id":11,"date":"2025-12-02T07:50:23","date_gmt":"2025-12-02T07:50:23","guid":{"rendered":"https:\/\/forrasvolgyapartman.hu\/?page_id=11"},"modified":"2026-03-17T15:19:09","modified_gmt":"2026-03-17T15:19:09","slug":"fooldal","status":"publish","type":"page","link":"https:\/\/forrasvolgyapartman.hu\/","title":{"rendered":"F\u0151oldal"},"content":{"rendered":"<style>\n        :root {<br \/>\n            --forest: #2D4A3E;<br \/>\n            --forest-dark: #1a2f27;<br \/>\n            --sage: #7A9E7E;<br \/>\n            --cream: #F5F1E8;<br \/>\n            --warm-white: #FEFCF8;<br \/>\n            --terracotta: #C17F59;<br \/>\n            --gold: #B8934B;<br \/>\n            --charcoal: #2C2C2C;<br \/>\n            --stone: #8B8577;<br \/>\n        }<br \/>\n        * {<br \/>\n            margin: 0;<br \/>\n            padding: 0;<br \/>\n            box-sizing: border-box;<br \/>\n        }<br \/>\n        html {<br \/>\n            scroll-behavior: smooth;<br \/>\n        }<br \/>\n        body {<br \/>\n            font-family: 'Outfit', sans-serif;<br \/>\n            background-color: var(--warm-white);<br \/>\n            color: var(--charcoal);<br \/>\n            line-height: 1.7;<br \/>\n            overflow-x: hidden;<br \/>\n        }<br \/>\n        h1, h2, h3, h4 {<br \/>\n            font-family: 'Cormorant Garamond', serif;<br \/>\n            font-weight: 500;<br \/>\n            letter-spacing: 0.02em;<br \/>\n        }<br \/>\n        \/* Navigation *\/<br \/>\n        nav {<br \/>\n            position: fixed;<br \/>\n            top: 0;<br \/>\n            left: 0;<br \/>\n            right: 0;<br \/>\n            z-index: 1000;<br \/>\n            padding: 1.2rem 4%;<br \/>\n            display: flex;<br \/>\n            justify-content: space-between;<br \/>\n            align-items: center;<br \/>\n            transition: all 0.4s ease;<br \/>\n            background: transparent;<br \/>\n        }<br \/>\n        nav.scrolled {<br \/>\n            background: rgba(254, 252, 248, 0.95);<br \/>\n            backdrop-filter: blur(20px);<br \/>\n            box-shadow: 0 2px 30px rgba(0,0,0,0.08);<br \/>\n        }<br \/>\n        .logo {<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            gap: 1rem;<br \/>\n        }<br \/>\n        .logo img {<br \/>\n            height: 50px;<br \/>\n            width: auto;<br \/>\n        }<br \/>\n        .logo-text {<br \/>\n            font-family: 'Cormorant Garamond', serif;<br \/>\n            font-size: 1.5rem;<br \/>\n            font-weight: 600;<br \/>\n            color: var(--warm-white);<br \/>\n            transition: color 0.4s;<br \/>\n        }<br \/>\n        nav.scrolled .logo-text {<br \/>\n            color: var(--forest);<br \/>\n        }<br \/>\n        .nav-links {<br \/>\n            display: flex;<br \/>\n            gap: 2.5rem;<br \/>\n            list-style: none;<br \/>\n        }<br \/>\n        .nav-links a {<br \/>\n            text-decoration: none;<br \/>\n            color: var(--warm-white);<br \/>\n            font-weight: 400;<br \/>\n            font-size: 0.95rem;<br \/>\n            letter-spacing: 0.05em;<br \/>\n            transition: all 0.3s;<br \/>\n            position: relative;<br \/>\n        }<br \/>\n        nav.scrolled .nav-links a {<br \/>\n            color: var(--charcoal);<br \/>\n        }<br \/>\n        .nav-links a::after {<br \/>\n            content: '';<br \/>\n            position: absolute;<br \/>\n            bottom: -4px;<br \/>\n            left: 0;<br \/>\n            width: 0;<br \/>\n            height: 1px;<br \/>\n            background: var(--terracotta);<br \/>\n            transition: width 0.3s;<br \/>\n        }<br \/>\n        .nav-links a:hover::after {<br \/>\n            width: 100%;<br \/>\n        }<br \/>\n        .nav-cta {<br \/>\n            background: var(--terracotta);<br \/>\n            color: white !important;<br \/>\n            padding: 0.7rem 1.5rem;<br \/>\n            border-radius: 30px;<br \/>\n            transition: all 0.3s !important;<br \/>\n        }<br \/>\n        .nav-cta:hover {<br \/>\n            background: var(--gold);<br \/>\n            transform: translateY(-2px);<br \/>\n        }<br \/>\n        .nav-cta::after {<br \/>\n            display: none !important;<br \/>\n        }<br \/>\n        \/* Hero Carousel *\/<br \/>\n        .hero {<br \/>\n            position: relative;<br \/>\n            height: 100vh;<br \/>\n            min-height: 700px;<br \/>\n            overflow: hidden;<br \/>\n        }<br \/>\n        .carousel {<br \/>\n            position: relative;<br \/>\n            width: 100%;<br \/>\n            height: 100%;<br \/>\n        }<br \/>\n        .carousel-slide {<br \/>\n            position: absolute;<br \/>\n            top: 0;<br \/>\n            left: 0;<br \/>\n            width: 100%;<br \/>\n            height: 100%;<br \/>\n            opacity: 0;<br \/>\n            transition: opacity 1.2s ease-in-out;<br \/>\n        }<br \/>\n        .carousel-slide.active {<br \/>\n            opacity: 1;<br \/>\n        }<br \/>\n        .carousel-slide img {<br \/>\n            width: 100%;<br \/>\n            height: 100%;<br \/>\n            object-fit: cover;<br \/>\n        }<br \/>\n        .carousel-overlay {<br \/>\n            position: absolute;<br \/>\n            top: 0;<br \/>\n            left: 0;<br \/>\n            right: 0;<br \/>\n            bottom: 0;<br \/>\n            background: linear-gradient(<br \/>\n                135deg,<br \/>\n                rgba(45, 74, 62, 0.7) 0%,<br \/>\n                rgba(26, 47, 39, 0.6) 50%,<br \/>\n                rgba(0, 0, 0, 0.4) 100%<br \/>\n            );<br \/>\n        }<br \/>\n        .hero-content {<br \/>\n            position: absolute;<br \/>\n            top: 50%;<br \/>\n            left: 50%;<br \/>\n            transform: translate(-50%, -50%);<br \/>\n            text-align: center;<br \/>\n            color: white;<br \/>\n            z-index: 10;<br \/>\n            width: 90%;<br \/>\n            max-width: 800px;<br \/>\n        }<br \/>\n        .hero-badge {<br \/>\n            display: inline-block;<br \/>\n            background: rgba(255,255,255,0.15);<br \/>\n            backdrop-filter: blur(10px);<br \/>\n            padding: 0.5rem 1.5rem;<br \/>\n            border-radius: 30px;<br \/>\n            font-size: 0.85rem;<br \/>\n            letter-spacing: 0.15em;<br \/>\n            text-transform: uppercase;<br \/>\n            margin-bottom: 1.5rem;<br \/>\n            border: 1px solid rgba(255,255,255,0.2);<br \/>\n            animation: fadeInDown 1s ease 0.3s both;<br \/>\n        }<br \/>\n        .hero h1 {<br \/>\n            font-size: clamp(2.5rem, 7vw, 5rem);<br \/>\n            font-weight: 400;<br \/>\n            line-height: 1.1;<br \/>\n            margin-bottom: 1.5rem;<br \/>\n            animation: fadeInUp 1s ease 0.5s both;<br \/>\n        }<br \/>\n        .hero p {<br \/>\n            font-size: 1.15rem;<br \/>\n            opacity: 0.9;<br \/>\n            max-width: 550px;<br \/>\n            margin: 0 auto 2.5rem;<br \/>\n            font-weight: 300;<br \/>\n            animation: fadeInUp 1s ease 0.7s both;<br \/>\n        }<br \/>\n        .hero-buttons {<br \/>\n            display: flex;<br \/>\n            gap: 1rem;<br \/>\n            justify-content: center;<br \/>\n            flex-wrap: wrap;<br \/>\n            animation: fadeInUp 1s ease 0.9s both;<br \/>\n        }<br \/>\n        .btn {<br \/>\n            padding: 1rem 2.5rem;<br \/>\n            border-radius: 40px;<br \/>\n            font-weight: 500;<br \/>\n            text-decoration: none;<br \/>\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);<br \/>\n            font-size: 0.95rem;<br \/>\n            letter-spacing: 0.03em;<br \/>\n            cursor: pointer;<br \/>\n            border: none;<br \/>\n        }<br \/>\n        .btn-primary {<br \/>\n            background: var(--terracotta);<br \/>\n            color: white;<br \/>\n        }<br \/>\n        .btn-primary:hover {<br \/>\n            background: var(--gold);<br \/>\n            transform: translateY(-3px);<br \/>\n            box-shadow: 0 15px 30px rgba(193, 127, 89, 0.3);<br \/>\n        }<br \/>\n        .btn-outline {<br \/>\n            background: transparent;<br \/>\n            color: white;<br \/>\n            border: 1.5px solid rgba(255,255,255,0.5);<br \/>\n        }<br \/>\n        .btn-outline:hover {<br \/>\n            background: white;<br \/>\n            color: var(--forest);<br \/>\n            border-color: white;<br \/>\n        }<br \/>\n        \/* Carousel Controls *\/<br \/>\n        .carousel-controls {<br \/>\n            position: absolute;<br \/>\n            bottom: 3rem;<br \/>\n            left: 50%;<br \/>\n            transform: translateX(-50%);<br \/>\n            display: flex;<br \/>\n            gap: 0.8rem;<br \/>\n            z-index: 20;<br \/>\n        }<br \/>\n        .carousel-dot {<br \/>\n            width: 12px;<br \/>\n            height: 12px;<br \/>\n            border-radius: 50%;<br \/>\n            background: rgba(255,255,255,0.3);<br \/>\n            cursor: pointer;<br \/>\n            transition: all 0.3s;<br \/>\n            border: 2px solid transparent;<br \/>\n        }<br \/>\n        .carousel-dot.active {<br \/>\n            background: white;<br \/>\n            transform: scale(1.2);<br \/>\n        }<br \/>\n        .carousel-dot:hover {<br \/>\n            background: rgba(255,255,255,0.6);<br \/>\n        }<br \/>\n        \/* Two Apartments Badge *\/<br \/>\n        .apartments-badge {<br \/>\n            position: absolute;<br \/>\n            bottom: 3rem;<br \/>\n            right: 4%;<br \/>\n            z-index: 20;<br \/>\n            background: rgba(255,255,255,0.95);<br \/>\n            padding: 1.2rem 2rem;<br \/>\n            border-radius: 20px;<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            gap: 1rem;<br \/>\n            box-shadow: 0 15px 40px rgba(0,0,0,0.15);<br \/>\n            animation: slideInRight 1s ease 1.2s both;<br \/>\n        }<br \/>\n        .apartments-badge-icon {<br \/>\n            width: 50px;<br \/>\n            height: 50px;<br \/>\n            background: var(--sage);<br \/>\n            border-radius: 50%;<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            justify-content: center;<br \/>\n            font-size: 1.5rem;<br \/>\n        }<br \/>\n        .apartments-badge-text h4 {<br \/>\n            color: var(--forest);<br \/>\n            font-size: 1.4rem;<br \/>\n            font-weight: 600;<br \/>\n        }<br \/>\n        .apartments-badge-text p {<br \/>\n            color: var(--stone);<br \/>\n            font-size: 0.85rem;<br \/>\n        }<br \/>\n        \/* Section Styles *\/<br \/>\n        section {<br \/>\n            padding: 7rem 4%;<br \/>\n        }<br \/>\n        .section-header {<br \/>\n            text-align: center;<br \/>\n            margin-bottom: 4rem;<br \/>\n        }<br \/>\n        .section-tag {<br \/>\n            color: var(--terracotta);<br \/>\n            font-size: 0.85rem;<br \/>\n            letter-spacing: 0.2em;<br \/>\n            text-transform: uppercase;<br \/>\n            font-weight: 500;<br \/>\n            margin-bottom: 1rem;<br \/>\n            display: block;<br \/>\n        }<br \/>\n        .section-header h2 {<br \/>\n            font-size: clamp(2rem, 5vw, 3.5rem);<br \/>\n            color: var(--forest);<br \/>\n            margin-bottom: 1rem;<br \/>\n        }<br \/>\n        .section-header p {<br \/>\n            max-width: 600px;<br \/>\n            margin: 0 auto;<br \/>\n            color: var(--stone);<br \/>\n            font-size: 1.1rem;<br \/>\n        }<br \/>\n        \/* Apartments Section *\/<br \/>\n        #apartmanok {<br \/>\n            background: var(--cream);<br \/>\n        }<br \/>\n        .apartments-highlight {<br \/>\n            text-align: center;<br \/>\n            margin-bottom: 3rem;<br \/>\n            padding: 2rem;<br \/>\n            background: linear-gradient(135deg, var(--forest) 0%, var(--forest-dark) 100%);<br \/>\n            border-radius: 20px;<br \/>\n            color: white;<br \/>\n        }<br \/>\n        .apartments-highlight h3 {<br \/>\n            font-size: 2rem;<br \/>\n            margin-bottom: 0.5rem;<br \/>\n        }<br \/>\n        .apartments-highlight p {<br \/>\n            opacity: 0.9;<br \/>\n        }<br \/>\n        .two-apartments-icon {<br \/>\n            display: flex;<br \/>\n            justify-content: center;<br \/>\n            gap: 1rem;<br \/>\n            margin-bottom: 1rem;<br \/>\n        }<br \/>\n        .two-apartments-icon span {<br \/>\n            font-size: 3rem;<br \/>\n        }<br \/>\n        .apartments-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));<br \/>\n            gap: 3rem;<br \/>\n            max-width: 1400px;<br \/>\n            margin: 0 auto;<br \/>\n        }<br \/>\n        .apartment-card {<br \/>\n            background: white;<br \/>\n            border-radius: 24px;<br \/>\n            overflow: hidden;<br \/>\n            box-shadow: 0 20px 60px rgba(0,0,0,0.08);<br \/>\n            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);<br \/>\n        }<br \/>\n        .apartment-card:hover {<br \/>\n            transform: translateY(-10px);<br \/>\n            box-shadow: 0 30px 80px rgba(0,0,0,0.12);<br \/>\n        }<br \/>\n        \/* Apartment Image Carousel - V\u00c9GLEGES JAV\u00cdT\u00c1S *\/<br \/>\n        .apartment-card .apartment-image {<br \/>\n            position: relative !important;<br \/>\n            width: 100% !important;<br \/>\n            height: 350px !important;<br \/>\n            overflow: hidden !important;<br \/>\n            background: #e0e0e0 !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-carousel {<br \/>\n            position: absolute !important;<br \/>\n            top: 0 !important;<br \/>\n            left: 0 !important;<br \/>\n            width: 100% !important;<br \/>\n            height: 100% !important;<br \/>\n            overflow: hidden !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-carousel .apt-slide {<br \/>\n            position: absolute !important;<br \/>\n            top: 0 !important;<br \/>\n            left: 0 !important;<br \/>\n            width: 100% !important;<br \/>\n            height: 100% !important;<br \/>\n            object-fit: cover !important;<br \/>\n            object-position: center center !important;<br \/>\n            opacity: 0 !important;<br \/>\n            transition: opacity 0.6s ease !important;<br \/>\n            z-index: 1 !important;<br \/>\n            display: block !important;<br \/>\n            max-width: none !important;<br \/>\n            max-height: none !important;<br \/>\n            min-width: 100% !important;<br \/>\n            min-height: 100% !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-carousel .apt-slide.active {<br \/>\n            opacity: 1 !important;<br \/>\n            z-index: 2 !important;<br \/>\n        }<br \/>\n        .apartment-card .apartment-badge {<br \/>\n            position: absolute !important;<br \/>\n            top: 1.5rem !important;<br \/>\n            left: 1.5rem !important;<br \/>\n            background: var(--terracotta) !important;<br \/>\n            color: white !important;<br \/>\n            padding: 0.5rem 1.2rem !important;<br \/>\n            border-radius: 30px !important;<br \/>\n            font-size: 0.85rem !important;<br \/>\n            font-weight: 500 !important;<br \/>\n            z-index: 20 !important;<br \/>\n        }<br \/>\n        \/* Carousel Arrows *\/<br \/>\n        .apartment-card .apt-arrow {<br \/>\n            position: absolute !important;<br \/>\n            top: 50% !important;<br \/>\n            transform: translateY(-50%) !important;<br \/>\n            width: 44px !important;<br \/>\n            height: 44px !important;<br \/>\n            background: rgba(255,255,255,0.95) !important;<br \/>\n            border: none !important;<br \/>\n            border-radius: 50% !important;<br \/>\n            cursor: pointer !important;<br \/>\n            font-size: 20px !important;<br \/>\n            font-weight: bold !important;<br \/>\n            color: #2D4A3E !important;<br \/>\n            display: flex !important;<br \/>\n            align-items: center !important;<br \/>\n            justify-content: center !important;<br \/>\n            z-index: 30 !important;<br \/>\n            opacity: 0 !important;<br \/>\n            transition: all 0.3s ease !important;<br \/>\n            box-shadow: 0 2px 15px rgba(0,0,0,0.2) !important;<br \/>\n            line-height: 1 !important;<br \/>\n            padding: 0 !important;<br \/>\n        }<br \/>\n        .apartment-card:hover .apt-arrow {<br \/>\n            opacity: 1 !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-arrow:hover {<br \/>\n            background: white !important;<br \/>\n            transform: translateY(-50%) scale(1.1) !important;<br \/>\n            box-shadow: 0 4px 20px rgba(0,0,0,0.25) !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-prev {<br \/>\n            left: 15px !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-next {<br \/>\n            right: 15px !important;<br \/>\n        }<br \/>\n        \/* Carousel Dots *\/<br \/>\n        .apartment-card .apt-dots {<br \/>\n            position: absolute !important;<br \/>\n            bottom: 15px !important;<br \/>\n            left: 50% !important;<br \/>\n            transform: translateX(-50%) !important;<br \/>\n            display: flex !important;<br \/>\n            gap: 10px !important;<br \/>\n            z-index: 30 !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-dot {<br \/>\n            width: 10px !important;<br \/>\n            height: 10px !important;<br \/>\n            border-radius: 50% !important;<br \/>\n            background: rgba(255,255,255,0.5) !important;<br \/>\n            cursor: pointer !important;<br \/>\n            transition: all 0.3s ease !important;<br \/>\n            border: 2px solid rgba(255,255,255,0.8) !important;<br \/>\n            padding: 0 !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-dot.active {<br \/>\n            background: white !important;<br \/>\n            transform: scale(1.3) !important;<br \/>\n        }<br \/>\n        .apartment-card .apt-dot:hover {<br \/>\n            background: rgba(255,255,255,0.9) !important;<br \/>\n        }<br \/>\n        @media (max-width: 768px) {<br \/>\n            .apartment-card .apartment-image {<br \/>\n                height: 280px !important;<br \/>\n            }<br \/>\n            .apartment-card .apt-arrow {<br \/>\n                opacity: 1 !important;<br \/>\n                width: 38px !important;<br \/>\n                height: 38px !important;<br \/>\n                font-size: 16px !important;<br \/>\n            }<br \/>\n            .apartment-card .apt-prev {<br \/>\n                left: 10px !important;<br \/>\n            }<br \/>\n            .apartment-card .apt-next {<br \/>\n                right: 10px !important;<br \/>\n            }<br \/>\n            .apartment-card .apt-dots {<br \/>\n                bottom: 12px !important;<br \/>\n            }<br \/>\n            .apartment-card .apt-dot {<br \/>\n                width: 8px !important;<br \/>\n                height: 8px !important;<br \/>\n            }<br \/>\n        }<br \/>\n        .apartment-content {<br \/>\n            padding: 2rem;<br \/>\n        }<br \/>\n        .apartment-content h3 {<br \/>\n            font-size: 1.8rem;<br \/>\n            color: var(--forest);<br \/>\n            margin-bottom: 0.5rem;<br \/>\n        }<br \/>\n        .apartment-capacity {<br \/>\n            color: var(--terracotta);<br \/>\n            font-weight: 500;<br \/>\n            margin-bottom: 1rem;<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            gap: 0.5rem;<br \/>\n        }<br \/>\n        .apartment-content p {<br \/>\n            color: var(--stone);<br \/>\n            margin-bottom: 1.5rem;<br \/>\n            font-size: 0.95rem;<br \/>\n        }<br \/>\n        .apartment-features {<br \/>\n            display: flex;<br \/>\n            flex-wrap: wrap;<br \/>\n            gap: 0.8rem;<br \/>\n            margin-bottom: 1.5rem;<br \/>\n        }<br \/>\n        .feature-tag {<br \/>\n            background: var(--cream);<br \/>\n            padding: 0.5rem 1rem;<br \/>\n            border-radius: 20px;<br \/>\n            font-size: 0.85rem;<br \/>\n            color: var(--forest);<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            gap: 0.4rem;<br \/>\n        }<br \/>\n        .apartment-price {<br \/>\n            display: flex;<br \/>\n            justify-content: space-between;<br \/>\n            align-items: center;<br \/>\n            padding-top: 1.5rem;<br \/>\n            border-top: 1px solid var(--cream);<br \/>\n        }<br \/>\n        .price-amount {<br \/>\n            font-family: 'Cormorant Garamond', serif;<br \/>\n            font-size: 1.8rem;<br \/>\n            color: var(--forest);<br \/>\n            font-weight: 600;<br \/>\n        }<br \/>\n        .price-unit {<br \/>\n            font-size: 0.9rem;<br \/>\n            color: var(--stone);<br \/>\n        }<br \/>\n        \/* Features Section *\/<br \/>\n        .features-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(3, 1fr);<br \/>\n            gap: 2rem;<br \/>\n            max-width: 1200px;<br \/>\n            margin: 0 auto;<br \/>\n        }<br \/>\n        @media (max-width: 968px) {<br \/>\n            .features-grid {<br \/>\n                grid-template-columns: repeat(2, 1fr);<br \/>\n            }<br \/>\n        }<br \/>\n        @media (max-width: 600px) {<br \/>\n            .features-grid {<br \/>\n                grid-template-columns: 1fr;<br \/>\n            }<br \/>\n        }<br \/>\n        .feature-card {<br \/>\n            text-align: center;<br \/>\n            padding: 2.5rem 2rem;<br \/>\n            background: white;<br \/>\n            border-radius: 20px;<br \/>\n            transition: all 0.4s;<br \/>\n            border: 1px solid rgba(0,0,0,0.05);<br \/>\n        }<br \/>\n        .feature-card:hover {<br \/>\n            transform: translateY(-8px);<br \/>\n            box-shadow: 0 20px 50px rgba(0,0,0,0.1);<br \/>\n        }<br \/>\n        .feature-icon {<br \/>\n            width: 70px;<br \/>\n            height: 70px;<br \/>\n            background: linear-gradient(135deg, var(--sage) 0%, var(--forest) 100%);<br \/>\n            border-radius: 50%;<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            justify-content: center;<br \/>\n            margin: 0 auto 1.5rem;<br \/>\n            font-size: 1.8rem;<br \/>\n        }<br \/>\n        .feature-card h4 {<br \/>\n            font-size: 1.3rem;<br \/>\n            color: var(--forest);<br \/>\n            margin-bottom: 0.8rem;<br \/>\n        }<br \/>\n        .feature-card p {<br \/>\n            color: var(--stone);<br \/>\n            font-size: 0.95rem;<br \/>\n        }<br \/>\n        \/* Location Section *\/<br \/>\n        #kornyezet {<br \/>\n            background: var(--forest);<br \/>\n            color: white;<br \/>\n            position: relative;<br \/>\n            overflow: hidden;<br \/>\n        }<br \/>\n        #kornyezet::before {<br \/>\n            content: '';<br \/>\n            position: absolute;<br \/>\n            top: -50%;<br \/>\n            right: -20%;<br \/>\n            width: 60%;<br \/>\n            height: 200%;<br \/>\n            background: radial-gradient(circle, var(--sage) 0%, transparent 70%);<br \/>\n            opacity: 0.1;<br \/>\n        }<br \/>\n        #kornyezet .section-header h2 {<br \/>\n            color: white;<br \/>\n        }<br \/>\n        #kornyezet .section-header p {<br \/>\n            color: rgba(255,255,255,0.8);<br \/>\n        }<br \/>\n        .location-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(3, 1fr);<br \/>\n            gap: 2rem;<br \/>\n            max-width: 1200px;<br \/>\n            margin: 0 auto;<br \/>\n        }<br \/>\n        @media (max-width: 968px) {<br \/>\n            .location-grid {<br \/>\n                grid-template-columns: repeat(2, 1fr);<br \/>\n            }<br \/>\n        }<br \/>\n        @media (max-width: 600px) {<br \/>\n            .location-grid {<br \/>\n                grid-template-columns: 1fr;<br \/>\n            }<br \/>\n        }<br \/>\n        .location-card {<br \/>\n            background: rgba(255,255,255,0.08);<br \/>\n            backdrop-filter: blur(10px);<br \/>\n            border-radius: 20px;<br \/>\n            overflow: hidden;<br \/>\n            border: 1px solid rgba(255,255,255,0.1);<br \/>\n            transition: all 0.4s;<br \/>\n        }<br \/>\n        .location-card:hover {<br \/>\n            transform: translateY(-8px);<br \/>\n            background: rgba(255,255,255,0.12);<br \/>\n        }<br \/>\n        .location-card img {<br \/>\n            width: 100%;<br \/>\n            height: 200px;<br \/>\n            object-fit: cover;<br \/>\n        }<br \/>\n        .location-card-content {<br \/>\n            padding: 1.5rem;<br \/>\n        }<br \/>\n        .location-card h4 {<br \/>\n            font-size: 1.4rem;<br \/>\n            margin-bottom: 0.5rem;<br \/>\n        }<br \/>\n        .location-card p {<br \/>\n            opacity: 0.8;<br \/>\n            font-size: 0.9rem;<br \/>\n            margin-bottom: 0.8rem;<br \/>\n        }<br \/>\n        .location-distance {<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            gap: 0.5rem;<br \/>\n            color: var(--gold);<br \/>\n            font-weight: 500;<br \/>\n            font-size: 0.9rem;<br \/>\n        }<br \/>\n        \/* Booking Section - Shortcode Container *\/<br \/>\n        #foglalas {<br \/>\n            background: linear-gradient(180deg, var(--cream) 0%, var(--warm-white) 100%);<br \/>\n        }<br \/>\n        \/* Contact Info *\/<br \/>\n        .contact-info {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));<br \/>\n            gap: 2rem;<br \/>\n            max-width: 1000px;<br \/>\n            margin: 4rem auto 0;<br \/>\n        }<br \/>\n        .contact-card {<br \/>\n            text-align: center;<br \/>\n            padding: 2rem;<br \/>\n            background: white;<br \/>\n            border-radius: 20px;<br \/>\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);<br \/>\n        }<br \/>\n        .contact-card-icon {<br \/>\n            width: 60px;<br \/>\n            height: 60px;<br \/>\n            background: var(--cream);<br \/>\n            border-radius: 50%;<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            justify-content: center;<br \/>\n            margin: 0 auto 1rem;<br \/>\n            font-size: 1.5rem;<br \/>\n        }<br \/>\n        .contact-card h4 {<br \/>\n            color: var(--forest);<br \/>\n            margin-bottom: 0.5rem;<br \/>\n        }<br \/>\n        .contact-card p {<br \/>\n            color: var(--stone);<br \/>\n        }<br \/>\n        .contact-card a {<br \/>\n            color: var(--terracotta);<br \/>\n            text-decoration: none;<br \/>\n            font-weight: 500;<br \/>\n        }<br \/>\n        \/* Footer *\/<br \/>\n        footer {<br \/>\n            background: var(--forest-dark);<br \/>\n            color: white;<br \/>\n            padding: 4rem 4% 2rem;<br \/>\n        }<br \/>\n        .footer-content {<br \/>\n            max-width: 1200px;<br \/>\n            margin: 0 auto;<br \/>\n            display: grid;<br \/>\n            grid-template-columns: 2fr 1fr 1fr;<br \/>\n            gap: 4rem;<br \/>\n            margin-bottom: 3rem;<br \/>\n        }<br \/>\n        .footer-brand h3 {<br \/>\n            font-size: 1.8rem;<br \/>\n            margin-bottom: 1rem;<br \/>\n        }<br \/>\n        .footer-brand p {<br \/>\n            opacity: 0.8;<br \/>\n            line-height: 1.8;<br \/>\n        }<br \/>\n        .footer-links h4 {<br \/>\n            font-size: 1.1rem;<br \/>\n            margin-bottom: 1.5rem;<br \/>\n            color: var(--gold);<br \/>\n        }<br \/>\n        .footer-links ul {<br \/>\n            list-style: none;<br \/>\n        }<br \/>\n        .footer-links li {<br \/>\n            margin-bottom: 0.8rem;<br \/>\n        }<br \/>\n        .footer-links a {<br \/>\n            color: rgba(255,255,255,0.7);<br \/>\n            text-decoration: none;<br \/>\n            transition: color 0.3s;<br \/>\n        }<br \/>\n        .footer-links a:hover {<br \/>\n            color: white;<br \/>\n        }<br \/>\n        .footer-bottom {<br \/>\n            border-top: 1px solid rgba(255,255,255,0.1);<br \/>\n            padding-top: 2rem;<br \/>\n            text-align: center;<br \/>\n            opacity: 0.6;<br \/>\n            font-size: 0.9rem;<br \/>\n        }<br \/>\n        \/* Animations *\/<br \/>\n        @keyframes fadeInUp {<br \/>\n            from {<br \/>\n                opacity: 0;<br \/>\n                transform: translateY(30px);<br \/>\n            }<br \/>\n            to {<br \/>\n                opacity: 1;<br \/>\n                transform: translateY(0);<br \/>\n            }<br \/>\n        }<br \/>\n        @keyframes fadeInDown {<br \/>\n            from {<br \/>\n                opacity: 0;<br \/>\n                transform: translateY(-30px);<br \/>\n            }<br \/>\n            to {<br \/>\n                opacity: 1;<br \/>\n                transform: translateY(0);<br \/>\n            }<br \/>\n        }<br \/>\n        @keyframes slideInRight {<br \/>\n            from {<br \/>\n                opacity: 0;<br \/>\n                transform: translateX(50px);<br \/>\n            }<br \/>\n            to {<br \/>\n                opacity: 1;<br \/>\n                transform: translateX(0);<br \/>\n            }<br \/>\n        }<br \/>\n        \/* Mobile Menu *\/<br \/>\n        .mobile-menu-btn {<br \/>\n            display: none;<br \/>\n            background: none;<br \/>\n            border: none;<br \/>\n            cursor: pointer;<br \/>\n            padding: 0.5rem;<br \/>\n        }<br \/>\n        .mobile-menu-btn span {<br \/>\n            display: block;<br \/>\n            width: 25px;<br \/>\n            height: 2px;<br \/>\n            background: white;<br \/>\n            margin: 5px 0;<br \/>\n            transition: all 0.3s;<br \/>\n        }<br \/>\n        nav.scrolled .mobile-menu-btn span {<br \/>\n            background: var(--forest);<br \/>\n        }<br \/>\n        \/* Responsive *\/<br \/>\n        @media (max-width: 968px) {<br \/>\n            .apartments-grid {<br \/>\n                grid-template-columns: 1fr;<br \/>\n            }<br \/>\n            .footer-content {<br \/>\n                grid-template-columns: 1fr;<br \/>\n                text-align: center;<br \/>\n            }<br \/>\n            .apartments-badge {<br \/>\n                position: static;<br \/>\n                margin: 2rem auto 0;<br \/>\n                animation: fadeInUp 1s ease 1.2s both;<br \/>\n            }<br \/>\n            .hero-content {<br \/>\n                top: 45%;<br \/>\n            }<br \/>\n        }<br \/>\n        @media (max-width: 768px) {<br \/>\n            .mobile-menu-btn {<br \/>\n                display: block;<br \/>\n            }<br \/>\n            .nav-links {<br \/>\n                position: fixed;<br \/>\n                top: 0;<br \/>\n                right: -100%;<br \/>\n                width: 80%;<br \/>\n                max-width: 300px;<br \/>\n                height: 100vh;<br \/>\n                background: var(--forest-dark);<br \/>\n                flex-direction: column;<br \/>\n                padding: 5rem 2rem;<br \/>\n                transition: right 0.4s;<br \/>\n                gap: 1.5rem;<br \/>\n            }<br \/>\n            .nav-links.active {<br \/>\n                right: 0;<br \/>\n            }<br \/>\n            .nav-links a {<br \/>\n                color: white !important;<br \/>\n                font-size: 1.1rem;<br \/>\n            }<br \/>\n            section {<br \/>\n                padding: 4rem 5%;<br \/>\n            }<br \/>\n            .apartment-carousel-btn {<br \/>\n                opacity: 1;<br \/>\n                width: 32px;<br \/>\n                height: 32px;<br \/>\n                font-size: 1rem;<br \/>\n            }<br \/>\n        }<br \/>\n    <\/style>\n<p>&nbsp;<\/p>\n<p><!-- Navigation --><\/p>\n<nav id=\"navbar\"><img decoding=\"async\" style=\"filter: brightness(0) invert(1);\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/file-1.svg\" alt=\"Forr\u00e1sv\u00f6lgy log\u00f3\" \/><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Forr\u00e1sv\u00f6lgy<\/span><\/span><\/p>\n<ul id=\"navLinks\">\n<li><a href=\"#apartmanok\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Apartmanok<\/span><\/span><\/a><\/li>\n<li><a href=\"#szolgaltatasok\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Szolg\u00e1ltat\u00e1sok<\/span><\/span><\/a><\/li>\n<li><a href=\"#kornyezet\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">K\u00f6rny\u00e9k<\/span><\/span><\/a><\/li>\n<li><a href=\"#foglalas\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Foglal\u00e1s<\/span><\/span><\/a><\/li>\n<\/ul>\n<p><button id=\"mobileMenuBtn\"><br \/>\n<\/button><\/p>\n<\/nav>\n<p><!-- Hero Carousel --><\/p>\n<section><img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/egerszaloki-sodomb-4878-1200x800-1.webp\" alt=\"Egerszal\u00f3ki S\u00f3domb\" \/><br \/>\n<img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/30313372.jpg\" alt=\"Egri Borvid\u00e9k\" \/><br \/>\n<img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/17355083.webp\" alt=\"Bels\u0151 Apartman\" \/><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u2726 Egerszal\u00f3k, Forr\u00e1s utca \u2726<\/span><\/span><\/p>\n<h1><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Forr\u00e1sv\u00f6lgy Apartman<\/span><\/span><\/h1>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Kikapcsol\u00f3d\u00e1s a term\u00e9szet \u00f6lel\u00e9s\u00e9ben \u2013 p\u00e1r perc s\u00e9t\u00e1ra a h\u00edres S\u00f3dombt\u00f3l \u00e9s a term\u00e1lf\u00fcrd\u0151t\u0151l.<\/span><\/span><\/p>\n<p><a href=\"#foglalas\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Foglal\u00e1s most <\/span><\/span><\/a><br \/>\n<a href=\"#apartmanok\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Apartmanok \u2192<\/span><\/span><\/a><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\"> \ud83c\udfe0<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">2 Apartman<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">V\u00e1laszszon ig\u00e9nyei szerint<\/span><\/span><\/p>\n<\/section>\n<p><!-- Apartments Section --><\/p>\n<section id=\"apartmanok\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Sz\u00e1ll\u00e1shelyek<\/span><\/span><\/p>\n<h2><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Apartmanjaink<\/span><\/span><\/h2>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">T\u00e1gas, modern \u00e9s hangulatos apartmanjaink ide\u00e1lisak p\u00e1roknak, csal\u00e1doknak \u00e9s bar\u00e1ti t\u00e1rsas\u00e1goknak is.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83c\udfe0 <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83c\udfe1<\/span><\/span><\/p>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">2 Egyedi Apartman V\u00e1rja \u00d6nt<\/span><\/span><\/h3>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Saj\u00e1t f\u00fcrd\u0151szob\u00e1val, teljesen felszerelt konyh\u00e1val, hogy otthonosan \u00e9rezze mag\u00e1t.<\/span><\/span><\/p>\n<p><!-- Apartman 1 --><br \/>\n<button style=\"position: absolute; top: 50%; left: 15px; transform: translateY(-50%); width: 44px; height: 44px; background: rgba(255,255,255,0.95); border: none; border-radius: 50%; cursor: pointer; font-size: 20px; color: #2d4a3e; display: flex; align-items: center; justify-content: center; z-index: 30; box-shadow: 0 2px 15px rgba(0,0,0,0.2);\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u276e<\/span><\/span><\/button><br \/>\n<button style=\"position: absolute; top: 50%; right: 15px; transform: translateY(-50%); width: 44px; height: 44px; background: rgba(255,255,255,0.95); border: none; border-radius: 50%; cursor: pointer; font-size: 20px; color: #2d4a3e; display: flex; align-items: center; justify-content: center; z-index: 30; box-shadow: 0 2px 15px rgba(0,0,0,0.2);\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u276f<\/span><\/span><\/button><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">N\u00e9pszer\u0171<\/span><\/span><\/p>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">1. apartman<\/span><\/span><\/h3>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udc65 F\u00e9r\u0151hely: 2 f\u0151<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">K\u00e9nyelmes, modern berendez\u00e9s\u0171 apartman p\u00e1roknak vagy kisebb csal\u00e1doknak. K\u00fcl\u00f6n h\u00e1l\u00f3szoba, nappali kih\u00fazhat\u00f3 kanap\u00e9, teljesen felszerelt konyha, saj\u00e1t f\u00fcrd\u0151szoba.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udecf\ufe0f Francia\u00e1gy <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udcfa Okos TV <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u2744\ufe0f Kl\u00edma <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udcf6 WiFi <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">12 500 Ft <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\/ f\u0151 \/ \u00e9j <\/span><\/span><br \/>\n<a href=\"#foglalas\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Foglal\u00e1s<\/span><\/span><\/a><br \/>\n<!-- Apartman 2 --><br \/>\n<button style=\"position: absolute; top: 50%; left: 15px; transform: translateY(-50%); width: 44px; height: 44px; background: rgba(255,255,255,0.95); border: none; border-radius: 50%; cursor: pointer; font-size: 20px; color: #2d4a3e; display: flex; align-items: center; justify-content: center; z-index: 30; box-shadow: 0 2px 15px rgba(0,0,0,0.2);\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u276e<\/span><\/span><\/button><br \/>\n<button style=\"position: absolute; top: 50%; right: 15px; transform: translateY(-50%); width: 44px; height: 44px; background: rgba(255,255,255,0.95); border: none; border-radius: 50%; cursor: pointer; font-size: 20px; color: #2d4a3e; display: flex; align-items: center; justify-content: center; z-index: 30; box-shadow: 0 2px 15px rgba(0,0,0,0.2);\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u276f<\/span><\/span><\/button><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Csal\u00e1doknak<\/span><\/span><\/p>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">2. apartman<\/span><\/span><\/h3>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\u200d\ud83d\udc66 F\u00e9r\u0151hely: 4 f\u0151<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Ide\u00e1lis v\u00e1laszt\u00e1s nagyobb csal\u00e1dok vagy bar\u00e1ti t\u00e1rsas\u00e1gok sz\u00e1m\u00e1ra. A h\u00e1l\u00f3r\u00e9szben k\u00e9nyelmes francia\u00e1gy, a nappaliban kih\u00fazhat\u00f3 kanap\u00e9 biztos\u00edt tov\u00e1bbi fekhelyet.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udecf\ufe0f Francia\u00e1gy <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udecb\ufe0f Kanap\u00e9\u00e1gy <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udcfa Okos TV <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u2744\ufe0f Kl\u00edma <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udcf6 WiFi <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">12 500 Ft <\/span><\/span><br \/>\n<span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\/ f\u0151 \/ \u00e9j <\/span><\/span><br \/>\n<a href=\"#foglalas\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Foglal\u00e1s<\/span><\/span><\/a><\/p>\n<\/section>\n<p><!-- Features Section --><\/p>\n<section id=\"szolgaltatasok\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Szolg\u00e1ltat\u00e1sok<\/span><\/span><\/p>\n<h2><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Amit K\u00edn\u00e1lunk<\/span><\/span><\/h2>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Minden, ami a k\u00e9nyelmes pihen\u00e9shez sz\u00fcks\u00e9ges<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udec1<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Priv\u00e1t F\u00fcrd\u0151szoba<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Minden apartman saj\u00e1t, modern f\u00fcrd\u0151szob\u00e1val rendelkezik<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83c\udf73<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Felszerelt Konyha<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Teljesen felszerelt konyha az \u00f6nell\u00e1t\u00e1shoz<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udcf6<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Ingyenes Wi-Fi<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Gyors internetkapcsolat az eg\u00e9sz apartmanban<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\ude97<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Saj\u00e1t Parkol\u00f3<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Ingyenes parkol\u00e1si lehet\u0151s\u00e9g k\u00f6zvetlen\u00fcl az \u00e9p\u00fcletn\u00e9l<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u2744\ufe0f<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">L\u00e9gkondicion\u00e1l\u00f3<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Kellemes h\u0151m\u00e9rs\u00e9klet minden \u00e9vszakban<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83c\udf33<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Csendes K\u00f6rnyezet<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Z\u00f6ld\u00f6vezeti elhelyezked\u00e9s, nyugodt pihen\u00e9s<\/span><\/span><\/p>\n<\/section>\n<p><!-- Location Section --><\/p>\n<section id=\"kornyezet\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Fedezd fel a k\u00f6rny\u00e9ket<\/span><\/span><\/p>\n<h2><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">L\u00e1tnival\u00f3k a k\u00f6zelben<\/span><\/span><\/h2>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Egert\u0151l mind\u00f6ssze 5 km-re, a k\u00f6rny\u00e9ken minden adott egy t\u00f6k\u00e9letes kikapcsol\u00f3d\u00e1shoz<\/span><\/span><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/egerszaloki-sodomb-4878-1200x800-1.webp\" alt=\"Egerszal\u00f3ki S\u00f3domb\" \/><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Egerszal\u00f3ki S\u00f3domb<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Az orsz\u00e1g egyik legk\u00fcl\u00f6nlegesebb term\u00e9szeti l\u00e1tv\u00e1nyoss\u00e1ga \u2013 l\u00e1tni \u00e9s \u00e1t\u00e9lni egyszerre felejthetetlen.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udccd 5 perc s\u00e9ta<\/span><\/span><br \/>\n<img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/egri-termalfurdo-90-8-o.jpg\" alt=\"Egri Term\u00e1lf\u00fcrd\u0151\" \/><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Term\u00e1lf\u00fcrd\u0151k<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Eger \u00e9s Egerszal\u00f3k h\u00edres term\u00e1lf\u00fcrd\u0151i minden koroszt\u00e1ly sz\u00e1m\u00e1ra igazi fel\u00fcd\u00fcl\u00e9st ny\u00fajtanak.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udccd 5-10 perc<\/span><\/span><br \/>\n<img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/szepasszonyvolgy-1.jpg\" alt=\"Sz\u00e9passzony-v\u00f6lgy\" \/><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Sz\u00e9passzony-v\u00f6lgy<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">A h\u00edres borospinc\u00e9k vid\u00e9ke, ahol megk\u00f3stolhatod a legjobb helyi borokat.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udccd 8 perc aut\u00f3<\/span><\/span><br \/>\n<img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/l0.jpg\" alt=\"Eger\" \/><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Eger Belv\u00e1rosa<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">A Dob\u00f3 t\u00e9r \u00e9s az Egri v\u00e1r \u2013 ahol a t\u00f6rt\u00e9nelem, a kult\u00fara \u00e9s a j\u00f3kedv tal\u00e1lkozik.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udccd 10 perc aut\u00f3<\/span><\/span><br \/>\n<img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/6503.jpg\" alt=\"ety\u00e1rb\u00faj\u00f3 Kapt\u00e1rk\u0151k\" \/><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Bety\u00e1rb\u00faj\u00f3 Kapt\u00e1rk\u0151<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Misztikus kapt\u00e1rk\u0151-form\u00e1ci\u00f3 legend\u00e1kkal \u00e9s vadreg\u00e9nyes k\u00f6rnyezettel, t\u00f6k\u00e9letes egy r\u00f6vid, csendes kir\u00e1ndul\u00e1shoz.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udccd 10 perc aut\u00f3<\/span><\/span><br \/>\n<img decoding=\"async\" src=\"https:\/\/forrasvolgyapartman.hu\/wp-content\/uploads\/2025\/12\/29793313_2287165_75b3144116b1b0c766dc005121ab266c_wm.jpg\" alt=\"B\u00fckki Nemzeti Park\" \/><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">B\u00fckki Nemzeti Park<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">T\u00fara\u00fatvonalak, barlangok \u00e9s l\u00e9legzetel\u00e1ll\u00edt\u00f3 kil\u00e1t\u00e1sok a term\u00e9szet szerelmeseinek.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udccd 20 perc aut\u00f3<\/span><\/span><\/p>\n<\/section>\n<p><!-- Booking Section - SHORTCODE --><\/p>\n<section id=\"foglalas\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Foglal\u00e1s<\/span><\/span><\/p>\n<h2><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Foglalja le a Sz\u00e1ll\u00e1st<\/span><\/span><\/h2>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">T\u00f6ltse ki az al\u00e1bbi \u0171rlapot \u00e9s hamarosan felveszi \u00d6nnel a kapcsolatot<\/span><\/span><\/p>\n<p><!-- \n        ============================================\n        WORDPRESS SHORTCODE - Helyettes\u00edtsd ezzel:\n        [forrasvolgy_foglalas]\n        ============================================\n        --><\/p>\n<p style=\"color: var(--stone); font-size: 1.1rem;\"><code style=\"padding: 0.5rem 1rem; border-radius: 8px; font-size: 1rem;\">\n<div class=\"fvb-booking-wrapper\" id=\"fvb-booking-form\">\n    \n        <div class=\"fvb-booking-header\">\n        <h3>Aj\u00e1nlatk\u00e9r\u00e9s<\/h3>\n        <p>V\u00e1lassza ki a k\u00edv\u00e1nt apartmant \u00e9s d\u00e1tumot<\/p>\n    <\/div>\n        \n    <form class=\"fvb-booking-form\" id=\"fvbBookingForm\" novalidate>\n        <input type=\"hidden\" id=\"fvb_nonce_field\" name=\"fvb_nonce_field\" value=\"ff0c49d48e\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F11\" \/>        \n        <!-- 1. l\u00e9p\u00e9s: Apartman v\u00e1laszt\u00e1s -->\n        <div class=\"fvb-form-section\">\n            <label class=\"fvb-section-label\">Melyik apartmant v\u00e1lasztja?<\/label>\n            <div class=\"fvb-apartment-selector\">\n                <div class=\"fvb-apartment-option\">\n                    <input type=\"radio\" name=\"apartment\" id=\"fvb_apt1\" value=\"apartman1\"  checked>\n                    <label for=\"fvb_apt1\">\n                        <span class=\"fvb-apt-icon\">\ud83c\udfe0<\/span>\n                        <span class=\"fvb-apt-name\">Apartman 1<\/span>\n                        <span class=\"fvb-apt-capacity\">2 f\u0151<\/span>\n                    <\/label>\n                <\/div>\n                <div class=\"fvb-apartment-option\">\n                    <input type=\"radio\" name=\"apartment\" id=\"fvb_apt2\" value=\"apartman2\" >\n                    <label for=\"fvb_apt2\">\n                        <span class=\"fvb-apt-icon\">\ud83c\udfe1<\/span>\n                        <span class=\"fvb-apt-name\">Apartman 2<\/span>\n                        <span class=\"fvb-apt-capacity\">4 f\u0151<\/span>\n                    <\/label>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- 2. l\u00e9p\u00e9s: D\u00e1tumok -->\n        <div class=\"fvb-form-section\">\n            <div class=\"fvb-form-row\">\n                <div class=\"fvb-form-group\">\n                    <label for=\"fvb_checkin\">\u00c9rkez\u00e9s d\u00e1tuma *<\/label>\n                    <input type=\"text\" id=\"fvb_checkin\" name=\"checkin_date\" required placeholder=\"V\u00e1lasszon d\u00e1tumot\" readonly>\n                <\/div>\n                <div class=\"fvb-form-group\">\n                    <label for=\"fvb_checkout\">T\u00e1voz\u00e1s d\u00e1tuma *<\/label>\n                    <input type=\"text\" id=\"fvb_checkout\" name=\"checkout_date\" required placeholder=\"V\u00e1lasszon d\u00e1tumot\" readonly>\n                <\/div>\n            <\/div>\n            <p class=\"fvb-info-text\">\ud83d\udcc5 Minimum 1 \u00e9jszaka foglalhat\u00f3<\/p>\n        <\/div>\n        \n        <!-- 3. l\u00e9p\u00e9s: Vend\u00e9gek -->\n        <div class=\"fvb-form-section\">\n            <div class=\"fvb-form-row\">\n                <div class=\"fvb-form-group\">\n                    <label style=\"font-weight:500;margin-bottom:0.5rem;color:#2D4A3E;font-size:0.95rem;display:block;\">Feln\u0151ttek *<\/label>\n                    <div style=\"display:flex;align-items:center;background:#FEFCF8;border:2px solid #F5F1E8;border-radius:12px;overflow:hidden;height:52px;\">\n                        <button type=\"button\" class=\"fvb-counter-btn fvb-counter-minus\" data-target=\"fvb_adults\" style=\"width:52px;height:52px;min-width:52px;border:none;background:#F5F1E8;font-size:24px;font-weight:bold;color:#2D4A3E;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;\">\u2013<\/button>\n                        <input type=\"number\" id=\"fvb_adults\" name=\"adults\" value=\"2\" min=\"1\" max=\"6\" readonly style=\"flex:1;width:60px;text-align:center;border:none;background:transparent;font-size:1.25rem;font-weight:600;color:#2D4A3E;padding:0;margin:0;-moz-appearance:textfield;-webkit-appearance:none;\">\n                        <button type=\"button\" class=\"fvb-counter-btn fvb-counter-plus\" data-target=\"fvb_adults\" style=\"width:52px;height:52px;min-width:52px;border:none;background:#F5F1E8;font-size:24px;font-weight:bold;color:#2D4A3E;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;\">+<\/button>\n                    <\/div>\n                <\/div>\n                <div class=\"fvb-form-group\">\n                    <label style=\"font-weight:500;margin-bottom:0.5rem;color:#2D4A3E;font-size:0.95rem;display:block;\">Gyerekek (0-12 \u00e9v)<\/label>\n                    <div style=\"display:flex;align-items:center;background:#FEFCF8;border:2px solid #F5F1E8;border-radius:12px;overflow:hidden;height:52px;\">\n                        <button type=\"button\" class=\"fvb-counter-btn fvb-counter-minus\" data-target=\"fvb_children\" style=\"width:52px;height:52px;min-width:52px;border:none;background:#F5F1E8;font-size:24px;font-weight:bold;color:#2D4A3E;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;\">\u2013<\/button>\n                        <input type=\"number\" id=\"fvb_children\" name=\"children\" value=\"0\" min=\"0\" max=\"4\" readonly style=\"flex:1;width:60px;text-align:center;border:none;background:transparent;font-size:1.25rem;font-weight:600;color:#2D4A3E;padding:0;margin:0;-moz-appearance:textfield;-webkit-appearance:none;\">\n                        <button type=\"button\" class=\"fvb-counter-btn fvb-counter-plus\" data-target=\"fvb_children\" style=\"width:52px;height:52px;min-width:52px;border:none;background:#F5F1E8;font-size:24px;font-weight:bold;color:#2D4A3E;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;\">+<\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- \u00c1r kalkul\u00e1ci\u00f3 -->\n        <div class=\"fvb-price-summary\" id=\"fvbPriceSummary\" style=\"display: none;\">\n            <div class=\"fvb-price-row\">\n                <span>\u00c9jszak\u00e1k sz\u00e1ma:<\/span>\n                <span id=\"fvbNights\">-<\/span>\n            <\/div>\n            <div class=\"fvb-price-row\">\n                <span>Vend\u00e9gek sz\u00e1ma:<\/span>\n                <span id=\"fvbGuests\">-<\/span>\n            <\/div>\n            <div class=\"fvb-price-row\">\n                <span>\u00c1r\/f\u0151\/\u00e9j:<\/span>\n                <span>12 500 Ft<\/span>\n            <\/div>\n            <div class=\"fvb-price-row fvb-price-total\">\n                <span>\u00d6sszesen:<\/span>\n                <span id=\"fvbTotal\">-<\/span>\n            <\/div>\n            <div class=\"fvb-price-row fvb-price-deposit\">\n                <span>El\u0151leg (30%):<\/span>\n                <span id=\"fvbDeposit\">-<\/span>\n            <\/div>\n        <\/div>\n        \n        <!-- 4. l\u00e9p\u00e9s: Szem\u00e9lyes adatok -->\n        <div class=\"fvb-form-section\">\n            <div class=\"fvb-form-row\">\n                <div class=\"fvb-form-group\">\n                    <label for=\"fvb_name\">Teljes n\u00e9v *<\/label>\n                    <input type=\"text\" id=\"fvb_name\" name=\"guest_name\" required placeholder=\"Kov\u00e1cs J\u00e1nos\">\n                <\/div>\n                <div class=\"fvb-form-group\">\n                    <label for=\"fvb_email\">E-mail c\u00edm *<\/label>\n                    <input type=\"email\" id=\"fvb_email\" name=\"guest_email\" required placeholder=\"pelda@email.hu\">\n                <\/div>\n            <\/div>\n            <div class=\"fvb-form-row\">\n                <div class=\"fvb-form-group\">\n                    <label for=\"fvb_phone\">Telefonsz\u00e1m *<\/label>\n                    <input type=\"tel\" id=\"fvb_phone\" name=\"guest_phone\" required placeholder=\"+36 30 123 4567\">\n                <\/div>\n            <\/div>\n            <div class=\"fvb-form-group fvb-form-group-full\">\n                <label for=\"fvb_message\">Megjegyz\u00e9s (opcion\u00e1lis)<\/label>\n                <textarea id=\"fvb_message\" name=\"message\" rows=\"3\" placeholder=\"K\u00fcl\u00f6nleges k\u00e9r\u00e9sek, k\u00e9rd\u00e9sek...\"><\/textarea>\n            <\/div>\n        <\/div>\n        \n        <!-- Foglal\u00e1si szab\u00e1lyok -->\n        <div class=\"fvb-booking-rules\">\n            <h4>\ud83d\udccb Fontos tudnival\u00f3k<\/h4>\n            <ul>\n                <li>\u2713 Az el\u0151leg (30%) utal\u00e1ssal fizetend\u0151 48 \u00f3r\u00e1n bel\u00fcl<\/li>\n                <li>\u2713 A fennmarad\u00f3 \u00f6sszeg \u00e1tutal\u00e1ssal fizetend\u0151 \u00e9rkez\u00e9skor<\/li>\n                <li>\u2713 14 nappal az \u00e9rkez\u00e9s el\u0151tt d\u00edjmentes lemond\u00e1s<\/li>\n                <li>\u2713 \u00c9rkez\u00e9s: 14:00 ut\u00e1n | T\u00e1voz\u00e1s: 10:00-ig<\/li>\n            <\/ul>\n        <\/div>\n        \n        <!-- Submit -->\n        <button type=\"submit\" class=\"fvb-submit-btn\" id=\"fvbSubmitBtn\">\n            <span class=\"fvb-btn-text\">Foglal\u00e1si k\u00e9relem k\u00fcld\u00e9se \u2192<\/span>\n            <span class=\"fvb-btn-loading\" style=\"display: none;\">K\u00fcld\u00e9s folyamatban...<\/span>\n        <\/button>\n        \n        <!-- Hiba\u00fczenet -->\n        <div class=\"fvb-message fvb-message-error\" id=\"fvbError\" style=\"display: none;\"><\/div>\n        \n        <!-- Sikeres \u00fczenet -->\n        <div class=\"fvb-message fvb-message-success\" id=\"fvbSuccess\" style=\"display: none;\"><\/div>\n    <\/form>\n<\/div><\/code><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udccd<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">C\u00edm<\/span><\/span><\/h4>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Egerszal\u00f3k, Forr\u00e1s utca 3.<\/span><\/span><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\ud83d\udcde<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Telefon<\/span><\/span><\/h4>\n<p><a href=\"tel:+36301234567\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">+36 20 532 1709<\/span><\/span><\/a><\/p>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u2709\ufe0f<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Email<\/span><\/span><\/h4>\n<p><a href=\"mailto:info@forrasvolgyapartman.hu\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">info@forrasvolgyapartman.hu<\/span><\/span><\/a><\/p>\n<\/section>\n<p><!-- Footer --><\/p>\n<footer>\n<h3><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Forr\u00e1sv\u00f6lgy Apartman<\/span><\/span><\/h3>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Kikapcsol\u00f3d\u00e1s a term\u00e9szet \u00f6lel\u00e9s\u00e9ben \u2013 p\u00e1r perc s\u00e9t\u00e1ra a h\u00edres S\u00f3dombt\u00f3l \u00e9s a term\u00e1lf\u00fcrd\u0151t\u0151l. T\u00e1gas, modern \u00e9s hangulatos apartmanjaink ide\u00e1lisak p\u00e1roknak, csal\u00e1doknak \u00e9s bar\u00e1ti t\u00e1rsas\u00e1goknak is.<\/span><\/span><\/p>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Navig\u00e1ci\u00f3<\/span><\/span><\/h4>\n<ul>\n<li><a href=\"#apartmanok\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Apartmanok<\/span><\/span><\/a><\/li>\n<li><a href=\"#szolgaltatasok\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Szolg\u00e1ltat\u00e1sok<\/span><\/span><\/a><\/li>\n<li><a href=\"#kornyezet\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">K\u00f6rny\u00e9k<\/span><\/span><\/a><\/li>\n<li><a href=\"#foglalas\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Foglal\u00e1s<\/span><\/span><\/a><\/li>\n<\/ul>\n<h4><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">L\u00e1tnival\u00f3k<\/span><\/span><\/h4>\n<ul>\n<li><a href=\"#\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Egerszal\u00f3ki S\u00f3domb<\/span><\/span><\/a><\/li>\n<li><a href=\"#\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Term\u00e1lf\u00fcrd\u0151k<\/span><\/span><\/a><\/li>\n<li><a href=\"#\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Sz\u00e9passzony-v\u00f6lgy<\/span><\/span><\/a><\/li>\n<li><a href=\"#\"><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">Eger<\/span><\/span><\/a><\/li>\n<\/ul>\n<p><span dir=\"auto\" style=\"vertical-align: inherit;\"><span dir=\"auto\" style=\"vertical-align: inherit;\">\u00a9 2025 Forr\u00e1sv\u00f6lgy Apartman. Minden jog fenntartva.<\/span><\/span><\/p>\n<\/footer>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Forr\u00e1sv\u00f6lgy Apartmanok Szolg\u00e1ltat\u00e1sok K\u00f6rny\u00e9k Foglal\u00e1s \u2726 Egerszal\u00f3k, Forr\u00e1s utca \u2726 Forr\u00e1sv\u00f6lgy Apartman Kikapcsol\u00f3d\u00e1s a term\u00e9szet \u00f6lel\u00e9s\u00e9ben \u2013 p\u00e1r perc s\u00e9t\u00e1ra a h\u00edres S\u00f3dombt\u00f3l \u00e9s a term\u00e1lf\u00fcrd\u0151t\u0151l. Foglal\u00e1s most Apartmanok \u2192 \ud83c\udfe0 2 Apartman V\u00e1laszszon ig\u00e9nyei szerint Sz\u00e1ll\u00e1shelyek Apartmanjaink T\u00e1gas, modern \u00e9s hangulatos apartmanjaink ide\u00e1lisak p\u00e1roknak, csal\u00e1doknak \u00e9s bar\u00e1ti t\u00e1rsas\u00e1goknak is. \ud83c\udfe0 \ud83c\udfe1 2 Egyedi [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":95,"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":170,"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/170"}],"wp:attachment":[{"href":"https:\/\/forrasvolgyapartman.hu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}