body {
    background-color: #FFF5E0;
    font-family: 'Nunito', sans-serif;
    margin: 0;
}



/********************************* BOOK ME PAGE *********************************************/

.nav {
    background-color: #17344b;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-form-h1 {
    color:#17344b;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    margin-left: 130px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.confirm-p {
    color:#000000;
    font-family: 'Nunito', sans-serif;
}

/* Styles for the form container */
/* .form-container {
    background-image:url('/ASSETS/location-mark.png');
    background-size: cover;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.61);
    background-color:#17344b8e;
} */

#form-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.61);
    overflow: hidden;
  }
  
  #form-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/ASSETS/location-mark.png');
    width: 400px;
    height: 405px;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none; 
  }
  

input {
    background-color: transparent !important;
    border-color: black !important;
}

select {
    background-color: transparent !important;
    border-color: black !important;
}


#confirmation-form {
    display: none;
    position: relative;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.644);
    overflow: hidden;
  }
  
  #confirmation-form::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('/ASSETS/location-mark.png');
    width: 400px;
    height: 405px;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none; 
  }
  
  

#confirmation-form button {
    background-color: #17344b !important;
    border-color: #17344b !important;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;

}

#confirmation-form button:hover {
    background-color: #ffc03d !important;
    color: black !important;
}

.payment {
    display: flex;
    flex-direction: row;
}

.date-time {
    display: flex;
    flex-direction: row;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.btn-primary {
    background-color: #17344b !important;
    border-color: #17344b !important;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #ffc03d !important;
    color: black !important;
}

.footer-home-button {
    background-color: #17344b !important;
    border-color: #17344b !important;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.footer-home-button:hover {
    background-color: #ffc03d !important;
    color: black !important;
}


@media (max-width: 700px){
    .nav {
        background-color: #17344b;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .confirm-p {
        color:#000000;
        font-family: 'Nunito', sans-serif;
    }
    
    /* Styles for the form container */
    /* .form-container {
        background-image:url('/ASSETS/location-mark.png');
        background-size: cover;
        width: 100%;
        max-width: 600px;
        margin: 20px auto;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.61);
        background-color:#17344b8e;
    } */
    
    #form-container {
        position: relative;
        width: 90%;
        margin: 20px auto;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.61);
        overflow: hidden;
      }
      
      #form-container::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url('/ASSETS/location-mark.png');
        width: 100%;
        height: 405px;
        background-size: cover;
        opacity: 0.2;
        pointer-events: none;
      }
      
    
    input {
        background-color: transparent !important;
        border-color: black !important;
    }
    
    select {
        background-color: transparent !important;
        border-color: black !important;
    }
    
    
    #confirmation-form {
        display: none;
        position: relative;
        max-width: 600px;
        margin: 20px auto;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.644);
        overflow: hidden;
      }
      
      #confirmation-form::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url('/ASSETS/location-mark.png');
        width: 100%;
        height: 405px;
        background-size: cover;
        opacity: 0.2;
        pointer-events: none; 
      }
      
      
    
    #confirmation-form button {
        background-color: #17344b !important;
        border-color: #17344b !important;
        color: #fff !important;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    
    }
    
    #confirmation-form button:hover {
        background-color: #ffc03d !important;
        color: black !important;
    }
    
    .payment {
        display: flex;
        flex-direction: row;
    }
    
    .date-time {
        display: flex;
        flex-direction: row;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-control {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    
    .btn-primary {
        background-color: #17344b !important;
        border-color: #17344b !important;
        color: #fff !important;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .btn-primary:hover {
        background-color: #ffc03d !important;
        color: black !important;
    }
    
}

#footer {
    background-color: #333;
    color: #fff;
    padding: 50px;
    font-family: 'Nunito', sans-serif;
}



.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-content .footer-logo {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.footer-content .footer-logo .footer-img {
    width: 180px;
    height: auto;
}

.footer-content .footer-info,
.footer-content .footer-links,
.footer-content .footer-contact {
    flex: 1;
    min-width: 200px;
    padding: 0 20px;
}

.footer-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #FFC03D;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content ul li {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #555;
}

.footer-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    color: #818181;
    font-size: 30px;
    margin: 20px 10px 10px 10px;
}

.footer-icon:hover {
    color: #FFC03D;
    transform: scale(1.05);
}

@media (max-width: 700px){
    #footer {
        background-color: #333;
        color: #fff;
        padding: 20px 40px;
        font-family: 'Nunito', sans-serif;
    }
    
    .footer-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .footer-content .footer-logo {
        flex: 1;
        text-align: center;
        padding: 30px 20px;
    }
    
    .footer-content .footer-logo .footer-img {
        width: 180px;
        height: auto;
    }
    
    .footer-content .footer-info,
    .footer-content .footer-links,
    .footer-content .footer-contact {
        flex: 1;
        min-width: 300px;
        padding: 0px;
    }

    .footer-links {
        display: none;
    }
    
    .footer-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #FFC03D;
        font-family: 'Open Sans',sans-serif;
        font-weight: bold;
    }
    
    .footer-content ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-content ul li {
        font-family: 'Nunito', sans-serif;
        margin-bottom: 10px;
    }
    
    .footer-content a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-bottom {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #555;
    }
    
    .footer-div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer-icon {
        color: #818181;
        font-size: 30px;
        margin: 20px 10px 10px 10px;
    }
    
    .footer-icon:hover {
        color: #FFC03D;
        transform: scale(1.05);
    }
}
