
body {
    background-color: #000;
    overflow-x: hidden;
}
.menu a,
.pages a {
    text-decoration: none;
}
table {
    width: 100%;
    text-align: center;
}
#search-form {
    background-color: #212529;
    border-radius: 10px;
    padding: 8px 4px;
}
#month,
#search,
#year {
    width: 30%;
    margin: 8px 1%;
    height: 40px;
    font-size: 1em;
    font-weight: 700;
    padding: 8px;
}
@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.pages {
    width: 100%;
}
.home,
.menu a:hover {
    background-color: #fff;
}
.pages td {
    padding: 8px;
    font-size: 20px;
    width: 25%;
    border: 2px solid #000;
}
.pages a {
    color: #69eefb;
}
.menu a,
h1 {
    color: #fff;
    font-weight: 700;
}
@media (max-width: 768px) {
    .pages tbody {
        justify-content: space-around;
        padding: 5px;
    }
    .pages td {
        min-width: 20%;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .app-container {
        flex-direction: column;
        gap: 20px !important;
    }
    h3 {
        font-size: 22px !important;
    }
}
body {
    margin: 0;
    padding: 0;
}
.menu-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
}
@media (max-width: 768px) {

    .menu {
        display: flex !important;   /* inline-flex remove */
        flex-wrap: wrap !important; /* wrap allow */
        min-width: auto !important; /* overflow fix */
        justify-content: center;
    }

    .menu a {
        white-space: normal !important; /* text break allow */
        padding: 8px 12px !important;   /* small padding */
        font-size: 13px;
    }

}
.menu a:hover {
    transform: translateY(-2px);
}
.yellow {
    background-color: #1e88e5;
}
/* Body scroll fix */
html, body {
    overflow-x: hidden;
}

/* Header */
.site-header {
    width: 100%;
    background: #000;
    text-align: center;
}

.header-container {
    display: block; /* flex remove */
    padding: 10px 15px;
}
.logo {
    text-align: center;
    margin-bottom: 10px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.menu-wrapper {
    flex: 1;
    text-align: right;
}

.menu {
    display: flex;
    justify-content: center; /* center menu */
    gap: 100px;
    flex-wrap: wrap;
}


.menu a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 50px;
    border: 2px solid #fff;
    background: #99cdfb;
    color: #000;
    box-shadow: 0 2px 0 #fff inset, 0 3px 6px rgba(0,0,0,0.5);
    transition: 0.2s;
    white-space: nowrap;
}

/* Active HOME */
.menu a.home {
    background: #ddd;
}

/* Hover */
.menu a:hover {
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
    .menu {
        gap: 10px;
    }

    .menu a {
        padding: 10px 18px;
        font-size: 10px;
        white-space: normal;
    }
}
.banner-section {
    background-color: #99cdfb;
    text-align: center;
    padding: 20px 10px;
}
.banner-section img {
    max-width: 100%;
    height: auto;
}
h2 {
    animation: 1s linear infinite blink;
    font-size: 24px;
}
@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

/* Disclaimer Bar */
.disclaimer-bar {
    background: #000;
    color: #fff;
    text-align: center;
}

/* Inner spacing */
.disclaimer-inner {
    padding: 12px;
    margin: 1px 2px;
}

/* Scrolling container */
.disclaimer-text {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

/* Moving text */
.disclaimer-text span {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 30s linear infinite;
}

/* Animation */
@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Mobile optimization */
@media (max-width: 768px) {
    .disclaimer-text {
        font-size: 14px;
    }
}

/* footer css */
    .footer {
    background: #000;
    color: #99cdfb;
    text-align: center;
    padding: 20px 10px;
    font-family: Arial, sans-serif;
}

/* Links */
.footer-links h4 {
    margin-bottom: 10px;
    font-weight: 900;
}

.footer-links a {
    color: #99cdfb;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 600;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Copyright */
.footer-copy {
    background: #99cdfb;
    color: #000;
    padding: 10px;
    font-weight: 700;
    margin-top: 10px;
}

/* Disclaimer */
.footer-disclaimer {
    margin-top: 20px;
}

.footer-disclaimer h5 {
    font-weight: 900;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 900px;
    margin: 10px auto;
}

.footer-disclaimer a {
    color: #99cdfb;
    text-decoration: none;
}

.footer-disclaimer a:hover {
    text-decoration: underline;
}

/* Refresh Button */
.refresh-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}

.refresh-btn img {
    width: 120px;
    height: auto;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .footer-links a {
        display: block;
        margin: 5px 0;
    }

    .refresh-btn img {
        width: 90px;
    }
}

.info-section {
    width: 100%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Box */
.info-box {
    /*margin-bottom: 15px;*/
    border-radius: 4px;
    overflow: hidden;
}

/* Heading */
.info-box h3 {
    background-color: #99cdfb;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

/* Content */
.info-box p {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    padding: 20px;
    margin: 0;
}

/* Mobile */
@media (max-width: 600px) {
    .info-box h2 {
        font-size: 18px;
        padding: 15px 10px;
    }

    .info-box p {
        font-size: 14px;
        padding: 15px;
    }
}

.disclaimer-wrapper {
                max-width: 900px;
                margin: 0 auto;
                padding: 30px 20px;
                font-family: Arial, sans-serif;
                font-size: 15px;
                line-height: 1.8;
                color: #fff;
                text-align: justify;
              }
            
              .disclaimer-wrapper h3 {
                text-align: center;
                font-size: 24px;
                margin-bottom: 20px;
              }
            
              .disclaimer-wrapper p {
                margin-bottom: 16px;
              }
            
              @media (max-width: 768px) {
                .disclaimer-wrapper {
                  padding: 20px 15px;
                }
            
                .disclaimer-wrapper h3 {
                  font-size: 20px;
                }
              }
              
              /*<contact form start>*/
.enquiry-section{
    background:#000;
    padding:60px 15px;
    font-family:Arial, sans-serif;
}

.enquiry-box{
    max-width:480px;
    margin:auto;
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.enquiry-box h2{
    text-align:center;
    margin-bottom:20px;
    color:#1E88E5;
    font-size:26px;
}

.enquiry-box input,
.enquiry-box textarea{
    width:100%;
    padding:11px;
    margin:8px 0 16px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:14px;
}

.enquiry-box textarea{
    height:110px;
    resize:none;
}

.enquiry-box input:focus,
.enquiry-box textarea:focus{
    border-color:#1E88E5;
    outline:none;
}

.enquiry-box button{
    width:100%;
    background:#1E88E5;
    color:#fff;
    padding:12px;
    border:none;
    border-radius:6px;
    font-size:16px;
    cursor:pointer;
}

.enquiry-box button:hover{
    background:#1565C0;
}
/*<contact form end>*/
