/******* Navbar **********/
.carousel-item {
    height: 70vh;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #233D7B !important;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    #collapsibleNavId {
        padding: 0 3rem 3rem;
    }

    #collapsibleNavId .me-lg-4.text-center {
        margin-top: 10px;
    }
}

/******* Main Carousel *********/
#main-carousel img {
    height: 90vh;
    object-fit: cover;
}

#main-carousel button {
    opacity: 1 !important;
}

#main-carousel span:first-child {
    width: 3rem !important;
    height: 3rem !important;
}

@media (max-width: 991px) {
    #main-carousel span:first-child {
        width: 2.25rem !important;
        height: 2.25rem !important;
    }
}

#main-carousel .content {
    top: 30%;
}

/********* Profile **********/
.profile .nav.nav-tabs button.nav-link.active {
    color: #518ECB !important;
    background-color: #F7F8FA !important;
    border-bottom: 2px solid #518ECB !important;
}

.profile .nav.nav-tabs button.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -38px;
    left: -10%;
    border: 5px solid transparent;
    border-top-color: #518ECB;
}

.sw-theme-arrows>.nav .nav-link.active {
    background-color: #233D7B !important;
    border-color: #233D7B !important;
    color: #ffffff !important;
}

.sw-theme-arrows>.nav .nav-link.active::after {
    border-left-color: #233D7B !important;
}

.sw-theme-arrows>.nav .nav-link::before,
.sw-theme-arrows>.nav .nav-link::after {
    border-left-width: 50px;
}

#smartwizard,
#smartwizard ul.nav {
    border: none;
}

.form-control {
    padding: 0.775rem 0.75rem;
}

/* .sw-theme-arrows>.nav .nav-link.inactive {
    background-color: #E8EDF8;
    border-color: #E8EDF8;
    color: #000000;
} */

/******* Footer **********/
.footer {
    background-color: #23292F;
}

.footer ul {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

.footer ul li a,
.footer {
    font-size: 13px;
    color: #b9b9b9;
    text-decoration: none;
}

.footer .playstore-logo {
    width: 200px;
    height: 50px;
}

.footer .margin-line {
    width: 100%;
    border-top: 1px solid #797979;
}

@media (max-width: 576px) {
    footer {
        text-align: center;
    }

    .navbar {
        padding-top: 40px !important;
    }

    .navbar-navs {
        justify-content: left !important;
    }
}

@media (max-width: 767px) {
    .add-newstock-btn {
        display: none;
    }

    div.radio-check,
    div.deals-in {
        display: grid !important;
        justify-content: start !important;
    }

    div.radio-check .custom-control,
    div.deals-in .custom-control {
        display: flex;
        gap: 5px;
        width: 100%;
    }

}

@media (max-width: 991px) {
    .footer .container {
        max-width: 100%;
    }

    #profileWizardTabs li.active {
        display: block;
    }

    #profileWizardTabs li.nav-item button.active {
        width: 100%;
    }

    #profileWizardTabs li {
        width: 100%;
        display: none;
    }

}


body {

    /* font-family: 'Papyrus', cursive !important; */
    font-family: 'Roboto', sans-serif !important;
    /* font-family: 'Verdana', sans-serif !important; */
    /* font-family: 'Inforiver Sans', sans-serif !important; */

}

/* top NAvbar */

