       @font-face {
            font-family: 'calibri';
	    <link rel="stylesheet"
	    href="https://fonts.googleapis.com/css?family=calibri">
            font-weight: normal;
            font-style: normal;
        }
        /* Alapvető CSS stílusok */
        body {
            font-family: 'calibri', sans-serif;
            line-height: 1.2;
            background-color: #f4f4f4;
            color: #333;
        }
        .container {
            width: 80%;
            margin: auto;
            overflow: hidden;
            padding: 5px 0;
            //color: #77aaff;
        }
        header {
            background-image: url("../css/k/mar1.jpeg");
            background-size: cover;
            background-position: center;
            color: #fff;
            padding-top: 20px;
            padding: 10px;
            min-height: 70px;
            border-bottom: #1a6390 1px solid;
            text-align: center;
        }
        header h1 {
            font-size: 2.5em;
            margin: 0;
            padding-bottom: 10px;
        }
        header h2 {
            font-size: 1.1em;
            margin-bottom: 20px;
        }
        .hero {
            background-image: url("../css/k/Mar11.jpeg");
            background-size: cover;
            background-position: center;
            //font-size: 1em;
            color: #fff;
            border-bottom: #77aaff 2px solid;
            //height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            flex-direction: column;
        padding: 15px 0;
            text-shadow: 0.7px 0.7px 0.7px rgba(0,0,0,0.8);
        }
        .hero h1 {
            font-size: 2.5em;
        }
        .hero h2 {
            font-size: 1.5em;
        }
        .hero p {
            font-size: 1.2em;
        }
        .btn {
            display: inline-block;
            color: #fff;
            //background: #77aaff;
            background: #0070c6b8;
            padding: 8px 15px;
            text-decoration: none;
            border-radius: 5px;
            border: 1.5px double #ddd;
            transition: background 0.5s ease;
            cursor: pointer;
            font-size: 1em;
        //border: none;
        }
        .btn1 {
            display: inline-block;
            color: #fff;
            //background: #77aaff;
            background: #5588cc59;
            padding: 8px 15px;
            text-decoration: none;
            border-radius: 5px;
            border: 1.5px double #ddd;
            transition: background 0.5s ease;
            cursor: pointer;
            font-size: 1em;
        //border: none;
        }
        .btn2 {
            display: inline-block;
            color: #fff;
            background: #5588cc59;
            padding: 8px 50px;
            margin-left: 5px;
            margin-top: 5px;
            border: 1px double #ddd;
            border-radius: 5px;
            transition: background 0.5s ease;
            text-decoration: none;
            text-shadow: 1px 1px 0.7px rgba(0, 0, 0, 0.7);
            font-size: 1.2em;
            gap: 10rem;
            cursor: pointer;
            //border: none;
        }
        .btn:hover {
            background: #5588cc;
            border: 1.5px solid black;
        }
        .btn1:hover {
            background: #5588cc;
            border: 1.5px solid black;
        }
        .btn2:hover {
            background: #5588cc;
            border: 1.5px solid black;
        }
        /* Egyedi szekció stílusok */
        .why-us-section {
            background-image: url("../css/k/Arena-3.jpeg");
            background-size: cover;
            background-position: center;
            padding: 20px 0;
            text-align: center;
        }
        .why-us-section h1 {
            font-size: 2.5em;
            color: #0070c6;
        //text-shadow: 1px 1px 0.7px rgba(0, 0, 0, 0.8);
        }
       .why-us-section h2 {
            font-size: 1.5em;
            color: #0070c6;
        }
        .why-us-section p {
            font-size: 1.1em;
            max-width: 800px;
            margin: 0 auto 10px auto;
            color: #333;
        }
        .how-it-works-section {
            background-image: url("../css/k/Plalya-palmeras.jpeg");
            background-size: cover;
            background-position: center;
            padding: 10px 0;
            //border-block: #484848 2px solid;
            text-align: center;
        }
        .how-it-works-section h1 {
            font-size: 2.5em;
            color: #fff;
            text-align: center;
        text-shadow: 1px 1px 0.7px rgba(0, 0, 0, 0.8);
        }
        .how-it-works-section h2 {
            font-size: 1.5em;
            margin-bottom: 15px;
            color: #fff;
        }
       .how-it-works-section h3 {
            font-size: 1.2em;
            //margin-bottom: 15px;
            //color: #fff;
        }
        .how-it-works-section p {
            font-size: 1.1em;
            margin-bottom: 15px;
            color: #333;
        }
        .booking-section {
            background-image: url("../css/k/Arena-4.jpeg");
            background-size: cover;
            background-position: center;
            padding: 20px 0;
            text-align: center;
            color: #333;
        }
        .booking-section p {
            font-size: 1.2em;
            color: #333; 
        }
        .features {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-top: 20px;
        }
        .feature-item {
            flex-basis: 40%;
            background: #ffffffcf;
            padding: 15px;
            margin: 5px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            text-align: center;
        }
        .feature-item h2 {
            color: #0070c6;
            font-size: 1.3em;
            margin-bottom: 10px;
        }
        .feature-item h3 {
            color: #333;
            margin-bottom: 10px;
        }
        .how-it-works .steps {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            text-align: center;
        }
        .how-it-works .step {
            flex-basis: 40%;
            background: #fff;
            padding: 15px;
            margin: 5px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .how-it-works .step span {
            display: block;
            font-size: 1.6em;
            color: #77aaff;
            margin-bottom: 10px;
        }
        footer {
            background: #333;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            margin-top: 30px;
        }
        footer .contact-info p {
            margin: 5px 0;
        }
        footer .contact-info a {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }
        footer .contact-info a:hover {
            text-decoration: underline;
        }
        /* Modal Specifikus stílusok */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }
        .modal-close {
            position: absolute;
            top: 10px;
            right: 20px;
            cursor: pointer;
            font-size: 1.5em;
            color: #333;
        }
        .modal-content {
            background: #fff;
            width: 90%;
            max-width: 500px;
            padding: 30px;
            border-radius: 10px;
            position: relative;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            text-align: left;
            max-height: 80vh;
            overflow-y: auto;
        }
        .modal-content h2 {
            text-align: center;
            margin-bottom: 25px;
            color: #77aaff;
        }
        .modal-content h3 {
            color: #333;
            margin-top: 20px;
            margin-bottom: 10px;
        }
        .modal-content p, .modal-content ul {
            margin-bottom: 15px;
            line-height: 1.5;
            font-size: 0.95em;
        }
        .modal-content ul {
            list-style: disc;
            padding-left: 20px;
        }
        .modal-content ul li {
            margin-bottom: 5px;
            font-size: 1em;
            display: list-item;
        }
        .modal-content ul li::before {
            content: none;
        }
        .modal-content p.small-text {
            font-size: 0.85em;
            margin-top: 15px;
            color: #777;
            text-align: center;
        }
        .modal-content button[type="submit"] {
            background: #77aaff;
            color: #fff;
            padding: 12px 25px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1em;
            display: block;
            margin: 20px auto 0;
            transition: background 0.3s ease;
        }
        .modal-content button[type="submit"]:hover {
            background: #5588cc;
        }
        .modal-content label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
            color: #555;
        }
        .modal-content input[type="text"],
        .modal-content input[type="email"],
        .modal-content input[type="tel"],
        .modal-content textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-sizing: border-box;
        }
        .modal-content .checkbox-container {
            margin-top: 15px;
            display: flex;
            align-items: center;
        }
        .modal-content .checkbox-container input[type="checkbox"] {
            margin-right: 10px;
        }
        .mobile-package-panels {
            display: none;
        }
        @media (max-width: 768px) {
            .container {
                margin: 5% auto;
                width: calc(100% - 20px);
                max-width: 500px;
                padding: 10px;
            }
            .hero h2 {
                margin-bottom: 5px;
            }
            .hero p {
                padding: 0 10px;
            }
            .hero {
                height: auto;
                padding: 40px 0;
            }
            .features, .steps, .pricing-table {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
            .feature-item, .step {
                flex-basis: 100%;
                width: 100%;
                margin: 0;
                max-width: 350px;
                padding: 20px;
                box-sizing: border-box;
            }
            .modal-content {
                margin: 5% auto;
                width: calc(98% - 20px);
                max-width: 500px;
                padding: 10px;
                box-sizing: border-box;
            }
        }