.my_hero,
.my_hero-content h1,
.my_hero-content p,
.trash-button:hover i {
    color: #fff;
}
.image-wrapper,
.my_card {
    overflow: hidden;
}
.searchForm.-type-1 .searchForm__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 5px 10px;
}
.date_style {
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-left: 10px;
}
.blogCard__badge {
    width: auto;
    height: 12%;
}
.form-control {
    border: 1px solid #999 !important;
}
.form-check-input {
    width: 1em !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    margin-top: 0.4em;
}
.sidebar.-dashboard {
    margin-top: 10px;
}
.tableTest.mini th {
    padding: 0 10px;
}
.tableTest.mini td {
    min-width: 110px;
    padding: 20px 5px;
}
.tableTest.mini .date_se {
    padding: 20px 10px !important;
    width: 160px;
}
.tableTest.mini .date_se.th {
    padding: 0 10px !important;
}
.tableTest.mini .sl {
    min-width: 60px !important;
}
.circle-bg-success {
    background-color: rgba(18, 150, 18, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    text-align: center;
    place-content: center;
}
.header__logo img {
    width: 140px !important;
}
.logo_image {
    width: 150px !important;
}
.dashboard__sidebar_header {
    justify-content: start;
    margin-left: 30px;
}
.text-28 {
    font-size: 32px;
}
.w-315 {
    width: 315px;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-14 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.container.mx-width {
    max-width: 1090px !important;
}
.attraction .img-fluid {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.tableTest.mini .beside_date {
    padding-left: 20px !important;
    width: 160px;
}
.my_hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.image-wrapper .overlay,
.my_hero-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.my_hero-overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.hero__bg,
.hero__bg img,
.image-wrapper,
.my_hero-content,
.sidebar__item {
    position: relative;
}
.tours.my_hero-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.my_hero-content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
}
.hero-content p {
    font-size: 1.2rem;
}
.breadcrumb-container {
    background-color: #f8f9fa;
    padding: 10px;
}
.my_card {
    border-radius: 10px;
}
.image-wrapper img {
    transition: transform 0.3s;
}
.image-wrapper .overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
}
.image-wrapper:hover img {
    transform: scale(1.1);
}
.image-wrapper:hover .overlay {
    opacity: 1;
}
.text-main-primary {
    color: #ef7843 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #fff !important;
    content: var(--bs-breadcrumb-divider, "/");
}
.modal-image {
    border-radius: 5px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.hero__bg img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
}
.hero_overlay {
    width: 100%;
    height: 100%;
}
.hero.-type-3 .hero__bg img {
    object-position: center;
}
.headerDropdown__button {
    padding: 7px 10px;
}
.laos_traveller input:not([type="range"]),
.laos_traveller select,
.laos_traveller textarea {
    height: 15px !important;
    border-radius: 4px;
}
.row_card_img {
    width: 405px;
    height: 200px;
    border-radius: 7px;
    object-fit: cover;
}
.hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.dashboard__sidebar {
    width: 270px;
}
.dashboard.-is-sidebar-visible .dashboard__content {
    padding-left: 270px;
}
.destination_menu {
    background: 0 0 !important;
    padding: 8px;
}
.file-upload-box {
    width: 100%;
    max-width: 400px;
    height: 200px;
    border: 2px dashed #007bff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.file-upload-box:hover {
    background-color: #eef6ff;
    border-color: #0056b3;
}
.file-upload-box .upload-icon {
    font-size: 48px;
    color: #007bff;
}
.file-upload-box p {
    margin: 0;
    font-size: 16px;
    color: #6c757d;
}
.file-chosen-text {
    color: #6c757d;
}
.schedule-day {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.schedule-time {
    font-size: 0.9rem;
    margin-right: 10px;
}
.remove-time {
    color: red;
    cursor: pointer;
}
.tour_description a {
    color: #000 !important;
}
.tour_description a:hover {
    color: #068057 !important;
}
.tdPaddingsm td {
    padding: 10px 30px;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}
.header_bottom {
    margin-top: 60px;
}
.headerDropdown__button,
.header_bottom a {
    font-weight: 500;
    color: #000;
}
.headerDropdown .tabsMenu {
    top: 65px;
}
.carousel-inner .carousel-item {
    height: 70vh;
}
.carousel-inner .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 60vh;
}
.headerDropdown .tabsMenu__lists {
    grid-template-columns: repeat(1, 1fr);
}
.things-to-do .col-md-2 {
    width: auto;
}
.pickup_from_card {
    width: 500px;
}
.pickup_from_card h5 {
    font-size: 18px;
}
.main-menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.submenu_custom {
    display: none;
    position: absolute;
    top: 20px;
    left: 150px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 210px;
}
.sidebar__item:hover .submenu,
.submenu-item,
.submenu_custom.show {
    display: block;
}
.submenu-item {
    padding: 8px;
    color: #000 !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
}
.submenu-item:hover {
    background-color: #eee;
    color: green !important;
}
.edit-recipient-checkbox,
.exclusion-checkbox,
.recipient-checkbox {
    width: auto !important;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #5fb0fc;
}
.navAbsolute {
    left: -27px !important;
    right: -27px !important;
}
.hero__title {
    font-size: 50px !important;
}
.pickup_from_card .input {
    width: 70%;
}
.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    justify-content: center;
    align-items: center;
    display: none;
}
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    pointer-events: none;
}
.carousel-inner,
.carousel-item img {
    position: relative;
    z-index: 1;
}
.carousel-indicators {
    bottom: 93px;
    z-index: 5;
}
.details ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hero.-type-3 {
    padding-top: 50px;
}
.hero.-type-3 .hero__bg {
    bottom: 54px;
}
.form-check-input:checked {
    background-color: green !important;
}
.form-switch .form-check-input {
    width: 1.5em !important;
}
.details li {
    margin: 0;
    list-style: disc;
}
.details ul {
    margin-left: 20px;
}
.custom-y-gap-15 > * {
    padding-top: 0px;
    padding-bottom: 0px;
}
.hero.-type-3 .hero__bg {
    bottom: -94px;
}
.custom-mb-3,
.custom_hero_subtitle {
    margin-bottom: 3px !important;
}
.custom-layout-pt-md {
    padding-top: 178px;
}
.hero.-type-3 .hero__bg {
    bottom: -89px;
}
.hero.-type-3 {
    padding-top: 110px;
}
.custom_hero_subtitle {
    text-align: center;
    text-shadow: 1px 1px #000;
    font-size: 22px;
}
.hero_h2 {
    text-align: center;
}
.hero__title {
    font-size: 53px !important;
}
.hero_slogan {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}
.hero__filter {
    display: flex;
    justify-content: center;
    margin-top: 37px !important;
}
.hero.-type-3 .hero__filter > * {
    width: 550px;
    border-radius: 200px;
}
.custom-text-28 {
    font-size: 30px;
}
.tourSingleSidebar {
    width: 415px;
}
.tour_single_booking_price h2 {
    font-size: 26px;
    font-weight: 500;
}
.tour_single_booking_price #tourPrice {
    font-size: 26px;
}
.tour_single_booking_price span {
    font-size: 14px;
    font-weight: 500;
}
.searchForm.-type-1.-sidebar {
    border: none;
}
.sticky-container {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 20px); /* Ensure it fits within the viewport */
    overflow-y: auto;
}
.fixed-bottom {
    right: 120px !important;
    left: 67%;
    top: 20%;
}
.custom-sticky-top {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 9999;
}