body header {
    margin-bottom: 50px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

body header .navbar {
    border-radius: 6px;
}

@media (min-width: 1300px) {

    body header,
    body main {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #main-carousel .content {
        top: 30%!important;
    }
}

@media (min-width: 1500px) {

    .advertisement-img img {
        height: auto!important;
    }
}

/* Nav doc CSS */
.navbar-doc table {
    border-collapse: collapse;
    width: 100%;
    background: transparent;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.navbar-doc table tr th,
.navbar-doc table tr td {
    text-align: left;
    padding: 15px;
}

.navbar-doc table tr:nth-child(odd) th,
.navbar-doc table tr:nth-child(odd) td {
    background: #f0f5f7;
}

.navbar-doc table tr:nth-child(even) td {
    background: #e9f0f3;
}

.navbar-doc table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.navbar-doc table tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

.navbar-doc table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.navbar-doc table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.navbar-doc table tr:not(:first-child) {
    border-top: 1px solid #e5ecef;
}

.navbar-doc code {
    background: #aed2f5;
    border-radius: 3px;
    color: #000000;
    line-height: 1;
    font-size: 1.2rem;
    padding: 1px 4px;
}

.navbar-doc p {
    font-size: 1.4rem;
    line-height: 1.5;
}

/* Main CSS */
.navbar {
    font-size: 1.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    position: relative;
    transition: 0.3s linear;
}

.navbar ul {
    list-style: none;
}

.navbar ul a {
    text-decoration: none;
}

.navbar .navbar-toggler,
.navbar .nav-link,
.navbar .utils-search {
    color: #636363;
}

.navbar .navbar-utils>* {
    cursor: pointer;
}

.navbar-utils {
    display: none;
}

.navbar .btn-search {
    font-size: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    color: inherit;
    cursor: pointer;
}

.navbar-navs {
    display: flex;
    list-style: none;
}

.navbar-navs .nav-link {
    padding: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    display: block;
    transition: 150ms ease;
}

.bi-caret-down-fill,
.bi-caret-right-fill {
    font-size: 18px;
}

.navbar-navs .nav-item {
    margin: 0 10px;
    position: relative;
}

.navbar-navs>.nav-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0081ff;
    bottom: -16px;
    transition: 400ms ease;
    transform: scaleX(1.5);
    opacity: 0;
}

.navbar-navs>.nav-item:hover:after {
    transform: scaleX(1);
    opacity: 1;
}

.navbar-toggler {
    padding: 0.1rem 0.45rem;
    cursor: pointer;
    font-size: 1.5rem;
    background: none;
    outline: none;
    border: 1px solid #636363;
    border: none;
    border-radius: 3px;
    transition: 0.15s linear;
    display: none;
    margin-left: auto;
    margin-right: 20px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
}

/* Navbar options (bg options) */
.nav-primary {
    background: #f5f4fe;
    z-index: 999;
}

.nav-primary .navbar-toggler,
.nav-primary .nav-link,
.nav-primary .utils-search {
    color: #000;
}

.nav-primary .nav-item:after {
    background: #fff;
}

.bg-dark {
    background: #363636;
}

.bg-dark .navbar-toggler,
.bg-dark .nav-link,
.bg-dark .utils-search {
    color: #fff;
}

.bg-light {
    background: #fff;
    z-index: 9999;
}

.bg-light .navbar-toggler,
.bg-light .nav-link,
.bg-light .utils-search {
    color: #363636;
}

.bg-transparent {
    background-color: #f5f4fe;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.bg-transparent .navbar-toggler,
.bg-transparent .nav-link,
.bg-transparent .utils-search {
    color: #fff;
}

.bg-transparent .nav-item:after {
    background: #fff;
}

@media (min-width: 1201px) {
    .navbar-logo-image {
        display: none;
    }

    .mob-list-btn {
        display: none;
    }
}

@media (min-width: 992px) {
    .bg-blur {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background: rgba(255, 255, 255, 0.6);
        z-index: 999;
    }

    .account-side-bar {
        display: none !important;
    }

    .bi-caret-down-fill,
    .bi-caret-right-fill {
        font-size: 0.8em;
    }

    .navbar-navs .nav-link {
        padding: 5px;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: 400;
        display: block;
        transition: 150ms ease;
    }

    .bg-blur .navbar-toggler,
    .bg-blur .nav-link,
    .bg-blur .utils-search {
        color: #000;
    }

    .bg-blur .nav-item:hover>.nav-link {
        color: #30447E;
    }

    .bg-blur .nav-item:after {
        background: #30447E;
    }
}

@media (min-width: 768px) {
    .add-newstock-btn1 {
        display: none;
    }
}

/* Common Hover */
.bg-blur .nav-item:hover>.nav-link {
    color: #30447E;
}

.bg-blur .nav-item:after {
    background: #30447E;
}

.bg-light .nav-item:hover>.nav-link,
.bg-light-2 .nav-item:hover>.nav-link,
.bg-dark .nav-item:hover>.nav-link {
    color: #30447E;
}

.bg-light .nav-item:after,
.bg-light-2 .nav-item:after,
.bg-dark .nav-item:after {
    background: #30447E;
}

.bg-light-2 {
    background: #fff;
}

.bg-light-2 .navbar-toggler,
.bg-light-2 .nav-link,
.bg-light-2 .utils-search {
    color: #636363;
}

.bg-light-2 .nav-item:after {
    display: none;
}

/* Dropdown CSS */
.nav-item .dropdown {
    width: 200px;
    display: block;
    position: absolute;
    top: 35px;
    transition: 300ms;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.nav-item .dropdown .nav-link {
    color: #636363;
}

.nav-item .dropdown .dropdown {
    top: 0;
    left: calc(100% + 20px);
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-item .dropdown .dropdown:before {
    top: 10px;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #000;
}

.nav-item .dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #000;
    display: none;
}

.nav-item .dropdown .nav-item:not(:last-child) {
    margin-bottom: 5px;
}

.nav-item .dropdown>.nav-item:hover>.nav-link {
    color: #30447E;
}

.nav-item:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.nav-item:hover>a::before {
    transform: rotate(90deg);
}

.nav-close {
    margin-left: auto;
    margin-top: 10px;
    display: none;
}

.nav-close .btn-nav-close {
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer;
    font-size: 35px;
    width: 45px;
    height: 35px;
    /* padding-left: 0; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

/* .nav-close .btn-nav-close .close-btn {} */
/* .nav-close .btn-nav-close:hover, .nav-close .btn-nav-close:focus {
    background: #363636;
    color: #fff;
  } */

.nav-close .btn-nav-close:hover .bi-x::before,
.nav-close .btn-nav-close:focus .bi-x::before {
    content: "\f622";
}

.nav-item.icon>a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    transition: 0.15s linear;
}

.nav-item.icon:hover>a::before {
    transform: rotate(90deg);
}

/* Responsive (navbar alignments options) */
@media (min-width: 992px) {

    .navbar-brand,
    .navbar-utils {
        flex: auto;
        width: 7%;
    }

    .navbar-utils {
        display: block;
    }

    .nav-signin,
    .nav-register {
        display: none;
    }

    .navbar-navs {
        flex-direction: row;
        flex: 2;
        justify-content: flex-start;
    }

    .navbar-utils {
        text-align: right;
        display: flex;
        justify-content: end;
    }

    .navbar-right .navbar-brand,
    .navbar-right .navbar-utils {
        flex: initial;
    }

    .navbar-right .navbar-navs {
        justify-content: flex-end;
        margin-right: 20px;
    }

    .navbar-left .navbar-navs {
        order: 1;
        justify-content: flex-start;
    }

    .navbar-left .navbar-brand {
        order: 2;
    }

    .navbar-left .navbar-utils {
        order: 3;
    }

    .navbar-right .dropdown .dropdown {
        left: unset;
        right: calc(100% + 20px);
        border-top: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
}

/* Nav Option (Logo Center) */
@media (min-width: 992px) {
    .navbar-left .navbar-brand {
        text-align: right;
    }

    .navbar-left .navbar-toggler {
        display: flex;
        margin-right: 0;
    }

    .navbar-left .navbar-navs {
        background: #ffffff;
        flex-direction: column;
        z-index: 99999;
        padding: 0 20px;
        opacity: 0;
        transition: 400ms ease;
        /* Sidebar */
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        overflow-y: auto;
        box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
        transform: translateX(-300px);
    }

    .navbar-left .navbar-navs .nav-link {
        margin: 10px 0;
        color: #636363;
        display: flex;
        align-items: center;
    }

    .navbar-left .navbar-navs>.nav-item:first-child {
        margin-top: 20px;
    }

    .navbar-left .navbar-navs>.nav-item:last-child {
        margin-bottom: 20px;
    }

    .navbar-left .navbar-navs .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-left .navbar-navs .nav-item:hover>.nav-link {
        color: #0081ff;
    }

    .navbar-left .navbar-navs>.nav-item:after {
        display: none;
    }

    .navbar-left .navbar-navs .nav-close {
        display: block;
    }

    .navbar-left .navbar-navs.active {
        max-height: initial;
        opacity: 1;
        transform: translateX(0);
        left: 0;
        box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
    }

    .navbar-left .nav-item .dropdown {
        padding: 0;
        position: initial;
        max-height: 0;
        width: initial;
        border: none;
        box-shadow: none;
    }

    .navbar-left .nav-item .dropdown .dropdown {
        border: none;
    }

    .navbar-left .nav-item .dropdown:before {
        display: none;
    }

    .navbar-left .nav-item:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        max-height: initial;
    }

    .navbar-left .nav-item.icon a:before {
        top: unset;
        right: 0;
    }
}

/* Responsive navbar */
@media (max-width: 991px) {
    .navbar.nav-primary {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .navbar-toggler {
        margin-right: 0px !important;
        padding: 7px 12px !important;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-navs {
        background: #ffffff;
        flex-direction: column;
        z-index: 99999;
        padding: 0 20px;
        opacity: 0;
        /* transition: 100ms ease; */
        transition: transform 0.2s ease, opacity 0.2s ease;
        /* transition: 400ms ease; */
        /* Sidebar */
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-300px);
        will-change: transform, opacity;
    }

    .navbar-navs .nav-link {
        margin: 10px 0;
        color: #636363;
        display: flex;
        align-items: center;
    }

    .navbar-navs>.nav-item:first-child {
        margin-top: 20px;
    }

    .navbar-navs>.nav-item:last-child {
        margin-bottom: 20px;
    }

    .navbar-navs .nav-item:not(:last-child) {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-navs .nav-item:hover>.nav-link {
        color: #0081ff;
    }

    .navbar-navs>.nav-item:after {
        display: none;
    }

    .navbar-navs .nav-close {
        display: block;
        margin-bottom: 1.875rem;
    }

    .navbar-navs.active {
        /* max-height: initial; */
        padding-top: 15px;
        opacity: 1;
        transform: translateX(0);
        left: 0;
        box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
    }

    .nav-item .dropdown {
        padding: 0;
        position: initial;
        max-height: 0;
        width: initial;
        border: none;
        box-shadow: none;
    }

    .nav-item .dropdown .dropdown {
        border: none;
    }

    .nav-item .dropdown:before {
        display: none;
    }

    .nav-item:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        max-height: initial;
    }

    .nav-item.icon a:before {
        top: unset;
        right: 0;
        transform: translateY(0px);
    }
}

/* Search Popup */
.search-popup {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    transition: 200ms;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-popup.active form {
    transform: translateY(0px);
}

.search-popup form {
    position: absolute;
    background: #fff;
    width: 500px;
    height: 200px;
    display: grid;
    place-items: center;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    transition: 300ms;
    transform: translateY(20px);
}

.search-popup .btn-search-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 3rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-popup .btn-search-close .close-btn {
    transform: rotate(45deg);
}

.search-popup input[type=search] {
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 300;
    padding: 0px 10px;
    transition: 100ms;
}

.search-popup input[type=search]:focus {
    box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
    border-color: transparent;
}

.search-popup input[type=search]::-webkit-input-placeholder {
    color: #b3b3b3;
}

@media (max-width: 576px) {
    .search-popup form {
        width: calc(100% - 30px);
        height: 170px;
        padding: 15px;
    }
}

::marker {
    font-size: larger;
    font-weight: 500;
}

.small-markers ::marker {
    font-size: small;
    font-weight: 400;
}

.about-us div p,
.about-us div div ul li,
.terms-conditions ol li div {
    text-transform: none;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

/* Carousel overlay - fixed version */
.carousel-item {
    position: relative;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* 40% opacity for better readability */
    z-index: 1;
    pointer-events: none; /* This allows navigation clicks to work */
}

/* Content should be above overlay */
.carousel-item .content {
    z-index: 2;
    pointer-events: none;
}

/* Image should be below overlay */
.carousel-item img {
    z-index: 0;
    position: relative;
}

.ntnActiveStatus .align-middle.ms-lg-3.spinner-border,
.strnActiveStatus .align-middle.ms-lg-3.spinner-border {
    display: none;
}

.ntnActiveStatus.show .align-middle.ms-lg-3.spinner-border,
.strnActiveStatus.show .align-middle.ms-lg-3.spinner-border {
    display: inline-block;
}



/* #stockUpdateModal .modal-header {
        text-align: center;
        justify-content: center;
}

#stockUpdateModal .modal-body h5 {
    font-size: 19px!important;
    font-weight: 500!important;
    text-align: center!important;
    padding: 12px 0!important;
}


#stockUpdateModal .modal-btn {
        text-align: center;
    padding-top: 12px;
}

#stockUpdateModal .modal-content {
    border-radius: 25px;
    border: none;
} */


#stockUpdateModal .modal-header {
    text-align: center;
    justify-content: center;
    background: none;
    border: none;
    padding-top: 25px;
}

#stockUpdateModal .modal-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4;
}

#stockUpdateModal .modal-title small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

#stockUpdateModal .modal-content {
    border-radius: 25px;
    border: none;
}

#stockUpdateModal .table {
    background-color: #d0d0d06b;
    /* border-radius: 15px; */
}

#stockUpdateModal .table tr {
    border-bottom: 2px solid #d0d0d0;
}

#stockUpdateModal .table tr:last-child {
    /* border-bottom: 1px solid #fff; */
}

