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

        body {
            font-family: 'Raleway', sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background-color: #000;
            color: #fff;
        }

        .container {
            width: 100%;
            max-width: 580px;
            padding: 20px;
            text-align: center;
        }

        .logo img {
            width: 100%;
            max-width: 580px;
            height: auto;
            margin-bottom: 10px;
            border-radius: 40px;
        }

        .description {
            margin-bottom: 10px;
        }

        .description h1 {
            font-size: 40px;
            font-weight: 800;
            margin-bottom: 1px;
            line-height: 1.2;
        }

        .description p {
            font-size: 28px;
            font-weight: 600;
            line-height: 1.2;
        }

        .services {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 30px;
            margin-top:20px;
        }

        .service-item {
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            border: 3px solid #FAFF00;
            border-radius: 40px;
            padding: 10px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            word-wrap: break-word;
            flex-basis: calc(33.33% - 10px);
            flex-grow: 1;
            margin: 5px;
        }

        .service-item:nth-child(1),
        .service-item:nth-child(2) {
            flex-basis: calc(50% - 5px);
            margin-bottom: 13px;
        }

        .social-links {
            margin: 20px 0;
        }

        .social-links a {
            display: block;
            width: 100%;
            max-width: 580px;
            margin: 10px auto;
            padding: 20px;
            font-size: 18px;
            text-align: center;
            text-decoration: none;
            color: #000;
            background-color: #fff;
            border: none;
            border-radius: 40px;
            transition: background-color 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 78px;
            font-weight: 600;
        }

        .social-links a .icon {
            margin-right: 10px;
        }

        .social-links a:hover {
            background-color: #f0f0f0; 
        }

        .price-buttons {
            margin: 20px 0;
        }

        .price-buttons button {
            display: block;
            width: 100%;
            max-width: 580px;
            margin-top: 10px;
            margin-bottom:30px;
            padding: 20px;
            font-size: 22px;
            text-align: center;
            color: #fff;
            background-color: #333;
            border: none;
            border-radius: 40px;
            transition: background-color 0.3s;
            height: 78px;
            font-weight: 600;
        }

        .price-buttons button:hover {
            background-color: #555;
        }

        .map-container {
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            position: relative;
            margin-top: 60px;
            margin-bottom:60px;
            border-radius:40px;
        }

        .map-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
            border-radius:40px;
        }

        @media (max-width: 600px) {
            .services {
                justify-content: space-between;
            }

            .service-item {
                width: 100%;
                margin-bottom: 15px;
            }

            .social-links a, .price-buttons button, .logo img {
                width: 100%;
            }
        }
        .btn {
            font-family: 'Raleway', sans-serif !important;
            background-color: #007BFF;
            color: white;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
            
        }

        .popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

        .popup-content-wrapper {
            position: relative;
            width: 80%;
            height: 80%;
            max-width: 800px;
        }
        
        @media (max-width: 600px) {
            .popup-content-wrapper {
                width: 90%;
                max-width: 100%;
            }
            
        }


        .popup-content {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: white;
            padding: 20px;
            box-sizing: border-box;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            overflow: auto;
        }

        .close-btn {
            position: absolute;
            top: -40px; 
            right: -40px; 
            font-size: 24px;
            cursor: pointer;
            color: #333;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #f2f2f2;
            border: 1px solid #ccc;
            z-index: 100;
        }
        @media (max-width: 600px) {
            .close-btn {
                right: -5px;
            }
        }
        .close-btn:hover {
            background-color: #e0e0e0;
        }

        .canvas-container {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .pdf-canvas {
            margin-bottom: 20px;
            border: 1px solid #ccc;
            width: 100%;
            height: auto;
        }
        
        .footer-text {
                text-align: center;
                color: #fff;
                font-size: 18px;
                line-height: 1.5;
                margin: 20px 0;
            }
        .reserved {
            font-weight:600;
        }
        .service-list {
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            border: 3px solid #FAFF00;
            border-radius: 40px;
            padding: 20px;
            text-align: center;
            word-wrap: break-word;
            margin: 0 auto;
            width: calc(100% - 0px);
            line-height: 1.5;
            display: block;
        }

        .loading-indicator {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
            border-radius:40px;
            z-index: 1;
        }
            .price-image {
                width: 100%;
                max-width: 580px;
                border-radius: 40px;
                cursor: pointer;
                display: block;
                margin-top: 30px;
                 margin-bottom:40px;
                
            }
            
            .loading-text {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 24px;
                color: #000;
                background-color: rgba(255, 255, 255, 0.7);
                padding: 10px 20px;
                border-radius: 5px;
                display: none;
            }

        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }    