.video_slideshow {
    position: relative;
    height: calc(110vh - 99px);
    width: 100%;
    overflow: hidden;
    background-color: black;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    transition: opacity 1.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.accm_mdl_mc {
    display: flex;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    font-family: "Afacad", sans-serif;
    color: #001b04;
}

/* Header Booking Info Title */
.accm_bf_hdr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    font-size: 40px;
    font-family: "Roustel", serif;
    color: #5f7536;
}

.accm_bf_hdr img {
    height: 80px;
    width: auto;
}

/* Notification Alert Banner */
.accm_mdl_mc > div[style*="background-color: #baffbb"] {
    border-radius: 6px;
    line-height: 1.5;
    border: 1px solid #a3e7a5;
    box-sizing: border-box;
    font-size: 16px !important; 
}

.accm_ct_mc {
    width: 100%;
    box-sizing: border-box;
}

.accm_ct, .accm_ct_lc {
    width: 100%;
}

.accm_ct_lc{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.accm_ct_hdr {
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    font-size: 45px;
    font-family: "Roustel", serif;
    color: #5f7536;
}
.accm_ct_hdr img {
    height: 70px;
    width: auto;
}



.accm_mdl_sc, .accm_mdl_sc form {
    width: 100%;
}

.accm_pd_il, .accm_pd_ir{
    flex: 1;
}

.accm_pd_ir{
    text-align: end;
}


.accm_bf_ic {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}


.accm_bf_ipt {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    flex: 1 1 calc(50% - 10px);
    min-width: 260px; 
    box-sizing: border-box;
}
.accm_bf_ipt div[style*="display: block;"] {
    display: width !important;
    width: 100% !important;
}
.accm_ipt_dt::-webkit-date-and-time-value {
    text-align: left !important;
    width: 100%;
    margin: 0;
    line-height: 45px;
}

.accm_bf_ipt:only-child {
    flex: 1 1 100%;
}
.accm_ipt_dt {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: flex !important;
    align-items: center;
    min-height: 45px !important; 
}


.accm_ipt_dt,
.accm_ipt_num,
.accm_ipt_txt {
    height: 45px;
    width: 100%;
    padding: 0 12px;
    font-family: inherit;
    font-size: 16px; 
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.accm_ipt_dt:focus,
.accm_ipt_num:focus,
.accm_ipt_txt:focus {
    border-color: #5f7536;
    box-shadow: 0 0 0 3px rgba(95, 117, 54, 0.12);
}


input:disabled {
    background-color: #f7f9fa;
    color: #6c757d;
    border-color: #e2e5e8;
    cursor: not-allowed;
    opacity: 1; 
}


.accm_sb {
    width: 100%;
    height: 48px;
    background-color: #5F7536;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.accm_sb:hover {
    background-color: #5f7536;
}

.accm_sb:active {
    transform: scale(0.99);
}


.gallery_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.gallery_view_container {
    position: relative;
    max-width: 85%;
    max-height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#galleryActiveImg {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.gallery_caption {
    color: #ffffff;
    font-size: 20px;
    margin-top: 15px;
    font-family: 'Afacad', sans-serif;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
}

.gallery_close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 300;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s;
    z-index: 1000000;
}

.gallery_close:hover {
    color: #5f7536;
    transform: scale(1.1);
}

.gallery_nav {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    align-items: center;
    text-align: center;
    transform: translateY(-40%);
    background: rgba(255, 255, 255, 0.08);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s, transform 0.1s;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery_nav img{
    height: 20px;

}

.gallery_nav:hover {
    background: rgba(255, 255, 255, 0.25);
}

.gallery_nav:active {
    transform: translateY(-50%) scale(0.95);
}

.gallery_prev {
    left: 40px;
    
}

.gallery_next {
    right: 40px;
    
}

@media (max-width: 768px) {
    .gallery_prev { left: 10px; }
    .gallery_next { right: 10px; }
    .gallery_nav { font-size: 20px; padding: 12px 16px; }
    .gallery_close { top: 15px; right: 20px; font-size: 35px; }
}


@media (max-width: 520px) {
    .accm_bf_hdr {
        font-size: 30px;
    }
    .accm_bf_ic {
        gap: 15px;
    }
    .accm_bf_ipt {
        flex: 1 1 100%; 
    }
}