#stockUpdateModal .modal-btn {
    text-align: center;
    padding: 12px 0;
}

#stockUpdateModal .modal-btn button {
    font-size: 18px !important;
    padding: 6px 15px !important;
}

#stockUpdateModal .table-responsive {
    padding: 0 25px !important;
}


.navbarWithoutLogin {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    z-index: 9999999 !important;
}


/* #main-carousel {
    padding-top: 90px;
} */


.viewStatusBtn {
    padding: 0px !important;
    border: 0px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    color: #010169;
    text-decoration: underline;
}

#userStatusModal {
    /* zoom: 0.9; */
}

.statusBtnModalLinkDiv {
    height: 36px !important;
}

#userStatusModal .btnDiv {
    text-align: center;
}

#userStatusModal button {
    font-size: 18px !important;
    padding: 6px 15px !important;
}

#userStatusModal button:active {
    background-color: #30447E;
    border: none !important;
}

#userStatusModal button:active:focus {
    box-shadow: none !important;
}

#userStatusModal .modal-header {
    font-weight: 600 !important;
    justify-content: center;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

#userStatusModal .modal-content {
    border-radius: 25px !important;
}

#userStatusModal .modal-header h5 {
    font-weight: 600 !important;
}

#userStatusModal .modal-table {
    padding: 0 25px !important;
}

