.pt-serif-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}


.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
}

.navbar-expand-lg .navbar-collapse {
    /* display: flex !important; */
    flex-basis: auto;
    justify-content: center; /* Center horizontally */
}

.navbar-expand-lg .navbar-collapse .navbar-nav {
    display: flex;
    justify-content: center; /* Center nav items inside */
    width: 100%; /* Make them span full space for centering */
}


.navbar-brand {
    max-width: 400px;
    margin-right: 2%;
}

.navbar {
    background: #fff;
    height: 85px;
    box-shadow: 0 0px 25px 0 rgba(90, 116, 148, 0.25);
    border-radius: 10px;
    padding: 0px 15px;
}

.header {
    max-width: 97%;
    margin: 20px auto;
}


/* Default header style */
#mainHeader {
    position: relative;
    transition: all 0.5s ease;
    transform: translateY(-0%);
    z-index: 9;
}

/* Fixed header style */
#mainHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030; /* higher than navbar */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);

}



.header .navbar-nav .nav-link {
  font-size:1.2rem;
  color: #000;
  margin: 0px 15px;
  padding: 0px;
}

.header .nav-item a:hover {
    font-weight:600;
    letter-spacing: 0px;
}

.header .navbar-nav .active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px; /* Thickness of the line */
    background-color: #F2AF29;
    border-radius: 4px; /* Curves both ends */
    border:none;
}

.header .navbar-brand img {
    max-width: 100%;
}

div#navbarScroll {
    margin-top: 20px;
}

.navbar-nav .dropdown-menu {
    top:125% !important;
     box-shadow: 0 2px 5px rgba(0,0,0,0.15);
     padding: 15px 15px 0;
}

.dropdown-item {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    border-bottom: solid 2px #F2AF29;
}

.active-submenu {
      color: #000;
    font-weight: 600;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
    color: #000;
    font-weight: 600;
}

.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}

.header .login {
    background: #F2AF29;
    border-radius: 32px;
    font-size: 22px;
    font-weight: 700;
    width: 120px;
    height: 50px;
    margin-top: -20px;
}

.login-selected a.nav-link {
    margin-top: 0px !important;
}

.header .login-selected {
    background: #CECCB4;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    max-width: 250px;
    height: 65px;
    margin-top: -20px;
    padding: 5px 20px 5px 10px;
}

.header .navbar-nav .login-selected .dropdown-toggle::after {
    right: 5px;
    position: absolute;
    top: 26px;
}

.header .navbar-nav .login-selected .nav-link {
    font-size: 1.2rem;
    color: #000;
    margin: 0px 0px;
    padding: 0px;
    display: inline-block;
    /* or block/flex item */
    max-width: 150px;
    /* set a width */
    white-space: nowrap;
    /* keep text in one line */
    overflow: hidden;
    /* hide extra text */
    text-overflow: ellipsis;
    /* show "..." */
}

.header .navbar-nav .login-selected img {
    margin-right: 5px;
}

.header .login-selected a {
    text-align: left;
    line-height: 2.5;
}

.footer-top {
    background: url(../images/footer/footer-top-bg.png) no-repeat center top;
    background-size: cover;
}

