/* System CSS START */

.container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    max-width: 1200px;
}

.content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.left-section, .right-section {
    width: 45%;
    padding: 20px;
    border-radius: 25px;
}

.left-section {
    text-align: center;
    background-color: #2A2A2A;
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #121d2b;
}

.availability h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.booking {
    margin-top: 10px;
}

.sysButton {
    background-color: #065FBE;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.4em;
    cursor: pointer;
    border-radius: 12px;
}

.sysButton:hover {
    background-color: #0056b3; /*button hover*/
    transform: scale(1.1);
    
}

.right-section h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #065fbe;
}

.qr-container {
    /* width: 100%; */
    padding: 30px;
    background-color: #2a2a2a;
    border-radius: 12px;
    margin-bottom: 20px;
}

#downloadLink {
    background-color: #0056B3;
    color: white;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
}

#downloadLink:hover {
    background-color: #0056b3;
    transform: scale(1.1);
    
}

#passwordContainer h4 {
    color: #0056b3;
    margin-top: 20px;
}

.hidden {
    display: none;
}

/* System CSS END */
/* Body CSS START */

.bordered-text {
    display: inline-block;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 25px;
}

body {/* Change the whole body styles */
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #fff;
    margin: 0;
    padding: 0;
    
}

.anek-devanagari{/* Body */
    font-family: "Anek Devanagari", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"width" 100;
}

.montserrat{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 365;
  font-style: normal;
}    

.shadow{
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.8);
}
.shadow2{
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 1);
}

.fixed-image {
    position: fixed;
    top: 10px; 
    left: 100px; 
    z-index: 1000; 
}
.mainImage{
    padding-top: 250px; 
    padding-bottom: 300px;
    width: 700px;
}
.align{
    width: 80%;
    margin: auto;
}
.tbl{
    position: fixed;
    top: 0px;
    right: 100px;
    z-index: 1000;
    color: #FFFFFF;

}

body {
    background-size: cover; /* Makes the background cover the whole page */
    background: radial-gradient(circle, #202730, #1B232E);
    width: auto;
 }

/* .align {  padding: 0 20px; /* Add padding on both sides */

/* Nav tab */

.nav-tabs {
    display: flex;
    list-style-type: none;
    padding: 0;
    background-color: #192754 ;
    border: 0px solid #ccc; /* Add border to the entire tab container */
    border-radius: 10px; /* Optional: rounded corners */
    overflow: hidden; /* Ensures the borders are cleanly displayed */
}

.nav-tabs li {
    flex: 1;
    display: inline-block;
    margin-right: -4px; /* Removes gaps between inline-block elements */
}

.nav-tabs a {
    display: block;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #192754 /*#052FB0*/;
    border-right: 1px solid #ccc; 
}
    

.nav-tabs a:hover {
    background-color: #0056b3;
}

.nav-tabs a.active {
    background-color: #009BD6;
     border-bottom: none; 
}

/* Content style */
.tab-content {
    /*padding-left: 100px;
    padding-right: 100px;*/
/*            background-color: rgba(255, 255, 255, 0.3);*/
    display: none;
}

.tab-content.active {
    display: block;
}

.custom-link {
    color: rgb(255, 255, 255); /* Change the color to your desired color */
    text-decoration: none; /* Optional: remove the underline */
}
a:hover {
    color: rgb(122, 122, 122); /* Color when the user hovers over the link */
}


/* Body CSS END */
/* Send msg CSS START */

.telegram-form {
    position: relative; /* Needed for absolute positioning of the image */
    text-align: center;
    max-width: 300px;
    width: 100%;
}

textarea {
    width: 180px;
    height: 48px; /* Adjust height as needed */
    margin-bottom: 10px;
    padding: 10px;
    padding-right: 40px; /* Add space for the image */
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 14px;
    box-sizing: border-box; /* Includes padding in width calculation */
}
textarea::placeholder {
    font-family: "Anek Devanagari", sans-serif;
    text-align: left center;
  }

.send-image {
    position: absolute;
    /* top: 50%;
    right: 10px;*/
    transform: translateY(-50%); 
    width: 42px; /* Adjust size as needed */
    height: 42px;
    cursor: pointer;
    padding-bottom: 11px;
    padding-left: 5px;
}

/* Send msg CSS END */



.containerA {
            background-color: #2A2A2A;
            padding: 20px;
/*            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
            border-radius: 10px;
            text-align: center;
        }

        table {
            border-collapse: collapse;
            margin: 0 auto;
        }

        td {
            padding: 5px;
        }

        .lockerButton {
            width: 100px;
            height: 100px;
            background-size: cover;
            background-position: center;
            background-color: #2A2A2A;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .lockerButton:hover {
            transform: scale(1.1);
        }

        .available {
            background-image: url('A3av.png'); /* Replace with the path to your available PNG */
        }

        .unavailable {
            background-image: url('A3un.png'); /* Replace with the path to your unavailable PNG */
            cursor: not-allowed;
        }

        button.unavailable {
            pointer-events: none; /* Disable click for unavailable slots */
        }


/* animated Background */

        #particles-js {
            position: fixed;
            padding-top: 0px;
            width: 100%;
            height: 100vh;
            background-color: #1c2229; 
            top: 0;
            left: 0;
            z-index: -1; 
        }
        
@media screen and (max-width:600px) {

    .fixed-image {
        position: fixed;
        top: 10px; 
        left: 20px; 
        z-index: 1000; 
    }

    .mainImage {
        width: 300px;
        padding-top: 300px ;
        padding-left: 35px;
        padding-bottom: 100px ;
    }
    .containerA{
        display: none;
    }
    #P1, #P2{
        display: none;
    }
    #about{
        display: none;
    }
    
    .left-section, .right-section {        
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 10px;
        padding-bottom: 30px;
        width:100%; 
        border-radius: 25px;
    }
    
    .right-section {  
        display: flex;
        width:100%;         
        align-items: center;
        background-color: #121d2b;
    }
    
    body {
        background-size: 80%; 
        background: radial-gradient(circle, #202730, #1B232E);
        width: 50%;
        /* overflow-y: hidden; */
        height: 100%;        
     }
    
    .content {
        display: flex;              
        flex-direction: column;
    } 
    
    .nav-tabs {
        flex-direction: column;
    }

    .booking, .availability {
        margin: 10px 0;
    }
    
    table {
        border-collapse: collapse;
        margin: 100%;
    }
       
    }    
    
    
    