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


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*     background-color: transparent; */
    padding: 10px 20px;
    position: relative;
    z-index: 1000;
}


.logo img {
    width: 120px;
}


.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-menu li {
    margin-left: 20px;
    position: relative;
}

.nav-menu li a {
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-weight: 2000;
}

.nav-menu li a:hover {
    background-color: palevioletred;
    border-radius: 4px;
}


.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}

.active {
    color: #dc5d5d;
    font-weight: bold;
    border-bottom: 5px solid #dc5d5d;
    border-radius: 2px;
    overflow: hidden;
}

.dropdown-content li {
    width: 100%;
}

.dropdown-content li a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content li a:hover {
    background-color: #ddd;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    overflow: hidden;
}


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

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.slider {
    position: relative;
    width: 100%;
    width: 100%;
    /* Full screen width */
    height: 80%;
    /* Restrict height to 80% of the viewport */
    margin: auto;
    overflow: hidden;
    z-index: 1;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideAnimation 9s infinite;
}

.slide:nth-child(1) {
    animation-delay: 0s;
}

.slide:nth-child(2) {
    animation-delay: 3s;
}

.slide:nth-child(3) {
    animation-delay: 6s;
}

@keyframes slideAnimation {

    0%,
    100% {
        opacity: 0;
        z-index: 0;
    }

    10%,
    90% {
        opacity: 1;
        z-index: 1;
    }
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 10rem #dc5d5d;
}

.caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #dc5d5d;
    background-color: white;
    padding: 40px;
    text-align: left;
    max-width: 60%;
    margin-bottom: 14rem;
    margin-left: 10rem;
    border-radius: 1rem;
}

.caption button:hover {
    background-color: white;
    color: black;
}

.caption h2 {
    margin: 0;
    font-size: 2rem;
    font-family: "Qwitcher Grypen", serif;
    font-weight: 1000;
    font-style: normal;

}

/* body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f7f7f7;
} */

.form-container {
    width: 90%;
    max-width: 400px;
    /* Limits the form's width to 400px on larger screens */
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.form-container input[type="text"],
.form-container input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.form-container button {
    width: 100%;
    padding: 10px;
    background-color: #d9534f;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #c9302c;
}

@media (min-width: 768px) {
    .form-container {
        padding: 30px;
    }

    .form-container input[type="text"],
    .form-container input[type="email"] {
        font-size: 16px;
    }

    .form-container button {
        font-size: 18px;
    }
}



.caption p {
    font-size: 1rem;
    font-family: "Qwitcher Grypen", serif;
    font-weight: 1000;
    font-style: normal;
    font-size: 30px;

}

.caption button {
    margin-top: 10px;
    padding: 8px 16px;
    border: none;
    background-color: #fa6f6f;
    color: black;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.caption:hover {
    background-color: white;
    color: #fa6f6f;
}

.navigation {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.imag {
    padding-top: 20px;
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
}



@media (max-width: 768px) {
    .imag {
        max-width: 80%;
    }
}


@media (max-width: 480px) {
    .imag {
        max-width: 90%;
    }
}

.dot.active {
    background-color: #717171;
}

.int {
    font-family: "Qwitcher Grypen", serif;
    font-weight: 1000;
    font-style: normal;
    font-size: 35px;
    color: #dc5d5d;
    text-align: center;

}

.mot {
    text-align: center;
    font-weight: 1500;
    font-size: 20px;
}


.image-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.image-container {
    position: relative;
    width: 30%;
    padding-top: 30%;
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
}


.image-container img:first-child {
    opacity: 1;
    animation: fade 4s infinite;
}


.image-container img:last-child {
    opacity: 0;
    animation: fade 4s infinite alternate;
}

@keyframes fade {

    0%,
    50% {
        opacity: 0;
    }

    50%,
    100% {
        opacity: 1;
    }
}





.button-container {
    display: flex;
    gap: 300px;
}

.button {
    padding: 10px 20px;
    font-size: 36px;
    cursor: pointer;
    border: none;
    background-color: #dc5d5d;
    color: black;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 8px;
}

.button:hover {
    background-color: white;
    color: #dc5d5d;
}


.button:visited {
    text-decoration: none;
}



.footer {
    background-color: #cac8c8;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    padding: 10px;
}

.footer-logo {
    width: 100px;
    margin-bottom: 10px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section p {
    margin: 5px 0;
    line-height: 1.5;
}


.footer-section.left {
    order: 1;

}

.footer-section.middle {
    order: 2;
    text-align: center;
    padding-top: 50px;
}

.est {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    color: white;
    padding-top: 30px;
}


.social-media {
    margin-top: 10px;
}

.social-icon {
    color: white;
    font-size: 24px;
    margin: 0 10px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    transform: scale("1:1");
}


.social-icon.instagram {
    color: #E4405F;
}

.social-icon.tiktok {
    color: #69C9D0;
}


.social-icon.instagram:hover {
    color: #E1306C;
}

.social-icon.tiktok:hover {
    color: #EE1D52;
}

.whatsapp-icon i {
    color: white;
    font-size: 1.5rem;
}

.footer-section.right {
    order: 3;

    text-align: right;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        flex: none;
        width: 100%;
        text-align: center;
    }

    .footer-section.right {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 10px;
    }
}

@media (max-width: 480px) {
    .footer-section h3 {
        font-size: 16px;
    }

    .footer-section p {
        font-size: 14px;
    }

    .footer {
        padding: 10px;
    }
}



@media (max-width: 560px) {
    .button-container {
        flex-direction: column;
        align-items: center;
    }

    .button {
        width: 100%;
        max-width: 200px;
    }
}

.yode {
    padding-left: 30px;
}


@media (max-width: 992px) {
    .image-container {
        width: 45%;
        padding-top: 45%;
    }
}

@media (max-width: 600px) {
    .image-container {
        width: 100%;
        padding-top: 100%;
    }
}


@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
    }
}






.services-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    align-items: flex-start;
}


