@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Open+Sans:wght@300;400;600&display=swap');

        body {
            font-family: 'Roboto', sans-serif;
            margin: 0;
            padding: 0;
            background-image: url('background-image.webp');
            background-size: cover;
            background-position: center;
            color: #2d2f00;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        header {

            color: rgb(0 0 0 / 90%);
            padding: 20px 10px;
            text-align: center;
            font-family: 'Open Sans', sans-serif;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            background-color: rgb(255 255 255 / 71%);
        }
        header h1 {
            margin: 10px;
            font-size: 2.8rem;
            font-weight: 700;
        }
        header p {
            margin: 5px 0 0;
            font-size: 1.4rem;
            font-weight: 300;
        }
        .container {
            padding: 20px;
            flex: 1;
        }
                .logo-container {
             position: absolute;
             top: 10px;
             left: 10px;
        }

.logo-container img {
    width: 150px; /* Adjust size as needed */
    height: auto;
    display: block;
}

        .cta {
            text-align: center;
            margin: 20px 0;
        }
        .cta button {
            background-color: rgb(118 58 58 / 90%);
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 1.4rem;
            font-weight: 500;
            cursor: pointer;
            border-radius: 5px;
            font-family: 'Roboto', sans-serif;
        }
        .cta button:hover {
            background-color: #ff8c00;
        }
        .features, .testimonials {
            margin: 40px 0;
        }
        .features h2, .testimonials h2 {
            color: #1e211b;
            text-align: center;
            font-size: 2.4rem;
            font-weight: 600;
            margin-bottom: 20px;
            font-family: 'Open Sans', sans-serif;
            padding: 20px;
        }
        .features .cards, .testimonials .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }
        .card {
            color: black;
            background-color: rgb(255 255 255 / 71%);
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            font-family: 'Roboto', sans-serif;
        }
        .card h3 {
            margin-top: 0;
            font-size: 1.8rem;
            font-weight: 500;
            text-align: center;
        }
        .footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 10px 20px;
            margin-top: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: 'Open Sans', sans-serif;
        }
        .footer a {
            color: #ffa500;
            text-decoration: none;
            font-weight: 400;
        }
        .social {
                text-align: center;
            margin-top: 10px;
        }
        .social a {
            margin: 0 10px;
            color: white;
            text-decoration: none;
            font-size: 1.5rem;
            display: inline-block;
        }
        .social a.facebook {
            background: url('https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg') no-repeat center;
            background-size: contain;
            width: 50px;
            height: 50px;
            display: inline-block;
            text-indent: -9999px;
        }
        .modal {
            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;
        }
        .modal-content {
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            max-width: 400px;
            width: 100%;
            font-family: 'Roboto', sans-serif;
        }
        .modal-content form input {
            width: 90%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1rem;
            font-family: 'Roboto', sans-serif;
        }
        .modal-content form button {
            background-color: #ffa500;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 1rem;
            font-family: 'Roboto', sans-serif;
        }
        .modal-content form button:hover {
            background-color: #ff8c00;
        }
        .modal-content .close {
            background-color: red;
            color: white;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            float: right;
            border-radius: 5px;
            font-family: 'Roboto', sans-serif;
        }

.alert {
    display: none;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #28a745;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
}

.google-map {
    text-align: center;
    margin: 40px 0;
}

.google-map h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.map-container {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.google-reviews {
    padding: 20px;
    background-color: rgb(255 255 255 / 71%);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 20px 0;
}

.google-reviews h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.review {
    padding: 15px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review p {
    font-size: 1rem;
    color: #555;
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
}

.review strong {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}



.privacy-section {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.privacy-section h2 {
    color: #1e211b;
    font-size: 2rem;
    text-align: center;
}

.privacy-section p, .privacy-section ul {
    font-size: 1rem;
    color: #555;
}

.privacy-section ul {
    padding-left: 20px;
}

.privacy-section ul li {
    margin-bottom: 10px;
}

.back-button {
    text-align: center;
    margin: 20px 0;
}

.back-button a {
    background-color: #ff9800;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.back-button a:hover {
    background-color: #e68900;
}


#cooki-banner {
    display: flex; !important
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-self: center;
    align-self: center;
}
/* Fullscreen Cookie Consent Modal */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Dark overlay */
    display: flex; !important /* Center content */
    align-self: center;
    justify-self: center;
    z-index: 99999; /* Ensure it appears above everything */
}

/* Centered Cookie Content */
.cookie-content {
    background: white;
    padding: 20px;
    width: 400px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative; /* Keeps it centered */
    align-self: center;
    justify-self: center;
}

/* Buttons for Accept & Reject */
.cookie-content button {
    background: #ff9800;
    border: none;
    color: white;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.cookie-content button:hover {
    background: #e68900;
}

@media (max-width: 480px) {

     .body{
    display: flex;
    }
    .logo-container img{
        width: 100px;
    }

    .modal-content {
    width: 85%;
    }
    .header h1{
    margin: 8px;
    }
    
}
#newsletter-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal-content .close {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: black;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.modal-content h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
}

.modal-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.ebook-cover {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto 15px;
    border-radius: 10px;
}

.modal-content input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
}

.modal-content button {
    background-color: #ff9800;
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    width: 100%;
    font-weight: bold;
}

.modal-content button:hover {
    background-color: #e68900;
}

.alert {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #28a745;
    color: white;
    text-align: center;
    border-radius: 5px;
}
