@import 'nav.css';
@import 'contacts.css';

.hero-section {
    width: 100%;
    height: 40vh;
    background-image: url('../img/hero-banner-new.PNG?v=2');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
}


/*Carousel 1 Section */

.mySlides {
    padding-top: 10px;
    text-align: center;
    font-size: 1.5vw;
    display: none
}

.slideshow-container {
    width: auto;
    position: relative;
    margin: 0px auto;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.static-text1 {
    margin: 0 auto;
    padding-top: 0px;
    display: block;
    position: relative;
    align-items: center;
    text-align: center;
    width: 85%;
    font-size: 3vw;
}

.static-text2 {
    margin: 0 auto;
    padding: 10px;
    display: block;
    position: relative;
    align-items: center;
    text-align: center;
    width: 85%;
    font-size: 3vw;
}


/* stand out cards */

.packages {
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 20px;
    background-color: rgb(15, 75, 150);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
}

.packages h1 {
    text-align: center;
    text-shadow: 2px 2px rgba(100, 88, 88, 0.7);
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 10px;
}

.packages p {
    color: rgb(206, 18, 121);
    font-size: .90vw;
    font-weight: 300;
    padding: 0 0 0 20px;
}

.packages span {
    text-align: center;
}

.packages .row {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.packages-col {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
}

.packages-col2 {
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
}

.packages-col h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    font-size: 1.25vw;
}

.addinfo {
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 10px;
    background-color: rgb(235, 145, 85);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
}

.addinfo h1 {
    text-align: center;
    text-shadow: 2px 2px rgba(100, 88, 88, 0.7);
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 10px;
}

.packages-col a {
    display: none;
}

@media screen and (max-width: 1200px) {
    .packages-col {
        flex-basis: 31%;
        background: #fff3f3;
        border-radius: 10px;
        margin-bottom: 5%;
        padding-left: 0vw;
        padding-right: 3vw;
        box-sizing: border-box;
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
    }

    .packages-col2 {
        flex-basis: 31%;
        background: #fff3f3;
        border-radius: 10px;
        margin-bottom: 5%;
        padding: 3vw;
        box-sizing: border-box;
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
    }

    .packages .row {
        flex-direction: column;
    }

    .packages-col h3 {
        text-align: center;
        font-weight: 600;
        margin: 10px 0;
        font-size: 3vw;
    }

    .packages p {
        color: rgb(206, 18, 121);
        font-size: 2.5vw;
        font-weight: 300;
        padding: 0 0 0 10vw;
    }

    .packages-col a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        text-decoration: none;
    }

    .Book-Now-Button {
        background-color: blueviolet;
        align-items: center;
        cursor: pointer;
        font-size: 3.5vw;
        color: white;
        border: 1px solid black;
        border-radius: 6px;
        box-sizing: border-box;
        box-shadow: 1px 0 25px 0px rgba(0, 0, 0, 0.7);
        list-style: none;
    }
}

.packages-logo {
    position: absolute;
    max-height: 60px;
    z-index: 1;
}

.footer {
    width: 100%;
    min-height: 100px;
    background-color: black;
    background-position: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.foot-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    justify-content: center;
    gap: 100px;
}