#userStatusModal .table {
    border: 1px solid #80808069 !important;
}

.afterLoginNavFix ul.navbar-navs {
    justify-content: center;
    gap: 10px;
}

/* @media (min-width: 1800px) and (max-width: 2800px) {
    .navbarWithoutLogin ul.navbar-navs {
        margin-left: 95px !important;
        padding-left: revert !important;
    }

    .afterLoginNavFix ul.navbar-navs {
        justify-content: end;
        gap: 10px;
    }

    .afterLoginNavFix div.navbar-utils {
        width: 25%;
    }
} */


/* This css for the banner background image */

/* This CSS works perfectly on ALL devices – desktop, tablet, and especially mobile portrait */
.banner-video-section {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: #000;
    padding-top: 90px;
    margin-top: 90px;
}

.banner-video-section .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This fills the screen without distortion */
    object-position: center center;
}

.register-video__div {
    text-align: end;
}

.register-video-section {
    width: 90%;
}

.register-video {
    width: inherit;
}

.banner-carousal-section {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: #000;
    margin-top: 90px;
}

.banner-carousal-section .carousel-,
.banner-carousal-section #main-carousel,
.banner-carousal-section #main-carousel .carousel-inner {
    height: 100%;
}

.banner-carousal-section #main-carousel img {
    height: 95vh;
}