.service-item {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.serp {
    padding-top: 30px;
}

.button-container {
    text-align: center;
}


.center-button {
    padding: 15px 30px;
    font-size: 1rem;
    color: black;
    background-color: #dc5d5d;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.center-button:hover {
    background-color: white;
    color: #dc5d5d;
    font-weight: 800;
    transform: scale(1.05);
}

.center-button:active {
    transform: scale(0.95);
}



.checkbox {
    width: 25px;
    height: 25px;
    border: 2px solid #888;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
    color: white;
}


.service-item.selected .checkbox {
    background-color: #dc5d5d;
}


.service-item.selected .checkbox::after {
    content: '✔';
    font-size: 18px;
}


.service-text {
    font-size: 16px;
    color: #333;
}


.service-item:hover {
    background-color: #eaeaea;
}

.opening-hours {
    width: 60%;
    margin: 20px auto;
    border-collapse: collapse;
}

.opening-hours th,
.opening-hours td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.opening-hours th {
    background-color: #f2f2f2;
}


.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 30px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f9f9f9;
}

h1,
h2 {
    text-align: center;
    color: #333;
}

.services-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.service-item label {
    margin-left: 10px;
    font-size: 16px;
    color: #555;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table th,
table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #0056b3;
}

#email-button {
    background-color: #dc5d5d;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}


#email-button:hover {
    background-color: white;
    color: #dc5d5d;
    transform: scale(1.05);
    font-weight: 800;
}


#email-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}


.contact-page {
    padding-left: 30px;
    font-weight: 600;
    font-size: 25px;
}



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


.side-image {
    width: 50%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
}


.text-content {
    flex: 1;
    padding-top: 2rem;
}

.text-content h2 {
    margin-bottom: 10px;
}

.text-content p {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 20px;
}

.pic {
    width: 30rem;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    margin-top: 10px;
}


@media (max-width: 768px) {
    .content-container {
        flex-direction: column;
        text-align: center;
    }

    .side-image {
        width: 80%;
    }
}

.staff {
    margin-top: 10px;
    font-size: 0.9rem;
    flex: 1;
}


.staff h1 {
    text-align: center;
}


.staff p {
    padding-left: 30px;
    font-size: 20px;
    padding-top: 20px;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
}


.image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.image.active {
    opacity: 1;
}

button {
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 20px;
}


.button-container {
    margin-top: 20px;
}

.centered-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 2rem;
    color: black;
    background-color: #dc5d5d;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}


.centered-button:hover {
    background-color: white;
    color: #dc5d5d;
}


.faq {
    padding-left: 30px;
    gap: 20px;
}


.faq2 {
    padding-top: 30px;
    font-size: 20px;
}



.form-container {
    max-width: 600px;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form-row input,
.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #dc5d5d;
    color: black;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: white;
    color: #dc5d5d;
    font-weight: 600;
}

.form-group {
    margin-bottom: 20px;
    padding-left: 30px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #555;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Form container */
#serviceForm {
    max-width: 400px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Form labels */
#serviceForm label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

/* Form input fields */
#serviceForm input[type="email"],
#serviceForm select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

/* Multi-select field */
#serviceForm select {
    height: 100px;
    overflow-y: auto;
}

/* Submit button */
#serviceForm button[type="submit"] {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #28a745;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Submit button hover effect */
#serviceForm button[type="submit"]:hover {
    background-color: #218838;
}

/* Additional styles for spacing and layout */
#serviceForm select,
#serviceForm input[type="email"] {
    margin-top: 5px;
}

#serviceForm select option {
    padding: 5px;
}