.foot-div {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-div {
    text-align: center;
    color: cornsilk;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 12px;
    box-sizing: border-box;
}

.row-div a {
    text-decoration: none;
    color: white;
    border: none;
    font-size: 16px;
}

.foot-link {
    text-decoration: none;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: normal;
}

.copyright {
    width: 100%;
    min-height: 40px;
    background-color: black;
    background-position: center;
    margin-top: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p {
    width: 100%;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

.image-note {
    width: 100%;
    height: 40vh;
    background-image: url('../img/Image-4.jpg');
    background-position: top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
}

hr {
    width: 40%;
    margin: auto;
    text-align: left;
    padding: 1px;
    background-color: black;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.7);
    margin: 30px auto;
}

.first-pop {
    background-color: yellow;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    padding: 10px;
    text-shadow: 1px 1px rgba(153, 141, 34, 0.7);
}
.image{
    position:relative;
        text-align:center;
    }
    .image img{
        margin-top:2%;
        width: 95%;
    }
    .placeincenter, .placeincenter2, .placeincenter3, .placeincenter4, .placeincenter5, .placeincenter6{
        position:absolute;
        display:block;
        left:0px;
    }
    .placeincenter{
        margin-top:30%;
        margin-left:71%;
    }
    .placeincenter2{
        margin-top:48%;
        margin-left:71%;
    }
    .placeincenter3{
        margin-top:65%;
        margin-left:71%;
    }
    .placeincenter4{
        margin-top:30%;
        margin-left:75%;
    }
    .placeincenter5{
        margin-top:48%;
        margin-left:75%;
    }
    .placeincenter6{
        margin-top:65%;
        margin-left:75%;
    }
    .ab-btn{
        background-color:yellow;
        border-radius:10px;
        padding:2px;
        font-size: 3vw;
        opacity:55%;
        transition: opacity 1s;
    
    }
    .flexthis{
        width:100%;
        display:flex;
        flex-direction: column;
    }
    .ab-btn:hover{
        transition:opacity 0.2s;
        opacity:100%;
    }
    .ab-btn:active{
        transform: translate(0, 5px);
        background-color:lightyellow;
    }
    .goodstuff{
        margin-top:25px;
        width:100%;
        text-align:center;
    }
    .op-100{
        opacity:100%;
        transition: background-color 0.5s;
        margin-bottom:10px;
    }
    .op-100:hover{
        background-color:red;
        transition: background-color 0.5s;
    }
@media screen and (max-width: 1000px) {
    .placeincenter4, .placeincenter5, .placeincenter6{
        margin-left:74%;
    }
    .ab-btn2{
        font-size: 2.5vw;
    }
}
    
@media screen and (max-width: 500px) {
    .addinfo img {
        left: -12px;
        margin-top: -30px;
    }
}

.input-group-honey {
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: -100%;
}

/* Payment Options Styling */
.payment-options {
    max-width: 500px;
    margin: 0 auto;
}

.payment-section {
    text-align: center;
    padding: 20px;
    border: 2px solid #ffeb3b;
    border-radius: 15px;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    box-shadow: 0 8px 25px rgba(255, 235, 59, 0.3);
}

.payment-section h3 {
    color: #ffeb3b;
    margin-bottom: 15px;
    font-size: 1.4em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.payment-info {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.payment-button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin: 15px 0;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    border: 3px solid #ff6b6b;
    font-size: 1.2em;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
    position: relative;
    overflow: hidden;
}

.payment-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.6);
    background: linear-gradient(135deg, #ff5252 0%, #d84315 100%);
}

.payment-button:active {
    transform: translateY(0);
}

.payment-button small {
    display: block;
    font-size: 0.85em;
    margin-top: 8px;
    opacity: 0.9;
    font-weight: normal;
}

.deposit-button {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    border-color: #4caf50;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.4);
}

.deposit-button:hover {
    background: linear-gradient(135deg, #43a047 0%, #2e7d32 100%);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.6);
}

.full-payment-button {
    background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
    border-color: #2196f3;
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.4);
}

.full-payment-button:hover {
    background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.6);
}

.private-takeover {
    background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
    border-color: #9c27b0;
    box-shadow: 0 5px 15px rgba(156, 39, 176, 0.4);
}

.private-takeover:hover {
    background: linear-gradient(135deg, #8e24aa 0%, #6a1b9a 100%);
    box-shadow: 0 8px 25px rgba(156, 39, 176, 0.6);
}

.payment-separator {
    margin: 20px 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffeb3b;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    position: relative;
}

.payment-separator:before,
.payment-separator:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 35%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffeb3b, transparent);
}

.payment-separator:before {
    left: 0;
}

.payment-separator:after {
    right: 0;
}

