/* General Styles */
body {
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

nav.fixed-top{
    height: 61px;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.1em;
}

.navbar-nav{
    padding: 10px;
}

.home-section {
    height: 100vh;
    position: relative;
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;  
    width: 100%;
    position: absolute;
    top: 0; 
    left: 0; 
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
    object-fit: cover; 
}

.home-inner {
    position: relative;
    color: white;
    top: 50%;
    transform: translateY(-50%);
}

.home-inner h1 {
    font-size: 3em;
    font-weight: bold;
}

.home-inner p {
    font-size: 1.3em;
}

section {
    padding: 60px 0;
}

.bg-light {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.text-white {
    color: #fff !important;
}
.text-shadow{
    text-shadow: 0px 5px 10px #0000007a;
}
footer {
    background-color: #212529;
}

.card {
    margin-bottom: 30px;
}

.card-title {
    font-size: 1.25em;
    font-weight: bold;
}

.card-text {
    font-size: 1em;
}

.btn-outline-primary {
    border-radius: 0;
}

.btn-primary {
    border-radius: 0;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Contact Form */
form .form-control {
    border-radius: 0;
}

.fc-daygrid-event {
    pointer-events: none !important;
}
.fc-daygrid-day-top {
    pointer-events: none !important;
}

/* Media Queries */
@media (max-width: 768px) {
    .home-inner h1 {
        font-size: 2.5em;
    }

    .home-inner p {
        font-size: 1.1em;
    }
}

video {
    display: inline-block;
    *display: inline;
    *zoom: 1; 
}

audio:not([controls]) {
display: none;
height: 0; }

[hidden] {
display: none; }

#video-bg{
    height:300px;
    top: 50px;
    margin-bottom: calc(25px + 3vw);
}

#video-content{
    width:100%;
    height:200px;
    padding-top:100px;
    position:relative;
    background:rgba(17,17,17,0.5);
    text-align:center
}
#video-content h5{
    margin-top: 0px;
    font-size: 80px;
    font-weight: 450;
    line-height: 80px;
    font-family: 'Catamaran', sans-serif;
    width: 100%;
    height: 250px;
    color: #fff;
}

@media (max-width: 1049px){
    #video-content h5{
      margin-top: 0px;
      font-size: calc((100vw + 1 * (100vw + 1 * (100vh + 1 * (100vh)))) * 0.019);
      line-height: 60px;
    }
}
#video-content p{
color:#ffffff
}

video{
display:inline-block;
vertical-align:baseline
}

/* Booking Modal Styles */
#bookingModal .modal-body {
    padding: 20px;
}

.modal-body {
    overflow: visible !important;
    height: auto !important;
}

#bookingModal h5 {
    margin-bottom: 20px;
}

#timeSlots button {
    margin: 5px;
}

#passengerForms .passenger-form {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 15px;
}

#bookingSummary {
    margin-bottom: 20px;
}

#bookingSummary table {
    width: 100%;
}

#bookingSummary th, #bookingSummary td {
    padding: 10px;
    text-align: left;
}

#bookingSummary th {
    background-color: #f8f8f8;
}

/* Additional styling for the time slot section */
#timeSlotsContainer {
    margin-top: 20px;
}

#timeSlots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#timeSlots .btn {
    flex: 0 0 auto;
    border-radius: 20px;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s, color 0.3s;
}

#timeSlots .btn-outline-primary {
    border: 2px solid #007bff;
    color: #007bff;
    background-color: #fff;
}

#timeSlots .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

/* Reduce the padding inside day cells */
.fc-daygrid-day-frame {
    padding: 2px !important; 
}

.fc-daygrid-day-top {
    line-height: 1.2;
}

.fc .fc-daygrid-day-events {
    margin-top: 2px !important;
}

#availabilityCalendar {
    overflow: visible; 
    max-height: none; 
    height: auto; 
}

.fc-bg-event{
    background: #00ff00 !important;
    opacity: .35 !important;
}