.tr-hero-search-wrap {
    padding: 20px 0;
}

.tr-hero-search-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.tr-hero-widget-item {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.widget-style-1 {
    background-color: #f8f9fa;
}

.widget-style-2 {
    background-color: #f8f9fa;
}

.widget-style-3 {
    background-color: #f8f9fa;
}

.tr-hero-widget-title {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.tr-hero-widget-select, .tr-hero-widget-input {
    width: 100%;
}

.tr-hero-widget-select select, .tr-hero-widget-input input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.tr-hero-widget-btn {
    padding: 10px;
}

.tr-btn-green {
    background-color: #28a745;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.tr-btn-green:hover {
    background-color: #218838;
    color: white;
}

.mb-row-box {
    margin-bottom: 15px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.flex {
    display: flex;
}

.flex-five {
    flex: 5;
}

.h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.h2 {
    font-size: 14px;
    color: #666;
}

.smk-trip-head-search-mb {
    display: none;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px;
}

.smk-trip-head-search-mb.v-index {
    margin-top: 20px;
}

/* Mobile Drawer Styles */
.mobile-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}

.mobile-drawer.open {
    transform: translateY(0);
}

.drawer-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drawer-title {
    font-size: 18px;
    font-weight: 600;
}

.drawer-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}

.drawer-overlay.open {
    display: block;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .smk-trip-head-search-pc {
        display: none;
    }

    .smk-trip-head-search-mb {
        display: block;
    }
}
