.btn-primary {
    background-color: #00b0ff;
    border-color: #00b0ff;
}

.btn-primary:hover {
    background-color: #0daffa;
    border-color: #0daffa;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-box {
    border-radius: 15px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px;
    background: #fff;
}

.btn-book {
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 10px;
}

.universal-button {
    background-color: #00b0ff;
    color: black;
}

.universal-button:hover {
    background-color: #00b0ff;
    color: black;
}

body {
    font-family: "Poppins";
}

.form-label {
    font-weight: 500;
    font-size: 16px;
}

/* .modal-dialog {
        max-width: 1240px;

      } */
.modal-content {
    border-radius: 32px;
}

.section-title {
    font-weight: 500;
    margin: 20px 0 10px;
    font-size: 24px;
}

.input_box_css {
    height: 42px;
}

.price-box {
    background: #e9ecef;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
}

.modal-body::-webkit-scrollbar {
    width: 5px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #888;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-bg {
    background-color: #007bff;
    color: white;
    height: 40px;
}

#generalContainer,
#schoolContainer {
    display: none;
}

.show-price {
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    background: #e0e7f5;
}

.subcat-box {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    margin: 5px;
}

.phone_icon {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    font-size: 20px;
    border-radius: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.phone_text {
    font-weight: 400;
    font-size: 10px;
    color: #fff;
}

.phone_text1 {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

/* .image_banner {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-top: -92px;
     background: rgba(0, 0, 0, 0.5);
} */

.image_banner {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* margin-top: -92px; */
    background:
        rgba(0, 0, 0, 0.5),
        url("images/banner.jpg") center/cover no-repeat;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

.navbar-toggler {
    background: #fff;
}

/* Navbar after scroll */
.navbar.scrolled {
    position: fixed;
    background-color: #000000cc !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #00b0ff;
}

.nav-link:focus,
.nav-link:hover {
    color: #00b0ff;
}

.nav-link {
    color: #fff;
}

.cart-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.cart-icon {
    font-size: 28px !important;
    color: #fff;
}

.cart-count {
    position: absolute;
    top: -6px;
    left: 40px;
    background: red;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_signin {
    height: 30px;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 14px;
}

.marque_div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00b0ff;
    height: 40px;
    background: #d9d9d9;
}

.update_heading {
    min-width: 180px;
    height: 40px;
    background: #00b0ff;
    color: white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 20px;
    border: none;
}

.notice {
    margin: 0 30px;
}

.card_css {
    background: #00b0ff;
    color: #fff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

.card_title {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #fff;
}

.card-text {
    font-size: 14px;
    margin: 0;
}

/* footer */

.footer_heading {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}

.footer-logo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.footer_text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
}

.footer_heading_link {
    font-size: 24px;
    color: #fff;
}

.bottom_footer {
    /* border-top: 1px solid #555; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    color: #fff;
    background: #000;
}

/* login */
.card_css_login {
    border-radius: 36px;
    background: #f5f5f5;
    border: 1px solid #00b0ff;
}

.login_heading {
    font-size: 32px;
    text-align: center;
    color: #000;
    padding: 20px 0;
}

.submit_btn {
    background: #00b0ff;
    color: #fff;
    border: none;
    height: 45px;
    font-size: 18px;
    justify-content: center;
    border-radius: 5px;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-input {
    width: 100%;
    padding: 10px 40px 10px 12px;
    /* right space for icon */
    font-size: 14px;
    box-sizing: border-box;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}

.toggle-password:hover {
    color: #333;
}

.toggle-password:focus {
    outline: none;
}

.login_account {
    font-size: 18px;
}

.bg-primary {
    background-color: #00b0ff !important;
    border-color: #00b0ff !important;
}

.bg-primary:hover {
    background-color: #0daffa !important;
    border-color: #0daffa !important;
}

.accordion-header {
    margin-top: 10px;
}

.accordion-button {
    background: #e2f6ff !important;
    border: 1px solid #00b0ff !important;
}

.accordion-item {
    border-bottom: none !important;
}

.accordion-collapse {
    background: #e2f6ff;
    border: 1px solid #00b0ff;
    border-top: none;
    border-bottom-left-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
}

.accordion-body h2 {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.accordion-body h5 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.duration_div {
    height: 35px;
    background: #00b0ff;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.slot input[type="radio"] {
    display: none;
}

.slot label {
    display: inline-block;
    padding: 5px 20px;
    margin: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background: #f9f9f9;
    border-left: 3px solid #00b0ff;
}

.slot input[type="radio"]:checked+label {
    background: #00b0ff;
    color: #fff;
    border-color: #00b0ff;
}

.slot.booked label {
    background: #ff4747;
    color: #fff;
    border-color: #ff4747;
    cursor: not-allowed;
}

.slot.booked input {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .cart-wrapper {
        padding: 15px 6px;
    }

    .cart-count {
        top: 9px;
        left: 28px;
    }

    .btn_signin {
        width: fit-content;
    }
}

/* Base toast */
#toast-container>.toast {
    background-color: #1f2937 !important;
    /* dark slate */
    color: #ffffff !important;
    opacity: 1 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* Error */
#toast-container>.toast-error {
    background-color: #7f1d1d !important;
    /* dark red */
}

/* Success */
#toast-container>.toast-success {
    background-color: #064e3b !important;
    /* dark green */
}

/* Warning */
#toast-container>.toast-warning {
    background-color: #78350f !important;
    /* dark amber */
}

/* Info */
#toast-container>.toast-info {
    background-color: #1e3a8a !important;
    /* dark blue */
}

/* Progress bar */
#toast-container .toast-progress {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Close button */
#toast-container .toast-close-button {
    color: #ffffff;
    opacity: 0.8;
}

input:where([type=checkbox]):checked:hover,
input:where([type=checkbox]):checked:focus,
input:where([type=radio]):checked:hover,
input:where([type=radio]):checked:focus {
    border-color: none !important;
    background-color: none !important;
}

input:where([type=checkbox]):checked:focus {
    border-color: none !important;
    background-color: none !important;
}

.header_toggle_btn {
    color: #fff !important;
    outline: none;
    border: none;
}

.header_toggle_btn:hover {
    color: #fff;
}

.header_toggle_btn:active {
    color: #fff !important;
}