.banner-carousal-section .carousel-item .overlay {
    height: 500px;
}

.login_register__link a {
    border: 0px solid #000;
    color: #30447E;
    font-size: 15px;
    padding-left: 8px;
    text-decoration: underline;
}

.filter-listing__card {
    margin-top: 20px;
}


#imageDropzone .dz-success-mark,
        #imageDropzone .dz-error-mark {
            display: none !important;
        }

        /* Center preview */
        #imageDropzone .dz-preview {
            margin: 0 auto;
            text-align: center;
        }

        /* Bigger image preview */
        #imageDropzone .dz-image img {
            width: 120px;
            height: auto;
            object-fit: contain;
            border-radius: 8px;
        }

        #imageDropzone {
            display: flex;
            align-items: center;     /* vertical center */
            justify-content: center; /* horizontal center */
            min-height: 150px;
            background-color: #ededed;
            cursor: pointer;
        }

        #imageDropzone .dz-message {
            font-size: 16px;
            font-weight: 500;
            color: #a8a3a3;
        }

        .drp-span {
            color: #474545;
        }

        /* Hide message when file exists */
        #imageDropzone.dz-started .dz-message {
            display: none;
        }

/* Fallback for browsers that don't support dvh (very rare now) */
@supports not (height: 100dvh) {

    .banner-video-section,
    .banner-video-section .banner-video {
        height: 100vh;
    }
}


@media (max-width: 400px) {
    .banner-video-section {
        position: relative;
        width: 100%;
        /* height: 50vh; */
        height: 300px;
        /* Critical: uses dynamic viewport height (respects mobile address bar) */
        overflow: hidden;
        background: #000;
        padding-top: 110px;
        margin-top: 110px;
    }

    .banner-video-section .banner-video {
        object-fit: cover;
        transform: scale(1.0);
        /* height: 50vh; */
        height: 300px;
    }

    #mobileSearchModalContainer {
        display: block !important;
    }

    .modal-body {
        zoom: 0.6;
    }

    div.login_register__link {
        display: none !important;
    }

    .filter-listing__card {
        margin-top: 50px;
    }

    .register-first__col,
    .login-first__col {
        border-bottom: 1px solid lightgray !important;
    }

    .login-row .login-sec__col,
    .register-row .register-sec__col {
        display: block !important;
    }

    .register-row,
    .login-row {
        display: grid!important;
    }

    .adv-div {
        width: revert!important;
    }

    .advertisement-img {
        width: 90%;
        margin: auto;
        margin-bottom: 10px!important;
        margin-top: 5px!important;
    }

    .advertisement-img img {
        height: auto!important;
    }

    .banner-video-section,
    .banner-video-section .banner-video,
    .banner-carousal-section,
    .banner-carousal-section .carousel-item .overlay {
        height: 250px!important;
    }

    .banner-carousal-section {
        margin-top: 0px!important;
    }

    #hero-carousel #main-carousel .carousel-item h5 {
        font-size: 17px!important;
    }

    #hero-carousel #main-carousel .carousel-item h1 {
        font-size: 25px!important;
    }

    #hero-carousel #main-carousel .carousel-item h4 {
        font-size: 18px!important;
    }

    #main-carousel .content {
       top: 20%!important;
    }

    #hero-wrapper {
        height: 300px!important;
    }
}

