/* Logo */
.logo {
    width: 150px;
}
/* .homepage .bg-primary-80{
    background-color:  #020739c4;
  } */
.bg-primary-80 {
    background-color: #020739;
}

/* Search Bar */
.search::placeholder {
    font-weight: bold;
}
.search {
    width: 100%;
    border-radius: 100rem;

    border: 2px solid #020739;
    padding: 10px 0 10px 50px;
}

.search-btn {
    /* background-color: aliceblue; */
    border-radius: 100rem 0 0 100rem;
    padding: 0;
    display: block;
    border: 0;
    width: 50px;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
}
#tracking-id::placeholder {
    color: #6c757d;
    opacity: 1;
}

.border-yellow {
    border-color: #fdb604 !important;
}
.hamburger {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
    padding: 8px;
    position: absolute;
    left: 10px;
}

/* Mobile Drawer (Off-canvas Menu) */
.offcanvas-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100vh;
    transition: left 0.3s ease;
    z-index: 1050;
    overflow-y: auto;
    background-color: #007bff;
}

.offcanvas-menu.open {
    left: 0;
}

.close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
}
/* .search {
    width: 100%;
    background: aliceblue;
} */

/* .search-btn {
    width: 6%;
    background: aliceblue;
} */
.search-btn:hover {
    background-color: aliceblue;
}
.search-btn:focus-visible {
    background-color: aliceblue;
}
/* Responsive Design */
@media (max-width: 767px) {
    .bg-primary-80 {
        background-color: #020739 !important;
    }
    header .nav {
        display: none; /* Hide large-screen nav links on mobile */
    }

    .hamburger-icon {
        display: block;
    }

    /* .search {
        width: 85%; 
    } */

    /* .search-btn {
        width: 15%;
        height: 42px;
    } */
}
.logo {
    justify-content: center;
}

@media (max-width: 768px) {
    .ui-slider-handle {
        width: 15px;
        height: 15px;
    }
    .ui-slider-horizontal .ui-slider-handle {
        top: -0.4em;
    }
    /* .cstm-absolute {
        position: absolute;
        top: 10%;
        right: 12%;
    } */

    .hamburger-icons {
        display: flex !important;
    }

    .logo {
        justify-content: flex-start;
    }
}
/* @media (min-width: 640px) and (max-width: 700px) {
    .cstm-absolute {
        position: absolute;
        top: 10%;
        right: 16%;
    }
} */
/* @media (min-width: 701px) and (max-width: 769px) {
    .cstm-absolute {
        position: absolute;
        top: 10%;
        right: 20%;
    }
} */
@media (min-width: 768px) and (max-width: 992px) {
    .logo {
        justify-content: flex-start !important;
        /* height: 70px;
        margin: 0 !important; */
    }
    /* .hero-section {
        margin-top: -19%;
    } */
}

.cstm-loggedin {
    align-items: flex-start !important;
}
.mobile-carousel {
    text-align: center;
    font-size: 16px;
}
.mobile-carousel .owl-dots {
    display: none;
}

input.search:focus {
    border-color: #fdb604 !important;
    box-shadow: 0 0 0 0.25rem #ffc10729 !important;
    background: aliceblue !important;
}
input[type="search"]::-webkit-search-cancel-button {
    margin-right: 50px;
}

@media (max-width: 991.99px) {
    .logo {
        width: 150px;
    }
}
@media (max-width: 768.99px) {
    .logo {
        width: 100px;
    }
    .search-btn,
    .img-upload {
        width: 40px;
    }
    .search {
        padding-left: 40px;
    }
}

@media (max-width: 575.99px) {
    .search {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .search::placeholder {
        font-weight: normal;
    }
    .mobile-carousel {
        font-size: 14px;
    }
}
