body {
    margin: auto;
    font-family: 'ITCAvantGardeStd-Bk', Arial, sans-serif;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*For disabling the calendar component*/
/* #calendar {
    pointer-events: none;
    opacity: 0.6;
} */

/* .fc-day,
.fc-day-number,
.fc-button {
    cursor: not-allowed !important;
} */

.header {
    background-color: #F4ECD6;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    z-index: 1001;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.popup h2 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.popup p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

#close-popup {
    background-color: #000000;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

#close-popup:hover {
    background-color: #572525;
}

/* Confetti Container */
.confetti-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
    overflow: hidden;
}

/* Confetti Particles */
.confetti-particle {
    position: absolute;
    width: 10px;
    height: 10px;
    pointer-events: none;
    opacity: 0;
    animation: confettiBurst 3s ease-out forwards;
}

.confetti-circle {
    border-radius: 50%;
}

.confetti-square {
    border-radius: 2px;
}

.confetti-triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid;
    border-radius: 0;
}

.confetti-star {
    width: 0;
    height: 0;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid;
    border-radius: 0;
}

.confetti-star:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid;
}

/* Color variations for confetti */
.confetti-gold { background-color: #FFD700; border-bottom-color: #FFD700; }
.confetti-gold:before { border-top-color: #FFD700; }

.confetti-red { background-color: #FF6B6B; border-bottom-color: #FF6B6B; }
.confetti-red:before { border-top-color: #FF6B6B; }

.confetti-green { background-color: #4ECDC4; border-bottom-color: #4ECDC4; }
.confetti-green:before { border-top-color: #4ECDC4; }

.confetti-blue { background-color: #45B7D1; border-bottom-color: #45B7D1; }
.confetti-blue:before { border-top-color: #45B7D1; }

.confetti-purple { background-color: #9B59B6; border-bottom-color: #9B59B6; }
.confetti-purple:before { border-top-color: #9B59B6; }

.confetti-orange { background-color: #FF8C42; border-bottom-color: #FF8C42; }
.confetti-orange:before { border-top-color: #FF8C42; }

.confetti-pink { background-color: #FF69B4; border-bottom-color: #FF69B4; }
.confetti-pink:before { border-top-color: #FF69B4; }

/* Burst Animation */
@keyframes confettiBurst {
    0% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
    20% {
        opacity: 1;
        transform: translateX(var(--dx)) translateY(var(--dy)) scale(1.2) rotate(180deg);
    }
    100% {
        opacity: 0;
        transform: translateX(calc(var(--dx) * 2.5)) translateY(calc(var(--dy) * 2.5 + 100px)) scale(0.3) rotate(720deg);
    }
}

/* Define a CSS class for the Dancing Script font */
.dancing-script-custom {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/* Home Page Css*/
.green-section {
    background-color: #000000;
    text-align: center;
    position: relative;
}

.top-rectangle {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 20px;
    background-color: #000000;
}

.logo {
    flex: 1;
    text-align: center;
    max-width: 20%;
}

.logo img {
    max-width: 100%;
    height: auto;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

h1 {
    color: #fff;
    margin-top: 20px;
}

.bottom-rectangle {
    padding: 20px 0;
    background-color: #000000;
}

.arch-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.arch {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.8) !important;
}

.lside-arch,
.rside-arch,
.mid-arch {
    border-radius: 0px 150px 0px 0px;
    width: 280px;
    height: 400px;

}

.lside-arch {
    border-radius: 0px 150px 0px 0px;
}

.rside-arch {
    border-radius: 150px 0px 0px 0px;
}

.mid-arch {
    border-radius: 150px 150px 0px 0px;
}

.arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-toggle {
    display: none;
    background-color: transparent;
    border: none;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

.heading-container {
    opacity: 0;
    animation: slideUpFadeIn 1s ease-in forwards;
    text-align: center;
    margin: 20px 0;
}

/* section img:hover {
    transform: scale(1.02);
} */

@keyframes slideUpFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.nav-list li {
    margin: 0 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lside-arch {
        border-radius: 0px 100px 0px 0px;
    }

    .rside-arch {
        border-radius: 100px 0px 0px 0px;
    }

    .top-rectangle {
        flex-direction: column;
        align-items: center;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: #000000;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 10px 0;
    }

    .arch {
        width: 220px;
        height: 300px;
    }

    .menu-toggle {
        display: block;
    }

    .logo {
        max-width: 50%;
        height: auto;
    }

    .logo img {
        margin-top: 5%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .arch {
        width: 150px;
        height: 200px;
    }
}


#logo {
    width: 20%;
    float: left;
    height: auto;
}

li {
    float: left;
    margin-right: 20px;

}

li a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: large;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 15%;
}

li a:hover {
    background-color: #701e1e;
}

.active-page {
    text-decoration: underline;
    text-decoration-color: #000000;
    text-underline-offset: 5px;
    text-decoration-thickness: 4px;
}




/* Button */
.button-50 {
    appearance: button;
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.button-50:focus {
    text-decoration: none;
}

.button-50:hover {
    text-decoration: none;
}

.button-50:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.button-50:not([disabled]):active {
    box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-50 {
        padding: 12px 50px;
    }
}

* {
    box-sizing: border-box
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}




#calendar {
    width: 40%;
    float: left;
    margin-left: 10%;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: white;
}

.fc-day-today {
    background-color: #f5f5f5;
    border: 2px solid #007bff;
}

.fc-day-disabled {
    background-color: #b4b4b4;
}

.green-day {
    background-color: #d4edda !important;
}

/* General button styles */
.fc-button {
    background-color: #18191a;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    background-image: none;
}

.fc-button:hover {
    background-color: #3f4346;
}

.fc-prev-button {
    border-radius: 0;
    background-image: none;
}

.fc-next-button {
    border-radius: 0;
    background-image: none;
}

.fc-prev-button:hover,
.fc-next-button:hover {
    background-color: #3f4346;
}

/* index.html*/
.background-img {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url('../img/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
    padding-bottom: 60px;
}


/* About Us */
#map {
    height: 400px;
    width: 100%;
}

#about-img-1 {
    width: 80%
}

/* Elements */
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url('../img/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
}

.about-page {
    position: relative;
    margin-top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url('../img/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
}

section {
    display: flex;
    align-items: center;
    margin: 20px;
    width: 80%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
}

.about-section section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    width: 60%;
    background-color: #ffffff00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
}

.about-section .content {
    width: 80%;
}

.section-menu img,
.section-booking img,
.section-about-us img,
.section-events img {
    aspect-ratio: 1/1;
}

.section-menu,
.section-booking,
.section-about-us,
.section-events {
    padding-left: 40px;
    background-color: rgba(255, 0, 0, 0.0);
}

section img {
    width: 40%;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}

.about-section section img {
    width: 80%;
    border-radius: 5px;
    margin: 10px 0;
    object-fit: contain;
}


.about-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url('../img/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
    padding-bottom: 60px;
}

/* Quote Styling */
.quote {
    font-size: 1.3rem;
    font-style: italic;
    color: #ecf0f1c4;
    text-align: center;
    padding: 30px 10px;
    background: rgba(212, 175, 55, 0.05);
    border-left: 4px solid #ECF0F1;
    margin-top: 0;
    margin-bottom: 40px;
    border-radius: 0 12px 12px 0;
    position: relative;
}

.quote::before {
    content: '"';
    font-size: 4rem;
    color: #ECF0F1;
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 0.3;
}

.content-card h3 {
    color: #ECF0F1;
}

section .section-booking img {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}

section .section-events img {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}

section .content {
    text-align: center;
    width: 45%;
    padding: 20px;
}

section .content h2 {
    margin: 10px 0;
    color: #ECF0F1;
}

section .content p {
    margin: 10px 0;
    color: #ECF0F1;
}

section .content button {
    background-color: #ECF0F1;
    color: rgb(0, 0, 0);
    border: none;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
}

section .content button:hover {
    transform: scale(1.05);
}

section .menu {
    width: 80%;
}

.menu {
    max-width: 40%;
    width: auto;
    height: auto; /* Ensure height is auto */
    aspect-ratio: auto; /* Let natural aspect ratio prevail */
    object-fit: contain; /* Prevent distortion */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    margin: 5px;
    flex: 0 0 auto; /* Changed from 50% to auto */
}

@supports (-webkit-touch-callout: none) {
    .menu-placeholder {
        min-height: -webkit-fill-available;
    }
    
    .menu-holder {
        min-height: auto;
    }
}

/* iPhone specific adjustments */
@media screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
    .menu {
        max-width: 90%;
        margin: 10px auto;
    }
    
    .menu-placeholder {
        padding: 20px 10px;
        min-height: auto;
    }
}

.menu-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; /* Changed from center */
    width: 100%;
    max-width: 1200px; /* Add max-width constraint */
    margin: 0 auto;
    padding: 10px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url('../img/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: auto; /* Remove min-height: 90vh */
}

.menu-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 60px); /* Account for potential header space */
    /* Or better yet, use: */
    min-height: 100dvh; /* Dynamic viewport height - better iOS support */
    text-align: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url('../img/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-subtitle {
    font-size: 1.4rem;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #ECF0F1;
    font-weight: 300;
}

.menu-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #ECF0F1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section {
    margin-top: 40px;
}

.notification-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #ECF0F1;
    font-weight: 500;
}

.action-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.action-buttons button {
    background-color: #ECF0F1;
    color: rgb(0, 0, 0);
    border: none;
    margin-top: 10px;
    padding: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
}

.event-poster {
    width: 60%;
    height: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.event-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 60%;
    /* Adjust this value to control the max width of the container */
    margin: 0 auto;
    /* Ensure the holder is centered within its parent */
}

hr.style-one {
    border: 0;
    width: 80%;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

@media (max-width: 768px) {
    .menu-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    .menu {
        max-width: 100%;
        height: auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }

    .event-poster {
        width: 80%;
        height: auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }

    .event-holder {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 80%;
        /* Adjust this value to control the max width of the container */
        margin: 0 auto;
        /* Ensure the holder is centered within its parent */
    }

}

@media (max-width: 480px) {
    .lside-arch {
        border-radius: 0px 100px 0px 0px;
    }

    .rside-arch {
        border-radius: 100px 0px 0px 0px;
    }

    .arch {
        width: 150px;
        height: 200px;
    }

    .menu-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        height: auto;
        padding: 0;
    }

    .menu {
        max-width: 100%;
        height: auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}

.loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}

.loading-logo {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    animation: logoFloat 2s ease-in-out infinite;
}

.loading-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1.2);
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.05); }
}

.loading-spinner {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(236, 240, 241, 0.3);
    border-top: 3px solid #ECF0F1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    color: #ECF0F1;
    font-family: "Dancing Script", cursive;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    animation: textPulse 1.5s ease-in-out infinite;
}

.loading-subtitle {
    color: rgba(236, 240, 241, 0.7);
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
}

@keyframes textPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.loading-dots {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    margin-left: 10px;
}

.loading-dots div {
    position: absolute;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ECF0F1;
    animation: loadingDots 1.2s linear infinite;
}

.loading-dots div:nth-child(1) { left: 4px; animation-delay: 0s; }
.loading-dots div:nth-child(2) { left: 16px; animation-delay: 0.4s; }
.loading-dots div:nth-child(3) { left: 28px; animation-delay: 0.8s; }

@keyframes loadingDots {
    0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
    40% { transform: scale(1.2); opacity: 1; }
}

/* Hide main content initially */
body.loading .green-section,
body.loading main,
body.loading footer {
    opacity: 0;
    visibility: hidden;
}

/* Toast */
#toast-container {
    position: fixed;
    top: 30vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: auto;
}

.toast {
    background-color: #8B0000;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 1em;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    width: auto;
}

.toast.show {
    opacity: 1;
}


/* Booking Page*/
.booking-page {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        url('../img/Background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
}

.booking-heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin: 0;
    padding-top: 30px;
    font-size: 2.5em;
    z-index: 3;
    color: #ECF0F1;
}

.menu-heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin: 0;
    padding-top: 30px;
    font-size: 2.5em;
    z-index: 3;
    color: #ECF0F1;
}

.events-heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 40px;
    margin: 0;
    padding-top: 40px;
    font-size: 2.5em;
    z-index: 3;
    color: #ECF0F1;
}

.booking-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #efefef;
    border-radius: 3rem;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5vh;
    z-index: 3;
}

.booking-main #calendar {
    order: 1;
}

.booking-main .details {
    order: 2;
}

.olive-holder-top {
    z-index: -2;
    float: left;
    position: absolute;
    max-height: 100%;
}

.olive-holder-bottom {
    z-index: -1;
    right: 0;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    max-height: 100%;
}

.details {
    float: left;
    margin-left: 10%;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 30%;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
    .booking-main {
        flex-direction: column;
        justify-content: center;
        margin-left: 5%;
        margin-right: 5%;
    }

    .booking-main #calendar {
        order: 1;
        width: 80%;
        height: auto;
    }

    .booking-main .details {
        order: 2;
    }

    .details {
        width: 80%;
        margin: 0;
        margin-left: 10%;
        margin-bottom: 40px;
    }
}


/* Dropdown*/
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    width: 100%;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: rgb(0, 0, 0);
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #2c2c2c;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid black;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Customer Inputs */
.customer-input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}

.hidden {
    display: none;
}

.error {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 320px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #ef665b;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
}

.error__icon {
    width: 20px;
    height: 20px;
    transform: translateY(-2px);
    margin-right: 8px;
}

.error__icon path {
    fill: #fff;
}

.error__title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.error__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: auto;
}

.error__close path {
    fill: #fff;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    section {
        flex-direction: column;
        text-align: center;
    }

    section img {
        width: 100%;
        margin: 0;
    }

    section .content {
        width: 100%;
        padding: 10px;
    }
}

footer {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #000000;
    color: white;
    flex-wrap: wrap;
}

footer .footer-section {
    flex: 1;
    padding: 10px;
}

.footer-heading {
    font-size: large;
    margin-bottom: 10px;
}

footer p {
    margin: 5px 0;
}

footer .find-us img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

footer .find-us a {
    margin-right: 10px;
    display: inline-block;
}



footer .find-us a:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    footer {
        flex-direction: column;
        align-items: center;
    }

    footer .footer-section {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }

    footer .find-us a {
        display: inline-block;
        margin-right: 15px;
    }
}