/* General body styles */
body {
    font-family:'Inter', sans-serif;
    background-color: #f8f9fa; /* Light grey background */
}
/* Header Styles */
header {
    background-color: #ecbd0d; /* Blue background for the header */
    color: white; /* White text color */
    padding: 20px 0; /* Padding for spacing */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
}

header h1 {
    font-size: 16px; /* Larger text size for the website name */
}

header nav {
    margin-top: 10px; /* Margin above the navigation */
}

header .nav-item {
    margin-right: 15px; /* Space between navigation items */
}

header .nav-link {
    color: white; /* White text for navigation links */
    font-size: 16px; /* Slightly larger font size for links */
    text-transform: uppercase; /* Uppercase text for navigation */
}

.heading {
    display: ruby;
}

.event-heading{
    font-size:32px;
}
.upcoming{
    font-size:13px;
    background-color: #ecbd0d;
    border-radius: 16px;
}
.booking{
    text-align: center;
    background-color: #ffff;
    border: 2px solid #C8C8C8;
    border-radius: 10px;
}
#countdown-timer {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}
.time-box div {
    font-size: 2rem;
    background-color: #856900;
    color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid white;
}
.time-box span {
    margin-top: 5px;
    font-size: 0.9rem;
    color: white;
}
.booking p{
    color:white;
    font-weight: 700;
}
.description {
    margin-top: 50px;
}
.profile img{
    height:50px;
}
.profile p{
align-content: center;
}
.profile{
    display:flex;
    justify-content: center;
    gap:20px;
}
.form-design{
background-size: cover;
 background-repeat: no-repeat; 
background-position: center;
padding: 20px;
color:white;
}
p.bar {
    content: "";
    background-color: #ffffff;
    width: 2px;
    height: 49px;
}
.event_detail{
    margin-right: 20px;
}
/* Footer Styles */
footer {
    background-color: #ecbd0d; /* Dark background for footer */
    color: white; /* White text color */
    padding: 20px 0; /* Padding for spacing */
    text-align: center; /* Center-align footer text */
}

footer .footer-links {
    margin-top: 10px; /* Space above the links */
}

footer .footer-links a {
    color: #f8f9fa; /* Light color for footer links */
    text-decoration: none; /* Remove underline from links */
    margin: 0 15px; /* Space between links */
}

footer .footer-links a:hover {
    text-decoration: underline; /* Underline on hover */
}

.btn-white {
    background:#fff !important;
    color:#000;
}

.g-recaptcha {
    display: inline-block;
}
.cus_login_content{
    font-size: 18px;
    font-weight: 500;
    font-family: Inter;
    font-style: italic;
}
.cus_login_sub_content{
    font-size: 16px;
    font-weight: 600;
    font-family: Inter;
}
/*customer dashboard login section*/ 
@media (max-width: 991px) { /* Hide on tablets and smaller devices */
    .col-md-6.col-12.auth-page.d-flex.flex-column.justify-content-end.customer_login_left_sec  {
        display: none !important;
    }
}

@media (min-width: 992px) { /* Show only on desktop */
    .col-md-6.col-12.auth-page.d-flex.flex-column.justify-content-end.customer_login_left_sec  {
        display: flex !important;
    }
}
/* Mobile Styling */
@media (max-width: 767px) {

    .img_logo {
        text-align: center;
    }

    h2.site-tite {
        text-align: center;
    }

}
@media (max-width: 768px) {
    .navbar-toggler {
        position: absolute;
        right: 0;
        top: -40px;
    }
    .navbar {
        text-align: center;
    }
    .event-heading {
        font-size: 24px;
        margin:0;
    }
    .booking {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .event_detail{
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width:1068px) {
    .time-box {
        width: 40px;
    }
    .time-box div {
        width: 46px;
    }
}
 /* Style for Registration Form Popup frontend*/
 #registerFormContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  /* Overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* Style for OTP Popup */
#otpBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  /* Overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#login-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  /* Overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#reset-password-section
{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.card {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
}

/* for customer login */
.auth-page {
    background-image: url(/assets/dist/img/customer-login-design.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ECBD0D;
    height: auto;
}
.carousel-indicators button {
    width: 12px;
    height: 12px;
    background-color: #000;
    border: 1px solid #fff;
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: #780D53;
    opacity: 1;
}
.customer-login-button{
    background-color: #780D53 !important; 
    color: white !important;
}
@media (max-width: 768px) {
    .auth-page {
        background-position: center;
    }
}