@media (min-width: 400px) and (max-width: 576px) {
    .banner-video-section {
        position: relative;
        width: 100%;
        /* height: 60vh; */
        height: 300px;
        overflow: hidden;
        background: #000;
        padding-top: 110px;
        margin-top: 112px;
    }

    .banner-video-section .banner-video {
        object-fit: cover;
        transform: scale(1.0);
        /* height: 60vh; */
        height: 300px;
    }

    #mobileSearchModalContainer {
        display: block !important;
    }

    .modal-body {
        zoom: 0.7;
    }

    div.login_register__link {
        display: none !important;
    }

    .filter-listing__card {
        margin-top: 50px;
    }

    .register-first__col,
    .login-first__col {
        border-bottom: 1px solid lightgray !important;
    }

    .login-row .login-sec__col,
    .register-row .register-sec__col {
        display: block !important;
    }

    .register-row,
    .login-row {
        display: grid !important;
    }

    .adv-div {
        width: revert!important;
    }

    .advertisement-img {
        width: 90%;
        margin: auto;
        margin-bottom: 10px!important;
        margin-top: 5px!important;
    }

    .advertisement-img img {
        height: auto!important;
    }

    .banner-video-section,
    .banner-video-section .banner-video,
    .banner-carousal-section,
    .banner-carousal-section .carousel-item .overlay {
        height: 250px!important;
    }

    .banner-carousal-section {
        margin-top: 0px!important;
    }

    #hero-carousel #main-carousel .carousel-item h5 {
        font-size: 18px!important;
    }

    #hero-carousel #main-carousel .carousel-item h1 {
        font-size: 28px!important;
    }

    #hero-carousel #main-carousel .carousel-item h4 {
        font-size: 18px!important;
    }

    #main-carousel .content {
       top: 20%!important;
    }

    #hero-wrapper {
        height: 300px!important;
    }
}