.lg-hidden {
    display: none;
}
.home_pop_attr {
    padding-left: 11px;
    padding-right: 11px;
}
.details ul,
li {
    list-style: disc;
    padding: 3px;
    margin: 0px 0px 0px 20px;
}
.header__right li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tour_description ul li {
    list-style: disc;
    margin-left: 20px;
}
.w-5 {
    width: 5% !important;
}
.pageHeader.-type-3 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.country-category-badge {
    background: #f5f5f5;
    border-radius: 15px;
    color: #000;
    padding: 5px 20px;
    font-weight: 500;
}
.text-22 {
    font-size: 22px;
}
.mb-14 {
    margin-bottom: 12px;
}
.sidebar_category.ratio-19\:22::before {
    padding-bottom: 81.78947%;
}
.my_hero-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}
.thumbnail-wrapper {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    transition: opacity 0.3s;
    pointer-events: none;
}

.thumbnail-wrapper.active .overlay {
    display: none; /* Hide overlay for active thumbnails */
}

.thumbnail-image {
    display: block;
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
}

.thumbnail-wrapper.active .thumbnail-image {
    transform: scale(1.05);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.see-more-wrapper {
    position: relative;
}

.see-more-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Black background with transparency */
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.see-more-wrapper:hover .see-more-overlay {
    display: flex; /* Show overlay on hover */
}
.tourSingleSidebar {
    padding: 15px 20px;
    padding-bottom: 5px;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}

/* Light Box Gallery Css Start */
.navAbsolute_one {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
    transform: translateY(-50%);
}

.navAbsolute__button_m {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 40px;
    padding-top: 5px;
}

.navAbsolute__button_m:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* Style for active thumbnails */
.active-thumbnail {
    border: 2px solid #2bce97;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.thumbnail-image {
    cursor: pointer;
    transition: all 0.3s ease;
}

.mySwiper {
    height: 55vh;
}
.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 850px;
    text-align: center;
}

.thumb-container-m {
    display: block;
}

.mainSwiper {
    display: none;
}
.desktop-gallery {
    display: block;
}

.headerDropdown .tabsMenu .tabs.full {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 20px 40px;
}

.contactForm .form-input input:focus + label,
.contactForm .form-input input:not(:placeholder-shown) + label {
    transform: translateY(-29px);
    font-size: 12px;
    color: #666;
}

.dropdown-menu {
    left: -130px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgb(139, 241, 139);
}

.dropdown-menu {
    min-width: 13rem;
    border-radius: 0.75rem;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-success {
    background: #008768;
}

@media screen and (max-width: 768px) {
    .mySwiper {
        width: 100%;
        height: 300px;
    }
    .swiper-thumbnails {
        display: none;
    }
    .lightbox-content {
        width: 100%;
    }
    .close-lightbox {
        margin-right: 15px;
    }
    .thumb-container-m {
        display: none;
    }
    .mainSwiper {
        display: block;
        height: 300px;
    }
    .desktop-gallery {
        display: none;
    }
    .mobileResponsive {
        margin-top: 75px;
        z-index: 10;
    }

    .tour_review_mafuz_top_margin {
        margin-top: 10px;
    }
    .mafuz_top_margin {
        margin-top: 18px;
    }
}

/* LightBox Gallery End  */

/* Custom styling for the navbar overlay */
.navbar-overlay {
    display: none; /* Hidden by default */
    z-index: 1040; /* Ensure overlay is above other content */
}

/* Navbar items centered and spaced out */

.navbar-items li {
    list-style: none;
}

/* Submenu styling */
.submenu {
    display: none; /* Hide dropdown menus by default */
    text-align: left;
    padding-left: 20px;
}

/* Mobile responsive for smaller screens */
@media (max-width: 768px) {
    .navbar-items li a {
        font-size: 0.9rem;
    }
    .navbar-items .menu-item-custom {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
        padding: 0px 0px;
    }
    .navbar-items .menu-item-custom.categories {
        margin-top: 10px !important;
    }

    .navbar-items li {
        padding: 0px 0px;
    }
}