/* Processing Message Styling */
.processing-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.processing-overlay {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    padding: 40px;
    border-radius: 15px;
    border: 3px solid #ffeb3b;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.processing-content p {
    color: #fff;
    font-size: 1.2em;
    margin: 15px 0 0 0;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #333;
    border-top: 4px solid #ffeb3b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Booking Confirmation Styling */
.booking-confirmation {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    border: 3px solid #4caf50;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.booking-confirmation h2 {
    color: #4caf50;
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.confirmation-details {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 235, 59, 0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    text-align: left;
}

.confirmation-details p {
    color: #fff;
    margin: 10px 0;
    font-size: 1.1em;
}

.confirmation-details strong {
    color: #ffeb3b;
}

.confirmation-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

.print-button,
.new-booking-button {
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.print-button {
    background: linear-gradient(135deg, #607d8b 0%, #455a64 100%);
    color: white;
}

.print-button:hover {
    background: linear-gradient(135deg, #546e7a 0%, #37474f 100%);
    transform: translateY(-2px);
}

.new-booking-button {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
}

.new-booking-button:hover {
    background: linear-gradient(135deg, #ff5252 0%, #d84315 100%);
    transform: translateY(-2px);
}

/* Error Message Styling */
.error-message {
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #f44336;
    animation: slideInDown 0.3s ease;
}

.error-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.error-icon {
    font-size: 1.3em;
    margin-right: 10px;
}

.error-text {
    flex: 1;
    font-weight: bold;
}

.error-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    padding: 0 5px;
    border-radius: 3px;
    transition: background 0.2s ease;
}

.error-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .confirmation-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .print-button,
    .new-booking-button {
        width: 200px;
    }
    
    .payment-section {
        margin: 10px;
        padding: 15px;
    }
    
    .processing-overlay {
        margin: 20px;
        padding: 30px 20px;
    }
}

/* Guest Limit and Form Error Styling */
.guest-limit-note {
    font-size: 0.8rem !important;
    margin-top: 5px !important;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

input.error,
select.error {
    border-color: #f44336 !important;
    box-shadow: 0 0 8px rgba(244, 67, 54, 0.4) !important;
    background-color: rgba(244, 67, 54, 0.05) !important;
}

input.error:focus,
select.error:focus {
    border-color: #f44336 !important;
    box-shadow: 0 0 12px rgba(244, 67, 54, 0.6) !important;
}

.guest-limit-note.error {
    background: rgba(244, 67, 54, 0.1);
    border-color: rgba(244, 67, 54, 0.5);
    color: #f44336 !important;
}

.guest-limit-note.success {
    background: rgba(76, 175, 80, 0.1);
    border-color: rgba(76, 175, 80, 0.5);
    color: #4caf50 !important;
}

/* Input group styling for guest count */
.guest-count-field input[type="number"] {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 1em;
    transition: all 0.3s ease;
}

/* Private Takeover Confirmation Styling */
.private-takeover-confirmation {
    margin-top: 20px;
    text-align: center;
}

.private-takeover-confirmation h3 {
    color: #ffeb3b;
    font-size: 1.8em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.confirmation-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);
    border: 2px solid #ffeb3b;
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.confirmation-card .selected-date {
    background: rgba(255, 235, 59, 0.1);
    border: 1px solid rgba(255, 235, 59, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #ffeb3b;
    font-size: 1.2em;
}

.confirmation-card .event-details {
    text-align: left;
    margin: 20px 0;
}

.confirmation-card .event-details p {
    color: #4caf50;
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 500;
}

.confirmation-card .next-steps {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.confirmation-card .next-steps p {
    color: #ccc;
    font-style: italic;
    margin: 0;
    line-height: 1.5;
}

.confirmation-card em {
    color: #ffeb3b;
}

.guest-count-field input[type="number"] {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 235, 59, 0.5);
    border-radius: 8px;
    color: white;
    font-size: 1.1em;
    transition: all 0.3s ease;
}

.guest-count-field input[type="number"]:focus {
    border-color: #ffeb3b;
    box-shadow: 0 0 10px rgba(255, 235, 59, 0.4);
    background: rgba(255, 255, 255, 0.15);
}

.guest-count-field input[type="number"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Chrome, Safari, Edge, Opera - hide spinner arrows */
.guest-count-field input[type="number"]::-webkit-outer-spin-button,
.guest-count-field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox - hide spinner arrows */
.guest-count-field input[type="number"] {
    -moz-appearance: textfield;
}