@media (min-width: 576px) and (max-width: 768px) {
    .banner-video-section {
        position: relative;
        width: 100%;
        /* height: 70vh; */
        height: 400px;
        overflow: hidden;
        background: #000;
        padding-top: 110px;
        /* margin-top: 110px; */
    }

    .banner-video-section .banner-video {
        object-fit: cover;
        transform: scale(1.0);
        /* height: 70vh; */
        height: 500px;

    }

    #mobileSearchModalContainer {
        display: block !important;
    }

    .modal-body {
        zoom: 0.8;
    }

    div.login_register__link {
        display: none !important;
    }

    .filter-listing__card {
        margin-top: 25px;
    }

    .register-first__col,
    .login-first__col {
        border-bottom: 1px solid lightgray !important;
    }

    .login-row .login-sec__col,
    .register-row .register-sec__col {
        display: block !important;
    }

    .register-row,
    .login-row {
        display: grid !important;
    }

    .adv-div {
        width: revert!important;
    }

    .advertisement-img {
        width: 90%;
        margin: auto;
        margin-bottom: 10px!important;
        margin-top: 5px!important;
    }

    .advertisement-img img {
        height: auto!important;
    }

    .adv-div-col {
        padding-right: 0px!important;
    }


    .advertisement-img img {
        height: 75px!important;
    }

    .banner-video-section,
    .banner-video-section .banner-video,
    .banner-carousal-section,
    .banner-carousal-section .carousel-item .overlay {
        height: 300px!important;
    }

    .banner-carousal-section {
        margin-top: 0px!important;
    }

    .banner-carousal-section #main-carousel .carousel-item h5 {
        font-size: 20px!important;
    }

    .banner-carousal-section #main-carousel .carousel-item h1 {
        font-size: 35px!important;
    }

    .banner-carousal-section #main-carousel .carousel-item h4 {
        font-size: 18px!important;
    }

    #main-carousel .content {
       top: 30%!important;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    .banner-video-section {
        position: relative;
        width: 100%;
        /* height: 60vh; */
        height: 400px;
        overflow: hidden;
        background: #000;
        padding-top: 110px;
        /* margin-top: 110px; */
    }

    .banner-video-section .banner-video {
        object-fit: cover;
        transform: scale(1.0);
        height: 400px;
    }

    #mobileSearchModalContainer {
        display: block !important;
    }

    .modal-dialog {
        max-width: 700px !important;
    }

    div.login_register__link {
        display: none !important;
    }

    .filter-listing__card {
        margin-top: 25px;
    }

    .register-first__col,
    .login-first__col {
        border-bottom: 1px solid lightgray !important;
    }

    .login-row .login-sec__col,
    .register-row .register-sec__col {
        display: block !important;
    }

    .register-row,
    .login-row {
        display: grid !important;
    }

    .adv-div {
        width: revert!important;
    }

    .advertisement-img {
        width: 90%;
        margin: auto;
    }

    .advertisement-img img {
        height: 85px!important;
    }

    .adv-div-col {
        padding-right: 0px!important;
    }

    .banner-carousal-section {
        margin-top: 90px!important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-video-section {
        position: relative;
        width: 100%;
        /* height: 60vh; */
        height: 400px;
        overflow: hidden;
        background: #000;
        padding-top: 110px;
        /* margin-top: 110px; */
    }

    .banner-video-section .banner-video {
        object-fit: cover;
        transform: scale(1.0);
        /* height: 60vh; */
        height: 400px;
    }

    .filter-listing__card {
        margin-top: 25px;
    }

    .adv-div {
        width: revert!important;
    }

    .advertisement-img {
        width: 90%;
        margin: auto;
    }

    .advertisement-img img {
        height: 85px!important;
    }

    .adv-div-col {
        padding-right: 0px!important;
    }
}

/* This css for the global search modal */

/* Fully isolated custom backdrop + animations */
/* CUSTOM BLUR BACKDROP FOR BOTH MOBILE & DESKTOP MODALS */
#mobileSearchModalContainer::before,
#desktopSearchModalContainer::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 1040;
    pointer-events: none;
}

/* SHOW BLUR WHEN MODAL IS ACTIVE */
#mobileSearchModalContainer.modal-active::before,
#desktopSearchModalContainer.modal-active::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* SMOOTH MODAL ENTER ANIMATION */
#mobileSearchModal .modal-content,
#desktopSearchModal .modal-content {
    transform: scale(0.92);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#mobileSearchModalContainer.modal-active #mobileSearchModal .modal-content,
#desktopSearchModalContainer.modal-active #desktopSearchModal .modal-content {
    transform: scale(1);
    opacity: 1;
}

/* HIDE BOOTSTRAP'S DEFAULT BACKDROP */
.modal-backdrop {
    display: none !important;
}

/* YOUR EXISTING STYLES (keep these) */
#mobileSearchModalContainer #mobileSearchModal .separator,
#desktopSearchModalContainer #desktopSearchModal .separator {
    width: 1px;
    background-color: #30447E;
    margin: 0 8px;
}

#mobileSearchModalContainer .search-box,
#desktopSearchModalContainer .search-box {
    border-color: #30447E !important;
}

#mobileSearchModalContainer input#mobileSearchQuery,
#mobileSearchModalContainer select#mobileSearchCategory,
#desktopSearchModalContainer input#desktopSearchQuery,
#desktopSearchModalContainer select#desktopSearchCategory {
    outline: none !important;
    box-shadow: none !important;
}

#mobileSearchModalContainer .search-box:focus-within,
#desktopSearchModalContainer .search-box:focus-within {
    box-shadow: 0 0 0 4px rgba(48, 68, 126, 0.15) !important;
}

/* SUGGESTION STYLES */
#mobileSearchSuggestions .suggestion-item,
#desktopSearchSuggestions .suggestion-item {
    padding: 14px 20px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f0f0f0;
}

#mobileSearchSuggestions .suggestion-item:hover,
#desktopSearchSuggestions .suggestion-item:hover {
    background-color: #f8f9fa;
}

#mobileSearchSuggestions .suggestion-item:last-child,
#desktopSearchSuggestions .suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-badge {
    background-color: #30447E !important;
    color: white !important;
}

/* Optional: also hover <a> itself */
.afterLoginNavFix a[data-bs-toggle="dropdown"]:hover {
    background-color: #30447E !important;
    color: white !important;
}

