nav, .dropdown-toggle {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-brand img {
    width: 75px;
    margin-right: 50px;
}

.nav-item {
    margin-right: 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: .3em;
    height: .3em;
    margin: -.3em 0 0 .4em;
    vertical-align: middle;
    content: "";
    border: .3em solid;
    border-width: 0 .15em .15em 0;
    transform: rotateZ(45deg)
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: white;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 400;
    transition: 0.3s;
}

.custom-navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #C4132A;
}

.custom-navbar .dropdown:hover .dropdown-menu {
    display: block;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 250px;
    }
}

@media only screen and (min-width: 1077px) {
    .custom-navbar {
        display: block;
    }

    .custom-offcanvas {
        display: none;
    }
}

@media only screen and (max-width: 1076px) {
    .custom-navbar {
        display: none;
    }

    .custom-offcanvas {
        display: block;
    }
}

.dropdown-menu .dropdown-item {
    min-width: 250px;
}

.d-flex a{
    max-height: 50px;
}

.menu-image-parent {
    width: 60vw;
    height: auto;
}

.menu-image {
    max-width: 500px;
}

.mega-menu-active {
    display: block;
    padding-top: 20px;
}

.mega-menu {
    display: none;
}


.details-btn{
    background-color: #C4132A;
    border: none;
    border-radius: 1px;
    color: white;
    font-size: 14px;
}
.tab-content {
    background: linear-gradient(0deg, rgba(26,58,107,1) 0%, rgba(237,239,255,1) 49%, rgba(246,246,246,1) 100%);
}

.tab-content img {
    margin-top: 150px;
    width: 40%;
}


@media screen and (max-width: 991px) {
    .mobile {
        display: block;
    }

    .web {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .mobile {
        display: none;
    }

    .web {
        display: block;
    }
}

/* Mobile navbar and offcanvas styling */
.custom-offcanvas .navbar-brand img {
    max-width: 120px;
    width: auto;
    height: auto;
}

.offcanvas .offcanvas-title img {
    max-width: 100px;
    width: auto;
    height: auto;
}

/* Ensure offcanvas maintains light theme */
.offcanvas {
    background-color: #f8f9fa !important;
}

.offcanvas-header {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #dee2e6;
}

.offcanvas-body {
    background-color: #f8f9fa !important;
}

/* Mobile dropdown menu styling to match light theme */
.offcanvas .dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.offcanvas .dropdown-item {
    color: #212529 !important;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f8f9fa;
}

.offcanvas .dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: #C4132A !important;
}

.offcanvas .nav-link {
    color: #212529 !important;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.offcanvas .nav-link:hover {
    color: #C4132A !important;
}