.footer-top p {
    font-size: 50px;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-bottom {
    background: #616055;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4;
    padding: 3.5% 2% 2%;
    color: #fff;
}

.footer-bottom  h4 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-bottom p {
    font-size: 17px;
    text-align: left;
    line-height: 1.5;
    color: #fff;
   font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

.footer-bottom .col-md-3:nth-child(1) p {
    color: rgba(255, 255, 255, 0.76);
    padding-right: 20px;
}

.footer-bottom .col-md-4:nth-child(1) p {
    margin-bottom: 20px;
    padding-right: 20%;
}


.footer-bottom .col-md-4:nth-child(1) a {
    font-size: 0;
}

.footer-bottom p a {
    text-decoration: none;
    color: #fff;
}

.footer-bottom img {
    margin-right: 10px;
}

.footer-bottom input {
    background: #fff;
    width: 100% !important;
    height: 60px;
    border: none;
    border-radius: 10px !important;

}

.footer-bottom form button {
    background: none;
    border: none;
    right: 0px;
    position: absolute;
    top: 12px;
    z-index: 999;
}

.footer-bottom .col-md-6.text-end p{
    text-align: right;
}

.footer-bottom .col-md-6.text-end p a {
    padding-left: 5px;
}

/* Hide scrollbars globally */
html, body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

/* Hide scrollbar for webkit browsers (Chrome, Safari, Edge) */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbars for all elements */
* {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

*::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

/* Alternative: Hide scrollbar but keep scrolling functionality */
.hide-scrollbar {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    overflow-y: scroll; /* Keep scrolling functionality */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

a.login-btn, input.login-btn {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    font-family: "PT Serif", serif;
    text-align: center;
    width: 100%;
    background: #F2AF29;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

/* popup css */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 500px;
    height: auto;
    z-index: 200000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-modal#registerPopup {
    max-width: 960px;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.50);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    background: #FDF8B3;
    background: linear-gradient(182deg, rgba(253, 248, 179, 1) 0%, rgba(254, 237, 10, 0) 100%);
    position: relative;
    padding: 25px;
    border-radius: 10px;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-close {
    position: absolute;
    top: 22px;
    right: 5px;
    line-height: 20px;
}

.md-close img {
    height: auto;
    width: 70%;
}

.popTxt {
    text-align: left;
    padding: 12px 0;
    font-size: 20px;
    line-height: 23px;
    position: relative;
}

/* login popup css */
.successMsg,
.errorMsg {
    display: none;
}

.popupHeading {
    text-decoration: none;
    color: #000;
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    font-family: "PT Serif", serif;
    padding-bottom: 20px;
}

.frmTxtbox {
    background: #fff;
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    padding-left: 8px;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000000;
}

div#loginPopup, div#registerPopup, div#forgetPasswordPopup {
    background: #fff;
    border-radius: 20px;
}

a.login-btn, input.login-btn, button.login-btn {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    font-family: "PT Serif", serif;
    text-align: center;
    width: 100%;
    background: #F2AF29;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

a.forget-password-link {
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
    padding-bottom: 35px;
    color: #000000;
    display: block;
}

.account-note-txt {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: center;
    padding: 30px 0 0;
}

a.register-link-style, a.login-link-style, a.login-redirect-link {
    font-size: 18px;
    font-weight: 700;
    font-family: "PT Sans", sans-serif;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
}

.rounded-5 {
    border-radius: 10px !important;
}


.header .navbar-nav .active {
    font-weight: 700;
     position: relative;
    display: inline-block;
    padding-bottom: 10px;
    top: 0px;
}

.status-badge {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 5px 15px;
    font-weight: bold;
    color: #fff;
    border-bottom-left-radius: 8px;
}
.status-booked {
    background-color: rgba(255,0,0,0.69); /* red */
    z-index: 999;
    border-radius: 0 0 10px 10px;
}
.status-closed {
    background-color:rgba(97,96,85,0.69); /* gray */
    z-index: 999;
    border-radius: 0 0 10px 10px;
}
.status-open {
    background-color: rgba(13, 234, 20, 0.69); /* green */
    z-index: 999;
    border-radius: 0 0 10px 10px;
}

span#togglePassword {
    right: 10px;
    position: absolute;
    bottom: -1px;
}

.profile-image-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.img-rounded img {
    border-radius: 3rem;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.popTxt .top-50 {
    top: 40%!important;
}



/* Make the offcanvas fill the viewport height on mobile */
@media (max-width: 991.98px) {
  #mobileMenu.offcanvas-top {
    height: 100vh;
  }

}

.invalid-feedback{
    font-size: 15px;
    margin-bottom: 15px;
}

.filter-search-div{
    width: 50%;
    float: right;
    position: relative;
    padding-right: 30px;
}
.searchfilter-input{
    border:1px solid #616055;
    border-radius: 10px;
    background: #fff;
    width: 60%;
    float: right;
    line-height: 40px;
    font-size: 14px;
    padding: 0 0 0 10px;
}

/* No events message styling */
.no-events-message {
    padding: 40px 20px;
}

.no-events-message h3 {
    color: #666;
    font-family: "PT Serif", serif;
    font-weight: 400;
}

.no-events-message p {
    color: #888;
    font-size: 18px;
    margin-top: 10px;
}
.search-icon{
    position: absolute;
    right: 12px;
    top: 10px;
    width: 3%;
    cursor: pointer;
}


.paginationDown a.page-link {
    color: #000;
}

.paginationDown .text-secondary {
    font-weight: 600;
    color: #000 !important;
}