/* When parent <a> is hovered, style the span inside */
.afterLoginNavFix a[data-bs-toggle="dropdown"]:hover span {
    color: white !important;
}

.advertisement-img {
    margin-bottom: 20px;
}

.advertisement-img img {
    width: 100%;
    height: 90px;
    border-radius: 12px;
}

.adv-img__show {
    width: 90px;
    object-fit: contain;
}

.otp-page__carousal #main-carousel {
    margin-top: 90px;
}

@media (min-width: 1200px) {
    .navbarWithoutLogin a.navbar-brand,
    .afterLoginNavFix a.navbar-brand {
        display: contents;
    }

    .navbarWithoutLogin ul.navbar-navs,
    .afterLoginNavFix ul.navbar-navs {
        justify-content: center;
    }

    .navbarWithoutLogin div.navbar-utils,
    .afterLoginNavFix div.navbar-utils {
        padding-left: 0px!important;
    }

    /* #changeNavbarAferLogin {
        display: block!important;
    } */

    .sidebarAfterLogin a img{
        display: none;
    }

    .sidebarAfterLogin{
        margin-top: 75px;
    }

    .afterLoginNavFix {
        position: fixed!important;
        width: 100%!important;
    }

    .afterLoginNavFix .navbar-utils {
        display: block!important;
        flex: revert!important;
        width: revert!important;
    }

    .layout-wrapper {
        padding-top: 90px!important;
    }
}

#hero-wrapper {
    position: relative;
    height: 500px; /* Adjust based on your design */
    overflow: hidden;
    margin-top: 80px;
}

.hero-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
}

/* Carousel Styling */
#main-carousel {
    height: 100%;
}

#main-carousel .carousel-inner,
#main-carousel .carousel-item {
    height: 100%;
}

#main-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video Styling */
.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Custom Navigation Arrows */
.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.hero-nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.hero-nav-prev {
    left: 20px;
}

.hero-nav-next {
    right: 20px;
}

/* Hide Bootstrap's default arrows when not needed */
#hero-carousel .carousel-control-prev,
#hero-carousel .carousel-control-next {
    display: none;
}

/* Custom Slider Container */
.slider-container {
    position: relative;
    width: 100%;
    height: 500px; /* Match your hero-wrapper height */
    min-height: 500px;
    overflow: hidden;
    /* margin-top: 80px; */
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

/* Image styling */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; /* Image is at the bottom layer */
}

/* Video styling */
.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; /* Video is at the bottom layer */
}

/* Overlay - FIXED - This should be OVER the image/video */
.slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* 30% opacity - adjust as needed */
    z-index: 2; /* Overlay is above image/video */
    pointer-events: none; /* Allow clicks to pass through */
}

/* Content - FIXED - This should be above overlay */
.slide .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3; /* Content is above overlay */
    pointer-events: none; /* Allow clicks to pass through */
}

.slide .content > div {
    pointer-events: auto; /* Text content can have events if needed */
}

/* Slide number - above everything */
.slide-number {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 10; /* Above everything */
}

/* Video badge - above everything */
.video-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    z-index: 10; /* Above everything */
}

/* Timer display */
.timer-display {
    display: none;
    /* position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 10; Above everything */
}

/* Navigation buttons */
.nav-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    z-index: 10; /* Above everything */
}

.nav-btn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    z-index: 11; /* Above navigation container */
}

.nav-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Dots container */
.dots-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10; /* Above everything */
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    background: white;
    transform: scale(1.3);
}

.video-dot {
    background: rgba(255, 255, 255, 0.5);
}

.video-dot.active {
    background: white;
}

/* Text styling inside content */
.slide .content h1,
.slide .content h4,
.slide .content h5 {
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.slide .content h1 {
    font-size: 3rem !important;
    font-weight: 400 !important;
}

.slide .content h4 {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.slide .content h5 {
    font-size: 1.2rem !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slider-container {
        height: 300px;
        min-height: 300px;
        /* margin-top: 60px; */
    }

    .slide .content h1 {
        font-size: 1.8rem !important;
    }

    .slide .content h4 {
        font-size: 1.2rem !important;
    }

    .slide .content h5 {
        font-size: 1rem !important;
    }

    .slide-number,
    .video-badge {
        width: 40px;
        height: 40px;
        font-size: 16px;
        top: 15px;
        left: 15px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .slider-container {
        height: 250px;
        min-height: 250px;
        /* margin-top: 50px; */
    }

    .slide .content h1 {
        font-size: 1.5rem !important;
    }

    .slide .content h4 {
        font-size: 1rem !important;
    }

    .slide .content h5 {
        font-size: 0.9rem !important;
    }
}
